]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Add a GPL copyright notice to lbrkprop.h.
authorBruno Haible <bruno@clisp.org>
Thu, 7 Oct 2004 12:53:31 +0000 (12:53 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:11:56 +0000 (12:11 +0200)
gettext-tools/lib/ChangeLog
gettext-tools/lib/gen-lbrkprop.c
gettext-tools/lib/lbrkprop.h

index 3e09f2179e77f6261c7bfea6293069d644d4b0a8..6717c455cc51f94e59cd2e8f929775ee06da4105 100644 (file)
@@ -1,3 +1,8 @@
+2004-10-07  Bruno Haible  <bruno@clisp.org>
+
+       * gen-lbrkprop.c (output_tables): Emit a GPL copyright notice.
+       * lbrkprop.h: Update.
+
 2004-09-11  Bruno Haible  <bruno@clisp.org>
 
        * allocsa.valgrind: New file.
index fe9341f86e47946743e081c99772b8d243285337..197cfb38daa28298603a7102c8d9e4785674e6a9 100644 (file)
@@ -1,6 +1,6 @@
 /* Generate a Unicode conforming Line Break Properties tables from a
    UnicodeData file.
-   Written by Bruno Haible <bruno@clisp.org>, 2000-2002.
+   Written by Bruno Haible <bruno@clisp.org>, 2000-2004.
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -1352,6 +1352,26 @@ output_tables (const char *filename, const char *version)
           version);
   fprintf (stream, "\n");
 
+  /* Put a GPL header on it.  The gnulib module is under LGPL (although it
+     still carries the GPL header), and it's gnulib-tool which replaces the
+     GPL header with an LGPL header.  */
+  fprintf (stream, "/* Copyright (C) 2000-2004 Free Software Foundation, Inc.\n");
+  fprintf (stream, "\n");
+  fprintf (stream, "This program is free software; you can redistribute it and/or modify\n");
+  fprintf (stream, "it under the terms of the GNU General Public License as published by\n");
+  fprintf (stream, "the Free Software Foundation; either version 2, or (at your option)\n");
+  fprintf (stream, "any later version.\n");
+  fprintf (stream, "\n");
+  fprintf (stream, "This program is distributed in the hope that it will be useful,\n");
+  fprintf (stream, "but WITHOUT ANY WARRANTY; without even the implied warranty of\n");
+  fprintf (stream, "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n");
+  fprintf (stream, "GNU General Public License for more details.\n");
+  fprintf (stream, "\n");
+  fprintf (stream, "You should have received a copy of the GNU General Public License\n");
+  fprintf (stream, "along with this program; if not, write to the Free Software\n");
+  fprintf (stream, "Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */\n");
+  fprintf (stream, "\n");
+
   output_lbp (stream);
 
   if (ferror (stream) || fclose (stream))
index 7f029a56da2747d6768414330f27abdfeb7f91dc..90f32da84cfdfee3e416a5b370aa20212055825a 100644 (file)
@@ -1,6 +1,22 @@
 /* Line breaking properties of Unicode characters.  */
 /* Generated automatically by gen-lbrkprop for Unicode 3.1.0.  */
 
+/* Copyright (C) 2000-2004 Free Software Foundation, Inc.
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+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.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+
 #define lbrkprop_header_0 16
 #define lbrkprop_header_1 15
 #define lbrkprop_header_2 7