From 2634e568d54d5aba91496c104bdaf1e5b80a6275 Mon Sep 17 00:00:00 2001
From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Date: Fri, 4 Feb 2022 08:07:47 +0000
Subject: [PATCH] Bug 29857: (QA follow-up) Add license
Content-Type: text/plain; charset=utf-8

---
 Koha/Exception.pm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/Koha/Exception.pm b/Koha/Exception.pm
index c131ef4df7..c420777cd2 100644
--- a/Koha/Exception.pm
+++ b/Koha/Exception.pm
@@ -1,5 +1,22 @@
 package Koha::Exception;
 
+# Copyright 2018, 2022 Koha Development Team
+#
+# This file is part of Koha.
+#
+# Koha is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3 of the License, or
+# (at your option) any later version.
+#
+# Koha is distributed in the hope that it will be useful, but
+# WITHOUT ANY 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, see <http://www.gnu.org/licenses>.
+
 use Modern::Perl;
 
 use Exception::Class (
-- 
2.20.1