diff options
Diffstat (limited to 'webgen')
| -rwxr-xr-x | webgen | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -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` |
