From 774aee764e50fdf587d3a2f224fe450a82d39a0b Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 19 Jun 2020 06:10:43 +0000 Subject: [PATCH] Bug 24151: (QA follow-up) Correct license in two modules Content-Type: text/plain; charset=utf-8 Still listing the address.. Signed-off-by: Marcel de Rooy --- Koha/PseudonymizedTransaction.pm | 5 ++--- Koha/PseudonymizedTransactions.pm | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Koha/PseudonymizedTransaction.pm b/Koha/PseudonymizedTransaction.pm index c7802dc839..269597f3d9 100644 --- a/Koha/PseudonymizedTransaction.pm +++ b/Koha/PseudonymizedTransaction.pm @@ -11,9 +11,8 @@ package Koha::PseudonymizedTransaction; # 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 . use Modern::Perl; diff --git a/Koha/PseudonymizedTransactions.pm b/Koha/PseudonymizedTransactions.pm index 524b3b1a4b..c9e74e7522 100644 --- a/Koha/PseudonymizedTransactions.pm +++ b/Koha/PseudonymizedTransactions.pm @@ -11,9 +11,8 @@ package Koha::PseudonymizedTransactions; # 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 . use Modern::Perl; -- 2.11.0