From eccea7d2befaa11b94e95d95552e3715c4c9702b Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 16 Mar 2010 15:31:19 +1300 Subject: [PATCH] Fix FSF address in directory reserve/ Signed-off-by: Galen Charlton --- reserve/modrequest.pl | 6 +++--- reserve/placerequest.pl | 6 +++--- reserve/renewscript.pl | 6 +++--- reserve/request.pl | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/reserve/modrequest.pl b/reserve/modrequest.pl index f47e1128ac..eecd86b2f6 100755 --- a/reserve/modrequest.pl +++ b/reserve/modrequest.pl @@ -18,9 +18,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; diff --git a/reserve/placerequest.pl b/reserve/placerequest.pl index dba43c424b..36f8ecd1f0 100755 --- a/reserve/placerequest.pl +++ b/reserve/placerequest.pl @@ -17,9 +17,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; diff --git a/reserve/renewscript.pl b/reserve/renewscript.pl index 2d269296f3..dfac3e9b51 100755 --- a/reserve/renewscript.pl +++ b/reserve/renewscript.pl @@ -18,9 +18,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; use CGI; diff --git a/reserve/request.pl b/reserve/request.pl index c7a2cd57ce..704da10884 100755 --- a/reserve/request.pl +++ b/reserve/request.pl @@ -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. =head1 request.pl -- 2.20.1