Big copyright update

Uses new-style copyright notices and improves consistency a bit. Removes the
old KATE_MODELINE stuff.
This commit is contained in:
Laurence Withers 2010-11-25 15:32:52 +00:00
commit 0e9f48ff2d
87 changed files with 169 additions and 220 deletions

View file

@ -1,8 +1,8 @@
# @P@/scripts/paths
#
# (c)2010, @AUTHOR@, <@EMAIL@>.
# Released under the GNU GPLv3. See file COPYING or
# http://www.gnu.org/copyleft/gpl.html for details.
# Copyright: ©@YEAR@, @COPYRIGHT@
# Author: @AUTHOR@, <@EMAIL@>
# License: GPLv3
#
# Default path setup. Not meant for editing; use environment variables
# to override values if needed.
@ -60,5 +60,4 @@ fi
[ -z "${WEBDIR}" ] && WEBDIR="${SRVDIR}/http"
[ -z "${CGIDIR}" ] && CGIDIR="${WEBDIR}/cgi-bin"
# kate: @KATE_MODELINE@
# vim: syntax=sh:@VIM_MODELINE@