/* 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
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))
/* 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