diff options
author | Bruno Haible <bruno@clisp.org> | 2021-12-28 12:55:48 +0100 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2021-12-28 12:55:48 +0100 |
commit | e3f868cc2a78c5464080244b74f829541f2e67a5 (patch) | |
tree | 23d1275bb6f58a8af7fe57ceb9a027a1c95e0c4c /lib/unicase/tolower.h | |
parent | 43c47768d8694926a167928ff490fda96240cfbd (diff) | |
download | gnulib-e3f868cc2a78c5464080244b74f829541f2e67a5.tar.gz |
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.
Diffstat (limited to 'lib/unicase/tolower.h')
-rw-r--r-- | lib/unicase/tolower.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 <https://www.gnu.org/licenses/>. */ + program. If not, see <https://www.gnu.org/licenses/>. */ #define mapping_header_0 16 #define mapping_header_1 2 |