mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-01 02:34:55 +00:00
maint: fix ‘make update-copyright’ on symlinks
After running ‘make update-copyright’ I noticed that it incorrectly replaced a couple of symlinks with their contents. * Makefile (update-copyright): Do not update symlinks. * etc/license-notices/GPL, etc/license-notices/LGPL: Change these back to symlinks.
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
2022-01-01 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
maint: fix ‘make update-copyright’ on symlinks
|
||||
After running ‘make update-copyright’ I noticed that it
|
||||
incorrectly replaced a couple of symlinks with their contents.
|
||||
* Makefile (update-copyright): Do not update symlinks.
|
||||
* etc/license-notices/GPL, etc/license-notices/LGPL:
|
||||
Change these back to symlinks.
|
||||
|
||||
2021-12-31 Bruno Haible <bruno@clisp.org>
|
||||
|
||||
unistdio: Prefer newer version to older, buggy one.
|
||||
|
||||
@@ -173,6 +173,9 @@ update-copyright:
|
||||
done > $$exempt; \
|
||||
git ls-files tests/unictype >> $$exempt; \
|
||||
git ls-files doc/INSTALL* >> $$exempt; \
|
||||
for file in $$(git ls-files); do \
|
||||
test ! -h $$file || echo $$file; \
|
||||
done >> $$exempt; \
|
||||
git ls-files | grep -vFf $$exempt \
|
||||
| xargs grep -L '^/\*.*GENERATED AUTOMATICALLY' \
|
||||
| UPDATE_COPYRIGHT_MAX_LINE_LENGTH=79 \
|
||||
|
||||
@@ -1,43 +0,0 @@
|
||||
|
||||
This file 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.
|
||||
|
||||
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 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/>. */
|
||||
|
||||
|
||||
|
||||
* This file 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.
|
||||
*
|
||||
* 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 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/>.
|
||||
|
||||
|
||||
|
||||
# This file 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.
|
||||
#
|
||||
# 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 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/>.
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
GPLv3+
|
||||
@@ -1,28 +0,0 @@
|
||||
|
||||
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 3 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 for more details.
|
||||
|
||||
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/>. */
|
||||
|
||||
|
||||
|
||||
* 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 3 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 for more details.
|
||||
*
|
||||
* 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/>.
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
LGPLv3+
|
||||
Reference in New Issue
Block a user