From b761503f8fd255cc4a1130319c0116c909dbff08 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 16 Mar 2010 15:31:11 +1300 Subject: [PATCH] Fix FSF address in directory installer/ Signed-off-by: Galen Charlton --- installer/InstallAuth.pm | 6 +++--- installer/data/mysql/en/mandatory/class_sources.sql | 6 +++--- .../marc21/optional/marc21_default_matching_rules.sql | 6 +++--- installer/data/mysql/fr-FR/1-Obligatoire/class_sources.sql | 6 +++--- .../marc21/Optionnel/marc21_default_matching_rules.sql | 6 +++--- installer/data/mysql/labels_upgrade.pl | 6 +++--- installer/data/mysql/patroncards_upgrade.pl | 6 +++--- installer/data/mysql/pl-PL/mandatory/class_sources.sql | 6 +++--- .../marc21/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 2b2ccd5b89..4d56596cd4 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 69d6347c66..589ea7a689 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 e592b391af..4d39a5e6d8 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 9dc101e90f..6eea6b40cd 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 e592b391af..4d39a5e6d8 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 50e8bb58d2..4d2a56feee 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 d20d24a673..5b136590cc 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 2dddb74f3b..bad1ad4ab7 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 00ddb1c369..266a3000f9 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); -- 2.39.5