diff options
Diffstat (limited to 'systemd/pacman-offline')
-rwxr-xr-x | systemd/pacman-offline | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/systemd/pacman-offline b/systemd/pacman-offline index b3db182..9cc75ea 100755 --- a/systemd/pacman-offline +++ b/systemd/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 # verify this is for us or exit gracefully |