From 4990b0d2ee6777437b6fc2cd8c6a307b916c7ae4 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Fri, 1 Apr 2011 15:48:19 +1300 Subject: [PATCH] Bug 5578 : Follow up patch fixing FSF addresses --- C4/Circulation.pm | 6 +++--- circ/circulation.pl | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/C4/Circulation.pm b/C4/Circulation.pm index 275b7ba891..15613a185d 100644 --- a/C4/Circulation.pm +++ b/C4/Circulation.pm @@ -14,9 +14,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/circ/circulation.pl b/circ/circulation.pl index 1e7d42e026..e521e19f2a 100755 --- a/circ/circulation.pl +++ b/circ/circulation.pl @@ -16,9 +16,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 -- 2.39.2