From 7279f55b60e02780df6b65c4c92ade9f413d5c01 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 16 Mar 2010 15:31:06 +1300 Subject: [PATCH] Fix FSF address in directory C4/ Signed-off-by: Galen Charlton --- C4/Accounts.pm | 6 +++--- C4/Acquisition.pm | 6 +++--- C4/Auth.pm | 6 +++--- C4/Auth_with_cas.pm | 6 +++--- C4/Auth_with_ldap.pm | 6 +++--- C4/AuthoritiesMarc.pm | 6 +++--- C4/AuthoritiesMarc/MARC21.pm | 6 +++--- C4/AuthoritiesMarc/UNIMARC.pm | 6 +++--- C4/BackgroundJob.pm | 6 +++--- C4/Barcodes.pm | 6 +++--- C4/Barcodes/annual.pm | 6 +++--- C4/Barcodes/hbyymmincr.pm | 6 +++--- C4/Barcodes/incremental.pm | 6 +++--- C4/Biblio.pm | 6 +++--- C4/Bookseller.pm | 6 +++--- C4/Boolean.pm | 6 +++--- C4/Breeding.pm | 6 +++--- C4/Budgets.pm | 6 +++--- C4/Cache.pm | 6 +++--- C4/Cache/FastMemcached.pm | 6 +++--- C4/Cache/Memcached.pm | 6 +++--- C4/Cache/Memoize/Memcached.pm | 6 +++--- C4/Charset.pm | 6 +++--- C4/Circulation.pm | 6 +++--- C4/ClassSortRoutine.pm | 6 +++--- C4/ClassSortRoutine/Dewey.pm | 6 +++--- C4/ClassSortRoutine/Generic.pm | 6 +++--- C4/ClassSortRoutine/LCC.pm | 6 +++--- C4/ClassSource.pm | 6 +++--- C4/Context.pm | 6 +++--- C4/Contract.pm | 6 +++--- C4/Creators/Batch.pm | 4 ++-- C4/Creators/Layout.pm | 4 ++-- C4/Creators/Lib.pm | 6 +++--- C4/Creators/PDF.pm | 6 +++--- C4/Creators/Profile.pm | 4 ++-- C4/Creators/Template.pm | 4 ++-- C4/Csv.pm | 6 +++--- C4/Debug.pm | 6 +++--- C4/External/Amazon.pm | 6 +++--- C4/External/BakerTaylor.pm | 6 +++--- C4/External/Syndetics.pm | 6 +++--- C4/Form/MessagingPreferences.pm | 6 +++--- C4/Heading.pm | 6 +++--- C4/Heading/MARC21.pm | 6 +++--- C4/ILSDI/Services.pm | 6 +++--- C4/ILSDI/Utility.pm | 6 +++--- C4/ImportBatch.pm | 6 +++--- C4/Input.pm | 6 +++--- C4/Installer.pm | 6 +++--- C4/Items.pm | 6 +++--- C4/Koha.pm | 6 +++--- C4/Labels/Label.pm | 4 ++-- C4/Languages.pm | 6 +++--- C4/Letters.pm | 6 +++--- C4/Log.pm | 6 +++--- C4/Maintainance.pm | 6 +++--- C4/Matcher.pm | 6 +++--- C4/Members.pm | 6 +++--- C4/Members/AttributeTypes.pm | 6 +++--- C4/Members/Attributes.pm | 6 +++--- C4/Members/Messaging.pm | 6 +++--- C4/NewsChannels.pm | 6 +++--- C4/Output.pm | 6 +++--- C4/Output/JSONStream.pm | 6 +++--- C4/Overdues.pm | 6 +++--- C4/Patroncards/Lib.pm | 6 +++--- C4/Patroncards/Patroncard.pm | 6 +++--- C4/Print.pm | 6 +++--- C4/Record.pm | 6 +++--- C4/Reports.pm | 6 +++--- C4/Reports/Guided.pm | 6 +++--- C4/Reserves.pm | 6 +++--- C4/Review.pm | 6 +++--- C4/RotatingCollections.pm | 6 +++--- C4/SQLHelper.pm | 6 +++--- C4/Scheduler.pm | 6 +++--- C4/Search/PazPar2.pm | 6 +++--- C4/Serials.pm | 6 +++--- C4/Serials/Frequency.pm | 6 +++--- C4/Serials/NumberPattern.pm | 6 +++--- C4/Service.pm | 6 +++--- C4/Stats.pm | 6 +++--- C4/Suggestions.pm | 6 +++--- C4/UploadedFile.pm | 6 +++--- C4/VirtualShelves.pm | 6 +++--- C4/VirtualShelves/Page.pm | 6 +++--- C4/XISBN.pm | 6 +++--- C4/XSLT.pm | 6 +++--- C4/Z3950.pm | 6 +++--- C4/tests/Record_test.pl | 6 +++--- 91 files changed, 268 insertions(+), 268 deletions(-) diff --git a/C4/Accounts.pm b/C4/Accounts.pm index d43442ea6e..bbc6c0037e 100644 --- a/C4/Accounts.pm +++ b/C4/Accounts.pm @@ -13,9 +13,9 @@ package C4::Accounts; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; diff --git a/C4/Acquisition.pm b/C4/Acquisition.pm index cd4a449518..9017586d85 100644 --- a/C4/Acquisition.pm +++ b/C4/Acquisition.pm @@ -13,9 +13,9 @@ package C4::Acquisition; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; diff --git a/C4/Auth.pm b/C4/Auth.pm index fe79fe5c9d..ef33842248 100755 --- a/C4/Auth.pm +++ b/C4/Auth.pm @@ -13,9 +13,9 @@ package C4::Auth; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use Digest::MD5 qw(md5_base64); diff --git a/C4/Auth_with_cas.pm b/C4/Auth_with_cas.pm index 5d4c3e0a59..501fdefc98 100644 --- a/C4/Auth_with_cas.pm +++ b/C4/Auth_with_cas.pm @@ -13,9 +13,9 @@ package C4::Auth_with_cas; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; diff --git a/C4/Auth_with_ldap.pm b/C4/Auth_with_ldap.pm index 3bb850b02a..994f8461a2 100644 --- a/C4/Auth_with_ldap.pm +++ b/C4/Auth_with_ldap.pm @@ -13,9 +13,9 @@ package C4::Auth_with_ldap; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; # use warnings; almost? diff --git a/C4/AuthoritiesMarc.pm b/C4/AuthoritiesMarc.pm index d77ac2aec3..f0f2d05d20 100644 --- a/C4/AuthoritiesMarc.pm +++ b/C4/AuthoritiesMarc.pm @@ -12,9 +12,9 @@ package C4::AuthoritiesMarc; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use C4::Context; diff --git a/C4/AuthoritiesMarc/MARC21.pm b/C4/AuthoritiesMarc/MARC21.pm index 4de7f39183..1375369142 100644 --- a/C4/AuthoritiesMarc/MARC21.pm +++ b/C4/AuthoritiesMarc/MARC21.pm @@ -13,9 +13,9 @@ package C4::AuthoritiesMarc::MARC21; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use MARC::Record; diff --git a/C4/AuthoritiesMarc/UNIMARC.pm b/C4/AuthoritiesMarc/UNIMARC.pm index 5a148edaf7..87f6743443 100644 --- a/C4/AuthoritiesMarc/UNIMARC.pm +++ b/C4/AuthoritiesMarc/UNIMARC.pm @@ -13,9 +13,9 @@ package C4::AuthoritiesMarc::UNIMARC; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; our $VERSION = 3.00; diff --git a/C4/BackgroundJob.pm b/C4/BackgroundJob.pm index 3e1759ea3e..6d5bfeac18 100644 --- a/C4/BackgroundJob.pm +++ b/C4/BackgroundJob.pm @@ -14,9 +14,9 @@ package C4::BackgroundJob; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use C4::Context; diff --git a/C4/Barcodes.pm b/C4/Barcodes.pm index 69808e38ba..ae672c647a 100644 --- a/C4/Barcodes.pm +++ b/C4/Barcodes.pm @@ -13,9 +13,9 @@ package C4::Barcodes; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use warnings; diff --git a/C4/Barcodes/annual.pm b/C4/Barcodes/annual.pm index 4ec0465cfc..aedb7e045c 100644 --- a/C4/Barcodes/annual.pm +++ b/C4/Barcodes/annual.pm @@ -13,9 +13,9 @@ package C4::Barcodes::annual; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use warnings; diff --git a/C4/Barcodes/hbyymmincr.pm b/C4/Barcodes/hbyymmincr.pm index 552d881c7a..8c2c182484 100644 --- a/C4/Barcodes/hbyymmincr.pm +++ b/C4/Barcodes/hbyymmincr.pm @@ -13,9 +13,9 @@ package C4::Barcodes::hbyymmincr; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use warnings; diff --git a/C4/Barcodes/incremental.pm b/C4/Barcodes/incremental.pm index 7cd3e3354e..1fae3c69f2 100644 --- a/C4/Barcodes/incremental.pm +++ b/C4/Barcodes/incremental.pm @@ -13,9 +13,9 @@ package C4::Barcodes::incremental; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use warnings; diff --git a/C4/Biblio.pm b/C4/Biblio.pm index ded50fc254..17796f316c 100755 --- a/C4/Biblio.pm +++ b/C4/Biblio.pm @@ -13,9 +13,9 @@ package C4::Biblio; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use warnings; diff --git a/C4/Bookseller.pm b/C4/Bookseller.pm index 63df90d83c..361039fe3d 100644 --- a/C4/Bookseller.pm +++ b/C4/Bookseller.pm @@ -13,9 +13,9 @@ package C4::Bookseller; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; diff --git a/C4/Boolean.pm b/C4/Boolean.pm index 8d40312d30..3d0230adfc 100644 --- a/C4/Boolean.pm +++ b/C4/Boolean.pm @@ -17,9 +17,9 @@ package C4::Boolean; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use warnings; diff --git a/C4/Breeding.pm b/C4/Breeding.pm index 9494050853..2b737290ef 100644 --- a/C4/Breeding.pm +++ b/C4/Breeding.pm @@ -13,9 +13,9 @@ package C4::Breeding; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use warnings; diff --git a/C4/Budgets.pm b/C4/Budgets.pm index 8d0a2f03bd..eb9761509b 100644 --- a/C4/Budgets.pm +++ b/C4/Budgets.pm @@ -13,9 +13,9 @@ package C4::Budgets; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use C4::Context; diff --git a/C4/Cache.pm b/C4/Cache.pm index 6d55b25286..c07db16406 100644 --- a/C4/Cache.pm +++ b/C4/Cache.pm @@ -13,9 +13,9 @@ package C4::Cache; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. =head1 NAME diff --git a/C4/Cache/FastMemcached.pm b/C4/Cache/FastMemcached.pm index ae225c2cba..96dc08ec71 100644 --- a/C4/Cache/FastMemcached.pm +++ b/C4/Cache/FastMemcached.pm @@ -13,9 +13,9 @@ package Koha::Cache::FastMemcached; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use warnings; diff --git a/C4/Cache/Memcached.pm b/C4/Cache/Memcached.pm index c83f8376bd..2f022d5d95 100644 --- a/C4/Cache/Memcached.pm +++ b/C4/Cache/Memcached.pm @@ -13,9 +13,9 @@ package C4::Cache::Memcached; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use warnings; diff --git a/C4/Cache/Memoize/Memcached.pm b/C4/Cache/Memoize/Memcached.pm index e31f500abb..927218cc83 100644 --- a/C4/Cache/Memoize/Memcached.pm +++ b/C4/Cache/Memoize/Memcached.pm @@ -13,9 +13,9 @@ package Koha::Cache::Memoize::Memcached; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use warnings; diff --git a/C4/Charset.pm b/C4/Charset.pm index 6b828ecf0c..6c10309844 100644 --- a/C4/Charset.pm +++ b/C4/Charset.pm @@ -13,9 +13,9 @@ package C4::Charset; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use warnings; diff --git a/C4/Circulation.pm b/C4/Circulation.pm index 98f324cac8..93b46e8469 100644 --- a/C4/Circulation.pm +++ b/C4/Circulation.pm @@ -13,9 +13,9 @@ package C4::Circulation; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; diff --git a/C4/ClassSortRoutine.pm b/C4/ClassSortRoutine.pm index 6131081fae..e8c9b5ec30 100644 --- a/C4/ClassSortRoutine.pm +++ b/C4/ClassSortRoutine.pm @@ -13,9 +13,9 @@ package C4::ClassSortRoutine; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use warnings; diff --git a/C4/ClassSortRoutine/Dewey.pm b/C4/ClassSortRoutine/Dewey.pm index dd768ba127..87382df2bb 100644 --- a/C4/ClassSortRoutine/Dewey.pm +++ b/C4/ClassSortRoutine/Dewey.pm @@ -13,9 +13,9 @@ package C4::ClassSortRoutine::Dewey; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use warnings; diff --git a/C4/ClassSortRoutine/Generic.pm b/C4/ClassSortRoutine/Generic.pm index 667ffb6be3..0e5cfc3de6 100644 --- a/C4/ClassSortRoutine/Generic.pm +++ b/C4/ClassSortRoutine/Generic.pm @@ -13,9 +13,9 @@ package C4::ClassSortRoutine::Generic; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use warnings; diff --git a/C4/ClassSortRoutine/LCC.pm b/C4/ClassSortRoutine/LCC.pm index a4e34b29d3..f933093145 100644 --- a/C4/ClassSortRoutine/LCC.pm +++ b/C4/ClassSortRoutine/LCC.pm @@ -13,9 +13,9 @@ package C4::ClassSortRoutine::LCC; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use warnings; diff --git a/C4/ClassSource.pm b/C4/ClassSource.pm index ee468acaa7..76dc75957d 100644 --- a/C4/ClassSource.pm +++ b/C4/ClassSource.pm @@ -13,9 +13,9 @@ package C4::ClassSource; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use warnings; diff --git a/C4/Context.pm b/C4/Context.pm index 393f9a93a8..926c1a5b8b 100644 --- a/C4/Context.pm +++ b/C4/Context.pm @@ -12,9 +12,9 @@ package C4::Context; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use warnings; diff --git a/C4/Contract.pm b/C4/Contract.pm index 01dadd23de..0f202c0b6a 100644 --- a/C4/Contract.pm +++ b/C4/Contract.pm @@ -13,9 +13,9 @@ package C4::Contract; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use C4::SQLHelper qw(:all); diff --git a/C4/Creators/Batch.pm b/C4/Creators/Batch.pm index 8df5977aed..cff7419f56 100644 --- a/C4/Creators/Batch.pm +++ b/C4/Creators/Batch.pm @@ -304,8 +304,8 @@ This file is part of Koha. Koha is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. -You should have received a copy of the GNU General Public License along with Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -Suite 330, Boston, MA 02111-1307 USA +You should have received a copy of the GNU General Public License along with Koha; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, +Fifth Floor, Boston, MA 02110-1301 USA. =head1 DISCLAIMER OF WARRANTY diff --git a/C4/Creators/Layout.pm b/C4/Creators/Layout.pm index a0c1fea883..a38f34765c 100644 --- a/C4/Creators/Layout.pm +++ b/C4/Creators/Layout.pm @@ -424,8 +424,8 @@ This file is part of Koha. Koha is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. -You should have received a copy of the GNU General Public License along with Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -Suite 330, Boston, MA 02111-1307 USA +You should have received a copy of the GNU General Public License along with Koha; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, +Fifth Floor, Boston, MA 02110-1301 USA. =head1 DISCLAIMER OF WARRANTY diff --git a/C4/Creators/Lib.pm b/C4/Creators/Lib.pm index 3a2f42112f..6e078474b0 100644 --- a/C4/Creators/Lib.pm +++ b/C4/Creators/Lib.pm @@ -13,9 +13,9 @@ package C4::Creators::Lib; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use warnings; diff --git a/C4/Creators/PDF.pm b/C4/Creators/PDF.pm index 7ffb30395f..d181bdb97a 100644 --- a/C4/Creators/PDF.pm +++ b/C4/Creators/PDF.pm @@ -13,9 +13,9 @@ package C4::Creators::PDF; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use warnings; diff --git a/C4/Creators/Profile.pm b/C4/Creators/Profile.pm index a5aa53a48c..aab0e27274 100644 --- a/C4/Creators/Profile.pm +++ b/C4/Creators/Profile.pm @@ -312,8 +312,8 @@ This file is part of Koha. Koha is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. -You should have received a copy of the GNU General Public License along with Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -Suite 330, Boston, MA 02111-1307 USA +You should have received a copy of the GNU General Public License along with Koha; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, +Fifth Floor, Boston, MA 02110-1301 USA. =head1 DISCLAIMER OF WARRANTY diff --git a/C4/Creators/Template.pm b/C4/Creators/Template.pm index 9ae486b44d..0bbeadfa6e 100644 --- a/C4/Creators/Template.pm +++ b/C4/Creators/Template.pm @@ -418,8 +418,8 @@ This file is part of Koha. Koha is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. -You should have received a copy of the GNU General Public License along with Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -Suite 330, Boston, MA 02111-1307 USA +You should have received a copy of the GNU General Public License along with Koha; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, +Fifth Floor, Boston, MA 02110-1301 USA. =head1 DISCLAIMER OF WARRANTY diff --git a/C4/Csv.pm b/C4/Csv.pm index a53fcb91df..2ff1499ba1 100644 --- a/C4/Csv.pm +++ b/C4/Csv.pm @@ -13,9 +13,9 @@ package C4::Csv; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # # diff --git a/C4/Debug.pm b/C4/Debug.pm index 357764af11..dad88734b1 100644 --- a/C4/Debug.pm +++ b/C4/Debug.pm @@ -13,9 +13,9 @@ package C4::Debug; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use warnings; diff --git a/C4/External/Amazon.pm b/C4/External/Amazon.pm index f36b8f77af..9e503b6e2c 100644 --- a/C4/External/Amazon.pm +++ b/C4/External/Amazon.pm @@ -13,9 +13,9 @@ package C4::External::Amazon; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use XML::Simple; use LWP::Simple; diff --git a/C4/External/BakerTaylor.pm b/C4/External/BakerTaylor.pm index 777407328e..2ed01b67f7 100644 --- a/C4/External/BakerTaylor.pm +++ b/C4/External/BakerTaylor.pm @@ -13,9 +13,9 @@ package C4::External::BakerTaylor; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use XML::Simple; use LWP::Simple; diff --git a/C4/External/Syndetics.pm b/C4/External/Syndetics.pm index 31179d574a..4a49379508 100644 --- a/C4/External/Syndetics.pm +++ b/C4/External/Syndetics.pm @@ -13,9 +13,9 @@ package C4::External::Syndetics; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use XML::Simple; use XML::LibXML; diff --git a/C4/Form/MessagingPreferences.pm b/C4/Form/MessagingPreferences.pm index 230b048d17..6f464dccca 100755 --- a/C4/Form/MessagingPreferences.pm +++ b/C4/Form/MessagingPreferences.pm @@ -13,9 +13,9 @@ package C4::Form::MessagingPreferences; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use warnings; diff --git a/C4/Heading.pm b/C4/Heading.pm index 3f0302d245..0a23f9487d 100644 --- a/C4/Heading.pm +++ b/C4/Heading.pm @@ -13,9 +13,9 @@ package C4::Heading; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use MARC::Record; diff --git a/C4/Heading/MARC21.pm b/C4/Heading/MARC21.pm index 1f1475a8d4..1ff2c60fee 100644 --- a/C4/Heading/MARC21.pm +++ b/C4/Heading/MARC21.pm @@ -13,9 +13,9 @@ package C4::Heading::MARC21; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use MARC::Record; diff --git a/C4/ILSDI/Services.pm b/C4/ILSDI/Services.pm index bb32166d07..a47503ac5f 100644 --- a/C4/ILSDI/Services.pm +++ b/C4/ILSDI/Services.pm @@ -13,9 +13,9 @@ package C4::ILSDI::Services; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use warnings; diff --git a/C4/ILSDI/Utility.pm b/C4/ILSDI/Utility.pm index 77886ca118..31f7fc1b47 100644 --- a/C4/ILSDI/Utility.pm +++ b/C4/ILSDI/Utility.pm @@ -13,9 +13,9 @@ package C4::ILSDI::Utility; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use warnings; diff --git a/C4/ImportBatch.pm b/C4/ImportBatch.pm index f8b5d54de8..ede33dd658 100644 --- a/C4/ImportBatch.pm +++ b/C4/ImportBatch.pm @@ -13,9 +13,9 @@ package C4::ImportBatch; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use warnings; diff --git a/C4/Input.pm b/C4/Input.pm index e45ba4f824..15cfdcd0ca 100644 --- a/C4/Input.pm +++ b/C4/Input.pm @@ -14,9 +14,9 @@ package C4::Input; #assumes C4/Input # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use warnings; diff --git a/C4/Installer.pm b/C4/Installer.pm index 442ea73953..addb5c824d 100644 --- a/C4/Installer.pm +++ b/C4/Installer.pm @@ -13,9 +13,9 @@ package C4::Installer; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; diff --git a/C4/Items.pm b/C4/Items.pm index b1f06980f9..cd6f7d0021 100644 --- a/C4/Items.pm +++ b/C4/Items.pm @@ -13,9 +13,9 @@ package C4::Items; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; diff --git a/C4/Koha.pm b/C4/Koha.pm index 39404a58f8..cc72f35fd6 100644 --- a/C4/Koha.pm +++ b/C4/Koha.pm @@ -13,9 +13,9 @@ package C4::Koha; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; diff --git a/C4/Labels/Label.pm b/C4/Labels/Label.pm index a6b7aa2b56..e16e244c25 100644 --- a/C4/Labels/Label.pm +++ b/C4/Labels/Label.pm @@ -782,8 +782,8 @@ This file is part of Koha. Koha is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. -You should have received a copy of the GNU General Public License along with Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -Suite 330, Boston, MA 02111-1307 USA +You should have received a copy of the GNU General Public License along with Koha; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, +Fifth Floor, Boston, MA 02110-1301 USA. =head1 DISCLAIMER OF WARRANTY diff --git a/C4/Languages.pm b/C4/Languages.pm index 5879930c38..21dd6e8a0e 100644 --- a/C4/Languages.pm +++ b/C4/Languages.pm @@ -14,9 +14,9 @@ package C4::Languages; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; diff --git a/C4/Letters.pm b/C4/Letters.pm index cf3e215be1..78f064ae18 100644 --- a/C4/Letters.pm +++ b/C4/Letters.pm @@ -13,9 +13,9 @@ package C4::Letters; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use warnings; diff --git a/C4/Log.pm b/C4/Log.pm index 5774fbaed3..f1ba18879a 100644 --- a/C4/Log.pm +++ b/C4/Log.pm @@ -16,9 +16,9 @@ package C4::Log; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use warnings; diff --git a/C4/Maintainance.pm b/C4/Maintainance.pm index b8a23c8c3d..4a36353fd9 100644 --- a/C4/Maintainance.pm +++ b/C4/Maintainance.pm @@ -16,9 +16,9 @@ package C4::Maintainance; #assumes C4/Maintainance # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use C4::Context; diff --git a/C4/Matcher.pm b/C4/Matcher.pm index ae6fb7d2b9..5da0801288 100644 --- a/C4/Matcher.pm +++ b/C4/Matcher.pm @@ -13,9 +13,9 @@ package C4::Matcher; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use warnings; diff --git a/C4/Members.pm b/C4/Members.pm index 98adc27e5e..b9391a9416 100644 --- a/C4/Members.pm +++ b/C4/Members.pm @@ -13,9 +13,9 @@ package C4::Members; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; diff --git a/C4/Members/AttributeTypes.pm b/C4/Members/AttributeTypes.pm index 93c67a5320..389b14846f 100644 --- a/C4/Members/AttributeTypes.pm +++ b/C4/Members/AttributeTypes.pm @@ -13,9 +13,9 @@ package C4::Members::AttributeTypes; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use C4::Context; diff --git a/C4/Members/Attributes.pm b/C4/Members/Attributes.pm index 55e255c8fc..4fdc9ec07f 100644 --- a/C4/Members/Attributes.pm +++ b/C4/Members/Attributes.pm @@ -13,9 +13,9 @@ package C4::Members::Attributes; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use warnings; diff --git a/C4/Members/Messaging.pm b/C4/Members/Messaging.pm index 08d2b0b4ba..7f7464c6b5 100644 --- a/C4/Members/Messaging.pm +++ b/C4/Members/Messaging.pm @@ -13,9 +13,9 @@ package C4::Members::Messaging; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use warnings; diff --git a/C4/NewsChannels.pm b/C4/NewsChannels.pm index 66eea971ae..e68d6ff4d3 100644 --- a/C4/NewsChannels.pm +++ b/C4/NewsChannels.pm @@ -13,9 +13,9 @@ package C4::NewsChannels; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use warnings; diff --git a/C4/Output.pm b/C4/Output.pm index 2a7fce979c..1c31558441 100644 --- a/C4/Output.pm +++ b/C4/Output.pm @@ -17,9 +17,9 @@ package C4::Output; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # NOTE: I'm pretty sure this module is deprecated in favor of diff --git a/C4/Output/JSONStream.pm b/C4/Output/JSONStream.pm index fb32c4f3d3..ff321fcc9c 100644 --- a/C4/Output/JSONStream.pm +++ b/C4/Output/JSONStream.pm @@ -13,9 +13,9 @@ package C4::Output::JSONStream; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. =head1 NAME diff --git a/C4/Overdues.pm b/C4/Overdues.pm index 04520b255d..5c9bde8c90 100644 --- a/C4/Overdues.pm +++ b/C4/Overdues.pm @@ -14,9 +14,9 @@ package C4::Overdues; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use Date::Calc qw/Today Date_to_Days/; diff --git a/C4/Patroncards/Lib.pm b/C4/Patroncards/Lib.pm index b3a8a000a6..a02fb4818a 100644 --- a/C4/Patroncards/Lib.pm +++ b/C4/Patroncards/Lib.pm @@ -13,9 +13,9 @@ package C4::Patroncards::Lib; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use warnings; diff --git a/C4/Patroncards/Patroncard.pm b/C4/Patroncards/Patroncard.pm index 7bf957ff60..20939768bb 100644 --- a/C4/Patroncards/Patroncard.pm +++ b/C4/Patroncards/Patroncard.pm @@ -13,9 +13,9 @@ package C4::Patroncards::Patroncard; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use warnings; diff --git a/C4/Print.pm b/C4/Print.pm index 69986dc740..35bd8b5870 100644 --- a/C4/Print.pm +++ b/C4/Print.pm @@ -13,9 +13,9 @@ package C4::Print; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use C4::Context; diff --git a/C4/Record.pm b/C4/Record.pm index 1acad7a8e8..8dd073bd0b 100644 --- a/C4/Record.pm +++ b/C4/Record.pm @@ -14,9 +14,9 @@ package C4::Record; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # # use strict;# use warnings; #FIXME: turn off warnings before release diff --git a/C4/Reports.pm b/C4/Reports.pm index 9bee9d7ac9..2777d0ef3f 100644 --- a/C4/Reports.pm +++ b/C4/Reports.pm @@ -13,9 +13,9 @@ package C4::Reports; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use CGI; diff --git a/C4/Reports/Guided.pm b/C4/Reports/Guided.pm index 9f64cd9d4c..da3465780f 100644 --- a/C4/Reports/Guided.pm +++ b/C4/Reports/Guided.pm @@ -13,9 +13,9 @@ package C4::Reports::Guided; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; # use warnings; # FIXME: this module needs a lot of repair to run clean under warnings diff --git a/C4/Reserves.pm b/C4/Reserves.pm index d8f3b0bbb5..fee4fceb4d 100644 --- a/C4/Reserves.pm +++ b/C4/Reserves.pm @@ -15,9 +15,9 @@ package C4::Reserves; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; diff --git a/C4/Review.pm b/C4/Review.pm index e3abaf713d..0b7dbc3951 100644 --- a/C4/Review.pm +++ b/C4/Review.pm @@ -13,9 +13,9 @@ package C4::Review; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use warnings; diff --git a/C4/RotatingCollections.pm b/C4/RotatingCollections.pm index fd4532fbdd..83fc6e0fc9 100644 --- a/C4/RotatingCollections.pm +++ b/C4/RotatingCollections.pm @@ -18,9 +18,9 @@ package C4::RotatingCollections; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; diff --git a/C4/SQLHelper.pm b/C4/SQLHelper.pm index 4db8c4960a..4470742821 100644 --- a/C4/SQLHelper.pm +++ b/C4/SQLHelper.pm @@ -13,9 +13,9 @@ package C4::SQLHelper; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; diff --git a/C4/Scheduler.pm b/C4/Scheduler.pm index 34fb5ecf57..f4230a2d72 100644 --- a/C4/Scheduler.pm +++ b/C4/Scheduler.pm @@ -13,9 +13,9 @@ package C4::Scheduler; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; diff --git a/C4/Search/PazPar2.pm b/C4/Search/PazPar2.pm index 52191f04f6..b12a2f7aa8 100644 --- a/C4/Search/PazPar2.pm +++ b/C4/Search/PazPar2.pm @@ -13,9 +13,9 @@ package C4::Search::PazPar2; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; diff --git a/C4/Serials.pm b/C4/Serials.pm index d72e98cc9a..ad6f1e711e 100644 --- a/C4/Serials.pm +++ b/C4/Serials.pm @@ -13,9 +13,9 @@ package C4::Serials; #assumes C4/Serials.pm # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use C4::Dates qw(format_date); diff --git a/C4/Serials/Frequency.pm b/C4/Serials/Frequency.pm index d9a8adf96e..9b1bc0fc6a 100644 --- a/C4/Serials/Frequency.pm +++ b/C4/Serials/Frequency.pm @@ -13,9 +13,9 @@ package C4::Frequency; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use C4::Context; diff --git a/C4/Serials/NumberPattern.pm b/C4/Serials/NumberPattern.pm index b61db88115..9425d3e458 100644 --- a/C4/Serials/NumberPattern.pm +++ b/C4/Serials/NumberPattern.pm @@ -13,9 +13,9 @@ package C4::Numberpattern; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use C4::Context; diff --git a/C4/Service.pm b/C4/Service.pm index bf7ef57f38..f6dc1a9b0a 100644 --- a/C4/Service.pm +++ b/C4/Service.pm @@ -13,9 +13,9 @@ package C4::Service; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. =head1 NAME diff --git a/C4/Stats.pm b/C4/Stats.pm index b4875aa780..a0c53ca596 100644 --- a/C4/Stats.pm +++ b/C4/Stats.pm @@ -14,9 +14,9 @@ package C4::Stats; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use warnings; diff --git a/C4/Suggestions.pm b/C4/Suggestions.pm index 72c3d34841..2f7bd077c7 100644 --- a/C4/Suggestions.pm +++ b/C4/Suggestions.pm @@ -13,9 +13,9 @@ package C4::Suggestions; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; diff --git a/C4/UploadedFile.pm b/C4/UploadedFile.pm index dbf192ebf3..11fdef3429 100644 --- a/C4/UploadedFile.pm +++ b/C4/UploadedFile.pm @@ -14,9 +14,9 @@ package C4::UploadedFile; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use C4::Context; diff --git a/C4/VirtualShelves.pm b/C4/VirtualShelves.pm index 735087e1a6..5e1c3f4d57 100644 --- a/C4/VirtualShelves.pm +++ b/C4/VirtualShelves.pm @@ -17,9 +17,9 @@ package C4::VirtualShelves; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use warnings; diff --git a/C4/VirtualShelves/Page.pm b/C4/VirtualShelves/Page.pm index ee105f447e..f76047de05 100644 --- a/C4/VirtualShelves/Page.pm +++ b/C4/VirtualShelves/Page.pm @@ -14,9 +14,9 @@ package C4::VirtualShelves::Page; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # perldoc at the end of the file, per convention. diff --git a/C4/XISBN.pm b/C4/XISBN.pm index 8e97b6afc4..8175e08384 100644 --- a/C4/XISBN.pm +++ b/C4/XISBN.pm @@ -13,9 +13,9 @@ package C4::XISBN; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use XML::Simple; #use LWP::Simple; diff --git a/C4/XSLT.pm b/C4/XSLT.pm index 8dd7840d05..0bfa6db9f8 100644 --- a/C4/XSLT.pm +++ b/C4/XSLT.pm @@ -13,9 +13,9 @@ package C4::XSLT; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; use warnings; diff --git a/C4/Z3950.pm b/C4/Z3950.pm index 4c830ecdd6..c0d7fe0afd 100644 --- a/C4/Z3950.pm +++ b/C4/Z3950.pm @@ -20,9 +20,9 @@ package C4::Z3950; # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict; diff --git a/C4/tests/Record_test.pl b/C4/tests/Record_test.pl index 578005681c..9729e32032 100755 --- a/C4/tests/Record_test.pl +++ b/C4/tests/Record_test.pl @@ -14,9 +14,9 @@ # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # # use strict; use warnings; #FIXME: turn off warnings before release -- 2.20.1