diff options
author | Tobias Arrskog <topfs2@xbmc.org> | 2011-05-05 07:46:28 +0200 |
---|---|---|
committer | Tobias Arrskog <topfs2@xbmc.org> | 2011-05-20 15:01:21 +0200 |
commit | b0be9efa66890f73eb5bc5368205204e6d9772e5 (patch) | |
tree | 8fea7ad733b4591c2107ba2b9299ea7cc7295b92 | |
parent | 93ae2ef7424ebf0d0ad54b6e3dad6944fcfa6629 (diff) |
Added pragma and license to IClient.h
-rw-r--r-- | xbmc/interfaces/json-rpc/IClient.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/xbmc/interfaces/json-rpc/IClient.h b/xbmc/interfaces/json-rpc/IClient.h index 71c3ba4a88..99d9603a81 100644 --- a/xbmc/interfaces/json-rpc/IClient.h +++ b/xbmc/interfaces/json-rpc/IClient.h @@ -1,3 +1,25 @@ +#pragma once +/* + * Copyright (C) 2005-2011 Team XBMC + * http://www.xbmc.org + * + * This Program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2, or (at your option) + * any later version. + * + * This Program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with XBMC; see the file COPYING. If not, write to + * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + * http://www.gnu.org/copyleft/gpl.html + * + */ + namespace JSONRPC { class IClient |