[Koha-patches] [FSF address update 17/33] Fix FSF address in directory installer/

Lars Wirzenius lars at catalyst.net.nz
Tue Mar 16 03:31:11 CET 2010


---
 installer/InstallAuth.pm                           |    6 +++---
 .../data/mysql/en/mandatory/class_sources.sql      |    6 +++---
 .../optional/marc21_default_matching_rules.sql     |    6 +++---
 .../mysql/fr-FR/1-Obligatoire/class_sources.sql    |    6 +++---
 .../Optionnel/marc21_default_matching_rules.sql    |    6 +++---
 installer/data/mysql/labels_upgrade.pl             |    6 +++---
 installer/data/mysql/patroncards_upgrade.pl        |    6 +++---
 .../data/mysql/pl-PL/mandatory/class_sources.sql   |    6 +++---
 .../optional/marc21_default_matching_rules.sql     |    6 +++---
 9 files changed, 27 insertions(+), 27 deletions(-)

diff --git a/installer/InstallAuth.pm b/installer/InstallAuth.pm
index 2b2ccd5..4d56596 100644
--- a/installer/InstallAuth.pm
+++ b/installer/InstallAuth.pm
@@ -16,9 +16,9 @@ package InstallAuth;
 # 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/installer/data/mysql/en/mandatory/class_sources.sql b/installer/data/mysql/en/mandatory/class_sources.sql
index 69d6347..589ea7a 100644
--- a/installer/data/mysql/en/mandatory/class_sources.sql
+++ b/installer/data/mysql/en/mandatory/class_sources.sql
@@ -15,9 +15,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.
 
 -- class sorting (filing) rules
 INSERT INTO `class_sort_rules` (`class_sort_rule`, `description`, `sort_routine`) VALUES
diff --git a/installer/data/mysql/en/marcflavour/marc21/optional/marc21_default_matching_rules.sql b/installer/data/mysql/en/marcflavour/marc21/optional/marc21_default_matching_rules.sql
index e592b39..4d39a5e 100644
--- a/installer/data/mysql/en/marcflavour/marc21/optional/marc21_default_matching_rules.sql
+++ b/installer/data/mysql/en/marcflavour/marc21/optional/marc21_default_matching_rules.sql
@@ -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.
 
 INSERT INTO marc_matchers (code, description, record_type, threshold) 
     VALUES ('ISBN', '020$a', 'biblio', 1000);
diff --git a/installer/data/mysql/fr-FR/1-Obligatoire/class_sources.sql b/installer/data/mysql/fr-FR/1-Obligatoire/class_sources.sql
index 9dc101e..6eea6b4 100644
--- a/installer/data/mysql/fr-FR/1-Obligatoire/class_sources.sql
+++ b/installer/data/mysql/fr-FR/1-Obligatoire/class_sources.sql
@@ -15,9 +15,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.
 
 -- class sorting (filing) rules
 INSERT INTO `class_sort_rules` (`class_sort_rule`, `description`, `sort_routine`) VALUES
diff --git a/installer/data/mysql/fr-FR/marcflavour/marc21/Optionnel/marc21_default_matching_rules.sql b/installer/data/mysql/fr-FR/marcflavour/marc21/Optionnel/marc21_default_matching_rules.sql
index e592b39..4d39a5e 100644
--- a/installer/data/mysql/fr-FR/marcflavour/marc21/Optionnel/marc21_default_matching_rules.sql
+++ b/installer/data/mysql/fr-FR/marcflavour/marc21/Optionnel/marc21_default_matching_rules.sql
@@ -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.
 
 INSERT INTO marc_matchers (code, description, record_type, threshold) 
     VALUES ('ISBN', '020$a', 'biblio', 1000);
diff --git a/installer/data/mysql/labels_upgrade.pl b/installer/data/mysql/labels_upgrade.pl
index 50e8bb5..4d2a56f 100644
--- a/installer/data/mysql/labels_upgrade.pl
+++ b/installer/data/mysql/labels_upgrade.pl
@@ -13,9 +13,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 C4::Context;
 
diff --git a/installer/data/mysql/patroncards_upgrade.pl b/installer/data/mysql/patroncards_upgrade.pl
index d20d24a..5b13659 100644
--- a/installer/data/mysql/patroncards_upgrade.pl
+++ b/installer/data/mysql/patroncards_upgrade.pl
@@ -13,9 +13,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 C4::Context;
 
diff --git a/installer/data/mysql/pl-PL/mandatory/class_sources.sql b/installer/data/mysql/pl-PL/mandatory/class_sources.sql
index 2dddb74..bad1ad4 100755
--- a/installer/data/mysql/pl-PL/mandatory/class_sources.sql
+++ b/installer/data/mysql/pl-PL/mandatory/class_sources.sql
@@ -15,9 +15,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.
 
 -- class sorting (filing) rules
 INSERT INTO `class_sort_rules` (`class_sort_rule`, `description`, `sort_routine`) VALUES
diff --git a/installer/data/mysql/pl-PL/marcflavour/marc21/optional/marc21_default_matching_rules.sql b/installer/data/mysql/pl-PL/marcflavour/marc21/optional/marc21_default_matching_rules.sql
index 00ddb1c..266a300 100755
--- a/installer/data/mysql/pl-PL/marcflavour/marc21/optional/marc21_default_matching_rules.sql
+++ b/installer/data/mysql/pl-PL/marcflavour/marc21/optional/marc21_default_matching_rules.sql
@@ -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.
 
 INSERT INTO marc_matchers (code, description, record_type, threshold)
     VALUES ('ISBN', '020$a', 'biblio', 1000);
-- 
1.6.3.3



More information about the Koha-patches mailing list