Browse Source

* Added license statement

git-svn-id: trunk@37427 -
michael 7 years ago
parent
commit
9d32f87ebb
1 changed files with 17 additions and 0 deletions
  1. 17 0
      packages/fcl-report/src/fpreportbarcode.pp

+ 17 - 0
packages/fcl-report/src/fpreportbarcode.pp

@@ -1,5 +1,22 @@
+{
+    This file is part of the Free Component Library.
+    Copyright (c) 2017 Michael Van Canneyt, member of the Free Pascal development team
+
+    Barcode report element.
+
+    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 fpreportbarcode;
 unit fpreportbarcode;
 
 
+{$mode objfpc}
+{$H+}
+
 interface
 interface
 
 
 uses
 uses