From a7dc684c97e0f8dcbfadd71e7dc3b1122cca9f44 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Wed, 22 Oct 2025 13:06:30 +0000 Subject: [PATCH] Bug 40517: (follow-up) Fix GNU license links --- Koha/Exceptions/HoldGroup.pm | 2 +- Koha/REST/V1/Patrons/HoldGroups.pm | 2 +- t/db_dependent/api/v1/patrons_hold_groups.t | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Koha/Exceptions/HoldGroup.pm b/Koha/Exceptions/HoldGroup.pm index 8ceea1a8e70..527039c5d24 100644 --- a/Koha/Exceptions/HoldGroup.pm +++ b/Koha/Exceptions/HoldGroup.pm @@ -13,7 +13,7 @@ package Koha::Exceptions::HoldGroup; # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Koha; if not, see . +# along with Koha; if not, see . use Modern::Perl; diff --git a/Koha/REST/V1/Patrons/HoldGroups.pm b/Koha/REST/V1/Patrons/HoldGroups.pm index b5fa3a54ea7..f05e57311be 100644 --- a/Koha/REST/V1/Patrons/HoldGroups.pm +++ b/Koha/REST/V1/Patrons/HoldGroups.pm @@ -13,7 +13,7 @@ package Koha::REST::V1::Patrons::HoldGroups; # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Koha; if not, see . +# along with Koha; if not, see . use Modern::Perl; diff --git a/t/db_dependent/api/v1/patrons_hold_groups.t b/t/db_dependent/api/v1/patrons_hold_groups.t index 2cb39817b46..4184dc3fb67 100755 --- a/t/db_dependent/api/v1/patrons_hold_groups.t +++ b/t/db_dependent/api/v1/patrons_hold_groups.t @@ -13,7 +13,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Koha; if not, see . +# along with Koha; if not, see . use Modern::Perl; -- 2.39.5