summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Schafft <lion@lion.leolix.org>2011-07-01 08:41:41 +0000
committerPhilipp Schafft <lion@lion.leolix.org>2017-03-27 02:09:11 +0000
commitebeccdb6faddfd7090ece05ccd132d58acfe18fa (patch)
tree70422ac634c570784a257b76e8dc285a990ab4f0
parent0fd14a86d93138018f53bade4473c5c922f0ac0c (diff)
added license and copyright header
-rwxr-xr-xwebgen19
1 files changed, 19 insertions, 0 deletions
diff --git a/webgen b/webgen
index 488eb06..81e2111 100755
--- a/webgen
+++ b/webgen
@@ -1,5 +1,24 @@
#!/bin/sh
+# Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2009-2011
+#
+# This file is part of webgen,
+# a small template engine for easy management of small websites.
+#
+# This file is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License version 3
+# as published by the Free Software Foundation.
+#
+# webgen 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 software; see the file COPYING. If not, write to
+# the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+# Boston, MA 02110-1301, USA.
+
# CONFIG:
OUT=`pwd`