fix two more instances of old FSF address
authorGalen Charlton <gmcharlt@gmail.com>
Fri, 7 May 2010 00:28:29 +0000 (20:28 -0400)
committerGalen Charlton <gmcharlt@gmail.com>
Fri, 7 May 2010 00:29:22 +0000 (20:29 -0400)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
cataloguing/value_builder/callnumber.pl
cataloguing/value_builder/marc21_field_245h.pl

index ecdaea4..889d8c9 100755 (executable)
@@ -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 strict;
 use warnings;
index 3a6f2b4..6198456 100755 (executable)
@@ -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 - Bug 2505