From 58ce7a71fc78d181ef08c29a89b74a574267981f Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Mon, 16 May 2011 09:46:34 -0400 Subject: [PATCH] Add license header to FeePayment.pm. Signed-off-by: Jason Stephenson --- .../src/perlmods/lib/OpenILS/SIP/Transaction/FeePayment.pm | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Open-ILS/src/perlmods/lib/OpenILS/SIP/Transaction/FeePayment.pm b/Open-ILS/src/perlmods/lib/OpenILS/SIP/Transaction/FeePayment.pm index 85da0cdee7..14c5998760 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/SIP/Transaction/FeePayment.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/SIP/Transaction/FeePayment.pm @@ -1,3 +1,17 @@ +# --------------------------------------------------------------- +# Copyright (C) 2011 Merrimack Valley Library Consortium +# Jason Stephenson + +# This program 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 2 +# of the License, or (at your option) any later version. + +# This program 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. +# --------------------------------------------------------------- # # An object to handle fee payment # -- 2.11.0