summaryrefslogtreecommitdiff
path: root/skip-not-implemented
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-01-24 22:00:56 +0200
committerLars Wirzenius <liw@liw.fi>2015-01-24 22:00:56 +0200
commitde611205225f4c81f14a7c6ee27057624e8e9cfe (patch)
treeed57a407dc40c6a1285300af141b45c70917d211 /skip-not-implemented
parent3d4d3178a5d4fdf21891861cd4d150d76cd2e159 (diff)
downloadobnam-de611205225f4c81f14a7c6ee27057624e8e9cfe.tar.gz
Fix copyright years, add missing gpl3 blurb
Diffstat (limited to 'skip-not-implemented')
-rwxr-xr-xskip-not-implemented17
1 files changed, 17 insertions, 0 deletions
diff --git a/skip-not-implemented b/skip-not-implemented
index 15fbb7be..d8ba61de 100755
--- a/skip-not-implemented
+++ b/skip-not-implemented
@@ -1,4 +1,21 @@
#!/usr/bin/awk -f
+# Copyright 2015 Lars Wirzenius
+#
+# 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/>.
+#
+# =*= License: GPL-3+ =*=
+
BEGIN { para = "" }
{ para = para $0 "\n" }