index : releng | |
Archlinux32 release engineering | gitolite user |
summaryrefslogtreecommitdiff |
author | Simon Doppler <dopsi@dopsi.ch> | 2017-08-06 16:09:20 +0200 |
---|---|---|
committer | Simon Doppler <dopsi@dopsi.ch> | 2017-08-06 16:09:20 +0200 |
commit | eeb3193ff0e16fb989e0c2d8d5912010f4c4eddb (patch) | |
tree | d4c1986abefd4abf52124eafa019394b2e7f8708 /al32-mktorrent.sh | |
parent | 6a7214ed114a3c68b8c0f75aab3c2ab41e35f8ed (diff) |
-rw-r--r-- | al32-mktorrent.sh | 13 |
diff --git a/al32-mktorrent.sh b/al32-mktorrent.sh index 34607b7..6843a9a 100644 --- a/al32-mktorrent.sh +++ b/al32-mktorrent.sh @@ -1,3 +1,16 @@ +# 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. +# +# This program 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 <http://www.gnu.org/licenses/>. + #! /bin/bash set -euo pipefail |