X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=C4%2FScheduler.pm;h=304a05015d263799d1583e98c6ad40960d88a7cc;hb=819839fd9c24209ee4665f599db15621c51394cc;hp=e4bdb9b5057f2ccc3487ab93ea7c95539b66ed60;hpb=aa9b4d92cdfc9147f4da4033f4cbc0245f0ac9d1;p=koha.git diff --git a/C4/Scheduler.pm b/C4/Scheduler.pm index e4bdb9b505..304a05015d 100644 --- a/C4/Scheduler.pm +++ b/C4/Scheduler.pm @@ -4,29 +4,27 @@ package C4::Scheduler; # # 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 -# version. +# 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. +# 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, 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 strict; #use warnings; FIXME - Bug 2505 -use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); +use vars qw(@ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); use C4::Context; use Schedule::At; BEGIN { - # set the version for version checking - $VERSION = 0.02; require Exporter; @ISA = qw(Exporter); @EXPORT =