Fresco/Babylon/utils UnicodePluginGenerator.pl,1.11,1.12 UnicodePluginGenerator.pm,1.1,1.2

Tobias Hunger <[email protected]> Thu, 29 Jan 2004 20:54:50 +0100
Newsgroups gmane.comp.video.fresco.cvs
Message-ID <[email protected]>
Update of /cvs/fresco/Fresco/Babylon/utils
In directory purcel:/tmp/cvs-serv11008/utils

Modified Files:
	UnicodePluginGenerator.pl UnicodePluginGenerator.pm 
Log Message:
Add/update headers and copyright statements.


Index: UnicodePluginGenerator.pl
===================================================================
RCS file: /cvs/fresco/Fresco/Babylon/utils/UnicodePluginGenerator.pl,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- UnicodePluginGenerator.pl	28 Jan 2004 12:39:04 -0000	1.11
+++ UnicodePluginGenerator.pl	29 Jan 2004 19:53:07 -0000	1.12
@@ -1,4 +1,23 @@
 #!/usr/bin/perl -w 
+# This source file is a part of the Berlin Project
+# Copyright (C) 2003-2004 Tobias Hunger <[email protected]>
+# http://www.fresco.org
+#
+# This program is free software; you can redistribute it
+# and/or  modify it under the terms of the GNU Library General Public
+# License as published by the Free Software Foundation; either
+# version 2 of the License, or (at your option) any later version
+#
+# This library 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
+# Library General Public License for more details.
+#
+# You should have received a copy of the GNU Library General Public
+# License along with this library; if not, write to the
+# Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
+# MA 02139, USA
+
 use Carp;
 use strict;
 use UnicodePluginGenerator qw( Defined Category CombClass Bidir DecompClass
@@ -106,7 +125,7 @@
  * It was automatically created from the files available at
  * ftp.unicode.org on $date.
  *
- * This plugin to libPrague is free software; you can redistribute it
+ * This plugin to libBabylon is free software; you can redistribute it
  * and/or  modify it under the terms of the GNU Library General Public
  * License as published by the Free Software Foundation; either
  * version 2 of the License, or (at your option) any later version

Index: UnicodePluginGenerator.pm
===================================================================
RCS file: /cvs/fresco/Fresco/Babylon/utils/UnicodePluginGenerator.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- UnicodePluginGenerator.pm	6 May 2001 12:18:46 -0000	1.1
+++ UnicodePluginGenerator.pm	29 Jan 2004 19:53:07 -0000	1.2
@@ -1,3 +1,22 @@
+# This source file is a part of the Berlin Project
+# Copyright (C) 2003-2004 Tobias Hunger <[email protected]>
+# http://www.fresco.org
+#
+# This module is free software; you can redistribute it
+# and/or  modify it under the terms of the GNU Library General Public
+# License as published by the Free Software Foundation; either
+# version 2 of the License, or (at your option) any later version
+#
+# This library 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
+# Library General Public License for more details.
+#
+# You should have received a copy of the GNU Library General Public
+# License along with this library; if not, write to the
+# Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
+# MA 02139, USA
+
 package UnicodePluginGenerator;
 
 use strict;