From e3ffd3bbdd23d06f9efe114c4e0247e58444229b Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 1 Jan 2022 10:24:28 -0800 Subject: =?UTF-8?q?maint:=20fix=20=E2=80=98make=20update-copyright?= =?UTF-8?q?=E2=80=99=20on=20symlinks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- etc/license-notices/GPL | 44 +------------------------------------------- 1 file changed, 1 insertion(+), 43 deletions(-) mode change 100644 => 120000 etc/license-notices/GPL (limited to 'etc/license-notices/GPL') diff --git a/etc/license-notices/GPL b/etc/license-notices/GPL deleted file mode 100644 index f6b0d67689..0000000000 --- a/etc/license-notices/GPL +++ /dev/null @@ -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 . */ - - - - * 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 . - - - -# 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 . diff --git a/etc/license-notices/GPL b/etc/license-notices/GPL new file mode 120000 index 0000000000..fbd0cdcabe --- /dev/null +++ b/etc/license-notices/GPL @@ -0,0 +1 @@ +GPLv3+ \ No newline at end of file -- cgit v1.2.1