[Koha-patches] [PATCH 2/2] replace references to defunct info email address

Galen Charlton gmcharlt at gmail.com
Fri Jun 25 11:17:07 CEST 2010


Now links to Koha project website.

Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
---
 C4/Acquisition.pm               |    2 +-
 C4/AuthoritiesMarc.pm           |    2 +-
 C4/AuthoritiesMarc/MARC21.pm    |    2 +-
 C4/AuthoritiesMarc/UNIMARC.pm   |    2 +-
 C4/BackgroundJob.pm             |    2 +-
 C4/Biblio.pm                    |    2 +-
 C4/Bookseller.pm                |    2 +-
 C4/Boolean.pm                   |    2 +-
 C4/Branch.pm                    |    2 +-
 C4/Budgets.pm                   |    2 +-
 C4/Charset.pm                   |    2 +-
 C4/Circulation.pm               |    2 +-
 C4/ClassSortRoutine.pm          |    2 +-
 C4/ClassSortRoutine/Dewey.pm    |    2 +-
 C4/ClassSortRoutine/Generic.pm  |    2 +-
 C4/ClassSortRoutine/LCC.pm      |    2 +-
 C4/ClassSource.pm               |    2 +-
 C4/Contract.pm                  |    2 +-
 C4/Form/MessagingPreferences.pm |    2 +-
 C4/Heading.pm                   |    2 +-
 C4/Heading/MARC21.pm            |    2 +-
 C4/ImportBatch.pm               |    2 +-
 C4/Input.pm                     |    2 +-
 C4/Installer.pm                 |    2 +-
 C4/Log.pm                       |    2 +-
 C4/Maintainance.pm              |    2 +-
 C4/Matcher.pm                   |    2 +-
 C4/Members/AttributeTypes.pm    |    2 +-
 C4/Members/Attributes.pm        |    2 +-
 C4/Members/Messaging.pm         |    2 +-
 C4/Output.pm                    |    2 +-
 C4/Overdues.pm                  |    2 +-
 C4/Print.pm                     |    2 +-
 C4/Reserves.pm                  |    2 +-
 C4/Search.pm                    |    2 +-
 C4/Search/PazPar2.pm            |    2 +-
 C4/Serials.pm                   |    2 +-
 C4/Serials/Frequency.pm         |    2 +-
 C4/Serials/NumberPattern.pm     |    2 +-
 C4/Stats.pm                     |    2 +-
 C4/Suggestions.pm               |    2 +-
 C4/UploadedFile.pm              |    2 +-
 C4/VirtualShelves.pm            |    2 +-
 C4/Z3950.pm                     |    2 +-
 install_misc/UpgradeBackup.pm   |    2 +-
 xt/author/test_template.pl      |    2 +-
 xt/author/valid-templates.t     |    2 +-
 47 files changed, 47 insertions(+), 47 deletions(-)

diff --git a/C4/Acquisition.pm b/C4/Acquisition.pm
index fc99f7d..4ce47fc 100644
--- a/C4/Acquisition.pm
+++ b/C4/Acquisition.pm
@@ -1704,6 +1704,6 @@ __END__
 
 =head1 AUTHOR
 
-Koha Development Team <info at koha.org>
+Koha Development Team <http://koha-community.org/>
 
 =cut
diff --git a/C4/AuthoritiesMarc.pm b/C4/AuthoritiesMarc.pm
index f276987..f6c9d35 100644
--- a/C4/AuthoritiesMarc.pm
+++ b/C4/AuthoritiesMarc.pm
@@ -1443,7 +1443,7 @@ __END__
 
 =head1 AUTHOR
 
-Koha Development Team <info at koha.org>
+Koha Development Team <http://koha-community.org/>
 
 Paul POULAIN paul.poulain at free.fr
 
