From d2975c6d096a2f6f6090360b8244f90d5633cf57 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 23 Jul 2023 12:19:27 +0200 Subject: reuse: Get files in misc/nsis/ to use SPDX reuse annotate --license="GPL-3.0-or-later" --style python \ misc/nsis/uninstall_pages.nsh \ misc/nsis/install.nsh \ misc/nsis/uninstall.nsh And fixing qutebrowser.nsi manually as that uses iso-8859-1 and the reuse tool doesn't like that apparently. --- misc/nsis/install.nsh | 15 +-------------- misc/nsis/install_pages.nsh | 15 +-------------- misc/nsis/qutebrowser.nsi | 15 +-------------- misc/nsis/uninstall.nsh | 15 +-------------- misc/nsis/uninstall_pages.nsh | 15 +-------------- 5 files changed, 5 insertions(+), 70 deletions(-) diff --git a/misc/nsis/install.nsh b/misc/nsis/install.nsh index 8233ab5f0..b9be7f719 100755 --- a/misc/nsis/install.nsh +++ b/misc/nsis/install.nsh @@ -1,19 +1,6 @@ # Copyright 2018 Florian Bruhin (The Compiler) # -# This file is part of qutebrowser. -# -# qutebrowser 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. -# -# qutebrowser 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 qutebrowser. If not, see . +# SPDX-License-Identifier: GPL-3.0-or-later # NSIS installer header. Uses NsisMultiUser plugin and contains portions of # its demo code, copyright 2017 Richard Drizin, Alex Mitev. diff --git a/misc/nsis/install_pages.nsh b/misc/nsis/install_pages.nsh index c3cf973df..0adec562c 100755 --- a/misc/nsis/install_pages.nsh +++ b/misc/nsis/install_pages.nsh @@ -1,19 +1,6 @@ # Copyright 2018 Florian Bruhin (The Compiler) # -# This file is part of qutebrowser. -# -# qutebrowser 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. -# -# qutebrowser 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 qutebrowser. If not, see . +# SPDX-License-Identifier: GPL-3.0-or-later # NSIS pages header. Uses NsisMultiUser plugin and contains portions of # its demo code, copyright 2017 Richard Drizin, Alex Mitev. diff --git a/misc/nsis/qutebrowser.nsi b/misc/nsis/qutebrowser.nsi index 7623d8cb2..78190d22a 100755 --- a/misc/nsis/qutebrowser.nsi +++ b/misc/nsis/qutebrowser.nsi @@ -1,20 +1,7 @@ # Copyright 2018 Florian Bruhin (The Compiler) # encoding: iso-8859-1 # -# This file is part of qutebrowser. -# -# qutebrowser 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. -# -# qutebrowser 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 qutebrowser. If not, see . +# SPDX-License-Identifier: GPL-3.0-or-later # NSIS installer script. Uses NsisMultiUser plugin and contains portions of # its demo code, copyright 2017 Richard Drizin, Alex Mitev. diff --git a/misc/nsis/uninstall.nsh b/misc/nsis/uninstall.nsh index fc33b7aee..f5d851afb 100755 --- a/misc/nsis/uninstall.nsh +++ b/misc/nsis/uninstall.nsh @@ -1,19 +1,6 @@ # Copyright 2018 Florian Bruhin (The Compiler) # -# This file is part of qutebrowser. -# -# qutebrowser 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. -# -# qutebrowser 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 qutebrowser. If not, see . +# SPDX-License-Identifier: GPL-3.0-or-later # NSIS uninstaller header. Uses NsisMultiUser plugin and contains portions of # its demo code, copyright 2017 Richard Drizin, Alex Mitev. diff --git a/misc/nsis/uninstall_pages.nsh b/misc/nsis/uninstall_pages.nsh index 10bc30484..2b10aa14d 100755 --- a/misc/nsis/uninstall_pages.nsh +++ b/misc/nsis/uninstall_pages.nsh @@ -1,19 +1,6 @@ # Copyright 2018 Florian Bruhin (The Compiler) # -# This file is part of qutebrowser. -# -# qutebrowser 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. -# -# qutebrowser 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 qutebrowser. If not, see . +# SPDX-License-Identifier: GPL-3.0-or-later # NSIS pages header. Uses NsisMultiUser plugin and contains portions of # its demo code, copyright 2017 Richard Drizin, Alex Mitev. -- cgit v1.2.3-54-g00ecf