summaryrefslogtreecommitdiff
path: root/lib/unicase/toupper.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-05-04 23:12:42 +0200
committerBruno Haible <bruno@clisp.org>2023-05-04 23:12:54 +0200
commit612d39b1be81b79c2531a82669457617a0dd73eb (patch)
tree99e7eef4995af37c402a561e855ec1db569d5699 /lib/unicase/toupper.c
parenta8f70cc23836b9eb1f332f8e24d80fdb60e88d96 (diff)
downloadgnulib-612d39b1be81b79c2531a82669457617a0dd73eb.tar.gz
unicase/tolower, unicase/toupper: Relax license.
* lib/gen-uni-tables.c (output_simple_mapping): Bump copyright year. For unicase/tolower.h and unicase/toupper.h, use the LGPLv2+. * lib/unicase/tolower.h: Regenerated. * lib/unicase/toupper.h: Likewise. * lib/unicase/simple-mapping.h: Update license notice. * lib/unicase/tolower.c: Likewise. * lib/unicase/toupper.c: Likewise. * modules/unicase/tolower (License): Change to LGPLv2+. * modules/unicase/toupper (License): Likewise.
Diffstat (limited to 'lib/unicase/toupper.c')
-rw-r--r--lib/unicase/toupper.c24
1 files changed, 8 insertions, 16 deletions
diff --git a/lib/unicase/toupper.c b/lib/unicase/toupper.c
index 7d055df8f2..82c58ae4dd 100644
--- a/lib/unicase/toupper.c
+++ b/lib/unicase/toupper.c
@@ -2,26 +2,18 @@
Copyright (C) 2002, 2006, 2009-2023 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2009.
- 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
- by the Free Software Foundation, either version 3, or (at your
- option) any later version, or
- - the terms of the GNU General Public License as published by the
- Free Software Foundation; either version 2, or (at your option)
- any later version, or
- - the same dual license "the GNU LGPLv3+ or the GNU GPLv2+".
+ This file is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation; either version 2.1 of the
+ License, or (at your option) any later version.
This file is distributed in the hope that 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
- for more details.
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Lesser General Public License for more details.
- 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/>. */
+ You should have received a copy of the GNU Lesser General Public License
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
#include <config.h>