From: Bruno Haible Date: Tue, 28 Dec 2021 11:55:48 +0000 (+0100) Subject: gen-uni-tables: Produce license notices suitable for Gnulib. X-Git-Tag: v1.0~2471 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=e3f868cc2a78c5464080244b74f829541f2e67a5;p=gnulib.git gen-uni-tables: Produce license notices suitable for Gnulib. * lib/gen-uni-tables.c (output_library_license, output_tests_license): Produce license notices that are consistent with the gnulib/etc/license-notices/ files. * All generated files under lib/uni* and tests/uni*: Regenerate. --- diff --git a/ChangeLog b/ChangeLog index 2af9c36cc1..5bbedae844 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2021-12-28 Bruno Haible + + gen-uni-tables: Produce license notices suitable for Gnulib. + * lib/gen-uni-tables.c (output_library_license, output_tests_license): + Produce license notices that are consistent with the + gnulib/etc/license-notices/ files. + * All generated files under lib/uni* and tests/uni*: Regenerate. + 2021-12-28 Bruno Haible unigbrk, uniwbrk: No-op tweaks. diff --git a/lib/gen-uni-tables.c b/lib/gen-uni-tables.c index edfb60d31e..854267320a 100644 --- a/lib/gen-uni-tables.c +++ b/lib/gen-uni-tables.c @@ -297,7 +297,7 @@ output_library_license (FILE *stream, bool lgplv2plus) else { /* These Gnulib modules are under the 'LGPLv3+ or GPLv2+' license. */ - fprintf (stream, " This program is free software.\n"); + fprintf (stream, " This file is free software.\n"); fprintf (stream, " It is dual-licensed under \"the GNU LGPLv3+ or the GNU GPLv2+\".\n"); fprintf (stream, " You can redistribute it and/or modify it under either\n"); fprintf (stream, " - the terms of the GNU Lesser General Public License as published\n"); @@ -308,7 +308,7 @@ output_library_license (FILE *stream, bool lgplv2plus) fprintf (stream, " any later version, or\n"); fprintf (stream, " - the same dual license \"the GNU LGPLv3+ or the GNU GPLv2+\".\n"); fprintf (stream, "\n"); - fprintf (stream, " This program is distributed in the hope that it will be useful,\n"); + fprintf (stream, " This file 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 GNU\n"); fprintf (stream, " Lesser General Public License and the GNU General Public License\n"); @@ -316,7 +316,7 @@ output_library_license (FILE *stream, bool lgplv2plus) fprintf (stream, "\n"); fprintf (stream, " You should have received a copy of the GNU Lesser General Public\n"); fprintf (stream, " License and of the GNU General Public License along with this\n"); - fprintf (stream, " program; if not, see . */\n"); + fprintf (stream, " program. If not, see . */\n"); } } @@ -326,12 +326,12 @@ static void output_tests_license (FILE *stream) { /* Gnulib tests modules are under the GPLv3+ license. */ - 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 3 of the License, or\n"); - fprintf (stream, " (at your option) any later version.\n"); + fprintf (stream, " This file 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\n"); + fprintf (stream, " by the Free Software Foundation; either version 3 of the License,\n"); + fprintf (stream, " or (at your option) any later version.\n"); fprintf (stream, "\n"); - fprintf (stream, " This program is distributed in the hope that it will be useful,\n"); + fprintf (stream, " This file 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"); diff --git a/lib/unicase/cased.h b/lib/unicase/cased.h index eb697d627d..6af836d6de 100644 --- a/lib/unicase/cased.h +++ b/lib/unicase/cased.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unicase/ignorable.h b/lib/unicase/ignorable.h index 0eb6b771a9..c97d27a900 100644 --- a/lib/unicase/ignorable.h +++ b/lib/unicase/ignorable.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unicase/special-casing-table.gperf b/lib/unicase/special-casing-table.gperf index d7504d4827..997f37db49 100644 --- a/lib/unicase/special-casing-table.gperf +++ b/lib/unicase/special-casing-table.gperf @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ struct special_casing_rule { char code[3]; }; %struct-type diff --git a/lib/unicase/tocasefold.h b/lib/unicase/tocasefold.h index deb1689859..f6917ac3e2 100644 --- a/lib/unicase/tocasefold.h +++ b/lib/unicase/tocasefold.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define mapping_header_0 16 #define mapping_header_1 2 diff --git a/lib/unicase/tolower.h b/lib/unicase/tolower.h index f7f88fd13e..3276d660f8 100644 --- a/lib/unicase/tolower.h +++ b/lib/unicase/tolower.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define mapping_header_0 16 #define mapping_header_1 2 diff --git a/lib/unicase/totitle.h b/lib/unicase/totitle.h index 9b60a4485e..b7b1d17fd0 100644 --- a/lib/unicase/totitle.h +++ b/lib/unicase/totitle.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define mapping_header_0 16 #define mapping_header_1 2 diff --git a/lib/unicase/toupper.h b/lib/unicase/toupper.h index edc9b63d45..9282d1a525 100644 --- a/lib/unicase/toupper.h +++ b/lib/unicase/toupper.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define mapping_header_0 16 #define mapping_header_1 2 diff --git a/lib/unictype/blocks.h b/lib/unictype/blocks.h index 59530066b6..136040592b 100644 --- a/lib/unictype/blocks.h +++ b/lib/unictype/blocks.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ static const uc_block_t blocks[] = { diff --git a/lib/unictype/categ_C.h b/lib/unictype/categ_C.h index cc8c09053a..31578afd08 100644 --- a/lib/unictype/categ_C.h +++ b/lib/unictype/categ_C.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/categ_Cc.h b/lib/unictype/categ_Cc.h index 12fd9b9801..a1e87abfe5 100644 --- a/lib/unictype/categ_Cc.h +++ b/lib/unictype/categ_Cc.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/categ_Cf.h b/lib/unictype/categ_Cf.h index 4bc1c6ee5c..4d486c45cc 100644 --- a/lib/unictype/categ_Cf.h +++ b/lib/unictype/categ_Cf.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/categ_Cn.h b/lib/unictype/categ_Cn.h index 1c923b6344..3e485c5386 100644 --- a/lib/unictype/categ_Cn.h +++ b/lib/unictype/categ_Cn.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/categ_Co.h b/lib/unictype/categ_Co.h index 74e0ce0961..774652a9a3 100644 --- a/lib/unictype/categ_Co.h +++ b/lib/unictype/categ_Co.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/categ_Cs.h b/lib/unictype/categ_Cs.h index fc41c7d63d..0648cf9dfe 100644 --- a/lib/unictype/categ_Cs.h +++ b/lib/unictype/categ_Cs.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/categ_L.h b/lib/unictype/categ_L.h index e07cb58e58..4f8ce9b78f 100644 --- a/lib/unictype/categ_L.h +++ b/lib/unictype/categ_L.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/categ_LC.h b/lib/unictype/categ_LC.h index 3bec99e790..1b6b51c2c6 100644 --- a/lib/unictype/categ_LC.h +++ b/lib/unictype/categ_LC.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/categ_Ll.h b/lib/unictype/categ_Ll.h index db260633ad..f4dd2850f2 100644 --- a/lib/unictype/categ_Ll.h +++ b/lib/unictype/categ_Ll.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/categ_Lm.h b/lib/unictype/categ_Lm.h index 523a157aee..32bb22f76d 100644 --- a/lib/unictype/categ_Lm.h +++ b/lib/unictype/categ_Lm.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/categ_Lo.h b/lib/unictype/categ_Lo.h index b804d045f8..423bef53f8 100644 --- a/lib/unictype/categ_Lo.h +++ b/lib/unictype/categ_Lo.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/categ_Lt.h b/lib/unictype/categ_Lt.h index 210a32ab80..74c067a77a 100644 --- a/lib/unictype/categ_Lt.h +++ b/lib/unictype/categ_Lt.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/categ_Lu.h b/lib/unictype/categ_Lu.h index b8f5afa17a..91fa7c7024 100644 --- a/lib/unictype/categ_Lu.h +++ b/lib/unictype/categ_Lu.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/categ_Mc.h b/lib/unictype/categ_Mc.h index d3d646bf0f..14f08086ac 100644 --- a/lib/unictype/categ_Mc.h +++ b/lib/unictype/categ_Mc.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/categ_Me.h b/lib/unictype/categ_Me.h index d4c37c0fb2..7d842f968b 100644 --- a/lib/unictype/categ_Me.h +++ b/lib/unictype/categ_Me.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/categ_Mn.h b/lib/unictype/categ_Mn.h index 96f5705350..0303ad9653 100644 --- a/lib/unictype/categ_Mn.h +++ b/lib/unictype/categ_Mn.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/categ_N.h b/lib/unictype/categ_N.h index 92586b86ff..75e04259fd 100644 --- a/lib/unictype/categ_N.h +++ b/lib/unictype/categ_N.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/categ_Nd.h b/lib/unictype/categ_Nd.h index 9a094c4791..7270f5e6b8 100644 --- a/lib/unictype/categ_Nd.h +++ b/lib/unictype/categ_Nd.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/categ_Nl.h b/lib/unictype/categ_Nl.h index 418e53fe9d..76e30c960b 100644 --- a/lib/unictype/categ_Nl.h +++ b/lib/unictype/categ_Nl.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/categ_No.h b/lib/unictype/categ_No.h index b4908813f4..2cb501d947 100644 --- a/lib/unictype/categ_No.h +++ b/lib/unictype/categ_No.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/categ_P.h b/lib/unictype/categ_P.h index 241fd2c1d5..769546c38a 100644 --- a/lib/unictype/categ_P.h +++ b/lib/unictype/categ_P.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/categ_Pc.h b/lib/unictype/categ_Pc.h index f14a0d5f9a..e425c74440 100644 --- a/lib/unictype/categ_Pc.h +++ b/lib/unictype/categ_Pc.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/categ_Pd.h b/lib/unictype/categ_Pd.h index 20053ad21f..8094c28dcf 100644 --- a/lib/unictype/categ_Pd.h +++ b/lib/unictype/categ_Pd.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/categ_Pe.h b/lib/unictype/categ_Pe.h index 31de007c8e..fd762bb859 100644 --- a/lib/unictype/categ_Pe.h +++ b/lib/unictype/categ_Pe.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/categ_Pf.h b/lib/unictype/categ_Pf.h index 0c7721e4fa..7f9011ad99 100644 --- a/lib/unictype/categ_Pf.h +++ b/lib/unictype/categ_Pf.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/categ_Pi.h b/lib/unictype/categ_Pi.h index 46978f24ed..ee0a797fe7 100644 --- a/lib/unictype/categ_Pi.h +++ b/lib/unictype/categ_Pi.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/categ_Po.h b/lib/unictype/categ_Po.h index f631636b15..d4c7bfc667 100644 --- a/lib/unictype/categ_Po.h +++ b/lib/unictype/categ_Po.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/categ_Ps.h b/lib/unictype/categ_Ps.h index bec9205891..39a92ede4d 100644 --- a/lib/unictype/categ_Ps.h +++ b/lib/unictype/categ_Ps.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/categ_S.h b/lib/unictype/categ_S.h index 39021c90ee..1cbf9ed09a 100644 --- a/lib/unictype/categ_S.h +++ b/lib/unictype/categ_S.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/categ_Sc.h b/lib/unictype/categ_Sc.h index 3b6335abe8..5b4e424e52 100644 --- a/lib/unictype/categ_Sc.h +++ b/lib/unictype/categ_Sc.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/categ_Sk.h b/lib/unictype/categ_Sk.h index 04efbeb954..87bd662bfa 100644 --- a/lib/unictype/categ_Sk.h +++ b/lib/unictype/categ_Sk.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/categ_Sm.h b/lib/unictype/categ_Sm.h index 64f00d4987..3ef755021d 100644 --- a/lib/unictype/categ_Sm.h +++ b/lib/unictype/categ_Sm.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/categ_So.h b/lib/unictype/categ_So.h index 2c389e5be0..3d4cfaa989 100644 --- a/lib/unictype/categ_So.h +++ b/lib/unictype/categ_So.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/categ_Z.h b/lib/unictype/categ_Z.h index ed7b64cd8c..69e61b619a 100644 --- a/lib/unictype/categ_Z.h +++ b/lib/unictype/categ_Z.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/categ_Zl.h b/lib/unictype/categ_Zl.h index c9f697f87b..c2b0570c61 100644 --- a/lib/unictype/categ_Zl.h +++ b/lib/unictype/categ_Zl.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/categ_Zp.h b/lib/unictype/categ_Zp.h index b397eb9b97..27a2930ff1 100644 --- a/lib/unictype/categ_Zp.h +++ b/lib/unictype/categ_Zp.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/categ_Zs.h b/lib/unictype/categ_Zs.h index bd09696885..ce9fcd0eb1 100644 --- a/lib/unictype/categ_Zs.h +++ b/lib/unictype/categ_Zs.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/ctype_alnum.h b/lib/unictype/ctype_alnum.h index 1ef5d6fc78..b4e9b7c2af 100644 --- a/lib/unictype/ctype_alnum.h +++ b/lib/unictype/ctype_alnum.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/ctype_alpha.h b/lib/unictype/ctype_alpha.h index eecc71a03d..6e5ea83074 100644 --- a/lib/unictype/ctype_alpha.h +++ b/lib/unictype/ctype_alpha.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/ctype_blank.h b/lib/unictype/ctype_blank.h index cd64068516..5a3999b214 100644 --- a/lib/unictype/ctype_blank.h +++ b/lib/unictype/ctype_blank.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/ctype_cntrl.h b/lib/unictype/ctype_cntrl.h index 09b6f918d7..39d91f1c53 100644 --- a/lib/unictype/ctype_cntrl.h +++ b/lib/unictype/ctype_cntrl.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/ctype_digit.h b/lib/unictype/ctype_digit.h index ac7212f0eb..9cb44f29c6 100644 --- a/lib/unictype/ctype_digit.h +++ b/lib/unictype/ctype_digit.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/ctype_graph.h b/lib/unictype/ctype_graph.h index 2f2f197265..b7b79b8604 100644 --- a/lib/unictype/ctype_graph.h +++ b/lib/unictype/ctype_graph.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/ctype_lower.h b/lib/unictype/ctype_lower.h index d24fcd6c05..7e62b50e5f 100644 --- a/lib/unictype/ctype_lower.h +++ b/lib/unictype/ctype_lower.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/ctype_print.h b/lib/unictype/ctype_print.h index ece2afd2bc..425fc136e7 100644 --- a/lib/unictype/ctype_print.h +++ b/lib/unictype/ctype_print.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/ctype_punct.h b/lib/unictype/ctype_punct.h index 86fb065516..200c1a5d73 100644 --- a/lib/unictype/ctype_punct.h +++ b/lib/unictype/ctype_punct.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/ctype_space.h b/lib/unictype/ctype_space.h index 15ab317d7f..7a75b5bd64 100644 --- a/lib/unictype/ctype_space.h +++ b/lib/unictype/ctype_space.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/ctype_upper.h b/lib/unictype/ctype_upper.h index f72e838503..42f6188ea9 100644 --- a/lib/unictype/ctype_upper.h +++ b/lib/unictype/ctype_upper.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/ctype_xdigit.h b/lib/unictype/ctype_xdigit.h index 9d97f5b9ad..778751c8e0 100644 --- a/lib/unictype/ctype_xdigit.h +++ b/lib/unictype/ctype_xdigit.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/decdigit.h b/lib/unictype/decdigit.h index 63fa493d5d..a7a54c9b8c 100644 --- a/lib/unictype/decdigit.h +++ b/lib/unictype/decdigit.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define decdigit_header_0 16 #define decdigit_header_1 2 diff --git a/lib/unictype/digit.h b/lib/unictype/digit.h index c92c1e453d..b3849ecc95 100644 --- a/lib/unictype/digit.h +++ b/lib/unictype/digit.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define digit_header_0 16 #define digit_header_1 2 diff --git a/lib/unictype/joininggroup_of.h b/lib/unictype/joininggroup_of.h index 20aad03e5f..700c115345 100644 --- a/lib/unictype/joininggroup_of.h +++ b/lib/unictype/joininggroup_of.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define joining_group_header_0 16 #define joining_group_header_1 2 diff --git a/lib/unictype/mirror.h b/lib/unictype/mirror.h index 089629f61b..6628218710 100644 --- a/lib/unictype/mirror.h +++ b/lib/unictype/mirror.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define mirror_header_0 16 #define mirror_header_1 2 diff --git a/lib/unictype/numeric.h b/lib/unictype/numeric.h index 02d1d078e6..a9ce073ab1 100644 --- a/lib/unictype/numeric.h +++ b/lib/unictype/numeric.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ static const uc_fraction_t u_numeric_values[143] = { diff --git a/lib/unictype/pr_alphabetic.h b/lib/unictype/pr_alphabetic.h index 8d5d09040e..38ad3cc252 100644 --- a/lib/unictype/pr_alphabetic.h +++ b/lib/unictype/pr_alphabetic.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_ascii_hex_digit.h b/lib/unictype/pr_ascii_hex_digit.h index 6cc535e1f5..e870a48469 100644 --- a/lib/unictype/pr_ascii_hex_digit.h +++ b/lib/unictype/pr_ascii_hex_digit.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_bidi_arabic_digit.h b/lib/unictype/pr_bidi_arabic_digit.h index 52ef8c4e72..cc6b582dda 100644 --- a/lib/unictype/pr_bidi_arabic_digit.h +++ b/lib/unictype/pr_bidi_arabic_digit.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_bidi_arabic_right_to_left.h b/lib/unictype/pr_bidi_arabic_right_to_left.h index 252b62dfe0..e561c2df7b 100644 --- a/lib/unictype/pr_bidi_arabic_right_to_left.h +++ b/lib/unictype/pr_bidi_arabic_right_to_left.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_bidi_block_separator.h b/lib/unictype/pr_bidi_block_separator.h index 18f330200f..0d1d68db82 100644 --- a/lib/unictype/pr_bidi_block_separator.h +++ b/lib/unictype/pr_bidi_block_separator.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_bidi_boundary_neutral.h b/lib/unictype/pr_bidi_boundary_neutral.h index 4b9042ba4d..e5f3a840b5 100644 --- a/lib/unictype/pr_bidi_boundary_neutral.h +++ b/lib/unictype/pr_bidi_boundary_neutral.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_bidi_common_separator.h b/lib/unictype/pr_bidi_common_separator.h index 74a9a99098..2a66323839 100644 --- a/lib/unictype/pr_bidi_common_separator.h +++ b/lib/unictype/pr_bidi_common_separator.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_bidi_control.h b/lib/unictype/pr_bidi_control.h index ca368f48a6..dcd3a496eb 100644 --- a/lib/unictype/pr_bidi_control.h +++ b/lib/unictype/pr_bidi_control.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_bidi_embedding_or_override.h b/lib/unictype/pr_bidi_embedding_or_override.h index 95d0936ff2..5fd7c0bfe0 100644 --- a/lib/unictype/pr_bidi_embedding_or_override.h +++ b/lib/unictype/pr_bidi_embedding_or_override.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_bidi_eur_num_separator.h b/lib/unictype/pr_bidi_eur_num_separator.h index b6c383c158..1892aa308d 100644 --- a/lib/unictype/pr_bidi_eur_num_separator.h +++ b/lib/unictype/pr_bidi_eur_num_separator.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_bidi_eur_num_terminator.h b/lib/unictype/pr_bidi_eur_num_terminator.h index 29e2d2134c..fa5ae2e2bd 100644 --- a/lib/unictype/pr_bidi_eur_num_terminator.h +++ b/lib/unictype/pr_bidi_eur_num_terminator.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_bidi_european_digit.h b/lib/unictype/pr_bidi_european_digit.h index 0f95cddf10..c64b7ace0c 100644 --- a/lib/unictype/pr_bidi_european_digit.h +++ b/lib/unictype/pr_bidi_european_digit.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_bidi_hebrew_right_to_left.h b/lib/unictype/pr_bidi_hebrew_right_to_left.h index ac45f9aacb..e2297c768b 100644 --- a/lib/unictype/pr_bidi_hebrew_right_to_left.h +++ b/lib/unictype/pr_bidi_hebrew_right_to_left.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_bidi_left_to_right.h b/lib/unictype/pr_bidi_left_to_right.h index a4c4be42b7..caea7686d4 100644 --- a/lib/unictype/pr_bidi_left_to_right.h +++ b/lib/unictype/pr_bidi_left_to_right.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_bidi_non_spacing_mark.h b/lib/unictype/pr_bidi_non_spacing_mark.h index a177d9e860..9a2fdb911e 100644 --- a/lib/unictype/pr_bidi_non_spacing_mark.h +++ b/lib/unictype/pr_bidi_non_spacing_mark.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_bidi_other_neutral.h b/lib/unictype/pr_bidi_other_neutral.h index c4a4f385d7..f43bc68f86 100644 --- a/lib/unictype/pr_bidi_other_neutral.h +++ b/lib/unictype/pr_bidi_other_neutral.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_bidi_pdf.h b/lib/unictype/pr_bidi_pdf.h index 1e8011c616..57d5a9711f 100644 --- a/lib/unictype/pr_bidi_pdf.h +++ b/lib/unictype/pr_bidi_pdf.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_bidi_segment_separator.h b/lib/unictype/pr_bidi_segment_separator.h index fd621bd90b..d02394d56d 100644 --- a/lib/unictype/pr_bidi_segment_separator.h +++ b/lib/unictype/pr_bidi_segment_separator.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_bidi_whitespace.h b/lib/unictype/pr_bidi_whitespace.h index 0863e52c1f..b62b9f4735 100644 --- a/lib/unictype/pr_bidi_whitespace.h +++ b/lib/unictype/pr_bidi_whitespace.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_case_ignorable.h b/lib/unictype/pr_case_ignorable.h index 05d8d290ab..e35e9985a3 100644 --- a/lib/unictype/pr_case_ignorable.h +++ b/lib/unictype/pr_case_ignorable.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_cased.h b/lib/unictype/pr_cased.h index cb74213a2b..5cd1139039 100644 --- a/lib/unictype/pr_cased.h +++ b/lib/unictype/pr_cased.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_changes_when_casefolded.h b/lib/unictype/pr_changes_when_casefolded.h index 73412c1554..3159426509 100644 --- a/lib/unictype/pr_changes_when_casefolded.h +++ b/lib/unictype/pr_changes_when_casefolded.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_changes_when_casemapped.h b/lib/unictype/pr_changes_when_casemapped.h index 52609a7da9..79f92e633c 100644 --- a/lib/unictype/pr_changes_when_casemapped.h +++ b/lib/unictype/pr_changes_when_casemapped.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_changes_when_lowercased.h b/lib/unictype/pr_changes_when_lowercased.h index 51f052130a..632fb2decf 100644 --- a/lib/unictype/pr_changes_when_lowercased.h +++ b/lib/unictype/pr_changes_when_lowercased.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_changes_when_titlecased.h b/lib/unictype/pr_changes_when_titlecased.h index 777d1acec2..dace8110bd 100644 --- a/lib/unictype/pr_changes_when_titlecased.h +++ b/lib/unictype/pr_changes_when_titlecased.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_changes_when_uppercased.h b/lib/unictype/pr_changes_when_uppercased.h index a77ee451fa..7a9824e4fb 100644 --- a/lib/unictype/pr_changes_when_uppercased.h +++ b/lib/unictype/pr_changes_when_uppercased.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_combining.h b/lib/unictype/pr_combining.h index 93fd3305a0..c49cbc8c8d 100644 --- a/lib/unictype/pr_combining.h +++ b/lib/unictype/pr_combining.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_composite.h b/lib/unictype/pr_composite.h index 7f056729e3..690f525fd6 100644 --- a/lib/unictype/pr_composite.h +++ b/lib/unictype/pr_composite.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_currency_symbol.h b/lib/unictype/pr_currency_symbol.h index 1c48c480e6..29a1987b23 100644 --- a/lib/unictype/pr_currency_symbol.h +++ b/lib/unictype/pr_currency_symbol.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_dash.h b/lib/unictype/pr_dash.h index bcfb979929..4ec3e8e187 100644 --- a/lib/unictype/pr_dash.h +++ b/lib/unictype/pr_dash.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_decimal_digit.h b/lib/unictype/pr_decimal_digit.h index 46de62f52c..6ee4650946 100644 --- a/lib/unictype/pr_decimal_digit.h +++ b/lib/unictype/pr_decimal_digit.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_default_ignorable_code_point.h b/lib/unictype/pr_default_ignorable_code_point.h index 315c09320e..e694b069b6 100644 --- a/lib/unictype/pr_default_ignorable_code_point.h +++ b/lib/unictype/pr_default_ignorable_code_point.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_deprecated.h b/lib/unictype/pr_deprecated.h index 025f1c9159..c28170632b 100644 --- a/lib/unictype/pr_deprecated.h +++ b/lib/unictype/pr_deprecated.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_diacritic.h b/lib/unictype/pr_diacritic.h index 861dfaf33a..c5d82c56a3 100644 --- a/lib/unictype/pr_diacritic.h +++ b/lib/unictype/pr_diacritic.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_extender.h b/lib/unictype/pr_extender.h index e9ed949cca..a4a79aeb02 100644 --- a/lib/unictype/pr_extender.h +++ b/lib/unictype/pr_extender.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_format_control.h b/lib/unictype/pr_format_control.h index fb69a72664..601870df04 100644 --- a/lib/unictype/pr_format_control.h +++ b/lib/unictype/pr_format_control.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_grapheme_base.h b/lib/unictype/pr_grapheme_base.h index 2754261cc4..f44e8980b6 100644 --- a/lib/unictype/pr_grapheme_base.h +++ b/lib/unictype/pr_grapheme_base.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_grapheme_extend.h b/lib/unictype/pr_grapheme_extend.h index bf2f1988ba..f8b6df13ea 100644 --- a/lib/unictype/pr_grapheme_extend.h +++ b/lib/unictype/pr_grapheme_extend.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_grapheme_link.h b/lib/unictype/pr_grapheme_link.h index 086b9d2758..80eef996cd 100644 --- a/lib/unictype/pr_grapheme_link.h +++ b/lib/unictype/pr_grapheme_link.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_hex_digit.h b/lib/unictype/pr_hex_digit.h index 5b7b261a34..3786b12908 100644 --- a/lib/unictype/pr_hex_digit.h +++ b/lib/unictype/pr_hex_digit.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_hyphen.h b/lib/unictype/pr_hyphen.h index 50c0318d50..a2343c567d 100644 --- a/lib/unictype/pr_hyphen.h +++ b/lib/unictype/pr_hyphen.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_id_continue.h b/lib/unictype/pr_id_continue.h index 6df01e5e89..7ae92332db 100644 --- a/lib/unictype/pr_id_continue.h +++ b/lib/unictype/pr_id_continue.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_id_start.h b/lib/unictype/pr_id_start.h index bd484945b4..ea3dc94aa7 100644 --- a/lib/unictype/pr_id_start.h +++ b/lib/unictype/pr_id_start.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_ideographic.h b/lib/unictype/pr_ideographic.h index f0bd9a1324..42bfc1dbad 100644 --- a/lib/unictype/pr_ideographic.h +++ b/lib/unictype/pr_ideographic.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_ids_binary_operator.h b/lib/unictype/pr_ids_binary_operator.h index 33a142bfd4..e8e7c76e75 100644 --- a/lib/unictype/pr_ids_binary_operator.h +++ b/lib/unictype/pr_ids_binary_operator.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_ids_trinary_operator.h b/lib/unictype/pr_ids_trinary_operator.h index 1e1d5107bb..5aef010c89 100644 --- a/lib/unictype/pr_ids_trinary_operator.h +++ b/lib/unictype/pr_ids_trinary_operator.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_ignorable_control.h b/lib/unictype/pr_ignorable_control.h index 723c22170c..ed97a01ad8 100644 --- a/lib/unictype/pr_ignorable_control.h +++ b/lib/unictype/pr_ignorable_control.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_iso_control.h b/lib/unictype/pr_iso_control.h index fb17f8ba9e..702b2eeb80 100644 --- a/lib/unictype/pr_iso_control.h +++ b/lib/unictype/pr_iso_control.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_join_control.h b/lib/unictype/pr_join_control.h index 5003c28cb5..8d4a4e5228 100644 --- a/lib/unictype/pr_join_control.h +++ b/lib/unictype/pr_join_control.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_left_of_pair.h b/lib/unictype/pr_left_of_pair.h index 4d446cd448..6eec188c72 100644 --- a/lib/unictype/pr_left_of_pair.h +++ b/lib/unictype/pr_left_of_pair.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_line_separator.h b/lib/unictype/pr_line_separator.h index d496c8e9bb..94a3acb86b 100644 --- a/lib/unictype/pr_line_separator.h +++ b/lib/unictype/pr_line_separator.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_logical_order_exception.h b/lib/unictype/pr_logical_order_exception.h index c8a578975d..91d0188588 100644 --- a/lib/unictype/pr_logical_order_exception.h +++ b/lib/unictype/pr_logical_order_exception.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_lowercase.h b/lib/unictype/pr_lowercase.h index 741fb79d04..9b1035b035 100644 --- a/lib/unictype/pr_lowercase.h +++ b/lib/unictype/pr_lowercase.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_math.h b/lib/unictype/pr_math.h index de8b0e81c5..115d0ecbea 100644 --- a/lib/unictype/pr_math.h +++ b/lib/unictype/pr_math.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_non_break.h b/lib/unictype/pr_non_break.h index 46b1b8d043..b3fa342ef1 100644 --- a/lib/unictype/pr_non_break.h +++ b/lib/unictype/pr_non_break.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_not_a_character.h b/lib/unictype/pr_not_a_character.h index 214b804cbf..801d8ba335 100644 --- a/lib/unictype/pr_not_a_character.h +++ b/lib/unictype/pr_not_a_character.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_numeric.h b/lib/unictype/pr_numeric.h index 0f1e7c274e..33737c3205 100644 --- a/lib/unictype/pr_numeric.h +++ b/lib/unictype/pr_numeric.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_other_alphabetic.h b/lib/unictype/pr_other_alphabetic.h index 0340cd1d09..73e99e1f81 100644 --- a/lib/unictype/pr_other_alphabetic.h +++ b/lib/unictype/pr_other_alphabetic.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_other_default_ignorable_code_point.h b/lib/unictype/pr_other_default_ignorable_code_point.h index 7d080a0019..9ee4864d80 100644 --- a/lib/unictype/pr_other_default_ignorable_code_point.h +++ b/lib/unictype/pr_other_default_ignorable_code_point.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_other_grapheme_extend.h b/lib/unictype/pr_other_grapheme_extend.h index 110f66ea92..2ac92a8004 100644 --- a/lib/unictype/pr_other_grapheme_extend.h +++ b/lib/unictype/pr_other_grapheme_extend.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_other_id_continue.h b/lib/unictype/pr_other_id_continue.h index b8175bdba4..b50b5aa4f2 100644 --- a/lib/unictype/pr_other_id_continue.h +++ b/lib/unictype/pr_other_id_continue.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_other_id_start.h b/lib/unictype/pr_other_id_start.h index 77b4e7e2a5..28b8ffbca3 100644 --- a/lib/unictype/pr_other_id_start.h +++ b/lib/unictype/pr_other_id_start.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_other_lowercase.h b/lib/unictype/pr_other_lowercase.h index c444a137be..0f0bf4710a 100644 --- a/lib/unictype/pr_other_lowercase.h +++ b/lib/unictype/pr_other_lowercase.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_other_math.h b/lib/unictype/pr_other_math.h index 76de20b7b1..c7eb911f71 100644 --- a/lib/unictype/pr_other_math.h +++ b/lib/unictype/pr_other_math.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_other_uppercase.h b/lib/unictype/pr_other_uppercase.h index 2cf0591f48..cebd017a91 100644 --- a/lib/unictype/pr_other_uppercase.h +++ b/lib/unictype/pr_other_uppercase.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_paired_punctuation.h b/lib/unictype/pr_paired_punctuation.h index 565dc9cf87..70c46727cb 100644 --- a/lib/unictype/pr_paired_punctuation.h +++ b/lib/unictype/pr_paired_punctuation.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_paragraph_separator.h b/lib/unictype/pr_paragraph_separator.h index 0b5edbb471..46bcd6e3eb 100644 --- a/lib/unictype/pr_paragraph_separator.h +++ b/lib/unictype/pr_paragraph_separator.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_pattern_syntax.h b/lib/unictype/pr_pattern_syntax.h index b74e3e3eab..a8a825bfce 100644 --- a/lib/unictype/pr_pattern_syntax.h +++ b/lib/unictype/pr_pattern_syntax.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_pattern_white_space.h b/lib/unictype/pr_pattern_white_space.h index 7c588ab745..af7a06d9a1 100644 --- a/lib/unictype/pr_pattern_white_space.h +++ b/lib/unictype/pr_pattern_white_space.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_private_use.h b/lib/unictype/pr_private_use.h index e7115a8a22..13bde29e06 100644 --- a/lib/unictype/pr_private_use.h +++ b/lib/unictype/pr_private_use.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_punctuation.h b/lib/unictype/pr_punctuation.h index 898022bc2d..c6024a666a 100644 --- a/lib/unictype/pr_punctuation.h +++ b/lib/unictype/pr_punctuation.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_quotation_mark.h b/lib/unictype/pr_quotation_mark.h index 77353b9b45..7fa4c9f990 100644 --- a/lib/unictype/pr_quotation_mark.h +++ b/lib/unictype/pr_quotation_mark.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_radical.h b/lib/unictype/pr_radical.h index 852229babc..eacd7ce2fc 100644 --- a/lib/unictype/pr_radical.h +++ b/lib/unictype/pr_radical.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_sentence_terminal.h b/lib/unictype/pr_sentence_terminal.h index 416c7aee69..c536bcbd68 100644 --- a/lib/unictype/pr_sentence_terminal.h +++ b/lib/unictype/pr_sentence_terminal.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_soft_dotted.h b/lib/unictype/pr_soft_dotted.h index bdbe49dd62..90677b814b 100644 --- a/lib/unictype/pr_soft_dotted.h +++ b/lib/unictype/pr_soft_dotted.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_space.h b/lib/unictype/pr_space.h index 2629f1ed3b..f72d507b9b 100644 --- a/lib/unictype/pr_space.h +++ b/lib/unictype/pr_space.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_terminal_punctuation.h b/lib/unictype/pr_terminal_punctuation.h index 5bac4d598c..b8142a0cbf 100644 --- a/lib/unictype/pr_terminal_punctuation.h +++ b/lib/unictype/pr_terminal_punctuation.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_titlecase.h b/lib/unictype/pr_titlecase.h index 760197ca3f..03af55e5a7 100644 --- a/lib/unictype/pr_titlecase.h +++ b/lib/unictype/pr_titlecase.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_unassigned_code_value.h b/lib/unictype/pr_unassigned_code_value.h index 7eb694b73c..169c97c29d 100644 --- a/lib/unictype/pr_unassigned_code_value.h +++ b/lib/unictype/pr_unassigned_code_value.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_unified_ideograph.h b/lib/unictype/pr_unified_ideograph.h index cc159f9a72..2cb822a6b4 100644 --- a/lib/unictype/pr_unified_ideograph.h +++ b/lib/unictype/pr_unified_ideograph.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_uppercase.h b/lib/unictype/pr_uppercase.h index 5adb4ebcf4..6c8675c9a3 100644 --- a/lib/unictype/pr_uppercase.h +++ b/lib/unictype/pr_uppercase.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_variation_selector.h b/lib/unictype/pr_variation_selector.h index fcb549a3d0..28dbeb55cc 100644 --- a/lib/unictype/pr_variation_selector.h +++ b/lib/unictype/pr_variation_selector.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_white_space.h b/lib/unictype/pr_white_space.h index 1808ad3714..c51fd86547 100644 --- a/lib/unictype/pr_white_space.h +++ b/lib/unictype/pr_white_space.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_xid_continue.h b/lib/unictype/pr_xid_continue.h index c5b31fc51a..a937d5534d 100644 --- a/lib/unictype/pr_xid_continue.h +++ b/lib/unictype/pr_xid_continue.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_xid_start.h b/lib/unictype/pr_xid_start.h index 74ebfaa0a1..0095f9f975 100644 --- a/lib/unictype/pr_xid_start.h +++ b/lib/unictype/pr_xid_start.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/pr_zero_width.h b/lib/unictype/pr_zero_width.h index fca2f1ecca..75e09fdc85 100644 --- a/lib/unictype/pr_zero_width.h +++ b/lib/unictype/pr_zero_width.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/sy_c_ident.h b/lib/unictype/sy_c_ident.h index 26b0402190..8a65923c0d 100644 --- a/lib/unictype/sy_c_ident.h +++ b/lib/unictype/sy_c_ident.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define identsyntax_header_0 12 #define identsyntax_header_1 14 diff --git a/lib/unictype/sy_c_whitespace.h b/lib/unictype/sy_c_whitespace.h index 9d0b2fa1d1..797c60b8e9 100644 --- a/lib/unictype/sy_c_whitespace.h +++ b/lib/unictype/sy_c_whitespace.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unictype/sy_java_ident.h b/lib/unictype/sy_java_ident.h index 992ed8655f..d822f842d0 100644 --- a/lib/unictype/sy_java_ident.h +++ b/lib/unictype/sy_java_ident.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define identsyntax_header_0 12 #define identsyntax_header_1 225 diff --git a/lib/unictype/sy_java_whitespace.h b/lib/unictype/sy_java_whitespace.h index 1f64ffcfb2..fb6bf60622 100644 --- a/lib/unictype/sy_java_whitespace.h +++ b/lib/unictype/sy_java_whitespace.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define header_0 16 #define header_2 9 diff --git a/lib/unigbrk/gbrkprop.h b/lib/unigbrk/gbrkprop.h index 1c937ed3b0..a03c786c0b 100644 --- a/lib/unigbrk/gbrkprop.h +++ b/lib/unigbrk/gbrkprop.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2021 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define gbrkprop_header_0 16 #define gbrkprop_header_1 15 diff --git a/lib/unilbrk/lbrkprop1.h b/lib/unilbrk/lbrkprop1.h index 1697e87e08..245c161014 100644 --- a/lib/unilbrk/lbrkprop1.h +++ b/lib/unilbrk/lbrkprop1.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2002, 2004, 2008 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define lbrkprop_header_0 16 #define lbrkprop_header_1 15 diff --git a/lib/unilbrk/lbrkprop2.h b/lib/unilbrk/lbrkprop2.h index 1abce8911f..d05611555b 100644 --- a/lib/unilbrk/lbrkprop2.h +++ b/lib/unilbrk/lbrkprop2.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2002, 2004, 2008 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ const lbrkprop_t unilbrkprop = { diff --git a/lib/uniwbrk/wbrkprop.h b/lib/uniwbrk/wbrkprop.h index 014ec8edd3..123fba6fb8 100644 --- a/lib/uniwbrk/wbrkprop.h +++ b/lib/uniwbrk/wbrkprop.h @@ -4,7 +4,7 @@ /* Copyright (C) 2000-2002, 2004, 2007-2009 Free Software Foundation, Inc. - This program is free software. + This file is free software. It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". You can redistribute it and/or modify it under either - the terms of the GNU Lesser General Public License as published @@ -15,7 +15,7 @@ any later version, or - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+". - This program is distributed in the hope that it will be useful, + This file 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 Lesser General Public License and the GNU General Public License @@ -23,7 +23,7 @@ You should have received a copy of the GNU Lesser General Public License and of the GNU General Public License along with this - program; if not, see . */ + program. If not, see . */ #define wbrkprop_header_0 16 #define wbrkprop_header_1 15 diff --git a/tests/unicase/test-cased.c b/tests/unicase/test-cased.c index b90734e813..f3bcfd7e6c 100644 --- a/tests/unicase/test-cased.c +++ b/tests/unicase/test-cased.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unicase/test-ignorable.c b/tests/unicase/test-ignorable.c index 79600213a0..36b7fe5287 100644 --- a/tests/unicase/test-ignorable.c +++ b/tests/unicase/test-ignorable.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unicase/test-uc_tolower.c b/tests/unicase/test-uc_tolower.c index fb855207bb..4be8992324 100644 --- a/tests/unicase/test-uc_tolower.c +++ b/tests/unicase/test-uc_tolower.c @@ -2,12 +2,12 @@ /* Test the Unicode character mapping functions. Copyright (C) 2009 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unicase/test-uc_totitle.c b/tests/unicase/test-uc_totitle.c index e04f84270e..e6e1d4decb 100644 --- a/tests/unicase/test-uc_totitle.c +++ b/tests/unicase/test-uc_totitle.c @@ -2,12 +2,12 @@ /* Test the Unicode character mapping functions. Copyright (C) 2009 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unicase/test-uc_toupper.c b/tests/unicase/test-uc_toupper.c index cb946a9817..bdebce889a 100644 --- a/tests/unicase/test-uc_toupper.c +++ b/tests/unicase/test-uc_toupper.c @@ -2,12 +2,12 @@ /* Test the Unicode character mapping functions. Copyright (C) 2009 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-categ_C.c b/tests/unictype/test-categ_C.c index c8b0a98941..b78886a78b 100644 --- a/tests/unictype/test-categ_C.c +++ b/tests/unictype/test-categ_C.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-categ_Cc.c b/tests/unictype/test-categ_Cc.c index 637a17827b..3bf99b651e 100644 --- a/tests/unictype/test-categ_Cc.c +++ b/tests/unictype/test-categ_Cc.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-categ_Cf.c b/tests/unictype/test-categ_Cf.c index e88b0722b3..74789e1da3 100644 --- a/tests/unictype/test-categ_Cf.c +++ b/tests/unictype/test-categ_Cf.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-categ_Cn.c b/tests/unictype/test-categ_Cn.c index 813c8baa73..d6e2d13450 100644 --- a/tests/unictype/test-categ_Cn.c +++ b/tests/unictype/test-categ_Cn.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-categ_Co.c b/tests/unictype/test-categ_Co.c index de4b1ade0c..1fcdb49a5c 100644 --- a/tests/unictype/test-categ_Co.c +++ b/tests/unictype/test-categ_Co.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-categ_Cs.c b/tests/unictype/test-categ_Cs.c index c214856925..664dd78d83 100644 --- a/tests/unictype/test-categ_Cs.c +++ b/tests/unictype/test-categ_Cs.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-categ_L.c b/tests/unictype/test-categ_L.c index d59a410d40..bb1e6bab71 100644 --- a/tests/unictype/test-categ_L.c +++ b/tests/unictype/test-categ_L.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-categ_LC.c b/tests/unictype/test-categ_LC.c index 483ff11225..7704f13e3a 100644 --- a/tests/unictype/test-categ_LC.c +++ b/tests/unictype/test-categ_LC.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-categ_Ll.c b/tests/unictype/test-categ_Ll.c index 56c6a19952..8a4c4098ca 100644 --- a/tests/unictype/test-categ_Ll.c +++ b/tests/unictype/test-categ_Ll.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-categ_Lm.c b/tests/unictype/test-categ_Lm.c index 86a2f6cdae..a0a36c53c4 100644 --- a/tests/unictype/test-categ_Lm.c +++ b/tests/unictype/test-categ_Lm.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-categ_Lo.c b/tests/unictype/test-categ_Lo.c index 47b01f1120..ee45d2ba57 100644 --- a/tests/unictype/test-categ_Lo.c +++ b/tests/unictype/test-categ_Lo.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-categ_Lt.c b/tests/unictype/test-categ_Lt.c index a50834b957..d2ff1ead60 100644 --- a/tests/unictype/test-categ_Lt.c +++ b/tests/unictype/test-categ_Lt.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-categ_Lu.c b/tests/unictype/test-categ_Lu.c index 444de0d566..caa83d0869 100644 --- a/tests/unictype/test-categ_Lu.c +++ b/tests/unictype/test-categ_Lu.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-categ_M.c b/tests/unictype/test-categ_M.c index ef659d3ac0..710758b3cb 100644 --- a/tests/unictype/test-categ_M.c +++ b/tests/unictype/test-categ_M.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-categ_Mc.c b/tests/unictype/test-categ_Mc.c index 9dc7ca858c..9fe96ec404 100644 --- a/tests/unictype/test-categ_Mc.c +++ b/tests/unictype/test-categ_Mc.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-categ_Me.c b/tests/unictype/test-categ_Me.c index 7cc99379e2..618ba612ca 100644 --- a/tests/unictype/test-categ_Me.c +++ b/tests/unictype/test-categ_Me.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-categ_Mn.c b/tests/unictype/test-categ_Mn.c index c9449d7081..b476df191c 100644 --- a/tests/unictype/test-categ_Mn.c +++ b/tests/unictype/test-categ_Mn.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-categ_N.c b/tests/unictype/test-categ_N.c index 0b38eb15ed..c45066fe11 100644 --- a/tests/unictype/test-categ_N.c +++ b/tests/unictype/test-categ_N.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-categ_Nd.c b/tests/unictype/test-categ_Nd.c index 85de8e34e8..061050c9a9 100644 --- a/tests/unictype/test-categ_Nd.c +++ b/tests/unictype/test-categ_Nd.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-categ_Nl.c b/tests/unictype/test-categ_Nl.c index a8d27a61fb..050cbc3458 100644 --- a/tests/unictype/test-categ_Nl.c +++ b/tests/unictype/test-categ_Nl.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-categ_No.c b/tests/unictype/test-categ_No.c index 09bd205f76..f16e975935 100644 --- a/tests/unictype/test-categ_No.c +++ b/tests/unictype/test-categ_No.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-categ_P.c b/tests/unictype/test-categ_P.c index aa16e162b8..7d54e98533 100644 --- a/tests/unictype/test-categ_P.c +++ b/tests/unictype/test-categ_P.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-categ_Pc.c b/tests/unictype/test-categ_Pc.c index 7104f3d347..e2b273c2e9 100644 --- a/tests/unictype/test-categ_Pc.c +++ b/tests/unictype/test-categ_Pc.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-categ_Pd.c b/tests/unictype/test-categ_Pd.c index 83aaa6ca74..0fe482be90 100644 --- a/tests/unictype/test-categ_Pd.c +++ b/tests/unictype/test-categ_Pd.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-categ_Pe.c b/tests/unictype/test-categ_Pe.c index e2159b6cda..93f27c05da 100644 --- a/tests/unictype/test-categ_Pe.c +++ b/tests/unictype/test-categ_Pe.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-categ_Pf.c b/tests/unictype/test-categ_Pf.c index eb053db3b7..ce2a928c36 100644 --- a/tests/unictype/test-categ_Pf.c +++ b/tests/unictype/test-categ_Pf.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-categ_Pi.c b/tests/unictype/test-categ_Pi.c index 44831c6eab..a07d02c5ae 100644 --- a/tests/unictype/test-categ_Pi.c +++ b/tests/unictype/test-categ_Pi.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-categ_Po.c b/tests/unictype/test-categ_Po.c index 5408f41496..f5d69c22c1 100644 --- a/tests/unictype/test-categ_Po.c +++ b/tests/unictype/test-categ_Po.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-categ_Ps.c b/tests/unictype/test-categ_Ps.c index 95a4a3b6da..99d0e715ff 100644 --- a/tests/unictype/test-categ_Ps.c +++ b/tests/unictype/test-categ_Ps.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-categ_S.c b/tests/unictype/test-categ_S.c index a832600dbe..39b084fff4 100644 --- a/tests/unictype/test-categ_S.c +++ b/tests/unictype/test-categ_S.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-categ_Sc.c b/tests/unictype/test-categ_Sc.c index bfc099cdba..740334ef56 100644 --- a/tests/unictype/test-categ_Sc.c +++ b/tests/unictype/test-categ_Sc.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-categ_Sk.c b/tests/unictype/test-categ_Sk.c index 6119241f88..e86fdc91d2 100644 --- a/tests/unictype/test-categ_Sk.c +++ b/tests/unictype/test-categ_Sk.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-categ_Sm.c b/tests/unictype/test-categ_Sm.c index 76108db50d..25cf78c2d6 100644 --- a/tests/unictype/test-categ_Sm.c +++ b/tests/unictype/test-categ_Sm.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-categ_So.c b/tests/unictype/test-categ_So.c index 6831888413..e66196ff7c 100644 --- a/tests/unictype/test-categ_So.c +++ b/tests/unictype/test-categ_So.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-categ_Z.c b/tests/unictype/test-categ_Z.c index 5352abfb96..fea9d9cc56 100644 --- a/tests/unictype/test-categ_Z.c +++ b/tests/unictype/test-categ_Z.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-categ_Zl.c b/tests/unictype/test-categ_Zl.c index 5ea8123cd4..d1ef95a08d 100644 --- a/tests/unictype/test-categ_Zl.c +++ b/tests/unictype/test-categ_Zl.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-categ_Zp.c b/tests/unictype/test-categ_Zp.c index b98de8e04b..8df6882df7 100644 --- a/tests/unictype/test-categ_Zp.c +++ b/tests/unictype/test-categ_Zp.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-categ_Zs.c b/tests/unictype/test-categ_Zs.c index b07b8b2bd5..b83705aa3a 100644 --- a/tests/unictype/test-categ_Zs.c +++ b/tests/unictype/test-categ_Zs.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-ctype_alnum.c b/tests/unictype/test-ctype_alnum.c index cca855925e..34fa5d5bd4 100644 --- a/tests/unictype/test-ctype_alnum.c +++ b/tests/unictype/test-ctype_alnum.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-ctype_alpha.c b/tests/unictype/test-ctype_alpha.c index bc928b6ef4..5f6d0b33f3 100644 --- a/tests/unictype/test-ctype_alpha.c +++ b/tests/unictype/test-ctype_alpha.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-ctype_blank.c b/tests/unictype/test-ctype_blank.c index 3a99832d60..7a7d71b09c 100644 --- a/tests/unictype/test-ctype_blank.c +++ b/tests/unictype/test-ctype_blank.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-ctype_cntrl.c b/tests/unictype/test-ctype_cntrl.c index a4a7fc3d9c..2aa00e209b 100644 --- a/tests/unictype/test-ctype_cntrl.c +++ b/tests/unictype/test-ctype_cntrl.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-ctype_digit.c b/tests/unictype/test-ctype_digit.c index f6d361a6d6..746b7fa34f 100644 --- a/tests/unictype/test-ctype_digit.c +++ b/tests/unictype/test-ctype_digit.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-ctype_graph.c b/tests/unictype/test-ctype_graph.c index 57e880c5a5..829e0b634f 100644 --- a/tests/unictype/test-ctype_graph.c +++ b/tests/unictype/test-ctype_graph.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-ctype_lower.c b/tests/unictype/test-ctype_lower.c index e92d8e4efc..db9d321340 100644 --- a/tests/unictype/test-ctype_lower.c +++ b/tests/unictype/test-ctype_lower.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-ctype_print.c b/tests/unictype/test-ctype_print.c index ac4c3471c9..3d9334b3b4 100644 --- a/tests/unictype/test-ctype_print.c +++ b/tests/unictype/test-ctype_print.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-ctype_punct.c b/tests/unictype/test-ctype_punct.c index 29b9ee0002..c33c22d6aa 100644 --- a/tests/unictype/test-ctype_punct.c +++ b/tests/unictype/test-ctype_punct.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-ctype_space.c b/tests/unictype/test-ctype_space.c index 624237b124..4c93a335d9 100644 --- a/tests/unictype/test-ctype_space.c +++ b/tests/unictype/test-ctype_space.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-ctype_upper.c b/tests/unictype/test-ctype_upper.c index 7b9f001d1e..734575a0de 100644 --- a/tests/unictype/test-ctype_upper.c +++ b/tests/unictype/test-ctype_upper.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-ctype_xdigit.c b/tests/unictype/test-ctype_xdigit.c index 4731b10067..5a20860772 100644 --- a/tests/unictype/test-ctype_xdigit.c +++ b/tests/unictype/test-ctype_xdigit.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-decdigit.h b/tests/unictype/test-decdigit.h index 8c856c4003..e2da8c4a48 100644 --- a/tests/unictype/test-decdigit.h +++ b/tests/unictype/test-decdigit.h @@ -4,12 +4,12 @@ /* Copyright (C) 2000-2021 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-digit.h b/tests/unictype/test-digit.h index 0c5c23b376..6564f8482b 100644 --- a/tests/unictype/test-digit.h +++ b/tests/unictype/test-digit.h @@ -4,12 +4,12 @@ /* Copyright (C) 2000-2021 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-joininggroup_of.h b/tests/unictype/test-joininggroup_of.h index d370bacac1..c77134d12f 100644 --- a/tests/unictype/test-joininggroup_of.h +++ b/tests/unictype/test-joininggroup_of.h @@ -4,12 +4,12 @@ /* Copyright (C) 2000-2021 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-joiningtype_of.h b/tests/unictype/test-joiningtype_of.h index 6e06ccc91b..97dff2585a 100644 --- a/tests/unictype/test-joiningtype_of.h +++ b/tests/unictype/test-joiningtype_of.h @@ -4,12 +4,12 @@ /* Copyright (C) 2000-2021 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-numeric.h b/tests/unictype/test-numeric.h index 2794d31460..67379fbb41 100644 --- a/tests/unictype/test-numeric.h +++ b/tests/unictype/test-numeric.h @@ -4,12 +4,12 @@ /* Copyright (C) 2000-2021 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_alphabetic.c b/tests/unictype/test-pr_alphabetic.c index aacbcea91a..34a51ae096 100644 --- a/tests/unictype/test-pr_alphabetic.c +++ b/tests/unictype/test-pr_alphabetic.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_ascii_hex_digit.c b/tests/unictype/test-pr_ascii_hex_digit.c index 391f0d97b3..3958ed94bd 100644 --- a/tests/unictype/test-pr_ascii_hex_digit.c +++ b/tests/unictype/test-pr_ascii_hex_digit.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_bidi_arabic_digit.c b/tests/unictype/test-pr_bidi_arabic_digit.c index 7e7ca0aecb..1e211770ca 100644 --- a/tests/unictype/test-pr_bidi_arabic_digit.c +++ b/tests/unictype/test-pr_bidi_arabic_digit.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_bidi_arabic_right_to_left.c b/tests/unictype/test-pr_bidi_arabic_right_to_left.c index 118c12c20a..0024e95d8d 100644 --- a/tests/unictype/test-pr_bidi_arabic_right_to_left.c +++ b/tests/unictype/test-pr_bidi_arabic_right_to_left.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_bidi_block_separator.c b/tests/unictype/test-pr_bidi_block_separator.c index d4ef461b54..686ac7376f 100644 --- a/tests/unictype/test-pr_bidi_block_separator.c +++ b/tests/unictype/test-pr_bidi_block_separator.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_bidi_boundary_neutral.c b/tests/unictype/test-pr_bidi_boundary_neutral.c index 0cac8bd011..4715187fef 100644 --- a/tests/unictype/test-pr_bidi_boundary_neutral.c +++ b/tests/unictype/test-pr_bidi_boundary_neutral.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_bidi_common_separator.c b/tests/unictype/test-pr_bidi_common_separator.c index acc556cbb0..b26532dc5d 100644 --- a/tests/unictype/test-pr_bidi_common_separator.c +++ b/tests/unictype/test-pr_bidi_common_separator.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_bidi_control.c b/tests/unictype/test-pr_bidi_control.c index 5e05b33067..32b610f0b7 100644 --- a/tests/unictype/test-pr_bidi_control.c +++ b/tests/unictype/test-pr_bidi_control.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_bidi_embedding_or_override.c b/tests/unictype/test-pr_bidi_embedding_or_override.c index fb28915e6e..ff1eeffa64 100644 --- a/tests/unictype/test-pr_bidi_embedding_or_override.c +++ b/tests/unictype/test-pr_bidi_embedding_or_override.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_bidi_eur_num_separator.c b/tests/unictype/test-pr_bidi_eur_num_separator.c index f1f3740628..b65444d4a4 100644 --- a/tests/unictype/test-pr_bidi_eur_num_separator.c +++ b/tests/unictype/test-pr_bidi_eur_num_separator.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_bidi_eur_num_terminator.c b/tests/unictype/test-pr_bidi_eur_num_terminator.c index 92e58f1e7c..22324f9c28 100644 --- a/tests/unictype/test-pr_bidi_eur_num_terminator.c +++ b/tests/unictype/test-pr_bidi_eur_num_terminator.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_bidi_european_digit.c b/tests/unictype/test-pr_bidi_european_digit.c index 2522e54e96..b44cfb3f55 100644 --- a/tests/unictype/test-pr_bidi_european_digit.c +++ b/tests/unictype/test-pr_bidi_european_digit.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_bidi_hebrew_right_to_left.c b/tests/unictype/test-pr_bidi_hebrew_right_to_left.c index ec9267fe7c..324aca9b75 100644 --- a/tests/unictype/test-pr_bidi_hebrew_right_to_left.c +++ b/tests/unictype/test-pr_bidi_hebrew_right_to_left.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_bidi_left_to_right.c b/tests/unictype/test-pr_bidi_left_to_right.c index 76db9a511c..e53bd0d3c6 100644 --- a/tests/unictype/test-pr_bidi_left_to_right.c +++ b/tests/unictype/test-pr_bidi_left_to_right.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_bidi_non_spacing_mark.c b/tests/unictype/test-pr_bidi_non_spacing_mark.c index 33cf1ccdbf..090fff2a24 100644 --- a/tests/unictype/test-pr_bidi_non_spacing_mark.c +++ b/tests/unictype/test-pr_bidi_non_spacing_mark.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_bidi_other_neutral.c b/tests/unictype/test-pr_bidi_other_neutral.c index 19b9344f8c..4effb1e33c 100644 --- a/tests/unictype/test-pr_bidi_other_neutral.c +++ b/tests/unictype/test-pr_bidi_other_neutral.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_bidi_pdf.c b/tests/unictype/test-pr_bidi_pdf.c index 335675b541..134f7ce5ae 100644 --- a/tests/unictype/test-pr_bidi_pdf.c +++ b/tests/unictype/test-pr_bidi_pdf.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_bidi_segment_separator.c b/tests/unictype/test-pr_bidi_segment_separator.c index d35bbe44f7..8c60171c60 100644 --- a/tests/unictype/test-pr_bidi_segment_separator.c +++ b/tests/unictype/test-pr_bidi_segment_separator.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_bidi_whitespace.c b/tests/unictype/test-pr_bidi_whitespace.c index abe0836943..c5024ffa4c 100644 --- a/tests/unictype/test-pr_bidi_whitespace.c +++ b/tests/unictype/test-pr_bidi_whitespace.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_case_ignorable.c b/tests/unictype/test-pr_case_ignorable.c index 06ec1bafe7..d89a8377be 100644 --- a/tests/unictype/test-pr_case_ignorable.c +++ b/tests/unictype/test-pr_case_ignorable.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_cased.c b/tests/unictype/test-pr_cased.c index 007d278b5f..ac29c5ce42 100644 --- a/tests/unictype/test-pr_cased.c +++ b/tests/unictype/test-pr_cased.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_changes_when_casefolded.c b/tests/unictype/test-pr_changes_when_casefolded.c index a74534ed19..2eaa8515dd 100644 --- a/tests/unictype/test-pr_changes_when_casefolded.c +++ b/tests/unictype/test-pr_changes_when_casefolded.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_changes_when_casemapped.c b/tests/unictype/test-pr_changes_when_casemapped.c index 50484f5a29..8ea204bd05 100644 --- a/tests/unictype/test-pr_changes_when_casemapped.c +++ b/tests/unictype/test-pr_changes_when_casemapped.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_changes_when_lowercased.c b/tests/unictype/test-pr_changes_when_lowercased.c index 596029897b..cfd5840b15 100644 --- a/tests/unictype/test-pr_changes_when_lowercased.c +++ b/tests/unictype/test-pr_changes_when_lowercased.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_changes_when_titlecased.c b/tests/unictype/test-pr_changes_when_titlecased.c index c3ff4e5c59..f94a8ec3b5 100644 --- a/tests/unictype/test-pr_changes_when_titlecased.c +++ b/tests/unictype/test-pr_changes_when_titlecased.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_changes_when_uppercased.c b/tests/unictype/test-pr_changes_when_uppercased.c index 6449791e02..aa2e44e8e5 100644 --- a/tests/unictype/test-pr_changes_when_uppercased.c +++ b/tests/unictype/test-pr_changes_when_uppercased.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_combining.c b/tests/unictype/test-pr_combining.c index fc443cc416..5202b2185d 100644 --- a/tests/unictype/test-pr_combining.c +++ b/tests/unictype/test-pr_combining.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_composite.c b/tests/unictype/test-pr_composite.c index 2de59a263c..e9048983c9 100644 --- a/tests/unictype/test-pr_composite.c +++ b/tests/unictype/test-pr_composite.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_currency_symbol.c b/tests/unictype/test-pr_currency_symbol.c index 05741ae41c..83eaed98a6 100644 --- a/tests/unictype/test-pr_currency_symbol.c +++ b/tests/unictype/test-pr_currency_symbol.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_dash.c b/tests/unictype/test-pr_dash.c index eefa502894..edd328a582 100644 --- a/tests/unictype/test-pr_dash.c +++ b/tests/unictype/test-pr_dash.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_decimal_digit.c b/tests/unictype/test-pr_decimal_digit.c index d9d08e6b44..2d17ec6ff2 100644 --- a/tests/unictype/test-pr_decimal_digit.c +++ b/tests/unictype/test-pr_decimal_digit.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_default_ignorable_code_point.c b/tests/unictype/test-pr_default_ignorable_code_point.c index 10d243cc8c..4d40ed0ad2 100644 --- a/tests/unictype/test-pr_default_ignorable_code_point.c +++ b/tests/unictype/test-pr_default_ignorable_code_point.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_deprecated.c b/tests/unictype/test-pr_deprecated.c index 5242f2a482..c28bfd3f65 100644 --- a/tests/unictype/test-pr_deprecated.c +++ b/tests/unictype/test-pr_deprecated.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_diacritic.c b/tests/unictype/test-pr_diacritic.c index 19756fc8eb..c5b18e5a59 100644 --- a/tests/unictype/test-pr_diacritic.c +++ b/tests/unictype/test-pr_diacritic.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_extender.c b/tests/unictype/test-pr_extender.c index 5746ae0dfb..384cce1eb5 100644 --- a/tests/unictype/test-pr_extender.c +++ b/tests/unictype/test-pr_extender.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_format_control.c b/tests/unictype/test-pr_format_control.c index ecc6de711b..38dcc016bf 100644 --- a/tests/unictype/test-pr_format_control.c +++ b/tests/unictype/test-pr_format_control.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_grapheme_base.c b/tests/unictype/test-pr_grapheme_base.c index 282cd46d88..9a290ab174 100644 --- a/tests/unictype/test-pr_grapheme_base.c +++ b/tests/unictype/test-pr_grapheme_base.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_grapheme_extend.c b/tests/unictype/test-pr_grapheme_extend.c index 1ddc0b0e78..84fb4d0d81 100644 --- a/tests/unictype/test-pr_grapheme_extend.c +++ b/tests/unictype/test-pr_grapheme_extend.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_grapheme_link.c b/tests/unictype/test-pr_grapheme_link.c index a9d61d640e..48db0cbfaf 100644 --- a/tests/unictype/test-pr_grapheme_link.c +++ b/tests/unictype/test-pr_grapheme_link.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_hex_digit.c b/tests/unictype/test-pr_hex_digit.c index 02649a4268..9f7e5741e7 100644 --- a/tests/unictype/test-pr_hex_digit.c +++ b/tests/unictype/test-pr_hex_digit.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_hyphen.c b/tests/unictype/test-pr_hyphen.c index 50a8f7a4fa..286cb3a124 100644 --- a/tests/unictype/test-pr_hyphen.c +++ b/tests/unictype/test-pr_hyphen.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_id_continue.c b/tests/unictype/test-pr_id_continue.c index aa5a1bb516..cb670480fd 100644 --- a/tests/unictype/test-pr_id_continue.c +++ b/tests/unictype/test-pr_id_continue.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_id_start.c b/tests/unictype/test-pr_id_start.c index 458c336fbc..5cd77e3df9 100644 --- a/tests/unictype/test-pr_id_start.c +++ b/tests/unictype/test-pr_id_start.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_ideographic.c b/tests/unictype/test-pr_ideographic.c index ccce4ef4a9..10fa76cee5 100644 --- a/tests/unictype/test-pr_ideographic.c +++ b/tests/unictype/test-pr_ideographic.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_ids_binary_operator.c b/tests/unictype/test-pr_ids_binary_operator.c index 0faa979120..73fd856c5f 100644 --- a/tests/unictype/test-pr_ids_binary_operator.c +++ b/tests/unictype/test-pr_ids_binary_operator.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_ids_trinary_operator.c b/tests/unictype/test-pr_ids_trinary_operator.c index 23e5fd851e..03e7117513 100644 --- a/tests/unictype/test-pr_ids_trinary_operator.c +++ b/tests/unictype/test-pr_ids_trinary_operator.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_ignorable_control.c b/tests/unictype/test-pr_ignorable_control.c index 2d5f722990..9601f7b9f1 100644 --- a/tests/unictype/test-pr_ignorable_control.c +++ b/tests/unictype/test-pr_ignorable_control.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_iso_control.c b/tests/unictype/test-pr_iso_control.c index da892aed77..cf5d0abe1b 100644 --- a/tests/unictype/test-pr_iso_control.c +++ b/tests/unictype/test-pr_iso_control.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_join_control.c b/tests/unictype/test-pr_join_control.c index 9a52706c80..2db9f2934f 100644 --- a/tests/unictype/test-pr_join_control.c +++ b/tests/unictype/test-pr_join_control.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_left_of_pair.c b/tests/unictype/test-pr_left_of_pair.c index a436059291..3a27103f29 100644 --- a/tests/unictype/test-pr_left_of_pair.c +++ b/tests/unictype/test-pr_left_of_pair.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_line_separator.c b/tests/unictype/test-pr_line_separator.c index 3064c64abc..78d3169154 100644 --- a/tests/unictype/test-pr_line_separator.c +++ b/tests/unictype/test-pr_line_separator.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_logical_order_exception.c b/tests/unictype/test-pr_logical_order_exception.c index 0545ec8636..efb15ebd33 100644 --- a/tests/unictype/test-pr_logical_order_exception.c +++ b/tests/unictype/test-pr_logical_order_exception.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_lowercase.c b/tests/unictype/test-pr_lowercase.c index ab9c0d5fd7..c8a0abe908 100644 --- a/tests/unictype/test-pr_lowercase.c +++ b/tests/unictype/test-pr_lowercase.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_math.c b/tests/unictype/test-pr_math.c index b6c4ad830f..ad5fa2eb2c 100644 --- a/tests/unictype/test-pr_math.c +++ b/tests/unictype/test-pr_math.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_non_break.c b/tests/unictype/test-pr_non_break.c index 2f653d455c..df7e577bd5 100644 --- a/tests/unictype/test-pr_non_break.c +++ b/tests/unictype/test-pr_non_break.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_not_a_character.c b/tests/unictype/test-pr_not_a_character.c index e612f7df10..d24f86aea2 100644 --- a/tests/unictype/test-pr_not_a_character.c +++ b/tests/unictype/test-pr_not_a_character.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_numeric.c b/tests/unictype/test-pr_numeric.c index 050daa9120..673f23d0b6 100644 --- a/tests/unictype/test-pr_numeric.c +++ b/tests/unictype/test-pr_numeric.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_other_alphabetic.c b/tests/unictype/test-pr_other_alphabetic.c index 297ca120df..d39192ac0e 100644 --- a/tests/unictype/test-pr_other_alphabetic.c +++ b/tests/unictype/test-pr_other_alphabetic.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_other_default_ignorable_code_point.c b/tests/unictype/test-pr_other_default_ignorable_code_point.c index 00e3438a25..c5484a5fd6 100644 --- a/tests/unictype/test-pr_other_default_ignorable_code_point.c +++ b/tests/unictype/test-pr_other_default_ignorable_code_point.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_other_grapheme_extend.c b/tests/unictype/test-pr_other_grapheme_extend.c index 1aebdbca35..5aa2667255 100644 --- a/tests/unictype/test-pr_other_grapheme_extend.c +++ b/tests/unictype/test-pr_other_grapheme_extend.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_other_id_continue.c b/tests/unictype/test-pr_other_id_continue.c index e49f4d9c42..cf68b644ad 100644 --- a/tests/unictype/test-pr_other_id_continue.c +++ b/tests/unictype/test-pr_other_id_continue.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_other_id_start.c b/tests/unictype/test-pr_other_id_start.c index 8c5ca5bf99..75b096566a 100644 --- a/tests/unictype/test-pr_other_id_start.c +++ b/tests/unictype/test-pr_other_id_start.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_other_lowercase.c b/tests/unictype/test-pr_other_lowercase.c index 3cc0762a1c..ad8d200800 100644 --- a/tests/unictype/test-pr_other_lowercase.c +++ b/tests/unictype/test-pr_other_lowercase.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_other_math.c b/tests/unictype/test-pr_other_math.c index 6d534f983b..42182ff7e8 100644 --- a/tests/unictype/test-pr_other_math.c +++ b/tests/unictype/test-pr_other_math.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_other_uppercase.c b/tests/unictype/test-pr_other_uppercase.c index 779967f698..94c8ad8644 100644 --- a/tests/unictype/test-pr_other_uppercase.c +++ b/tests/unictype/test-pr_other_uppercase.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_paired_punctuation.c b/tests/unictype/test-pr_paired_punctuation.c index 79eb4cda5c..2c07b0d9be 100644 --- a/tests/unictype/test-pr_paired_punctuation.c +++ b/tests/unictype/test-pr_paired_punctuation.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_paragraph_separator.c b/tests/unictype/test-pr_paragraph_separator.c index 450fcc1c36..e35c14c856 100644 --- a/tests/unictype/test-pr_paragraph_separator.c +++ b/tests/unictype/test-pr_paragraph_separator.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_pattern_syntax.c b/tests/unictype/test-pr_pattern_syntax.c index 740bb65e64..dc8a9cc78f 100644 --- a/tests/unictype/test-pr_pattern_syntax.c +++ b/tests/unictype/test-pr_pattern_syntax.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_pattern_white_space.c b/tests/unictype/test-pr_pattern_white_space.c index 2516acd1b0..80ce20e4a9 100644 --- a/tests/unictype/test-pr_pattern_white_space.c +++ b/tests/unictype/test-pr_pattern_white_space.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_private_use.c b/tests/unictype/test-pr_private_use.c index ce07421c3f..b96b7ef1bd 100644 --- a/tests/unictype/test-pr_private_use.c +++ b/tests/unictype/test-pr_private_use.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_punctuation.c b/tests/unictype/test-pr_punctuation.c index d3cac3dd5a..9d8324ffb0 100644 --- a/tests/unictype/test-pr_punctuation.c +++ b/tests/unictype/test-pr_punctuation.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_quotation_mark.c b/tests/unictype/test-pr_quotation_mark.c index 994c22e7e7..4c8dcc68f6 100644 --- a/tests/unictype/test-pr_quotation_mark.c +++ b/tests/unictype/test-pr_quotation_mark.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_radical.c b/tests/unictype/test-pr_radical.c index fa574008c1..34389f3159 100644 --- a/tests/unictype/test-pr_radical.c +++ b/tests/unictype/test-pr_radical.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_regional_indicator.c b/tests/unictype/test-pr_regional_indicator.c index 3b8a7893ab..d3ec9a5eb0 100644 --- a/tests/unictype/test-pr_regional_indicator.c +++ b/tests/unictype/test-pr_regional_indicator.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_sentence_terminal.c b/tests/unictype/test-pr_sentence_terminal.c index 59995251eb..09663e4b67 100644 --- a/tests/unictype/test-pr_sentence_terminal.c +++ b/tests/unictype/test-pr_sentence_terminal.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_soft_dotted.c b/tests/unictype/test-pr_soft_dotted.c index f8ed34a6e9..84bfc05a6d 100644 --- a/tests/unictype/test-pr_soft_dotted.c +++ b/tests/unictype/test-pr_soft_dotted.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_space.c b/tests/unictype/test-pr_space.c index 0c7de47862..8df238a4b7 100644 --- a/tests/unictype/test-pr_space.c +++ b/tests/unictype/test-pr_space.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_terminal_punctuation.c b/tests/unictype/test-pr_terminal_punctuation.c index 33cdb85bfe..1fb8f8adb5 100644 --- a/tests/unictype/test-pr_terminal_punctuation.c +++ b/tests/unictype/test-pr_terminal_punctuation.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_titlecase.c b/tests/unictype/test-pr_titlecase.c index 989c831021..5af1089169 100644 --- a/tests/unictype/test-pr_titlecase.c +++ b/tests/unictype/test-pr_titlecase.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_unassigned_code_value.c b/tests/unictype/test-pr_unassigned_code_value.c index 9cb7a2123b..f3266ea7e4 100644 --- a/tests/unictype/test-pr_unassigned_code_value.c +++ b/tests/unictype/test-pr_unassigned_code_value.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_unified_ideograph.c b/tests/unictype/test-pr_unified_ideograph.c index c08886f90a..0785a35c61 100644 --- a/tests/unictype/test-pr_unified_ideograph.c +++ b/tests/unictype/test-pr_unified_ideograph.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_uppercase.c b/tests/unictype/test-pr_uppercase.c index 5a3ea4495d..b1c76e015d 100644 --- a/tests/unictype/test-pr_uppercase.c +++ b/tests/unictype/test-pr_uppercase.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_variation_selector.c b/tests/unictype/test-pr_variation_selector.c index c54e283189..0f029e0712 100644 --- a/tests/unictype/test-pr_variation_selector.c +++ b/tests/unictype/test-pr_variation_selector.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_white_space.c b/tests/unictype/test-pr_white_space.c index f178acb830..6f08b8c344 100644 --- a/tests/unictype/test-pr_white_space.c +++ b/tests/unictype/test-pr_white_space.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_xid_continue.c b/tests/unictype/test-pr_xid_continue.c index 7ee73de384..9e50600748 100644 --- a/tests/unictype/test-pr_xid_continue.c +++ b/tests/unictype/test-pr_xid_continue.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_xid_start.c b/tests/unictype/test-pr_xid_start.c index a79cd763b7..64bed69701 100644 --- a/tests/unictype/test-pr_xid_start.c +++ b/tests/unictype/test-pr_xid_start.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-pr_zero_width.c b/tests/unictype/test-pr_zero_width.c index cb573dc4fb..ca8b01ff0d 100644 --- a/tests/unictype/test-pr_zero_width.c +++ b/tests/unictype/test-pr_zero_width.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-sy_c_whitespace.c b/tests/unictype/test-sy_c_whitespace.c index c5d0b443cb..e638f61b2c 100644 --- a/tests/unictype/test-sy_c_whitespace.c +++ b/tests/unictype/test-sy_c_whitespace.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unictype/test-sy_java_whitespace.c b/tests/unictype/test-sy_java_whitespace.c index ca42ff4c59..5ffbdabb87 100644 --- a/tests/unictype/test-sy_java_whitespace.c +++ b/tests/unictype/test-sy_java_whitespace.c @@ -2,12 +2,12 @@ /* Test the Unicode character type functions. Copyright (C) 2007 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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. diff --git a/tests/unigbrk/test-uc-gbrk-prop.h b/tests/unigbrk/test-uc-gbrk-prop.h index 8609b4d64b..2444b86277 100644 --- a/tests/unigbrk/test-uc-gbrk-prop.h +++ b/tests/unigbrk/test-uc-gbrk-prop.h @@ -2,12 +2,12 @@ /* Test the Unicode grapheme break property functions. Copyright (C) 2010 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 3 of the License, or - (at your option) any later version. + This file 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 3 of the License, + or (at your option) any later version. - This program is distributed in the hope that it will be useful, + This file 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.