branch: master
commit fe46c74749940d1bb083cd87316439c817b6b433
Author: Stefan Kangas <[email protected]>
Commit: Stefan Kangas <[email protected]>

    * admin/update-archive.sh: Add license statement.
---
 admin/update-archive.sh | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/admin/update-archive.sh b/admin/update-archive.sh
index 4542045..cadddbd 100755
--- a/admin/update-archive.sh
+++ b/admin/update-archive.sh
@@ -1,6 +1,20 @@
 #!/bin/sh
+
 # TODO: Author
-# TODO: License
+
+# 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/>.
+
 ##
 # Usage: update-archive.sh [options]
 #

Reply via email to