summaryrefslogtreecommitdiff
path: root/lib/c32isalpha.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-05-04 23:11:59 +0200
committerBruno Haible <bruno@clisp.org>2023-05-04 23:12:13 +0200
commit79f9537ca14ef562e670413155118ba6f0a4b596 (patch)
treeb8c0aa857f9270684d29dcb8c4ff1a93e489a4e7 /lib/c32isalpha.c
parente91a158c1a3ab4b79bd72de4063142a4a82453e1 (diff)
downloadgnulib-79f9537ca14ef562e670413155118ba6f0a4b596.tar.gz
c32is*: Relax license.
* modules/c32isalnum (License): Change to LGPLv2+. * modules/c32isalpha (License): Likewise. * modules/c32isblank (License): Likewise. * modules/c32iscntrl (License): Likewise. * modules/c32isdigit (License): Likewise. * modules/c32isgraph (License): Likewise. * modules/c32islower (License): Likewise. * modules/c32isprint (License): Likewise. * modules/c32ispunct (License): Likewise. * modules/c32isspace (License): Likewise. * modules/c32isupper (License): Likewise. * modules/c32isxdigit (License): Likewise. * lib/c32isalnum.c: Update license notice. * lib/c32isalpha.c: Likewise. * lib/c32isblank.c: Likewise. * lib/c32iscntrl.c: Likewise. * lib/c32isdigit.c: Likewise. * lib/c32isgraph.c: Likewise. * lib/c32islower.c: Likewise. * lib/c32isprint.c: Likewise. * lib/c32ispunct.c: Likewise. * lib/c32isspace.c: Likewise. * lib/c32isupper.c: Likewise. * lib/c32isxdigit.c: Likewise. * lib/c32is-impl.h: Likewise.
Diffstat (limited to 'lib/c32isalpha.c')
-rw-r--r--lib/c32isalpha.c24
1 files changed, 8 insertions, 16 deletions
diff --git a/lib/c32isalpha.c b/lib/c32isalpha.c
index 1462cf7083..3bc13d8302 100644
--- a/lib/c32isalpha.c
+++ b/lib/c32isalpha.c
@@ -1,26 +1,18 @@
/* Test 32-bit wide character for being alphabetic.
Copyright (C) 2020-2023 Free Software Foundation, Inc.
- 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>