add license header to tiny scripts for completeness
authorIan Kelling <iank@fsf.org>
Tue, 10 Jan 2023 06:48:40 +0000 (01:48 -0500)
committerIan Kelling <iank@fsf.org>
Tue, 10 Jan 2023 06:48:40 +0000 (01:48 -0500)
ftp-addkey.sh
ftp-rmkey.sh
generate-ftpindex.sh

index 4b89785fb0fe79291212ef89e3b818c1d3149a26..4770ca338a48e771d35250abfc6470b6867616e7 100755 (executable)
@@ -4,6 +4,20 @@
 # ftp.gnu.org.
 #
 
+# 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 <https://www.gnu.org/licenses/>.
+
+
 PACKAGES=/home/gatekpr/packages
 
 if  ( ([ "$1" = "" ]) || ([ "$2" = "" ]) || ([ "$3" = "" ]) )
index 5fa12f4583c7443854787981785f8ca93ec41c5e..a7efa950d975e76919433c42cea45a0009d0f5cc 100755 (executable)
@@ -8,6 +8,20 @@
 #
 # written by baughj, 2006.04.05
 
+# 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 <https://www.gnu.org/licenses/>.
+
+
 PACKAGES=/home/gatekpr/packages
 EXPIRED_KEYRING=/home/gatekpr/expired-gnu-keys.gpg
 
index 48007716f372b5762281c0ec04bb666112c47d6e..58cd618b7f9a4c54b8c7a5769cd86df6a320dda4 100644 (file)
@@ -1,5 +1,18 @@
 #!/bin/sh
 
+# 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 <https://www.gnu.org/licenses/>.
+
 ls -lrRt /home/ftp | gzip -9 -c > /home/ftp/ls-lrRt.txt.gz
 cd /home/ftp
 find . | gzip -9 -c > /home/ftp/find.txt.gz