Switch to GPLv3

This commit is contained in:
Laurence Withers 2007-10-14 10:31:40 +00:00
commit c111c7e1dd
32 changed files with 786 additions and 364 deletions

View file

@ -1,7 +1,7 @@
# @P@/scripts/functions.sh
#
# (c)2006, @AUTHOR@, <@EMAIL@>.
# Released under the GNU GPLv2. See file COPYING or
# (c)2007, @AUTHOR@, <@EMAIL@>.
# Released under the GNU GPLv3. See file COPYING or
# http://www.gnu.org/copyleft/gpl.html for details.
#

View file

@ -1,5 +1,8 @@
# @P@/scripts/paths
# vim: syntax=sh:sw=4:ts=4:expandtab
#
# (c)2007, @AUTHOR@, <@EMAIL@>.
# Released under the GNU GPLv3. See file COPYING or
# http://www.gnu.org/copyleft/gpl.html for details.
#
# Default path setup. Not meant for editing; use environment variables
# to override values if needed.
@ -79,3 +82,6 @@ MY_CGIDIR="${WEBDIR}/cgi-bin"
[ -z "${DOCSDIR}" ] && DOCSDIR="${MY_DOCSDIR}"
[ -z "${WEBDIR}" ] && WEBDIR="${MY_WEBDIR}"
[ -z "${CGIDIR}" ] && CGIDIR="${MY_CGIDIR}"
# kate: @KATE_MODELINE@
# vim: syntax=sh:@VIM_MODELINE@