From 76b15dac72c72c81d5f632a93a20ebad5082322a Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 26 Jul 2023 23:40:09 +0200 Subject: clearly state the license --- bin/pacman-offline | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bin') diff --git a/bin/pacman-offline b/bin/pacman-offline index 1a3acf9..42bea71 100755 --- a/bin/pacman-offline +++ b/bin/pacman-offline @@ -1,5 +1,12 @@ #!/bin/sh +# (C) 2017-2023 by Christian Hesse +# +# 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. + set -e function help() { -- cgit v1.2.3-54-g00ecf