diff --git a/packages/fcl-web/src/jsonrpc/fpdispextdirect.pp b/packages/fcl-web/src/jsonrpc/fpdispextdirect.pp index 8c4693bc5d..82d8efac83 100644 --- a/packages/fcl-web/src/jsonrpc/fpdispextdirect.pp +++ b/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 michael@freepascal.org + + 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+} diff --git a/packages/fcl-web/src/jsonrpc/fpextdirect.pp b/packages/fcl-web/src/jsonrpc/fpextdirect.pp index 50b4e7f72e..f2624175f6 100644 --- a/packages/fcl-web/src/jsonrpc/fpextdirect.pp +++ b/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 michael@freepascal.org + + 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+} diff --git a/packages/fcl-web/src/jsonrpc/fpjsonrpc.pp b/packages/fcl-web/src/jsonrpc/fpjsonrpc.pp index f95733db59..c08db0e4d6 100644 --- a/packages/fcl-web/src/jsonrpc/fpjsonrpc.pp +++ b/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 michael@freepascal.org + + 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+} diff --git a/packages/fcl-web/src/jsonrpc/webjsonrpc.pp b/packages/fcl-web/src/jsonrpc/webjsonrpc.pp index 4a5995a7dd..5d8c6aca69 100644 --- a/packages/fcl-web/src/jsonrpc/webjsonrpc.pp +++ b/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 michael@freepascal.org + + 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+}