From ebeccdb6faddfd7090ece05ccd132d58acfe18fa Mon Sep 17 00:00:00 2001 From: Philipp Schafft Date: Fri, 1 Jul 2011 08:41:41 +0000 Subject: added license and copyright header --- webgen | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'webgen') 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` -- cgit v1.2.3