diff options
author | Christian Hesse <mail@eworm.de> | 2023-07-26 23:40:09 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-07-26 23:57:18 +0200 |
commit | 76b15dac72c72c81d5f632a93a20ebad5082322a (patch) | |
tree | f33ed82406149a9623ac5649f83069f8a4df51c9 /bin | |
parent | 69441360a49c42faeb01629e50d7357854f028d2 (diff) | |
download | pacman-offline-76b15dac72c72c81d5f632a93a20ebad5082322a.tar.gz pacman-offline-76b15dac72c72c81d5f632a93a20ebad5082322a.tar.zst |
clearly state the license
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/pacman-offline | 7 |
1 files changed, 7 insertions, 0 deletions
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 <mail@eworm.de> +# +# 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() { |