Browse Source

* Added copyright notice

git-svn-id: trunk@28195 -
michael 11 years ago
parent
commit
6013e4d8c7

+ 14 - 0
packages/fcl-web/src/jsonrpc/fpdispextdirect.pp

@@ -1,3 +1,17 @@
+{
+    This file is part of the Free Component Library
+
+    Ext.Direct support - http independent part
+    Copyright (c) 2007 by Michael Van Canneyt [email protected]
+
+    See the file COPYING.FPC, included in this distribution,
+    for details about the copyright.
+
+    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.
+
+ **********************************************************************}
 unit fpdispextdirect;
 
 {$mode objfpc}{$H+}

+ 14 - 0
packages/fcl-web/src/jsonrpc/fpextdirect.pp

@@ -1,3 +1,17 @@
+{
+    This file is part of the Free Component Library
+
+    Ext.Direct support - http part
+    Copyright (c) 2007 by Michael Van Canneyt [email protected]
+
+    See the file COPYING.FPC, included in this distribution,
+    for details about the copyright.
+
+    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.
+
+ **********************************************************************}
 unit fpextdirect;
 
 {$mode objfpc}{$H+}

+ 14 - 0
packages/fcl-web/src/jsonrpc/fpjsonrpc.pp

@@ -1,3 +1,17 @@
+{
+    This file is part of the Free Component Library
+
+    JSON-RPC functionality - http independant (backend) part
+    Copyright (c) 2007 by Michael Van Canneyt [email protected]
+
+    See the file COPYING.FPC, included in this distribution,
+    for details about the copyright.
+
+    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.
+
+ **********************************************************************}
 unit fpjsonrpc;
 
 {$mode objfpc}{$H+}

+ 14 - 0
packages/fcl-web/src/jsonrpc/webjsonrpc.pp

@@ -1,3 +1,17 @@
+{
+    This file is part of the Free Component Library
+
+    JSON-RPC functionality - http dependant part
+    Copyright (c) 2007 by Michael Van Canneyt [email protected]
+
+    See the file COPYING.FPC, included in this distribution,
+    for details about the copyright.
+
+    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.
+
+ **********************************************************************}
 unit webjsonrpc;
 
 {$mode objfpc}{$H+}