From 9a28330a221d13c2d49fc5a7690c7bdf2fb3deef Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Wed, 14 Aug 2013 11:33:26 -0400 Subject: [PATCH] Bug 10558 [QA Follow-up 3] - Change GPL version number and add POD --- tools/batch_records_ajax.pl | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/tools/batch_records_ajax.pl b/tools/batch_records_ajax.pl index 709e8bf..42ad416 100755 --- a/tools/batch_records_ajax.pl +++ b/tools/batch_records_ajax.pl @@ -2,13 +2,13 @@ # This software is placed under the gnu General Public License, v2 (http://www.gnu.org/licenses/gpl.html) -# Copyright 2007 Tamil s.a.r.l. +# Copyright 2013 ByWater Solutions # # 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 2 of the License, or (at your option) any later +# 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 @@ -19,8 +19,14 @@ # with Koha; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -=head1 ysearch.pl +=head1 NAME +batch_records_ajax.pl - A script for searching batch imported records via ajax + +=head1 SYNOPSIS + +This script is to be used as a data source for DataTables that load and display +the records from an import batch. =cut -- 1.7.2.5