summaryrefslogtreecommitdiff
path: root/lib/filename.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2020-12-31 19:29:08 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2020-12-31 19:29:36 -0800
commit2305758b3f5406d98ee2c3d9049fecbd86c45ca8 (patch)
tree6905e12541b4c968b680e0e39a85844718d6e418 /lib/filename.h
parentdd49d2f988df02070f586a2a017ce48bb1de8aec (diff)
downloadgnulib-2305758b3f5406d98ee2c3d9049fecbd86c45ca8.tar.gz
filename: change filename.h comment to LGPLv2.1+
* lib/filename.h: Change license notice to match what should be in glibc, and what modules/filename specifies. This is to simplify syncing with glibc.
Diffstat (limited to 'lib/filename.h')
-rw-r--r--lib/filename.h20
1 files changed, 11 insertions, 9 deletions
diff --git a/lib/filename.h b/lib/filename.h
index 4598fb1d63..984154c49f 100644
--- a/lib/filename.h
+++ b/lib/filename.h
@@ -1,18 +1,20 @@
/* Basic filename support macros.
Copyright (C) 2001-2004, 2007-2020 Free Software Foundation, Inc.
+ This file is part of the GNU C Library.
- 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.
+ The GNU C Library 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 program is distributed in the hope that it will be useful,
+ The GNU C Library is distributed in the hope that 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.
+ 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 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 the GNU C Library; if not, see
+ <https://www.gnu.org/licenses/>. */
/* From Paul Eggert and Jim Meyering. */