aboutsummaryrefslogtreecommitdiff
path: root/.local/templates
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-01-18 02:06:54 +0100
committerPatrick Spek <p.spek@tyil.nl>2020-01-18 02:06:54 +0100
commit34b12a07bbee7c57c1dfea50e0d09507326dda77 (patch)
treecc879f72d09f8a7eca0098c4ac6861e922bd87ad /.local/templates
parentd96b391b88a854261ccbafa07ad41444bee16117 (diff)
Add AGPLv3 header to shell script template
Diffstat (limited to '.local/templates')
-rw-r--r--.local/templates/sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/.local/templates/sh b/.local/templates/sh
index 27cae4a..96be15f 100644
--- a/.local/templates/sh
+++ b/.local/templates/sh
@@ -1,5 +1,15 @@
#! /usr/bin/env sh
+# This program is free software: you can redistribute it and/or modify it under
+# the terms of the GNU Affero 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 Affero General Public License for more
+# details.
+
main()
{
# Handle opts