Switch to GPLv3
This commit is contained in:
parent
0a5a9981ce
commit
c111c7e1dd
32 changed files with 786 additions and 364 deletions
|
|
@ -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.
|
||||
#
|
||||
|
||||
|
|
|
|||
|
|
@ -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@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue