aboutsummaryrefslogtreecommitdiff
path: root/xbmc/interfaces/json-rpc/IClient.h
diff options
context:
space:
mode:
Diffstat (limited to 'xbmc/interfaces/json-rpc/IClient.h')
-rw-r--r--xbmc/interfaces/json-rpc/IClient.h22
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