Skip to content

Commit f221458

Browse files
committed
gnulib-local: Put real license notice into the source files.
1 parent 4b1a76b commit f221458

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2021-06-06 Bruno Haible <bruno@clisp.org>
2+
3+
gnulib-local: Put real license notice into the source files.
4+
* gnulib-local/lib/alloca.in.h: Use an LGPLv2+ notice.
5+
16
2021-02-28 Bruno Haible <bruno@clisp.org>
27

38
Update DEPENDENCIES.

gnulib-local/lib/alloca.in.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
/* Memory allocation on the stack.
22
Copyright (C) 1995, 1999, 2001-2007 Free Software Foundation, Inc.
33
4-
This program is free software: you can redistribute it and/or modify
5-
it under the terms of the GNU General Public License as published by
6-
the Free Software Foundation; either version 3 of the License, or
7-
(at your option) any later version.
4+
This file is free software: you can redistribute it and/or modify
5+
it under the terms of the GNU Lesser General Public License as
6+
published by the Free Software Foundation; either version 2.1 of the
7+
License, or (at your option) any later version.
88
9-
This program is distributed in the hope that it will be useful,
9+
This file is distributed in the hope that it will be useful,
1010
but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12-
GNU General Public License for more details.
12+
GNU Lesser General Public License for more details.
1313
14-
You should have received a copy of the GNU General Public License
14+
You should have received a copy of the GNU Lesser General Public License
1515
along with this program. If not, see <https://www.gnu.org/licenses/>. */
1616

1717
/* When this file is included, it may be preceded only by preprocessor

0 commit comments

Comments
 (0)