From dc43776fca7ccfbeb3f372c782b97b84723e3ec8 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Fri, 23 Mar 2012 10:26:59 +1300 Subject: [PATCH] Bug 7804: Follow up fixing FSF address --- C4/Plugins.pm | 6 +++--- plugins/plugins-home.pl | 6 +++--- plugins/plugins-upload.pl | 6 +++--- reports/report-plugins.pl | 6 +++--- tools/tool-plugins.pl | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/C4/Plugins.pm b/C4/Plugins.pm index c031005..c942c06 100644 --- a/C4/Plugins.pm +++ b/C4/Plugins.pm @@ -13,9 +13,9 @@ package C4::Plugins; # 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/plugins/plugins-home.pl b/plugins/plugins-home.pl index 6531e95..f5cbcb3 100755 --- a/plugins/plugins-home.pl +++ b/plugins/plugins-home.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 strict; use warnings; diff --git a/plugins/plugins-upload.pl b/plugins/plugins-upload.pl index 881554a..fc03ba6 100755 --- a/plugins/plugins-upload.pl +++ b/plugins/plugins-upload.pl @@ -11,9 +11,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/reports/report-plugins.pl b/reports/report-plugins.pl index 815e663..257342b 100755 --- a/reports/report-plugins.pl +++ b/reports/report-plugins.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 strict; use warnings; diff --git a/tools/tool-plugins.pl b/tools/tool-plugins.pl index c160e1d..9e9db65 100755 --- a/tools/tool-plugins.pl +++ b/tools/tool-plugins.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 strict; use warnings; -- 1.7.5.4