diff options
| author | Paul Buetow <paul@buetow.org> | 2011-04-26 19:23:02 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2011-04-26 19:23:02 +0000 |
| commit | 44130ad89561effdb1856bd8f7419e89565ad1db (patch) | |
| tree | 56f80629354cbad65d3c2c686dc46d5670538aff | |
| parent | d87c0e16f9b880ce38e1ff6a39f22ba49263aef0 (diff) | |
updated copyright headers
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | Xerl.pm | 4 | ||||
| -rw-r--r-- | Xerl/Base.pm | 4 | ||||
| -rw-r--r-- | Xerl/Main/Global.pm | 4 | ||||
| -rw-r--r-- | Xerl/Page/Configure.pm | 2 | ||||
| -rw-r--r-- | Xerl/Page/Content.pm | 4 | ||||
| -rw-r--r-- | Xerl/Page/Document.pm | 4 | ||||
| -rw-r--r-- | Xerl/Page/Menu.pm | 4 | ||||
| -rw-r--r-- | Xerl/Page/Parameter.pm | 4 | ||||
| -rw-r--r-- | Xerl/Page/Request.pm | 4 | ||||
| -rw-r--r-- | Xerl/Page/Rules.pm | 4 | ||||
| -rw-r--r-- | Xerl/Page/Templates.pm | 2 | ||||
| -rw-r--r-- | Xerl/Plugins/Session.pm | 4 | ||||
| -rw-r--r-- | Xerl/Tools/FileIO.pm | 4 | ||||
| -rw-r--r-- | Xerl/XML/Element.pm | 4 | ||||
| -rw-r--r-- | Xerl/XML/Reader.pm | 4 | ||||
| -rw-r--r-- | scripts/modules/file.pm | 6 |
17 files changed, 32 insertions, 32 deletions
@@ -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; \ @@ -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. # |
