From 799defd981851bc52f4c3f974039810ad6c4ff5b Mon Sep 17 00:00:00 2001
From: Nick Clemens <nick@bywatersolutions.com>
Date: Wed, 11 Mar 2020 09:31:39 -0400
Subject: [PATCH] Bug 17268: (follow-up) Fix licenses

---
 Koha/AdvancedEditorMacro.pm                    | 5 ++---
 Koha/AdvancedEditorMacros.pm                   | 5 ++---
 Koha/REST/V1/AdvancedEditorMacro.pm            | 5 ++---
 t/db_dependent/api/v1/advanced_editor_macros.t | 5 ++---
 4 files changed, 8 insertions(+), 12 deletions(-)

diff --git a/Koha/AdvancedEditorMacro.pm b/Koha/AdvancedEditorMacro.pm
index d30fcc5f16..aeae1a805e 100644
--- a/Koha/AdvancedEditorMacro.pm
+++ b/Koha/AdvancedEditorMacro.pm
@@ -11,9 +11,8 @@ package Koha::AdvancedEditorMacro;
 # 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.,
-# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+# You should have received a copy of the GNU General Public License
+# along with Koha; if not, see <http://www.gnu.org/licenses>.
 
 use Modern::Perl;
 
diff --git a/Koha/AdvancedEditorMacros.pm b/Koha/AdvancedEditorMacros.pm
index 67d44281a1..4246947e88 100644
--- a/Koha/AdvancedEditorMacros.pm
+++ b/Koha/AdvancedEditorMacros.pm
@@ -11,9 +11,8 @@ package Koha::AdvancedEditorMacros;
 # 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.,
-# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+# You should have received a copy of the GNU General Public License
+# along with Koha; if not, see <http://www.gnu.org/licenses>.
 
 use Modern::Perl;
 
diff --git a/Koha/REST/V1/AdvancedEditorMacro.pm b/Koha/REST/V1/AdvancedEditorMacro.pm
index 6e0f04d129..86706b7b11 100644
--- a/Koha/REST/V1/AdvancedEditorMacro.pm
+++ b/Koha/REST/V1/AdvancedEditorMacro.pm
@@ -11,9 +11,8 @@ package Koha::REST::V1::AdvancedEditorMacro;
 # 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.,
-# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+# You should have received a copy of the GNU General Public License
+# along with Koha; if not, see <http://www.gnu.org/licenses>.
 
 use Modern::Perl;
 
diff --git a/t/db_dependent/api/v1/advanced_editor_macros.t b/t/db_dependent/api/v1/advanced_editor_macros.t
index 025c73fa2d..9df48fdb36 100644
--- a/t/db_dependent/api/v1/advanced_editor_macros.t
+++ b/t/db_dependent/api/v1/advanced_editor_macros.t
@@ -11,9 +11,8 @@
 # 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.,
-# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+# You should have received a copy of the GNU General Public License
+# along with Koha; if not, see <http://www.gnu.org/licenses>.
 
 use Modern::Perl;
 
-- 
2.11.0