From 2fb76a3a5e93230a47e5215bc563d08a90186d25 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Tue, 30 Sep 2025 20:50:14 +0000 Subject: [PATCH] Bug 38936: Use https in license Signed-off-by: Lucas Gass --- t/db_dependent/Output.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Output.t b/t/db_dependent/Output.t index 0e692a4d2da..5ed9b6e6a54 100755 --- a/t/db_dependent/Output.t +++ b/t/db_dependent/Output.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 (Apple Git-154)