summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--Xerl.pm4
-rw-r--r--Xerl/Base.pm4
-rw-r--r--Xerl/Main/Global.pm4
-rw-r--r--Xerl/Page/Configure.pm2
-rw-r--r--Xerl/Page/Content.pm4
-rw-r--r--Xerl/Page/Document.pm4
-rw-r--r--Xerl/Page/Menu.pm4
-rw-r--r--Xerl/Page/Parameter.pm4
-rw-r--r--Xerl/Page/Request.pm4
-rw-r--r--Xerl/Page/Rules.pm4
-rw-r--r--Xerl/Page/Templates.pm2
-rw-r--r--Xerl/Plugins/Session.pm4
-rw-r--r--Xerl/Tools/FileIO.pm4
-rw-r--r--Xerl/XML/Element.pm4
-rw-r--r--Xerl/XML/Reader.pm4
-rw-r--r--scripts/modules/file.pm6
17 files changed, 32 insertions, 32 deletions
diff --git a/Makefile b/Makefile
index a9c9285..6bfaecf 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ clean:
stats: clean
perl scripts/stats.pl
replace:
- for i in index.pl Xerl.pm conf.txt; \
+ for i in index.pl Xerl.pm config.txt; \
do \
sed -n "s/$(FROM)/$(INTO)/g; \
w .tmp" $$i && mv -f .tmp $$i; \
diff --git a/Xerl.pm b/Xerl.pm
index c099329..462087d 100644
--- a/Xerl.pm
+++ b/Xerl.pm
@@ -1,4 +1,4 @@
-# Xerl (c) 2005-2009, Dipl.-Inform. (FH) Paul C. Buetow
+# Xerl (c) 2005-2011, Dipl.-Inform. (FH) Paul C. Buetow
#
# E-Mail: xerl@dev.buetow.org WWW: http://xerl.buetow.org
#
@@ -11,7 +11,7 @@
# * Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in the
# documentation and/or other materials provided with the distribution.
-# * Neither the name of P. B. Labs nor the names of its contributors may
+# * Neither the name of buetow.org nor the names of its contributors may
# be used to endorse or promote products derived from this software
# without specific prior written permission.
#
diff --git a/Xerl/Base.pm b/Xerl/Base.pm
index ebb1494..ddaf918 100644
--- a/Xerl/Base.pm
+++ b/Xerl/Base.pm
@@ -1,4 +1,4 @@
-# Xerl (c) 2005-2009, Dipl.-Inform. (FH) Paul C. Buetow
+# Xerl (c) 2005-2011, Dipl.-Inform. (FH) Paul C. Buetow
#
# E-Mail: xerl@dev.buetow.org WWW: http://xerl.buetow.org
#
@@ -11,7 +11,7 @@
# * Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in the
# documentation and/or other materials provided with the distribution.
-# * Neither the name of P. B. Labs nor the names of its contributors may
+# * Neither the name of buetow.org nor the names of its contributors may
# be used to endorse or promote products derived from this software
# without specific prior written permission.
#
diff --git a/Xerl/Main/Global.pm b/Xerl/Main/Global.pm
index e810d53..a6582b1 100644
--- a/Xerl/Main/Global.pm
+++ b/Xerl/Main/Global.pm
@@ -1,4 +1,4 @@
-# Xerl (c) 2005-2009, Dipl.-Inform. (FH) Paul C. Buetow
+# Xerl (c) 2005-2011, Dipl.-Inform. (FH) Paul C. Buetow
#
# E-Mail: xerl@dev.buetow.org WWW: http://xerl.buetow.org
#
@@ -11,7 +11,7 @@
# * Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in the
# documentation and/or other materials provided with the distribution.
-# * Neither the name of P. B. Labs nor the names of its contributors may
+# * Neither the name of buetow.org nor the names of its contributors may
# be used to endorse or promote products derived from this software
# without specific prior written permission.
#
diff --git a/Xerl/Page/Configure.pm b/Xerl/Page/Configure.pm
index 9fa3002..f30483c 100644
--- a/Xerl/Page/Configure.pm
+++ b/Xerl/Page/Configure.pm
@@ -11,7 +11,7 @@
# * Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in the
# documentation and/or other materials provided with the distribution.
-# * Neither the name of P. B. Labs nor the names of its contributors may
+# * Neither the name of buetow.org nor the names of its contributors may
# be used to endorse or promote products derived from this software
# without specific prior written permission.
#
diff --git a/Xerl/Page/Content.pm b/Xerl/Page/Content.pm
index 9bdca50..7ce4e65 100644
--- a/Xerl/Page/Content.pm
+++ b/Xerl/Page/Content.pm
@@ -1,4 +1,4 @@
-# Xerl (c) 2005-2009, Dipl.-Inform. (FH) Paul C. Buetow
+# Xerl (c) 2005-2011, Dipl.-Inform. (FH) Paul C. Buetow
#
# E-Mail: xerl@dev.buetow.org WWW: http://xerl.buetow.org
#
@@ -11,7 +11,7 @@
# * Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in the
# documentation and/or other materials provided with the distribution.
-# * Neither the name of P. B. Labs nor the names of its contributors may
+# * Neither the name of buetow.org nor the names of its contributors may
# be used to endorse or promote products derived from this software
# without specific prior written permission.
#
diff --git a/Xerl/Page/Document.pm b/Xerl/Page/Document.pm
index 2ca9f10..91600e7 100644
--- a/Xerl/Page/Document.pm
+++ b/Xerl/Page/Document.pm
@@ -1,4 +1,4 @@
-# Xerl (c) 2005-2009, Dipl.-Inform. (FH) Paul C. Buetow
+# Xerl (c) 2005-2011, Dipl.-Inform. (FH) Paul C. Buetow
#
# E-Mail: xerl@dev.buetow.org WWW: http://xerl.buetow.org
#
@@ -11,7 +11,7 @@
# * Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in the
# documentation and/or other materials provided with the distribution.
-# * Neither the name of P. B. Labs nor the names of its contributors may
+# * Neither the name of buetow.org nor the names of its contributors may
# be used to endorse or promote products derived from this software
# without specific prior written permission.
#
diff --git a/Xerl/Page/Menu.pm b/Xerl/Page/Menu.pm
index 2545bc0..23d7dbd 100644
--- a/Xerl/Page/Menu.pm
+++ b/Xerl/Page/Menu.pm
@@ -1,4 +1,4 @@
-# Xerl (c) 2005-2009, Dipl.-Inform. (FH) Paul C. Buetow
+# Xerl (c) 2005-2011, Dipl.-Inform. (FH) Paul C. Buetow
#
# E-Mail: xerl@dev.buetow.org WWW: http://xerl.buetow.org
#
@@ -11,7 +11,7 @@
# * Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in the
# documentation and/or other materials provided with the distribution.
-# * Neither the name of P. B. Labs nor the names of its contributors may
+# * Neither the name of buetow.org nor the names of its contributors may
# be used to endorse or promote products derived from this software
# without specific prior written permission.
#
diff --git a/Xerl/Page/Parameter.pm b/Xerl/Page/Parameter.pm
index c50608c..00dc516 100644
--- a/Xerl/Page/Parameter.pm
+++ b/Xerl/Page/Parameter.pm
@@ -1,4 +1,4 @@
-# Xerl (c) 2005-2009, Dipl.-Inform. (FH) Paul C. Buetow
+# Xerl (c) 2005-2011, Dipl.-Inform. (FH) Paul C. Buetow
#
# E-Mail: xerl@dev.buetow.org WWW: http://xerl.buetow.org
#
@@ -11,7 +11,7 @@
# * Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in the
# documentation and/or other materials provided with the distribution.
-# * Neither the name of P. B. Labs nor the names of its contributors may
+# * Neither the name of buetow.org nor the names of its contributors may
# be used to endorse or promote products derived from this software
# without specific prior written permission.
#
diff --git a/Xerl/Page/Request.pm b/Xerl/Page/Request.pm
index 007745f..4493be3 100644
--- a/Xerl/Page/Request.pm
+++ b/Xerl/Page/Request.pm
@@ -1,4 +1,4 @@
-# Xerl (c) 2005-2009, Dipl.-Inform. (FH) Paul C. Buetow
+# Xerl (c) 2005-2011, Dipl.-Inform. (FH) Paul C. Buetow
#
# E-Mail: xerl@dev.buetow.org WWW: http://xerl.buetow.org
#
@@ -11,7 +11,7 @@
# * Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in the
# documentation and/or other materials provided with the distribution.
-# * Neither the name of P. B. Labs nor the names of its contributors may
+# * Neither the name of buetow.org nor the names of its contributors may
# be used to endorse or promote products derived from this software
# without specific prior written permission.
#
diff --git a/Xerl/Page/Rules.pm b/Xerl/Page/Rules.pm
index cf24913..e61d000 100644
--- a/Xerl/Page/Rules.pm
+++ b/Xerl/Page/Rules.pm
@@ -1,4 +1,4 @@
-# Xerl (c) 2005-2009, Dipl.-Inform. (FH) Paul C. Buetow
+# Xerl (c) 2005-2011, Dipl.-Inform. (FH) Paul C. Buetow
#
# E-Mail: xerl@dev.buetow.org WWW: http://xerl.buetow.org
#
@@ -11,7 +11,7 @@
# * Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in the
# documentation and/or other materials provided with the distribution.
-# * Neither the name of P. B. Labs nor the names of its contributors may
+# * Neither the name of buetow.org nor the names of its contributors may
# be used to endorse or promote products derived from this software
# without specific prior written permission.
#
diff --git a/Xerl/Page/Templates.pm b/Xerl/Page/Templates.pm
index aef9be0..9f408c6 100644
--- a/Xerl/Page/Templates.pm
+++ b/Xerl/Page/Templates.pm
@@ -11,7 +11,7 @@
# * Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in the
# documentation and/or other materials provided with the distribution.
-# * Neither the name of P. B. Labs nor the names of its contributors may
+# * Neither the name of buetow.org nor the names of its contributors may
# be used to endorse or promote products derived from this software
# without specific prior written permission.
#
diff --git a/Xerl/Plugins/Session.pm b/Xerl/Plugins/Session.pm
index bb5382f..2ecc9b0 100644
--- a/Xerl/Plugins/Session.pm
+++ b/Xerl/Plugins/Session.pm
@@ -1,4 +1,4 @@
-# Xerl (c) 2005-2009, Dipl.-Inform. (FH) Paul C. Buetow
+# Xerl (c) 2005-2011, Dipl.-Inform. (FH) Paul C. Buetow
#
# E-Mail: xerl@dev.buetow.org WWW: http://xerl.buetow.org
#
@@ -11,7 +11,7 @@
# * Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in the
# documentation and/or other materials provided with the distribution.
-# * Neither the name of P. B. Labs nor the names of its contributors may
+# * Neither the name of buetow.org nor the names of its contributors may
# be used to endorse or promote products derived from this software
# without specific prior written permission.
#
diff --git a/Xerl/Tools/FileIO.pm b/Xerl/Tools/FileIO.pm
index 71e480c..3f8db1a 100644
--- a/Xerl/Tools/FileIO.pm
+++ b/Xerl/Tools/FileIO.pm
@@ -1,4 +1,4 @@
-# Xerl (c) 2005-2009, Dipl.-Inform. (FH) Paul C. Buetow
+# Xerl (c) 2005-2011, Dipl.-Inform. (FH) Paul C. Buetow
#
# E-Mail: xerl@dev.buetow.org WWW: http://xerl.buetow.org
#
@@ -11,7 +11,7 @@
# * Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in the
# documentation and/or other materials provided with the distribution.
-# * Neither the name of P. B. Labs nor the names of its contributors may
+# * Neither the name of buetow.org nor the names of its contributors may
# be used to endorse or promote products derived from this software
# without specific prior written permission.
#
diff --git a/Xerl/XML/Element.pm b/Xerl/XML/Element.pm
index a094ee6..33b58e7 100644
--- a/Xerl/XML/Element.pm
+++ b/Xerl/XML/Element.pm
@@ -1,4 +1,4 @@
-# Xerl (c) 2005-2009, Dipl.-Inform. (FH) Paul C. Buetow
+# Xerl (c) 2005-2011, Dipl.-Inform. (FH) Paul C. Buetow
#
# E-Mail: xerl@dev.buetow.org WWW: http://xerl.buetow.org
#
@@ -11,7 +11,7 @@
# * Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in the
# documentation and/or other materials provided with the distribution.
-# * Neither the name of P. B. Labs nor the names of its contributors may
+# * Neither the name of buetow.org nor the names of its contributors may
# be used to endorse or promote products derived from this software
# without specific prior written permission.
#
diff --git a/Xerl/XML/Reader.pm b/Xerl/XML/Reader.pm
index 277f8d9..ba2e57c 100644
--- a/Xerl/XML/Reader.pm
+++ b/Xerl/XML/Reader.pm
@@ -1,4 +1,4 @@
-# Xerl (c) 2005-2009, Dipl.-Inform. (FH) Paul C. Buetow
+# Xerl (c) 2005-2011, Dipl.-Inform. (FH) Paul C. Buetow
#
# E-Mail: xerl@dev.buetow.org WWW: http://xerl.buetow.org
#
@@ -11,7 +11,7 @@
# * Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in the
# documentation and/or other materials provided with the distribution.
-# * Neither the name of P. B. Labs nor the names of its contributors may
+# * Neither the name of buetow.org nor the names of its contributors may
# be used to endorse or promote products derived from this software
# without specific prior written permission.
#
diff --git a/scripts/modules/file.pm b/scripts/modules/file.pm
index 4326026..4727f8e 100644
--- a/scripts/modules/file.pm
+++ b/scripts/modules/file.pm
@@ -1,6 +1,6 @@
-# Xerl Copyright (c) 2005 2006 2007 2008, Paul Buetow (http://www.pblabs.net)
+# Xerl Copyright (c) 2005 2006 2007 2008, Paul Buetow (http://www.buetow.org)
#
-# E-Mail: xerl@dev.buetow.org WWW: http://xerl.perl9.org
+# E-Mail: xerl@dev.buetow.org WWW: http://xerl.buetow.org
#
# All rights reserved.
#
@@ -11,7 +11,7 @@
# * Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in the
# documentation and/or other materials provided with the distribution.
-# * Neither the name of P. B. Labs nor the names of its contributors may
+# * Neither the name of buetow.org nor the names of its contributors may
# be used to endorse or promote products derived from this software
# without specific prior written permission.
#