diff options
Diffstat (limited to 'packages/fcl-json/src/jsonparser.pp')
| -rw-r--r-- | packages/fcl-json/src/jsonparser.pp | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/packages/fcl-json/src/jsonparser.pp b/packages/fcl-json/src/jsonparser.pp index 33bdac5dc1..58564e72bb 100644 --- a/packages/fcl-json/src/jsonparser.pp +++ b/packages/fcl-json/src/jsonparser.pp @@ -1,6 +1,20 @@ -unit jsonparser; +{ + This file is part of the Free Component Library + + JSON source parser + Copyright (c) 2007 by Michael Van Canneyt michael@freepascal.org -{$mode objfpc}{$H+} + 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. + + **********************************************************************} +{$mode objfpc} +{$h+} +unit jsonparser; interface |