diff --git a/C4/AuthoritiesMarc/MARC21.pm b/C4/AuthoritiesMarc/MARC21.pm
index e532ae1..bd0eb2e 100644
--- a/C4/AuthoritiesMarc/MARC21.pm
+++ b/C4/AuthoritiesMarc/MARC21.pm
@@ -119,7 +119,7 @@ sub fix_marc21_auth_type_location {
 
 =head1 AUTHOR
 
-Koha Development Team <info at koha.org>
+Koha Development Team <http://koha-community.org/>
 
 Galen Charlton <galen.charlton at liblime.com>
 
diff --git a/C4/AuthoritiesMarc/UNIMARC.pm b/C4/AuthoritiesMarc/UNIMARC.pm
index 244eec9..a7af735 100644
--- a/C4/AuthoritiesMarc/UNIMARC.pm
+++ b/C4/AuthoritiesMarc/UNIMARC.pm
@@ -79,7 +79,7 @@ sub default_auth_type_location {
 
 =head1 AUTHOR
 
-Koha Development Team <info at koha.org>
+Koha Development Team <http://koha-community.org/>
 
 Galen Charlton <galen.charlton at liblime.com>
 
diff --git a/C4/BackgroundJob.pm b/C4/BackgroundJob.pm
index 45e404e..3dc3bce 100644
--- a/C4/BackgroundJob.pm
+++ b/C4/BackgroundJob.pm
@@ -265,7 +265,7 @@ __END__
 
 =head1 AUTHOR
 
-Koha Development Team <info at koha.org>
+Koha Development Team <http://koha-community.org/>
 
 Galen Charlton <galen.charlton at liblime.com>
 
diff --git a/C4/Biblio.pm b/C4/Biblio.pm
index 11767a7..974f068 100644
--- a/C4/Biblio.pm
+++ b/C4/Biblio.pm
@@ -3392,7 +3392,7 @@ __END__
 
 =head1 AUTHOR
 
-Koha Development Team <info at koha.org>
+Koha Development Team <http://koha-community.org/>
 
 Paul POULAIN paul.poulain at free.fr
 
diff --git a/C4/Bookseller.pm b/C4/Bookseller.pm
index 3937880..8d60938 100644
--- a/C4/Bookseller.pm
+++ b/C4/Bookseller.pm
@@ -277,6 +277,6 @@ __END__
 
 =head1 AUTHOR
 
-Koha Development Team <info at koha.org>
+Koha Development Team <http://koha-community.org/>
 
 =cut
diff --git a/C4/Boolean.pm b/C4/Boolean.pm
index d8c14fb..f546464 100644
--- a/C4/Boolean.pm
+++ b/C4/Boolean.pm
@@ -118,6 +118,6 @@ __END__
 
 =head1 AUTHOR
 
-Koha Development Team <info at koha.org>
+Koha Development Team <http://koha-community.org/>
 
 =cut
diff --git a/C4/Branch.pm b/C4/Branch.pm
index 296011d..056a1d1 100644
--- a/C4/Branch.pm
+++ b/C4/Branch.pm
@@ -611,6 +611,6 @@ __END__
 
 =head1 AUTHOR
 
-Koha Development Team <info at koha.org>
+Koha Development Team <http://koha-community.org/>
 
 =cut
diff --git a/C4/Budgets.pm b/C4/Budgets.pm
index 3e99316..005bba8 100644
--- a/C4/Budgets.pm
+++ b/C4/Budgets.pm
@@ -828,6 +828,6 @@ __END__
 
 =head1 AUTHOR
 
-Koha Development Team <info at koha.org>
+Koha Development Team <http://koha-community.org/>
 
 =cut
diff --git a/C4/Charset.pm b/C4/Charset.pm
index 5324ff9..b3b4b72 100644
--- a/C4/Charset.pm
+++ b/C4/Charset.pm
@@ -1124,7 +1124,7 @@ sub char_decode5426 {
 
 =head1 AUTHOR
 
-Koha Development Team <info at koha.org>
+Koha Development Team <http://koha-community.org/>
 
 Galen Charlton <galen.charlton at liblime.com>
 
diff --git a/C4/Circulation.pm b/C4/Circulation.pm
index f47812c..034a8d6 100644
--- a/C4/Circulation.pm
+++ b/C4/Circulation.pm
@@ -2768,7 +2768,7 @@ __END__
 
 =head1 AUTHOR
 
-Koha Development Team <info at koha.org>
+Koha Development Team <http://koha-community.org/>
 
 =cut
 
diff --git a/C4/ClassSortRoutine.pm b/C4/ClassSortRoutine.pm
index 19fd998..fcd797d 100644
--- a/C4/ClassSortRoutine.pm
+++ b/C4/ClassSortRoutine.pm
@@ -126,7 +126,7 @@ sub _get_class_sort_key {
 
 =head1 AUTHOR
 
-Koha Development Team <info at koha.org>
+Koha Development Team <http://koha-community.org/>
 
 =cut
 
diff --git a/C4/ClassSortRoutine/Dewey.pm b/C4/ClassSortRoutine/Dewey.pm
index aff01b7..b4ba921 100644
--- a/C4/ClassSortRoutine/Dewey.pm
+++ b/C4/ClassSortRoutine/Dewey.pm
@@ -87,7 +87,7 @@ sub get_class_sort_key {
 
 =head1 AUTHOR
 
-Koha Development Team <info at koha.org>
+Koha Development Team <http://koha-community.org/>
 
 =cut
 
diff --git a/C4/ClassSortRoutine/Generic.pm b/C4/ClassSortRoutine/Generic.pm
index e787096..924e6a8 100644
--- a/C4/ClassSortRoutine/Generic.pm
+++ b/C4/ClassSortRoutine/Generic.pm
@@ -68,7 +68,7 @@ sub get_class_sort_key {
 
 =head1 AUTHOR
 
-Koha Development Team <info at koha.org>
+Koha Development Team <http://koha-community.org/>
 
 =cut
 
diff --git a/C4/ClassSortRoutine/LCC.pm b/C4/ClassSortRoutine/LCC.pm
index b72c58e..4fcf731 100644
--- a/C4/ClassSortRoutine/LCC.pm
+++ b/C4/ClassSortRoutine/LCC.pm
@@ -71,7 +71,7 @@ sub get_class_sort_key {
 
 =head1 AUTHOR
 
-Koha Development Team <info at koha.org>
+Koha Development Team <http://koha-community.org/>
 
 =cut
 
diff --git a/C4/ClassSource.pm b/C4/ClassSource.pm
index 13c2186..c527089 100644
--- a/C4/ClassSource.pm
+++ b/C4/ClassSource.pm
@@ -358,6 +358,6 @@ sub GetClassSort {
 
 =head1 AUTHOR
 
-Koha Development Team <info at koha.org>
+Koha Development Team <http://koha-community.org/>
 
 =cut
diff --git a/C4/Contract.pm b/C4/Contract.pm
index 9a49116..0259470 100644
--- a/C4/Contract.pm
+++ b/C4/Contract.pm
@@ -69,6 +69,6 @@ __END__
 
 =head1 AUTHOR
 
-Koha Development Team <info at koha.org>
+Koha Development Team <http://koha-community.org/>
 
 =cut
diff --git a/C4/Form/MessagingPreferences.pm b/C4/Form/MessagingPreferences.pm
index 2a8252c..bad3aa6 100644
--- a/C4/Form/MessagingPreferences.pm
+++ b/C4/Form/MessagingPreferences.pm
@@ -158,7 +158,7 @@ L<C4::Members::Messaging>, F<admin/categorie.pl>, F<opac/opac-messaging.pl>, F<m
 
 =head1 AUTHOR
 
-Koha Development Team <info at koha.org>
+Koha Development Team <http://koha-community.org/>
 
 Galen Charlton <galen.charlton at liblime.com> refactoring code by Andrew Moore.
 
diff --git a/C4/Heading.pm b/C4/Heading.pm
index fd11737..9d7d98a 100644
--- a/C4/Heading.pm
+++ b/C4/Heading.pm
@@ -174,7 +174,7 @@ sub _marc_format_handler {
 
 =head1 AUTHOR
 
-Koha Development Team <info at koha.org>
+Koha Development Team <http://koha-community.org/>
 
 Galen Charlton <galen.charlton at liblime.com>
 
diff --git a/C4/Heading/MARC21.pm b/C4/Heading/MARC21.pm
index 8d45d1a..4867c4b 100644
--- a/C4/Heading/MARC21.pm
+++ b/C4/Heading/MARC21.pm
@@ -237,7 +237,7 @@ sub _get_display_heading {
 
 =head1 AUTHOR
 
-Koha Development Team <info at koha.org>
+Koha Development Team <http://koha-community.org/>
 
 Galen Charlton <galen.charlton at liblime.com>
 
diff --git a/C4/ImportBatch.pm b/C4/ImportBatch.pm
index 6672b50..f5b42a9 100644
--- a/C4/ImportBatch.pm
+++ b/C4/ImportBatch.pm
@@ -1259,7 +1259,7 @@ __END__
 
 =head1 AUTHOR
 
-Koha Development Team <info at koha.org>
+Koha Development Team <http://koha-community.org/>
 
 Galen Charlton <galen.charlton at liblime.com>
 
diff --git a/C4/Input.pm b/C4/Input.pm
index 41be2fb..2ee07f3 100644
--- a/C4/Input.pm
+++ b/C4/Input.pm
@@ -155,6 +155,6 @@ __END__
 
 =head1 AUTHOR
 
-Koha Development Team <info at koha.org>
+Koha Development Team <http://koha-community.org/>
 
 =cut
diff --git a/C4/Installer.pm b/C4/Installer.pm
index 2436d3b..80ef627 100644
--- a/C4/Installer.pm
+++ b/C4/Installer.pm
@@ -575,7 +575,7 @@ sub get_file_path_from_name {
 C4::Installer is a refactoring of logic originally from installer/installer.pl, which was
 originally written by Henri-Damien Laurant.
 
-Koha Development Team <info at koha.org>
+Koha Development Team <http://koha-community.org/>
 
 Galen Charlton <galen.charlton at liblime.com>
 
diff --git a/C4/Log.pm b/C4/Log.pm
index 2f791de..141621a 100644
--- a/C4/Log.pm
+++ b/C4/Log.pm
@@ -257,6 +257,6 @@ __END__
 
 =head1 AUTHOR
 
-Koha Development Team <info at koha.org>
+Koha Development Team <http://koha-community.org/>
 
 =cut
diff --git a/C4/Maintainance.pm b/C4/Maintainance.pm
index 570a413..aea6028 100644
--- a/C4/Maintainance.pm
+++ b/C4/Maintainance.pm
@@ -210,6 +210,6 @@ __END__
 
 =head1 AUTHOR
 
-Koha Development Team <info at koha.org>
+Koha Development Team <http://koha-community.org/>
 
 =cut
diff --git a/C4/Matcher.pm b/C4/Matcher.pm
index 3f44783..5915c12 100644
--- a/C4/Matcher.pm
+++ b/C4/Matcher.pm
@@ -769,7 +769,7 @@ __END__
 
 =head1 AUTHOR
 
-Koha Development Team <info at koha.org>
+Koha Development Team <http://koha-community.org/>
 
 Galen Charlton <galen.charlton at liblime.com>
 
diff --git a/C4/Members/AttributeTypes.pm b/C4/Members/AttributeTypes.pm
index 0506e23..9fb39e0 100644
--- a/C4/Members/AttributeTypes.pm
+++ b/C4/Members/AttributeTypes.pm
@@ -440,7 +440,7 @@ sub get_patrons {
 
 =head1 AUTHOR
 
-Koha Development Team <info at koha.org>
+Koha Development Team <http://koha-community.org/>
 
 Galen Charlton <galen.charlton at liblime.com>
 
diff --git a/C4/Members/Attributes.pm b/C4/Members/Attributes.pm
index 4fdc9ec..72af3c8 100644
--- a/C4/Members/Attributes.pm
+++ b/C4/Members/Attributes.pm
@@ -292,7 +292,7 @@ sub _sort_by_code {
 
 =head1 AUTHOR
 
-Koha Development Team <info at koha.org>
+Koha Development Team <http://koha-community.org/>
 
 Galen Charlton <galen.charlton at liblime.com>
 
diff --git a/C4/Members/Messaging.pm b/C4/Members/Messaging.pm
index 7f7464c..13b91fe 100644
--- a/C4/Members/Messaging.pm
+++ b/C4/Members/Messaging.pm
@@ -307,7 +307,7 @@ L<C4::Letters>
 
 =head1 AUTHOR
 
-Koha Development Team <info at koha.org>
+Koha Development Team <http://koha-community.org/>
 
 Andrew Moore <andrew.moore at liblime.com>
 
diff --git a/C4/Output.pm b/C4/Output.pm
index 5a767a3..9f5ed5e 100644
--- a/C4/Output.pm
+++ b/C4/Output.pm
@@ -492,6 +492,6 @@ __END__
 
 =head1 AUTHOR
 
-Koha Development Team <info at koha.org>
+Koha Development Team <http://koha-community.org/>
 
 =cut
diff --git a/C4/Overdues.pm b/C4/Overdues.pm
index fc0af93..032ca93 100644
--- a/C4/Overdues.pm
+++ b/C4/Overdues.pm
@@ -1282,6 +1282,6 @@ __END__
 
 =head1 AUTHOR
 
-Koha Development Team <info at koha.org>
+Koha Development Team <http://koha-community.org/>
 
 =cut
diff --git a/C4/Print.pm b/C4/Print.pm
index 706afc3..09c18bf 100644
--- a/C4/Print.pm
+++ b/C4/Print.pm
@@ -193,7 +193,7 @@ __END__
 
 =head1 AUTHOR
 
-Koha Development Team <info at koha.org>
+Koha Development Team <http://koha-community.org/>
 
 =head1 SEE ALSO
 
diff --git a/C4/Reserves.pm b/C4/Reserves.pm
index bcb27bb..9b7014e 100644
--- a/C4/Reserves.pm
+++ b/C4/Reserves.pm
@@ -1841,7 +1841,7 @@ sub _ShiftPriorityByDateAndPriority {
 
 =head1 AUTHOR
 
-Koha Development Team <info at koha.org>
+Koha Development Team <http://koha-community.org/>
 
 =cut
 
diff --git a/C4/Search.pm b/C4/Search.pm
index cb97a1e..cb9eb71 100644
--- a/C4/Search.pm
+++ b/C4/Search.pm
@@ -2659,6 +2659,6 @@ __END__
 
 =head1 AUTHOR
 
-Koha Development Team <info at koha.org>
+Koha Development Team <http://koha-community.org/>
 
 =cut
diff --git a/C4/Search/PazPar2.pm b/C4/Search/PazPar2.pm
index bf786bc..59f4103 100644
--- a/C4/Search/PazPar2.pm
+++ b/C4/Search/PazPar2.pm
@@ -164,7 +164,7 @@ sub termlist {
 
 =head1 AUTHOR
 
-Koha Development Team <info at koha.org>
+Koha Development Team <http://koha-community.org/>
 
 Galen Charlton <galen.charlton at liblime.com>
 
diff --git a/C4/Serials.pm b/C4/Serials.pm
index 48cb150..35cc5be 100644
--- a/C4/Serials.pm
+++ b/C4/Serials.pm
@@ -2333,6 +2333,6 @@ __END__
 
 =head1 AUTHOR
 
-Koha Development Team <info at koha.org>
+Koha Development Team <http://koha-community.org/>
 
 =cut
diff --git a/C4/Serials/Frequency.pm b/C4/Serials/Frequency.pm
index 95d867f..e4bc341 100644
--- a/C4/Serials/Frequency.pm
+++ b/C4/Serials/Frequency.pm
@@ -137,6 +137,6 @@ __END__
 
 =head1 AUTHOR
 
-Koha Development Team <info at koha.org>
+Koha Development Team <http://koha-community.org/>
 
 =cut
diff --git a/C4/Serials/NumberPattern.pm b/C4/Serials/NumberPattern.pm
index 9aeb9f5..0d46545 100644
--- a/C4/Serials/NumberPattern.pm
+++ b/C4/Serials/NumberPattern.pm
@@ -124,6 +124,6 @@ __END__
 
 =head1 AUTHOR
 
-Koha Development Team <info at koha.org>
+Koha Development Team <http://koha-community.org/>
 
 =cut
diff --git a/C4/Stats.pm b/C4/Stats.pm
index d423b1f..11710f8 100644
--- a/C4/Stats.pm
+++ b/C4/Stats.pm
@@ -125,7 +125,7 @@ __END__
 
 =head1 AUTHOR
 
-Koha Development Team <info at koha.org>
+Koha Development Team <http://koha-community.org/>
 
 =cut
 
diff --git a/C4/Suggestions.pm b/C4/Suggestions.pm
index 01bd3e2..b5eb7a4 100644
--- a/C4/Suggestions.pm
+++ b/C4/Suggestions.pm
@@ -453,7 +453,7 @@ __END__
 
 =head1 AUTHOR
 
-Koha Development Team <info at koha.org>
+Koha Development Team <http://koha-community.org/>
 
 =cut
 
diff --git a/C4/UploadedFile.pm b/C4/UploadedFile.pm
index f75518f..da29c1f 100644
--- a/C4/UploadedFile.pm
+++ b/C4/UploadedFile.pm
@@ -284,7 +284,7 @@ __END__
 
 =head1 AUTHOR
 
-Koha Development Team <info at koha.org>
+Koha Development Team <http://koha-community.org/>
 
 Galen Charlton <galen.charlton at liblime.com>
 
diff --git a/C4/VirtualShelves.pm b/C4/VirtualShelves.pm
index 97cd150..fa599bd 100644
--- a/C4/VirtualShelves.pm
+++ b/C4/VirtualShelves.pm
@@ -628,7 +628,7 @@ __END__
 
 =head1 AUTHOR
 
-Koha Development Team <info at koha.org>
+Koha Development Team <http://koha-community.org/>
 
 =head1 SEE ALSO
 
diff --git a/C4/Z3950.pm b/C4/Z3950.pm
index 5618089..3f2f987 100644
--- a/C4/Z3950.pm
+++ b/C4/Z3950.pm
@@ -297,6 +297,6 @@ __END__
 
 =head1 AUTHOR
 
-Koha Development Team <info at koha.org>
+Koha Development Team <http://koha-community.org/>
 
 =cut
diff --git a/install_misc/UpgradeBackup.pm b/install_misc/UpgradeBackup.pm
index f84f338..a3b3564 100644
--- a/install_misc/UpgradeBackup.pm
+++ b/install_misc/UpgradeBackup.pm
@@ -86,7 +86,7 @@ Code based on parts of ExtUtils::Install in order to
 approximately track how it identifies files to
 install.
 
-Koha Development Team <info at koha.org>
+Koha Development Team <http://koha-community.org/>
 
 Galen Charlton <galen.charlton at liblime.com>
 
diff --git a/xt/author/test_template.pl b/xt/author/test_template.pl
index dd81b4a..1414d4b 100755
--- a/xt/author/test_template.pl
+++ b/xt/author/test_template.pl
@@ -51,7 +51,7 @@ $template->output; # tossing output
 
 =head1 AUTHOR
 
-Koha Development Team <info at koha.org>
+Koha Development Team <http://koha-community.org/>
 
 Galen Charlton <galen.charlton at liblime.com>
 
diff --git a/xt/author/valid-templates.t b/xt/author/valid-templates.t
index 87a6b6c..95825a6 100644
--- a/xt/author/valid-templates.t
+++ b/xt/author/valid-templates.t
@@ -83,7 +83,7 @@ sub gen_template_test {
 
 =head1 AUTHOR
 
-Koha Developement team <info at koha.org>
+Koha Developement Team <http://koha-community.org>
 
 Galen Charlton <galen.charlton at liblime.com>
 
-- 
1.7.0



More information about the Koha-patches mailing list