View | Details | Raw Unified | Return to bug 9978
Collapse All | Expand All

(-)a/C4/Accounts.pm (-10 / +10 lines)
Lines 4-21 package C4::Accounts; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
20
21
use strict;
21
use strict;
(-)a/C4/Acquisition.pm (-10 / +10 lines)
Lines 4-21 package C4::Acquisition; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
20
21
use Modern::Perl;
21
use Modern::Perl;
(-)a/C4/Auth.pm (-10 / +10 lines)
Lines 4-21 package C4::Auth; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Auth_with_cas.pm (-10 / +10 lines)
Lines 4-21 package C4::Auth_with_cas; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Auth_with_ldap.pm (-10 / +10 lines)
Lines 4-21 package C4::Auth_with_ldap; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
#use warnings; FIXME - Bug 2505
21
#use warnings; FIXME - Bug 2505
(-)a/C4/AuthoritiesMarc.pm (-10 / +10 lines)
Lines 3-20 package C4::AuthoritiesMarc; Link Here
3
#
3
#
4
# This file is part of Koha.
4
# This file is part of Koha.
5
#
5
#
6
# Koha is free software; you can redistribute it and/or modify it under the
6
# Koha is free software; you can redistribute it and/or modify it
7
# terms of the GNU General Public License as published by the Free Software
7
# under the terms of the GNU General Public License as published by
8
# Foundation; either version 2 of the License, or (at your option) any later
8
# the Free Software Foundation; either version 3 of the License, or
9
# version.
9
# (at your option) any later version.
10
#
10
#
11
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
11
# Koha is distributed in the hope that it will be useful, but
12
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
12
# WITHOUT ANY WARRANTY; without even the implied warranty of
13
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
# GNU General Public License for more details.
14
#
15
#
15
# You should have received a copy of the GNU General Public License along
16
# You should have received a copy of the GNU General Public License
16
# with Koha; if not, write to the Free Software Foundation, Inc.,
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18
18
19
use strict;
19
use strict;
20
use warnings;
20
use warnings;
(-)a/C4/AuthoritiesMarc/MARC21.pm (-10 / +10 lines)
Lines 4-21 package C4::AuthoritiesMarc::MARC21; Link Here
4
# 
4
# 
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
#use warnings; FIXME - Bug 2505
21
#use warnings; FIXME - Bug 2505
(-)a/C4/AuthoritiesMarc/UNIMARC.pm (-10 / +10 lines)
Lines 4-21 package C4::AuthoritiesMarc::UNIMARC; Link Here
4
# 
4
# 
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
#use warnings; FIXME - Bug 2505
21
#use warnings; FIXME - Bug 2505
(-)a/C4/BackgroundJob.pm (-10 / +10 lines)
Lines 5-22 package C4::BackgroundJob; Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/C4/Barcodes.pm (-10 / +10 lines)
Lines 4-21 package C4::Barcodes; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Barcodes/EAN13.pm (-10 / +10 lines)
Lines 4-21 package C4::Barcodes::EAN13; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Barcodes/ValueBuilder.pm (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
package C4::Barcodes::ValueBuilder::incremental;
21
package C4::Barcodes::ValueBuilder::incremental;
22
use C4::Context;
22
use C4::Context;
(-)a/C4/Barcodes/annual.pm (-10 / +10 lines)
Lines 4-21 package C4::Barcodes::annual; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Barcodes/hbyymmincr.pm (-10 / +10 lines)
Lines 4-21 package C4::Barcodes::hbyymmincr; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Barcodes/incremental.pm (-10 / +10 lines)
Lines 4-21 package C4::Barcodes::incremental; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Biblio.pm (-10 / +10 lines)
Lines 6-23 package C4::Biblio; Link Here
6
#
6
#
7
# This file is part of Koha.
7
# This file is part of Koha.
8
#
8
#
9
# Koha is free software; you can redistribute it and/or modify it under the
9
# Koha is free software; you can redistribute it and/or modify it
10
# terms of the GNU General Public License as published by the Free Software
10
# under the terms of the GNU General Public License as published by
11
# Foundation; either version 2 of the License, or (at your option) any later
11
# the Free Software Foundation; either version 3 of the License, or
12
# version.
12
# (at your option) any later version.
13
#
13
#
14
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
14
# Koha is distributed in the hope that it will be useful, but
15
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
15
# WITHOUT ANY WARRANTY; without even the implied warranty of
16
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
# GNU General Public License for more details.
17
#
18
#
18
# You should have received a copy of the GNU General Public License along
19
# You should have received a copy of the GNU General Public License
19
# with Koha; if not, write to the Free Software Foundation, Inc.,
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
21
22
use strict;
22
use strict;
23
use warnings;
23
use warnings;
(-)a/C4/Bookseller.pm (-10 / +10 lines)
Lines 5-22 package C4::Bookseller; Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/C4/Boolean.pm (-10 / +10 lines)
Lines 8-25 package C4::Boolean; Link Here
8
#
8
#
9
# This file is part of Koha.
9
# This file is part of Koha.
10
#
10
#
11
# Koha is free software; you can redistribute it and/or modify it under the
11
# Koha is free software; you can redistribute it and/or modify it
12
# terms of the GNU General Public License as published by the Free Software
12
# under the terms of the GNU General Public License as published by
13
# Foundation; either version 2 of the License, or (at your option) any later
13
# the Free Software Foundation; either version 3 of the License, or
14
# version.
14
# (at your option) any later version.
15
#
15
#
16
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
16
# Koha is distributed in the hope that it will be useful, but
17
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
17
# WITHOUT ANY WARRANTY; without even the implied warranty of
18
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
18
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
# GNU General Public License for more details.
19
#
20
#
20
# You should have received a copy of the GNU General Public License along
21
# You should have received a copy of the GNU General Public License
21
# with Koha; if not, write to the Free Software Foundation, Inc.,
22
# along with Koha; if not, see <http://www.gnu.org/licenses>.
22
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
23
23
24
use strict;
24
use strict;
25
use warnings;
25
use warnings;
(-)a/C4/Breeding.pm (-10 / +10 lines)
Lines 5-22 package C4::Breeding; Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/C4/Budgets.pm (-10 / +10 lines)
Lines 4-21 package C4::Budgets; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
#use warnings; FIXME - Bug 2505
21
#use warnings; FIXME - Bug 2505
(-)a/C4/Category.pm (-10 / +10 lines)
Lines 5-22 package C4::Category; Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/C4/Charset.pm (-10 / +10 lines)
Lines 4-21 package C4::Charset; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Circulation.pm (-10 / +10 lines)
Lines 5-22 package C4::Circulation; Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
21
22
use strict;
22
use strict;
(-)a/C4/ClassSortRoutine.pm (-10 / +10 lines)
Lines 4-21 package C4::ClassSortRoutine; Link Here
4
# 
4
# 
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/ClassSortRoutine/Dewey.pm (-10 / +10 lines)
Lines 4-21 package C4::ClassSortRoutine::Dewey; Link Here
4
# 
4
# 
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/ClassSortRoutine/Generic.pm (-10 / +10 lines)
Lines 4-21 package C4::ClassSortRoutine::Generic; Link Here
4
# 
4
# 
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/ClassSortRoutine/LCC.pm (-10 / +10 lines)
Lines 5-22 package C4::ClassSortRoutine::LCC; Link Here
5
# 
5
# 
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/C4/ClassSource.pm (-10 / +10 lines)
Lines 4-21 package C4::ClassSource; Link Here
4
# 
4
# 
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Context.pm (-10 / +10 lines)
Lines 3-20 package C4::Context; Link Here
3
#
3
#
4
# This file is part of Koha.
4
# This file is part of Koha.
5
#
5
#
6
# Koha is free software; you can redistribute it and/or modify it under the
6
# Koha is free software; you can redistribute it and/or modify it
7
# terms of the GNU General Public License as published by the Free Software
7
# under the terms of the GNU General Public License as published by
8
# Foundation; either version 2 of the License, or (at your option) any later
8
# the Free Software Foundation; either version 3 of the License, or
9
# version.
9
# (at your option) any later version.
10
#
10
#
11
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
11
# Koha is distributed in the hope that it will be useful, but
12
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
12
# WITHOUT ANY WARRANTY; without even the implied warranty of
13
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
# GNU General Public License for more details.
14
#
15
#
15
# You should have received a copy of the GNU General Public License along
16
# You should have received a copy of the GNU General Public License
16
# with Koha; if not, write to the Free Software Foundation, Inc.,
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18
18
19
use strict;
19
use strict;
20
use warnings;
20
use warnings;
(-)a/C4/Contract.pm (-10 / +10 lines)
Lines 4-21 package C4::Contract; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use strict;
21
use strict;
(-)a/C4/Creators.pm (-10 / +10 lines)
Lines 4-21 package C4::Creators; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
BEGIN {
20
BEGIN {
21
    use version; our $VERSION = qv('3.07.00.049');
21
    use version; our $VERSION = qv('3.07.00.049');
(-)a/C4/Creators/Lib.pm (-10 / +10 lines)
Lines 4-21 package C4::Creators::Lib; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Creators/PDF.pm (-10 / +10 lines)
Lines 4-21 package C4::Creators::PDF; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Csv.pm (-10 / +10 lines)
Lines 4-21 package C4::Csv; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
#
19
#
20
#
20
#
21
21
(-)a/C4/Dates.pm (-10 / +10 lines)
Lines 6-23 package C4::Dates; Link Here
6
#
6
#
7
# This file is part of Koha.
7
# This file is part of Koha.
8
#
8
#
9
# Koha is free software; you can redistribute it and/or modify it under the
9
# Koha is free software; you can redistribute it and/or modify it
10
# terms of the GNU General Public License as published by the Free Software
10
# under the terms of the GNU General Public License as published by
11
# Foundation; either version 2 of the License, or (at your option) any later
11
# the Free Software Foundation; either version 3 of the License, or
12
# version.
12
# (at your option) any later version.
13
#
13
#
14
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
14
# Koha is distributed in the hope that it will be useful, but
15
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
15
# WITHOUT ANY WARRANTY; without even the implied warranty of
16
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
# GNU General Public License for more details.
17
#
18
#
18
# You should have received a copy of the GNU General Public License along
19
# You should have received a copy of the GNU General Public License
19
# with Koha; if not, write to the Free Software Foundation, Inc.,
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
21
22
use strict;
22
use strict;
23
use warnings;
23
use warnings;
(-)a/C4/Debug.pm (-10 / +10 lines)
Lines 4-21 package C4::Debug; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/External/Amazon.pm (-10 / +10 lines)
Lines 4-21 package C4::External::Amazon; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
20
21
use strict;
21
use strict;
(-)a/C4/External/BakerTaylor.pm (-10 / +10 lines)
Lines 4-21 package C4::External::BakerTaylor; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use XML::Simple;
20
use XML::Simple;
21
use LWP::Simple;
21
use LWP::Simple;
(-)a/C4/External/Syndetics.pm (-10 / +10 lines)
Lines 4-21 package C4::External::Syndetics; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use XML::Simple;
20
use XML::Simple;
21
use XML::LibXML;
21
use XML::LibXML;
(-)a/C4/Form/MessagingPreferences.pm (-10 / +10 lines)
Lines 4-21 package C4::Form::MessagingPreferences; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/HTML5Media.pm (-10 / +10 lines)
Lines 4-21 package C4::HTML5Media; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Heading.pm (-10 / +10 lines)
Lines 4-21 package C4::Heading; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Heading/MARC21.pm (-10 / +10 lines)
Lines 4-21 package C4::Heading::MARC21; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Heading/UNIMARC.pm (-10 / +10 lines)
Lines 4-21 package C4::Heading::UNIMARC; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use 5.010;
20
use 5.010;
21
use strict;
21
use strict;
(-)a/C4/HoldsQueue.pm (-10 / +10 lines)
Lines 4-21 package C4::HoldsQueue; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
# FIXME: expand perldoc, explain intended logic
20
# FIXME: expand perldoc, explain intended logic
21
21
(-)a/C4/ILSDI/Services.pm (-10 / +10 lines)
Lines 4-21 package C4::ILSDI::Services; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Images.pm (-10 / +10 lines)
Lines 5-22 package C4::Images; Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/C4/ImportBatch.pm (-10 / +10 lines)
Lines 4-21 package C4::ImportBatch; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/ImportExportFramework.pm (-10 / +10 lines)
Lines 4-21 package C4::ImportExportFramework; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Input.pm (-10 / +10 lines)
Lines 5-22 package C4::Input; #assumes C4/Input Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/C4/InstallAuth.pm (-10 / +10 lines)
Lines 4-21 package C4::InstallAuth; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
#use warnings; FIXME - Bug 2505
21
#use warnings; FIXME - Bug 2505
(-)a/C4/Installer.pm (-10 / +10 lines)
Lines 4-21 package C4::Installer; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
#use warnings; FIXME - Bug 2505
21
#use warnings; FIXME - Bug 2505
(-)a/C4/ItemCirculationAlertPreference.pm (-10 / +10 lines)
Lines 4-21 package C4::ItemCirculationAlertPreference; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/ItemType.pm (-10 / +10 lines)
Lines 5-22 package C4::ItemType; Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/C4/Items.pm (-10 / +10 lines)
Lines 5-22 package C4::Items; Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/C4/Koha.pm (-10 / +10 lines)
Lines 6-23 package C4::Koha; Link Here
6
#
6
#
7
# This file is part of Koha.
7
# This file is part of Koha.
8
#
8
#
9
# Koha is free software; you can redistribute it and/or modify it under the
9
# Koha is free software; you can redistribute it and/or modify it
10
# terms of the GNU General Public License as published by the Free Software
10
# under the terms of the GNU General Public License as published by
11
# Foundation; either version 2 of the License, or (at your option) any later
11
# the Free Software Foundation; either version 3 of the License, or
12
# version.
12
# (at your option) any later version.
13
#
13
#
14
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
14
# Koha is distributed in the hope that it will be useful, but
15
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
15
# WITHOUT ANY WARRANTY; without even the implied warranty of
16
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
# GNU General Public License for more details.
17
#
18
#
18
# You should have received a copy of the GNU General Public License along
19
# You should have received a copy of the GNU General Public License
19
# with Koha; if not, write to the Free Software Foundation, Inc.,
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
21
22
22
23
use strict;
23
use strict;
(-)a/C4/Languages.pm (-10 / +10 lines)
Lines 5-22 package C4::Languages; Link Here
5
# Portions Copyright 2009 Chris Cormack and the Koha Dev Team
5
# Portions Copyright 2009 Chris Cormack and the Koha Dev Team
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
21
22
use strict;
22
use strict;
(-)a/C4/Letters.pm (-10 / +10 lines)
Lines 4-21 package C4::Letters; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Linker.pm (-10 / +10 lines)
Lines 4-21 package C4::Linker; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/C4/Linker/Default.pm (-10 / +10 lines)
Lines 4-21 package C4::Linker::Default; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Linker/FirstMatch.pm (-10 / +10 lines)
Lines 4-21 package C4::Linker::FirstMatch; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Linker/LastMatch.pm (-10 / +10 lines)
Lines 4-21 package C4::Linker::LastMatch; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Log.pm (-10 / +10 lines)
Lines 8-25 package C4::Log; Link Here
8
#
8
#
9
# This file is part of Koha.
9
# This file is part of Koha.
10
#
10
#
11
# Koha is free software; you can redistribute it and/or modify it under the
11
# Koha is free software; you can redistribute it and/or modify it
12
# terms of the GNU General Public License as published by the Free Software
12
# under the terms of the GNU General Public License as published by
13
# Foundation; either version 2 of the License, or (at your option) any later
13
# the Free Software Foundation; either version 3 of the License, or
14
# version.
14
# (at your option) any later version.
15
#
15
#
16
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
16
# Koha is distributed in the hope that it will be useful, but
17
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
17
# WITHOUT ANY WARRANTY; without even the implied warranty of
18
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
18
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
# GNU General Public License for more details.
19
#
20
#
20
# You should have received a copy of the GNU General Public License along
21
# You should have received a copy of the GNU General Public License
21
# with Koha; if not, write to the Free Software Foundation, Inc.,
22
# along with Koha; if not, see <http://www.gnu.org/licenses>.
22
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
23
23
24
use strict;
24
use strict;
25
use warnings;
25
use warnings;
(-)a/C4/Matcher.pm (-10 / +10 lines)
Lines 4-21 package C4::Matcher; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Members.pm (-10 / +10 lines)
Lines 6-23 package C4::Members; Link Here
6
#
6
#
7
# This file is part of Koha.
7
# This file is part of Koha.
8
#
8
#
9
# Koha is free software; you can redistribute it and/or modify it under the
9
# Koha is free software; you can redistribute it and/or modify it
10
# terms of the GNU General Public License as published by the Free Software
10
# under the terms of the GNU General Public License as published by
11
# Foundation; either version 2 of the License, or (at your option) any later
11
# the Free Software Foundation; either version 3 of the License, or
12
# version.
12
# (at your option) any later version.
13
#
13
#
14
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
14
# Koha is distributed in the hope that it will be useful, but
15
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
15
# WITHOUT ANY WARRANTY; without even the implied warranty of
16
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
# GNU General Public License for more details.
17
#
18
#
18
# You should have received a copy of the GNU General Public License along
19
# You should have received a copy of the GNU General Public License
19
# with Koha; if not, write to the Free Software Foundation, Inc.,
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
21
22
22
23
use strict;
23
use strict;
(-)a/C4/Members/AttributeTypes.pm (-10 / +10 lines)
Lines 4-21 package C4::Members::AttributeTypes; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
#use warnings; FIXME - Bug 2505
21
#use warnings; FIXME - Bug 2505
(-)a/C4/Members/Attributes.pm (-10 / +10 lines)
Lines 4-21 package C4::Members::Attributes; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Members/Messaging.pm (-10 / +10 lines)
Lines 4-21 package C4::Members::Messaging; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Members/Statistics.pm (-10 / +10 lines)
Lines 3-20 package C4::Members::Statistics; Link Here
3
# Copyright 2012 BibLibre
3
# Copyright 2012 BibLibre
4
# This file is part of Koha.
4
# This file is part of Koha.
5
#
5
#
6
# Koha is free software; you can redistribute it and/or modify it under the
6
# Koha is free software; you can redistribute it and/or modify it
7
# terms of the GNU General Public License as published by the Free Software
7
# under the terms of the GNU General Public License as published by
8
# Foundation; either version 2 of the License, or (at your option) any later
8
# the Free Software Foundation; either version 3 of the License, or
9
# version.
9
# (at your option) any later version.
10
#
10
#
11
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
11
# Koha is distributed in the hope that it will be useful, but
12
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
12
# WITHOUT ANY WARRANTY; without even the implied warranty of
13
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
# GNU General Public License for more details.
14
#
15
#
15
# You should have received a copy of the GNU General Public License along
16
# You should have received a copy of the GNU General Public License
16
# with Koha; if not, write to the Free Software Foundation, Inc.,
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18
18
19
=head1 NAME
19
=head1 NAME
20
20
(-)a/C4/Message.pm (-10 / +10 lines)
Lines 5-22 package C4::Message; Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
21
22
use strict;
22
use strict;
(-)a/C4/OAI/Sets.pm (-10 / +10 lines)
Lines 4-21 package C4::OAI::Sets; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/C4/Output.pm (-10 / +10 lines)
Lines 8-25 package C4::Output; Link Here
8
#
8
#
9
# This file is part of Koha.
9
# This file is part of Koha.
10
#
10
#
11
# Koha is free software; you can redistribute it and/or modify it under the
11
# Koha is free software; you can redistribute it and/or modify it
12
# terms of the GNU General Public License as published by the Free Software
12
# under the terms of the GNU General Public License as published by
13
# Foundation; either version 2 of the License, or (at your option) any later
13
# the Free Software Foundation; either version 3 of the License, or
14
# version.
14
# (at your option) any later version.
15
#
15
#
16
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
16
# Koha is distributed in the hope that it will be useful, but
17
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
17
# WITHOUT ANY WARRANTY; without even the implied warranty of
18
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
18
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
# GNU General Public License for more details.
19
#
20
#
20
# You should have received a copy of the GNU General Public License along
21
# You should have received a copy of the GNU General Public License
21
# with Koha; if not, write to the Free Software Foundation, Inc.,
22
# along with Koha; if not, see <http://www.gnu.org/licenses>.
22
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
23
23
24
24
25
# NOTE: I'm pretty sure this module is deprecated in favor of
25
# NOTE: I'm pretty sure this module is deprecated in favor of
(-)a/C4/Output/JSONStream.pm (-10 / +10 lines)
Lines 4-21 package C4::Output::JSONStream; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/C4/Overdues.pm (-10 / +10 lines)
Lines 6-23 package C4::Overdues; Link Here
6
#
6
#
7
# This file is part of Koha.
7
# This file is part of Koha.
8
#
8
#
9
# Koha is free software; you can redistribute it and/or modify it under the
9
# Koha is free software; you can redistribute it and/or modify it
10
# terms of the GNU General Public License as published by the Free Software
10
# under the terms of the GNU General Public License as published by
11
# Foundation; either version 2 of the License, or (at your option) any later
11
# the Free Software Foundation; either version 3 of the License, or
12
# version.
12
# (at your option) any later version.
13
#
13
#
14
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
14
# Koha is distributed in the hope that it will be useful, but
15
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
15
# WITHOUT ANY WARRANTY; without even the implied warranty of
16
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
# GNU General Public License for more details.
17
#
18
#
18
# You should have received a copy of the GNU General Public License along
19
# You should have received a copy of the GNU General Public License
19
# with Koha; if not, write to the Free Software Foundation, Inc.,
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
21
22
use strict;
22
use strict;
23
#use warnings; FIXME - Bug 2505
23
#use warnings; FIXME - Bug 2505
(-)a/C4/Patroncards/Lib.pm (-10 / +10 lines)
Lines 4-21 package C4::Patroncards::Lib; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Patroncards/Patroncard.pm (-10 / +10 lines)
Lines 4-21 package C4::Patroncards::Patroncard; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/Print.pm (-10 / +10 lines)
Lines 4-21 package C4::Print; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
#use warnings; FIXME - Bug 2505
21
#use warnings; FIXME - Bug 2505
(-)a/C4/Ratings.pm (-10 / +10 lines)
Lines 5-22 package C4::Ratings; Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/C4/Record.pm (-10 / +10 lines)
Lines 5-22 package C4::Record; Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
#
20
#
21
#
21
#
22
use strict;
22
use strict;
(-)a/C4/Reports.pm (-10 / +10 lines)
Lines 4-21 package C4::Reports; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
#use warnings; FIXME - Bug 2505
21
#use warnings; FIXME - Bug 2505
(-)a/C4/Reports/Guided.pm (-10 / +10 lines)
Lines 4-21 package C4::Reports::Guided; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
#use warnings; FIXME - Bug 2505 this module needs a lot of repair to run clean under warnings
21
#use warnings; FIXME - Bug 2505 this module needs a lot of repair to run clean under warnings
(-)a/C4/Reserves.pm (-10 / +10 lines)
Lines 7-24 package C4::Reserves; Link Here
7
#
7
#
8
# This file is part of Koha.
8
# This file is part of Koha.
9
#
9
#
10
# Koha is free software; you can redistribute it and/or modify it under the
10
# Koha is free software; you can redistribute it and/or modify it
11
# terms of the GNU General Public License as published by the Free Software
11
# under the terms of the GNU General Public License as published by
12
# Foundation; either version 2 of the License, or (at your option) any later
12
# the Free Software Foundation; either version 3 of the License, or
13
# version.
13
# (at your option) any later version.
14
#
14
#
15
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
15
# Koha is distributed in the hope that it will be useful, but
16
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
16
# WITHOUT ANY WARRANTY; without even the implied warranty of
17
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
17
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
# GNU General Public License for more details.
18
#
19
#
19
# You should have received a copy of the GNU General Public License along
20
# You should have received a copy of the GNU General Public License
20
# with Koha; if not, write to the Free Software Foundation, Inc.,
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22
22
23
23
24
use strict;
24
use strict;
(-)a/C4/Review.pm (-10 / +10 lines)
Lines 4-21 package C4::Review; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/RotatingCollections.pm (-10 / +10 lines)
Lines 9-26 package C4::RotatingCollections; Link Here
9
#
9
#
10
# This file is part of Koha.
10
# This file is part of Koha.
11
#
11
#
12
# Koha is free software; you can redistribute it and/or modify it under the
12
# Koha is free software; you can redistribute it and/or modify it
13
# terms of the GNU General Public License as published by the Free Software
13
# under the terms of the GNU General Public License as published by
14
# Foundation; either version 2 of the License, or (at your option) any later
14
# the Free Software Foundation; either version 3 of the License, or
15
# version.
15
# (at your option) any later version.
16
#
16
#
17
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
17
# Koha is distributed in the hope that it will be useful, but
18
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
18
# WITHOUT ANY WARRANTY; without even the implied warranty of
19
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
19
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20
# GNU General Public License for more details.
20
#
21
#
21
# You should have received a copy of the GNU General Public License along
22
# You should have received a copy of the GNU General Public License
22
# with Koha; if not, write to the Free Software Foundation, Inc.,
23
# along with Koha; if not, see <http://www.gnu.org/licenses>.
23
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
24
24
25
use Modern::Perl;
25
use Modern::Perl;
26
26
(-)a/C4/SIP/ILS/Transaction/FeePayment.pm (-10 / +10 lines)
Lines 7-24 use strict; Link Here
7
#
7
#
8
# This file is part of Koha.
8
# This file is part of Koha.
9
#
9
#
10
# Koha is free software; you can redistribute it and/or modify it under the
10
# Koha is free software; you can redistribute it and/or modify it
11
# terms of the GNU General Public License as published by the Free Software
11
# under the terms of the GNU General Public License as published by
12
# Foundation; either version 2 of the License, or (at your option) any later
12
# the Free Software Foundation; either version 3 of the License, or
13
# version.
13
# (at your option) any later version.
14
#
14
#
15
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
15
# Koha is distributed in the hope that it will be useful, but
16
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
16
# WITHOUT ANY WARRANTY; without even the implied warranty of
17
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
17
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
# GNU General Public License for more details.
18
#
19
#
19
# You should have received a copy of the GNU General Public License along
20
# You should have received a copy of the GNU General Public License
20
# with Koha; if not, write to the Free Software Foundation, Inc.,
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22
22
23
use C4::Accounts qw(recordpayment);
23
use C4::Accounts qw(recordpayment);
24
use parent qw(C4::SIP::ILS::Transaction);
24
use parent qw(C4::SIP::ILS::Transaction);
(-)a/C4/SMS.pm (-10 / +10 lines)
Lines 4-21 package C4::SMS; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/C4/SQLHelper.pm (-10 / +10 lines)
Lines 4-21 package C4::SQLHelper; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
20
21
use strict;
21
use strict;
(-)a/C4/Scheduler.pm (-10 / +10 lines)
Lines 4-21 package C4::Scheduler; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
#use warnings; FIXME - Bug 2505
21
#use warnings; FIXME - Bug 2505
(-)a/C4/Scrubber.pm (-10 / +10 lines)
Lines 6-23 package C4::Scrubber; Link Here
6
#
6
#
7
# This file is part of Koha.
7
# This file is part of Koha.
8
#
8
#
9
# Koha is free software; you can redistribute it and/or modify it under the
9
# Koha is free software; you can redistribute it and/or modify it
10
# terms of the GNU General Public License as published by the Free Software
10
# under the terms of the GNU General Public License as published by
11
# Foundation; either version 2 of the License, or (at your option) any later
11
# the Free Software Foundation; either version 3 of the License, or
12
# version.
12
# (at your option) any later version.
13
#
13
#
14
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
14
# Koha is distributed in the hope that it will be useful, but
15
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
15
# WITHOUT ANY WARRANTY; without even the implied warranty of
16
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
# GNU General Public License for more details.
17
#
18
#
18
# You should have received a copy of the GNU General Public License along
19
# You should have received a copy of the GNU General Public License
19
# with Koha; if not, write to the Free Software Foundation, Inc.,
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
21
22
use strict;
22
use strict;
23
use warnings;
23
use warnings;
(-)a/C4/Search/PazPar2.pm (-10 / +10 lines)
Lines 4-21 package C4::Search::PazPar2; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
#use warnings; FIXME - Bug 2505
21
#use warnings; FIXME - Bug 2505
(-)a/C4/Serials.pm (-10 / +10 lines)
Lines 5-22 package C4::Serials; Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/C4/Service.pm (-10 / +10 lines)
Lines 4-21 package C4::Service; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/C4/ShelfBrowser.pm (-10 / +10 lines)
Lines 6-23 package C4::ShelfBrowser; Link Here
6
#
6
#
7
# This file is part of Koha.
7
# This file is part of Koha.
8
#
8
#
9
# Koha is free software; you can redistribute it and/or modify it under the
9
# Koha is free software; you can redistribute it and/or modify it
10
# terms of the GNU General Public License as published by the Free Software
10
# under the terms of the GNU General Public License as published by
11
# Foundation; either version 2 of the License, or (at your option) any later
11
# the Free Software Foundation; either version 3 of the License, or
12
# version.
12
# (at your option) any later version.
13
#
13
#
14
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
14
# Koha is distributed in the hope that it will be useful, but
15
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
15
# WITHOUT ANY WARRANTY; without even the implied warranty of
16
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
# GNU General Public License for more details.
17
#
18
#
18
# You should have received a copy of the GNU General Public License along
19
# You should have received a copy of the GNU General Public License
19
# with Koha; if not, write to the Free Software Foundation, Inc.,
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
21
22
use strict;
22
use strict;
23
use warnings;
23
use warnings;
(-)a/C4/Stats.pm (-10 / +10 lines)
Lines 5-22 package C4::Stats; Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/C4/Suggestions.pm (-10 / +10 lines)
Lines 5-22 package C4::Suggestions; Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
22
(-)a/C4/TTParser.pm (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
#simple parser for HTML with Template Toolkit directives. Tokens are put into @tokens and are accesible via next_token and peep_token
20
#simple parser for HTML with Template Toolkit directives. Tokens are put into @tokens and are accesible via next_token and peep_token
21
package C4::TTParser;
21
package C4::TTParser;
(-)a/C4/Tags.pm (-10 / +10 lines)
Lines 5-22 package C4::Tags; Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/C4/TmplToken.pm (-10 / +10 lines)
Lines 4-21 package C4::TmplToken; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
20
21
use strict;
21
use strict;
(-)a/C4/TmplTokenType.pm (-10 / +10 lines)
Lines 4-21 package C4::TmplTokenType; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
#use warnings; FIXME - Bug 2505
21
#use warnings; FIXME - Bug 2505
(-)a/C4/UploadedFile.pm (-10 / +10 lines)
Lines 5-22 package C4::UploadedFile; Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/C4/Utils/DataTables.pm (-10 / +10 lines)
Lines 4-21 package C4::Utils::DataTables; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
require Exporter;
21
require Exporter;
(-)a/C4/VirtualShelves.pm (-10 / +10 lines)
Lines 4-21 package C4::VirtualShelves; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/C4/VirtualShelves/Page.pm (-10 / +10 lines)
Lines 5-22 package C4::VirtualShelves::Page; Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
# perldoc at the end of the file, per convention.
21
# perldoc at the end of the file, per convention.
22
22
(-)a/C4/XISBN.pm (-10 / +10 lines)
Lines 4-21 package C4::XISBN; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use XML::Simple;
20
use XML::Simple;
21
#use LWP::Simple;
21
#use LWP::Simple;
(-)a/Koha/Borrower/Files.pm (-10 / +10 lines)
Lines 4-21 package Koha::Borrower::Files; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Borrower/Modifications.pm (-10 / +10 lines)
Lines 3-20 package Koha::Borrower::Modifications; Link Here
3
# Copyright 2012 ByWater Solutions
3
# Copyright 2012 ByWater Solutions
4
# This file is part of Koha.
4
# This file is part of Koha.
5
#
5
#
6
# Koha is free software; you can redistribute it and/or modify it under the
6
# Koha is free software; you can redistribute it and/or modify it
7
# terms of the GNU General Public License as published by the Free Software
7
# under the terms of the GNU General Public License as published by
8
# Foundation; either version 2 of the License, or (at your option) any later
8
# the Free Software Foundation; either version 3 of the License, or
9
# version.
9
# (at your option) any later version.
10
#
10
#
11
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
11
# Koha is distributed in the hope that it will be useful, but
12
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
12
# WITHOUT ANY WARRANTY; without even the implied warranty of
13
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
# GNU General Public License for more details.
14
#
15
#
15
# You should have received a copy of the GNU General Public License along
16
# You should have received a copy of the GNU General Public License
16
# with Koha; if not, write to the Free Software Foundation, Inc.,
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18
18
19
=head1 NAME
19
=head1 NAME
20
20
(-)a/Koha/Cache.pm (-10 / +10 lines)
Lines 5-22 package Koha::Cache; Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
=head1 NAME
21
=head1 NAME
22
22
(-)a/Koha/Filter/MARC/EmbedSeeFromHeadings.pm (-10 / +10 lines)
Lines 4-21 package Koha::Filter::MARC::EmbedSeeFromHeadings; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/Filter/MARC/Null.pm (-10 / +10 lines)
Lines 4-21 package Koha::Filter::MARC::Null; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/Plugins.pm (-10 / +10 lines)
Lines 4-21 package Koha::Plugins; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Plugins/Base.pm (-10 / +10 lines)
Lines 4-21 package Koha::Plugins::Base; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Plugins/Handler.pm (-10 / +10 lines)
Lines 4-21 package Koha::Plugins::Handler; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/RecordProcessor.pm (-10 / +10 lines)
Lines 4-21 package Koha::RecordProcessor; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/RecordProcessor/Base.pm (-10 / +10 lines)
Lines 4-21 package Koha::RecordProcessor::Base; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/SuggestionEngine.pm (-10 / +10 lines)
Lines 4-21 package Koha::SuggestionEngine; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/SuggestionEngine/Base.pm (-10 / +10 lines)
Lines 4-21 package Koha::SuggestionEngine::Base; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/SuggestionEngine/Plugin/AuthorityFile.pm (-10 / +10 lines)
Lines 4-21 package Koha::SuggestionEngine::Plugin::AuthorityFile; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/SuggestionEngine/Plugin/ExplodedTerms.pm (-10 / +10 lines)
Lines 4-21 package Koha::SuggestionEngine::Plugin::ExplodedTerms; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/SuggestionEngine/Plugin/Null.pm (-10 / +10 lines)
Lines 4-21 package Koha::SuggestionEngine::Plugin::Null; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/Koha/Template/Plugin/Branches.pm (-10 / +10 lines)
Lines 4-21 package Koha::Template::Plugin::Branches; Link Here
4
4
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Template/Plugin/ItemTypes.pm (-10 / +10 lines)
Lines 4-21 package Koha::Template::Plugin::ItemTypes; Link Here
4
4
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Koha/Template/Plugin/Koha.pm (-10 / +10 lines)
Lines 4-21 package Koha::Template::Plugin::Koha; Link Here
4
4
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Encode qw( encode );
21
use Encode qw( encode );
(-)a/Koha/Template/Plugin/KohaDates.pm (-10 / +10 lines)
Lines 4-21 package Koha::Template::Plugin::KohaDates; Link Here
4
4
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/Makefile.PL (-10 / +10 lines)
Lines 2-19 Link Here
2
#
2
#
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
5
# Koha is free software; you can redistribute it and/or modify it under the
5
# Koha is free software; you can redistribute it and/or modify it
6
# terms of the GNU General Public License as published by the Free Software
6
# under the terms of the GNU General Public License as published by
7
# Foundation; either version 2 of the License, or (at your option) any later
7
# the Free Software Foundation; either version 3 of the License, or
8
# version.
8
# (at your option) any later version.
9
#
9
#
10
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
10
# Koha is distributed in the hope that it will be useful, but
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
11
# WITHOUT ANY WARRANTY; without even the implied warranty of
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
12
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
# GNU General Public License for more details.
13
#
14
#
14
# You should have received a copy of the GNU General Public License along
15
# You should have received a copy of the GNU General Public License
15
# with Koha; if not, write to the Free Software Foundation, Inc.,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
#
17
#
18
# Current maintainer MJR http://mjr.towers.org.uk/
18
# Current maintainer MJR http://mjr.towers.org.uk/
19
#
19
#
(-)a/about.pl (-10 / +10 lines)
Lines 7-24 Link Here
7
#
7
#
8
# This file is part of Koha.
8
# This file is part of Koha.
9
#
9
#
10
# Koha is free software; you can redistribute it and/or modify it under the
10
# Koha is free software; you can redistribute it and/or modify it
11
# terms of the GNU General Public License as published by the Free Software
11
# under the terms of the GNU General Public License as published by
12
# Foundation; either version 2 of the License, or (at your option) any later
12
# the Free Software Foundation; either version 3 of the License, or
13
# version.
13
# (at your option) any later version.
14
#
14
#
15
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
15
# Koha is distributed in the hope that it will be useful, but
16
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
16
# WITHOUT ANY WARRANTY; without even the implied warranty of
17
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
17
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
# GNU General Public License for more details.
18
#
19
#
19
# You should have received a copy of the GNU General Public License along
20
# You should have received a copy of the GNU General Public License
20
# with Koha; if not, write to the Free Software Foundation, Inc.,
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22
22
23
use strict;
23
use strict;
24
use warnings;
24
use warnings;
(-)a/acqui/acqui-home.pl (-10 / +10 lines)
Lines 3-20 Link Here
3
# Copyright 2008 - 2009 BibLibre SARL
3
# Copyright 2008 - 2009 BibLibre SARL
4
# This file is part of Koha.
4
# This file is part of Koha.
5
#
5
#
6
# Koha is free software; you can redistribute it and/or modify it under the
6
# Koha is free software; you can redistribute it and/or modify it
7
# terms of the GNU General Public License as published by the Free Software
7
# under the terms of the GNU General Public License as published by
8
# Foundation; either version 2 of the License, or (at your option) any later
8
# the Free Software Foundation; either version 3 of the License, or
9
# version.
9
# (at your option) any later version.
10
#
10
#
11
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
11
# Koha is distributed in the hope that it will be useful, but
12
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
12
# WITHOUT ANY WARRANTY; without even the implied warranty of
13
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
# GNU General Public License for more details.
14
#
15
#
15
# You should have received a copy of the GNU General Public License along
16
# You should have received a copy of the GNU General Public License
16
# with Koha; if not, write to the Free Software Foundation, Inc.,
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18
18
19
=head1 NAME
19
=head1 NAME
20
20
(-)a/acqui/addorder.pl (-10 / +10 lines)
Lines 7-24 Link Here
7
#
7
#
8
# This file is part of Koha.
8
# This file is part of Koha.
9
#
9
#
10
# Koha is free software; you can redistribute it and/or modify it under the
10
# Koha is free software; you can redistribute it and/or modify it
11
# terms of the GNU General Public License as published by the Free Software
11
# under the terms of the GNU General Public License as published by
12
# Foundation; either version 2 of the License, or (at your option) any later
12
# the Free Software Foundation; either version 3 of the License, or
13
# version.
13
# (at your option) any later version.
14
#
14
#
15
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
15
# Koha is distributed in the hope that it will be useful, but
16
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
16
# WITHOUT ANY WARRANTY; without even the implied warranty of
17
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
17
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
# GNU General Public License for more details.
18
#
19
#
19
# You should have received a copy of the GNU General Public License along
20
# You should have received a copy of the GNU General Public License
20
# with Koha; if not, write to the Free Software Foundation, Inc.,
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22
22
23
23
24
=head1 NAME
24
=head1 NAME
(-)a/acqui/addorderiso2709.pl (-10 / +10 lines)
Lines 8-25 Link Here
8
#
8
#
9
# This file is part of Koha.
9
# This file is part of Koha.
10
#
10
#
11
# Koha is free software; you can redistribute it and/or modify it under the
11
# Koha is free software; you can redistribute it and/or modify it
12
# terms of the GNU General Public License as published by the Free Software
12
# under the terms of the GNU General Public License as published by
13
# Foundation; either version 2 of the License, or (at your option) any later
13
# the Free Software Foundation; either version 3 of the License, or
14
# version.
14
# (at your option) any later version.
15
#
15
#
16
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
16
# Koha is distributed in the hope that it will be useful, but
17
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
17
# WITHOUT ANY WARRANTY; without even the implied warranty of
18
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
18
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
# GNU General Public License for more details.
19
#
20
#
20
# You should have received a copy of the GNU General Public License along
21
# You should have received a copy of the GNU General Public License
21
# with Koha; if not, write to the Free Software Foundation, Inc.,
22
# along with Koha; if not, see <http://www.gnu.org/licenses>.
22
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
23
23
24
use Modern::Perl;
24
use Modern::Perl;
25
use CGI qw ( -utf8 );
25
use CGI qw ( -utf8 );
(-)a/acqui/basket.pl (-10 / +10 lines)
Lines 7-24 Link Here
7
#
7
#
8
# This file is part of Koha.
8
# This file is part of Koha.
9
#
9
#
10
# Koha is free software; you can redistribute it and/or modify it under the
10
# Koha is free software; you can redistribute it and/or modify it
11
# terms of the GNU General Public License as published by the Free Software
11
# under the terms of the GNU General Public License as published by
12
# Foundation; either version 2 of the License, or (at your option) any later
12
# the Free Software Foundation; either version 3 of the License, or
13
# version.
13
# (at your option) any later version.
14
#
14
#
15
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
15
# Koha is distributed in the hope that it will be useful, but
16
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
16
# WITHOUT ANY WARRANTY; without even the implied warranty of
17
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
17
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
# GNU General Public License for more details.
18
#
19
#
19
# You should have received a copy of the GNU General Public License along
20
# You should have received a copy of the GNU General Public License
20
# with Koha; if not, write to the Free Software Foundation, Inc.,
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22
22
23
use strict;
23
use strict;
24
use warnings;
24
use warnings;
(-)a/acqui/basketgroup.pl (-10 / +10 lines)
Lines 8-25 Link Here
8
#
8
#
9
# This file is part of Koha.
9
# This file is part of Koha.
10
#
10
#
11
# Koha is free software; you can redistribute it and/or modify it under the
11
# Koha is free software; you can redistribute it and/or modify it
12
# terms of the GNU General Public License as published by the Free Software
12
# under the terms of the GNU General Public License as published by
13
# Foundation; either version 2 of the License, or (at your option) any later
13
# the Free Software Foundation; either version 3 of the License, or
14
# version.
14
# (at your option) any later version.
15
#
15
#
16
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
16
# Koha is distributed in the hope that it will be useful, but
17
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
17
# WITHOUT ANY WARRANTY; without even the implied warranty of
18
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
18
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
# GNU General Public License for more details.
19
#
20
#
20
# You should have received a copy of the GNU General Public License along
21
# You should have received a copy of the GNU General Public License
21
# with Koha; if not, write to the Free Software Foundation, Inc.,
22
# along with Koha; if not, see <http://www.gnu.org/licenses>.
22
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
23
23
24
24
25
=head1 NAME
25
=head1 NAME
(-)a/acqui/basketheader.pl (-10 / +10 lines)
Lines 7-24 Link Here
7
#
7
#
8
# This file is part of Koha.
8
# This file is part of Koha.
9
#
9
#
10
# Koha is free software; you can redistribute it and/or modify it under the
10
# Koha is free software; you can redistribute it and/or modify it
11
# terms of the GNU General Public License as published by the Free Software
11
# under the terms of the GNU General Public License as published by
12
# Foundation; either version 2 of the License, or (at your option) any later
12
# the Free Software Foundation; either version 3 of the License, or
13
# version.
13
# (at your option) any later version.
14
#
14
#
15
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
15
# Koha is distributed in the hope that it will be useful, but
16
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
16
# WITHOUT ANY WARRANTY; without even the implied warranty of
17
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
17
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
# GNU General Public License for more details.
18
#
19
#
19
# You should have received a copy of the GNU General Public License along
20
# You should have received a copy of the GNU General Public License
20
# with Koha; if not, write to the Free Software Foundation, Inc.,
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22
22
23
=head1 NAME
23
=head1 NAME
24
24
(-)a/acqui/booksellers.pl (-10 / +10 lines)
Lines 8-25 Link Here
8
#
8
#
9
# This file is part of Koha.
9
# This file is part of Koha.
10
#
10
#
11
# Koha is free software; you can redistribute it and/or modify it under the
11
# Koha is free software; you can redistribute it and/or modify it
12
# terms of the GNU General Public License as published by the Free Software
12
# under the terms of the GNU General Public License as published by
13
# Foundation; either version 2 of the License, or (at your option) any later
13
# the Free Software Foundation; either version 3 of the License, or
14
# version.
14
# (at your option) any later version.
15
#
15
#
16
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
16
# Koha is distributed in the hope that it will be useful, but
17
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
17
# WITHOUT ANY WARRANTY; without even the implied warranty of
18
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
18
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
# GNU General Public License for more details.
19
#
20
#
20
# You should have received a copy of the GNU General Public License along
21
# You should have received a copy of the GNU General Public License
21
# with Koha; if not, write to the Free Software Foundation, Inc.,
22
# along with Koha; if not, see <http://www.gnu.org/licenses>.
22
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
23
23
24
=head1 NAME
24
=head1 NAME
25
25
(-)a/acqui/check_budget_total.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
#use warnings; FIXME - Bug 2505
21
#use warnings; FIXME - Bug 2505
(-)a/acqui/check_duplicate_barcode_ajax.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
#use warnings; FIXME - Bug 2505
21
#use warnings; FIXME - Bug 2505
(-)a/acqui/check_uniqueness.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
# This script search in items table if a value for a given field exists.
20
# This script search in items table if a value for a given field exists.
21
# It is used in check_additem (additem.js)
21
# It is used in check_additem (additem.js)
(-)a/acqui/currency.pl (-10 / +10 lines)
Lines 7-24 Link Here
7
#
7
#
8
# This file is part of Koha.
8
# This file is part of Koha.
9
#
9
#
10
# Koha is free software; you can redistribute it and/or modify it under the
10
# Koha is free software; you can redistribute it and/or modify it
11
# terms of the GNU General Public License as published by the Free Software
11
# under the terms of the GNU General Public License as published by
12
# Foundation; either version 2 of the License, or (at your option) any later
12
# the Free Software Foundation; either version 3 of the License, or
13
# version.
13
# (at your option) any later version.
14
#
14
#
15
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
15
# Koha is distributed in the hope that it will be useful, but
16
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
16
# WITHOUT ANY WARRANTY; without even the implied warranty of
17
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
17
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
# GNU General Public License for more details.
18
#
19
#
19
# You should have received a copy of the GNU General Public License along
20
# You should have received a copy of the GNU General Public License
20
# with Koha; if not, write to the Free Software Foundation, Inc.,
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22
22
23
use strict;
23
use strict;
24
use warnings;
24
use warnings;
(-)a/acqui/finishreceive.pl (-10 / +10 lines)
Lines 7-24 Link Here
7
#
7
#
8
# This file is part of Koha.
8
# This file is part of Koha.
9
#
9
#
10
# Koha is free software; you can redistribute it and/or modify it under the
10
# Koha is free software; you can redistribute it and/or modify it
11
# terms of the GNU General Public License as published by the Free Software
11
# under the terms of the GNU General Public License as published by
12
# Foundation; either version 2 of the License, or (at your option) any later
12
# the Free Software Foundation; either version 3 of the License, or
13
# version.
13
# (at your option) any later version.
14
#
14
#
15
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
15
# Koha is distributed in the hope that it will be useful, but
16
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
16
# WITHOUT ANY WARRANTY; without even the implied warranty of
17
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
17
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
# GNU General Public License for more details.
18
#
19
#
19
# You should have received a copy of the GNU General Public License along
20
# You should have received a copy of the GNU General Public License
20
# with Koha; if not, write to the Free Software Foundation, Inc.,
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22
22
23
use strict;
23
use strict;
24
use warnings;
24
use warnings;
(-)a/acqui/histsearch.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
# Copyright 2004 Biblibre
5
# Copyright 2004 Biblibre
6
# Parts copyright 2011 Catalyst IT Ltd.
6
# Parts copyright 2011 Catalyst IT Ltd.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
=head1 NAME
21
=head1 NAME
22
22
(-)a/acqui/invoice.pl (-10 / +10 lines)
Lines 3-20 Link Here
3
# Copyright 2011 BibLibre SARL
3
# Copyright 2011 BibLibre SARL
4
# This file is part of Koha.
4
# This file is part of Koha.
5
#
5
#
6
# Koha is free software; you can redistribute it and/or modify it under the
6
# Koha is free software; you can redistribute it and/or modify it
7
# terms of the GNU General Public License as published by the Free Software
7
# under the terms of the GNU General Public License as published by
8
# Foundation; either version 2 of the License, or (at your option) any later
8
# the Free Software Foundation; either version 3 of the License, or
9
# version.
9
# (at your option) any later version.
10
#
10
#
11
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
11
# Koha is distributed in the hope that it will be useful, but
12
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
12
# WITHOUT ANY WARRANTY; without even the implied warranty of
13
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
# GNU General Public License for more details.
14
#
15
#
15
# You should have received a copy of the GNU General Public License along
16
# You should have received a copy of the GNU General Public License
16
# with Koha; if not, write to the Free Software Foundation, Inc.,
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18
18
19
=head1 NAME
19
=head1 NAME
20
20
(-)a/acqui/invoices.pl (-10 / +10 lines)
Lines 3-20 Link Here
3
# Copyright 2011 BibLibre SARL
3
# Copyright 2011 BibLibre SARL
4
# This file is part of Koha.
4
# This file is part of Koha.
5
#
5
#
6
# Koha is free software; you can redistribute it and/or modify it under the
6
# Koha is free software; you can redistribute it and/or modify it
7
# terms of the GNU General Public License as published by the Free Software
7
# under the terms of the GNU General Public License as published by
8
# Foundation; either version 2 of the License, or (at your option) any later
8
# the Free Software Foundation; either version 3 of the License, or
9
# version.
9
# (at your option) any later version.
10
#
10
#
11
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
11
# Koha is distributed in the hope that it will be useful, but
12
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
12
# WITHOUT ANY WARRANTY; without even the implied warranty of
13
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
# GNU General Public License for more details.
14
#
15
#
15
# You should have received a copy of the GNU General Public License along
16
# You should have received a copy of the GNU General Public License
16
# with Koha; if not, write to the Free Software Foundation, Inc.,
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18
18
19
=head1 NAME
19
=head1 NAME
20
20
(-)a/acqui/lateorders.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
# Copyright 2005 Biblibre
4
# Copyright 2005 Biblibre
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/acqui/modordernotes.pl (-10 / +10 lines)
Lines 3-20 Link Here
3
# Copyright 2011 BibLibre SARL
3
# Copyright 2011 BibLibre SARL
4
# This file is part of Koha.
4
# This file is part of Koha.
5
#
5
#
6
# Koha is free software; you can redistribute it and/or modify it under the
6
# Koha is free software; you can redistribute it and/or modify it
7
# terms of the GNU General Public License as published by the Free Software
7
# under the terms of the GNU General Public License as published by
8
# Foundation; either version 2 of the License, or (at your option) any later
8
# the Free Software Foundation; either version 3 of the License, or
9
# version.
9
# (at your option) any later version.
10
#
10
#
11
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
11
# Koha is distributed in the hope that it will be useful, but
12
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
12
# WITHOUT ANY WARRANTY; without even the implied warranty of
13
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
# GNU General Public License for more details.
14
#
15
#
15
# You should have received a copy of the GNU General Public License along
16
# You should have received a copy of the GNU General Public License
16
# with Koha; if not, write to the Free Software Foundation, Inc.,
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18
18
19
=head1 NAME
19
=head1 NAME
20
20
(-)a/acqui/neworderbiblio.pl (-10 / +10 lines)
Lines 8-25 Link Here
8
#
8
#
9
# This file is part of Koha.
9
# This file is part of Koha.
10
#
10
#
11
# Koha is free software; you can redistribute it and/or modify it under the
11
# Koha is free software; you can redistribute it and/or modify it
12
# terms of the GNU General Public License as published by the Free Software
12
# under the terms of the GNU General Public License as published by
13
# Foundation; either version 2 of the License, or (at your option) any later
13
# the Free Software Foundation; either version 3 of the License, or
14
# version.
14
# (at your option) any later version.
15
#
15
#
16
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
16
# Koha is distributed in the hope that it will be useful, but
17
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
17
# WITHOUT ANY WARRANTY; without even the implied warranty of
18
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
18
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
# GNU General Public License for more details.
19
#
20
#
20
# You should have received a copy of the GNU General Public License along
21
# You should have received a copy of the GNU General Public License
21
# with Koha; if not, write to the Free Software Foundation, Inc.,
22
# along with Koha; if not, see <http://www.gnu.org/licenses>.
22
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
23
23
24
=head1 NAME
24
=head1 NAME
25
25
(-)a/acqui/neworderempty.pl (-10 / +10 lines)
Lines 7-24 Link Here
7
#
7
#
8
# This file is part of Koha.
8
# This file is part of Koha.
9
#
9
#
10
# Koha is free software; you can redistribute it and/or modify it under the
10
# Koha is free software; you can redistribute it and/or modify it
11
# terms of the GNU General Public License as published by the Free Software
11
# under the terms of the GNU General Public License as published by
12
# Foundation; either version 2 of the License, or (at your option) any later
12
# the Free Software Foundation; either version 3 of the License, or
13
# version.
13
# (at your option) any later version.
14
#
14
#
15
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
15
# Koha is distributed in the hope that it will be useful, but
16
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
16
# WITHOUT ANY WARRANTY; without even the implied warranty of
17
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
17
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
# GNU General Public License for more details.
18
#
19
#
19
# You should have received a copy of the GNU General Public License along
20
# You should have received a copy of the GNU General Public License
20
# with Koha; if not, write to the Free Software Foundation, Inc.,
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22
22
23
23
24
=head1 NAME
24
=head1 NAME
(-)a/acqui/newordersubscription.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw ( -utf8 );
21
use CGI qw ( -utf8 );
(-)a/acqui/newordersuggestion.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
=head1 NAME
21
=head1 NAME
22
22
(-)a/acqui/ordered.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
# Copyright 2010,2011 Catalyst IT Limited
4
# Copyright 2010,2011 Catalyst IT Limited
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/acqui/orderreceive.pl (-10 / +10 lines)
Lines 8-25 Link Here
8
#
8
#
9
# This file is part of Koha.
9
# This file is part of Koha.
10
#
10
#
11
# Koha is free software; you can redistribute it and/or modify it under the
11
# Koha is free software; you can redistribute it and/or modify it
12
# terms of the GNU General Public License as published by the Free Software
12
# under the terms of the GNU General Public License as published by
13
# Foundation; either version 2 of the License, or (at your option) any later
13
# the Free Software Foundation; either version 3 of the License, or
14
# version.
14
# (at your option) any later version.
15
#
15
#
16
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
16
# Koha is distributed in the hope that it will be useful, but
17
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
17
# WITHOUT ANY WARRANTY; without even the implied warranty of
18
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
18
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
# GNU General Public License for more details.
19
#
20
#
20
# You should have received a copy of the GNU General Public License along
21
# You should have received a copy of the GNU General Public License
21
# with Koha; if not, write to the Free Software Foundation, Inc.,
22
# along with Koha; if not, see <http://www.gnu.org/licenses>.
22
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
23
23
24
=head1 NAME
24
=head1 NAME
25
25
(-)a/acqui/parcel.pl (-10 / +10 lines)
Lines 8-25 Link Here
8
#
8
#
9
# This file is part of Koha.
9
# This file is part of Koha.
10
#
10
#
11
# Koha is free software; you can redistribute it and/or modify it under the
11
# Koha is free software; you can redistribute it and/or modify it
12
# terms of the GNU General Public License as published by the Free Software
12
# under the terms of the GNU General Public License as published by
13
# Foundation; either version 2 of the License, or (at your option) any later
13
# the Free Software Foundation; either version 3 of the License, or
14
# version.
14
# (at your option) any later version.
15
#
15
#
16
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
16
# Koha is distributed in the hope that it will be useful, but
17
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
17
# WITHOUT ANY WARRANTY; without even the implied warranty of
18
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
18
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
# GNU General Public License for more details.
19
#
20
#
20
# You should have received a copy of the GNU General Public License along
21
# You should have received a copy of the GNU General Public License
21
# with Koha; if not, write to the Free Software Foundation, Inc.,
22
# along with Koha; if not, see <http://www.gnu.org/licenses>.
22
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
23
23
24
=head1 NAME
24
=head1 NAME
25
25
(-)a/acqui/parcels.pl (-10 / +10 lines)
Lines 9-26 Link Here
9
#
9
#
10
# This file is part of Koha.
10
# This file is part of Koha.
11
#
11
#
12
# Koha is free software; you can redistribute it and/or modify it under the
12
# Koha is free software; you can redistribute it and/or modify it
13
# terms of the GNU General Public License as published by the Free Software
13
# under the terms of the GNU General Public License as published by
14
# Foundation; either version 2 of the License, or (at your option) any later
14
# the Free Software Foundation; either version 3 of the License, or
15
# version.
15
# (at your option) any later version.
16
#
16
#
17
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
17
# Koha is distributed in the hope that it will be useful, but
18
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
18
# WITHOUT ANY WARRANTY; without even the implied warranty of
19
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
19
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20
# GNU General Public License for more details.
20
#
21
#
21
# You should have received a copy of the GNU General Public License along
22
# You should have received a copy of the GNU General Public License
22
# with Koha; if not, write to the Free Software Foundation, Inc.,
23
# along with Koha; if not, see <http://www.gnu.org/licenses>.
23
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
24
24
25
=head1 NAME
25
=head1 NAME
26
26
(-)a/acqui/pdfformat/layout2pages.pm (-10 / +10 lines)
Lines 7-24 Link Here
7
#
7
#
8
# This file is part of Koha.
8
# This file is part of Koha.
9
#
9
#
10
# Koha is free software; you can redistribute it and/or modify it under the
10
# Koha is free software; you can redistribute it and/or modify it
11
# terms of the GNU General Public License as published by the Free Software
11
# under the terms of the GNU General Public License as published by
12
# Foundation; either version 2 of the License, or (at your option) any later
12
# the Free Software Foundation; either version 3 of the License, or
13
# version.
13
# (at your option) any later version.
14
#
14
#
15
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
15
# Koha is distributed in the hope that it will be useful, but
16
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
16
# WITHOUT ANY WARRANTY; without even the implied warranty of
17
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
17
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
# GNU General Public License for more details.
18
#
19
#
19
# You should have received a copy of the GNU General Public License along
20
# You should have received a copy of the GNU General Public License
20
# with Koha; if not, write to the Free Software Foundation, Inc.,
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22
22
23
#you can use any PDF::API2 module, all you need to do is return the stringifyed pdf object from the printpdf sub.
23
#you can use any PDF::API2 module, all you need to do is return the stringifyed pdf object from the printpdf sub.
24
package pdfformat::layout2pages;
24
package pdfformat::layout2pages;
(-)a/acqui/pdfformat/layout2pagesde.pm (-10 / +10 lines)
Lines 7-24 Link Here
7
#
7
#
8
# This file is part of Koha.
8
# This file is part of Koha.
9
#
9
#
10
# Koha is free software; you can redistribute it and/or modify it under the
10
# Koha is free software; you can redistribute it and/or modify it
11
# terms of the GNU General Public License as published by the Free Software
11
# under the terms of the GNU General Public License as published by
12
# Foundation; either version 2 of the License, or (at your option) any later
12
# the Free Software Foundation; either version 3 of the License, or
13
# version.
13
# (at your option) any later version.
14
#
14
#
15
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
15
# Koha is distributed in the hope that it will be useful, but
16
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
16
# WITHOUT ANY WARRANTY; without even the implied warranty of
17
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
17
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
# GNU General Public License for more details.
18
#
19
#
19
# You should have received a copy of the GNU General Public License along
20
# You should have received a copy of the GNU General Public License
20
# with Koha; if not, write to the Free Software Foundation, Inc.,
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22
22
23
#you can use any PDF::API2 module, all you need to do is return the stringifyed pdf object from the printpdf sub.
23
#you can use any PDF::API2 module, all you need to do is return the stringifyed pdf object from the printpdf sub.
24
package pdfformat::layout2pagesde;
24
package pdfformat::layout2pagesde;
(-)a/acqui/pdfformat/layout3pages.pm (-10 / +10 lines)
Lines 7-24 Link Here
7
#
7
#
8
# This file is part of Koha.
8
# This file is part of Koha.
9
#
9
#
10
# Koha is free software; you can redistribute it and/or modify it under the
10
# Koha is free software; you can redistribute it and/or modify it
11
# terms of the GNU General Public License as published by the Free Software
11
# under the terms of the GNU General Public License as published by
12
# Foundation; either version 2 of the License, or (at your option) any later
12
# the Free Software Foundation; either version 3 of the License, or
13
# version.
13
# (at your option) any later version.
14
#
14
#
15
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
15
# Koha is distributed in the hope that it will be useful, but
16
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
16
# WITHOUT ANY WARRANTY; without even the implied warranty of
17
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
17
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
# GNU General Public License for more details.
18
#
19
#
19
# You should have received a copy of the GNU General Public License along
20
# You should have received a copy of the GNU General Public License
20
# with Koha; if not, write to the Free Software Foundation, Inc.,
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22
22
23
#you can use any PDF::API2 module, all you need to do is return the stringifyed pdf object from the printpdf sub.
23
#you can use any PDF::API2 module, all you need to do is return the stringifyed pdf object from the printpdf sub.
24
package pdfformat::layout3pages;
24
package pdfformat::layout3pages;
(-)a/acqui/spent.pl (-10 / +10 lines)
Lines 6-23 Link Here
6
# Copyright 2010,2011 Catalyst IT Limited
6
# Copyright 2010,2011 Catalyst IT Limited
7
# This file is part of Koha.
7
# This file is part of Koha.
8
#
8
#
9
# Koha is free software; you can redistribute it and/or modify it under the
9
# Koha is free software; you can redistribute it and/or modify it
10
# terms of the GNU General Public License as published by the Free Software
10
# under the terms of the GNU General Public License as published by
11
# Foundation; either version 2 of the License, or (at your option) any later
11
# the Free Software Foundation; either version 3 of the License, or
12
# version.
12
# (at your option) any later version.
13
#
13
#
14
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
14
# Koha is distributed in the hope that it will be useful, but
15
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
15
# WITHOUT ANY WARRANTY; without even the implied warranty of
16
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
# GNU General Public License for more details.
17
#
18
#
18
# You should have received a copy of the GNU General Public License along
19
# You should have received a copy of the GNU General Public License
19
# with Koha; if not, write to the Free Software Foundation, Inc.,
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
21
22
=head1 NAME
22
=head1 NAME
23
23
(-)a/acqui/supplier.pl (-10 / +10 lines)
Lines 6-23 Link Here
6
#
6
#
7
# This file is part of Koha.
7
# This file is part of Koha.
8
#
8
#
9
# Koha is free software; you can redistribute it and/or modify it under the
9
# Koha is free software; you can redistribute it and/or modify it
10
# terms of the GNU General Public License as published by the Free Software
10
# under the terms of the GNU General Public License as published by
11
# Foundation; either version 2 of the License, or (at your option) any later
11
# the Free Software Foundation; either version 3 of the License, or
12
# version.
12
# (at your option) any later version.
13
#
13
#
14
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
14
# Koha is distributed in the hope that it will be useful, but
15
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
15
# WITHOUT ANY WARRANTY; without even the implied warranty of
16
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
# GNU General Public License for more details.
17
#
18
#
18
# You should have received a copy of the GNU General Public License along
19
# You should have received a copy of the GNU General Public License
19
# with Koha; if not, write to the Free Software Foundation, Inc.,
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
21
22
=head1 NAME
22
=head1 NAME
23
23
(-)a/acqui/uncertainprice.pl (-10 / +10 lines)
Lines 8-25 Link Here
8
#
8
#
9
# This file is part of Koha.
9
# This file is part of Koha.
10
#
10
#
11
# Koha is free software; you can redistribute it and/or modify it under the
11
# Koha is free software; you can redistribute it and/or modify it
12
# terms of the GNU General Public License as published by the Free Software
12
# under the terms of the GNU General Public License as published by
13
# Foundation; either version 2 of the License, or (at your option) any later
13
# the Free Software Foundation; either version 3 of the License, or
14
# version.
14
# (at your option) any later version.
15
#
15
#
16
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
16
# Koha is distributed in the hope that it will be useful, but
17
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
17
# WITHOUT ANY WARRANTY; without even the implied warranty of
18
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
18
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
# GNU General Public License for more details.
19
#
20
#
20
# You should have received a copy of the GNU General Public License along
21
# You should have received a copy of the GNU General Public License
21
# with Koha; if not, write to the Free Software Foundation, Inc.,
22
# along with Koha; if not, see <http://www.gnu.org/licenses>.
22
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
23
23
24
24
25
=head1 NAME
25
=head1 NAME
(-)a/acqui/updatesupplier.pl (-10 / +10 lines)
Lines 9-26 Link Here
9
#
9
#
10
# This file is part of Koha.
10
# This file is part of Koha.
11
#
11
#
12
# Koha is free software; you can redistribute it and/or modify it under the
12
# Koha is free software; you can redistribute it and/or modify it
13
# terms of the GNU General Public License as published by the Free Software
13
# under the terms of the GNU General Public License as published by
14
# Foundation; either version 2 of the License, or (at your option) any later
14
# the Free Software Foundation; either version 3 of the License, or
15
# version.
15
# (at your option) any later version.
16
#
16
#
17
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
17
# Koha is distributed in the hope that it will be useful, but
18
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
18
# WITHOUT ANY WARRANTY; without even the implied warranty of
19
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
19
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20
# GNU General Public License for more details.
20
#
21
#
21
# You should have received a copy of the GNU General Public License along
22
# You should have received a copy of the GNU General Public License
22
# with Koha; if not, write to the Free Software Foundation, Inc.,
23
# along with Koha; if not, see <http://www.gnu.org/licenses>.
23
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
24
24
25
=head1 NAME
25
=head1 NAME
26
26
(-)a/acqui/z3950_search.pl (-10 / +10 lines)
Lines 6-23 Link Here
6
#
6
#
7
# This file is part of Koha.
7
# This file is part of Koha.
8
#
8
#
9
# Koha is free software; you can redistribute it and/or modify it under the
9
# Koha is free software; you can redistribute it and/or modify it
10
# terms of the GNU General Public License as published by the Free Software
10
# under the terms of the GNU General Public License as published by
11
# Foundation; either version 2 of the License, or (at your option) any later
11
# the Free Software Foundation; either version 3 of the License, or
12
# version.
12
# (at your option) any later version.
13
#
13
#
14
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
14
# Koha is distributed in the hope that it will be useful, but
15
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
15
# WITHOUT ANY WARRANTY; without even the implied warranty of
16
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
# GNU General Public License for more details.
17
#
18
#
18
# You should have received a copy of the GNU General Public License along
19
# You should have received a copy of the GNU General Public License
19
# with Koha; if not, write to the Free Software Foundation, Inc.,
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
21
22
use warnings;
22
use warnings;
23
use strict;
23
use strict;
(-)a/admin/aqbudgetperiods.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
=head1 admin/aqbudgetperiods.pl
21
=head1 admin/aqbudgetperiods.pl
22
22
(-)a/admin/aqbudgets.pl (-10 / +10 lines)
Lines 6-23 Link Here
6
#
6
#
7
# This file is part of Koha.
7
# This file is part of Koha.
8
#
8
#
9
# Koha is free software; you can redistribute it and/or modify it under the
9
# Koha is free software; you can redistribute it and/or modify it
10
# terms of the GNU General Public License as published by the Free Software
10
# under the terms of the GNU General Public License as published by
11
# Foundation; either version 2 of the License, or (at your option) any later
11
# the Free Software Foundation; either version 3 of the License, or
12
# version.
12
# (at your option) any later version.
13
#
13
#
14
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
14
# Koha is distributed in the hope that it will be useful, but
15
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
15
# WITHOUT ANY WARRANTY; without even the implied warranty of
16
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
# GNU General Public License for more details.
17
#
18
#
18
# You should have received a copy of the GNU General Public License along
19
# You should have received a copy of the GNU General Public License
19
# with Koha; if not, write to the Free Software Foundation, Inc.,
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
21
22
use Modern::Perl;
22
use Modern::Perl;
23
23
(-)a/admin/aqcontract.pl (-10 / +10 lines)
Lines 7-24 Link Here
7
#
7
#
8
# This file is part of Koha.
8
# This file is part of Koha.
9
#
9
#
10
# Koha is free software; you can redistribute it and/or modify it under the
10
# Koha is free software; you can redistribute it and/or modify it
11
# terms of the GNU General Public License as published by the Free Software
11
# under the terms of the GNU General Public License as published by
12
# Foundation; either version 2 of the License, or (at your option) any later
12
# the Free Software Foundation; either version 3 of the License, or
13
# version.
13
# (at your option) any later version.
14
#
14
#
15
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
15
# Koha is distributed in the hope that it will be useful, but
16
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
16
# WITHOUT ANY WARRANTY; without even the implied warranty of
17
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
17
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
# GNU General Public License for more details.
18
#
19
#
19
# You should have received a copy of the GNU General Public License along
20
# You should have received a copy of the GNU General Public License
20
# with Koha; if not, write to the Free Software Foundation, Inc.,
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22
22
23
use strict;
23
use strict;
24
use warnings;
24
use warnings;
(-)a/admin/aqplan.pl (-10 / +10 lines)
Lines 3-20 Link Here
3
# Copyright 2008-2009 BibLibre SARL
3
# Copyright 2008-2009 BibLibre SARL
4
# This file is part of Koha.
4
# This file is part of Koha.
5
#
5
#
6
# Koha is free software; you can redistribute it and/or modify it under the
6
# Koha is free software; you can redistribute it and/or modify it
7
# terms of the GNU General Public License as published by the Free Software
7
# under the terms of the GNU General Public License as published by
8
# Foundation; either version 2 of the License, or (at your option) any later
8
# the Free Software Foundation; either version 3 of the License, or
9
# version.
9
# (at your option) any later version.
10
#
10
#
11
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
11
# Koha is distributed in the hope that it will be useful, but
12
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
12
# WITHOUT ANY WARRANTY; without even the implied warranty of
13
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
# GNU General Public License for more details.
14
#
15
#
15
# You should have received a copy of the GNU General Public License along
16
# You should have received a copy of the GNU General Public License
16
# with Koha; if not, write to the Free Software Foundation, Inc.,
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18
18
19
#script to administer the aqbudgets0 table
19
#script to administer the aqbudgets0 table
20
#written 20/02/2002 by paul.poulain@free.fr
20
#written 20/02/2002 by paul.poulain@free.fr
(-)a/admin/auth_subfields_structure.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
#use warnings; FIXME - Bug 2505
21
#use warnings; FIXME - Bug 2505
(-)a/admin/auth_tag_structure.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/admin/authorised_values.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/admin/authtypes.pl (-10 / +10 lines)
Lines 7-24 Link Here
7
#
7
#
8
# This file is part of Koha.
8
# This file is part of Koha.
9
#
9
#
10
# Koha is free software; you can redistribute it and/or modify it under the
10
# Koha is free software; you can redistribute it and/or modify it
11
# terms of the GNU General Public License as published by the Free Software
11
# under the terms of the GNU General Public License as published by
12
# Foundation; either version 2 of the License, or (at your option) any later
12
# the Free Software Foundation; either version 3 of the License, or
13
# version.
13
# (at your option) any later version.
14
#
14
#
15
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
15
# Koha is distributed in the hope that it will be useful, but
16
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
16
# WITHOUT ANY WARRANTY; without even the implied warranty of
17
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
17
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
# GNU General Public License for more details.
18
#
19
#
19
# You should have received a copy of the GNU General Public License along
20
# You should have received a copy of the GNU General Public License
20
# with Koha; if not, write to the Free Software Foundation, Inc.,
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22
22
23
use strict;
23
use strict;
24
use warnings;
24
use warnings;
(-)a/admin/biblio_framework.pl (-10 / +10 lines)
Lines 8-25 Link Here
8
#
8
#
9
# This file is part of Koha.
9
# This file is part of Koha.
10
#
10
#
11
# Koha is free software; you can redistribute it and/or modify it under the
11
# Koha is free software; you can redistribute it and/or modify it
12
# terms of the GNU General Public License as published by the Free Software
12
# under the terms of the GNU General Public License as published by
13
# Foundation; either version 2 of the License, or (at your option) any later
13
# the Free Software Foundation; either version 3 of the License, or
14
# version.
14
# (at your option) any later version.
15
#
15
#
16
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
16
# Koha is distributed in the hope that it will be useful, but
17
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
17
# WITHOUT ANY WARRANTY; without even the implied warranty of
18
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
18
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
# GNU General Public License for more details.
19
#
20
#
20
# You should have received a copy of the GNU General Public License along
21
# You should have received a copy of the GNU General Public License
21
# with Koha; if not, write to the Free Software Foundation, Inc.,
22
# along with Koha; if not, see <http://www.gnu.org/licenses>.
22
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
23
23
24
use strict;
24
use strict;
25
use warnings;
25
use warnings;
(-)a/admin/branch_transfer_limits.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/admin/branches.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
=head1 branches.pl
20
=head1 branches.pl
21
21
(-)a/admin/categorie.pl (-10 / +10 lines)
Lines 22-39 Link Here
22
#
22
#
23
# This file is part of Koha.
23
# This file is part of Koha.
24
#
24
#
25
# Koha is free software; you can redistribute it and/or modify it under the
25
# Koha is free software; you can redistribute it and/or modify it
26
# terms of the GNU General Public License as published by the Free Software
26
# under the terms of the GNU General Public License as published by
27
# Foundation; either version 2 of the License, or (at your option) any later
27
# the Free Software Foundation; either version 3 of the License, or
28
# version.
28
# (at your option) any later version.
29
#
29
#
30
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
30
# Koha is distributed in the hope that it will be useful, but
31
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
31
# WITHOUT ANY WARRANTY; without even the implied warranty of
32
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
32
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
33
# GNU General Public License for more details.
33
#
34
#
34
# You should have received a copy of the GNU General Public License along
35
# You should have received a copy of the GNU General Public License
35
# with Koha; if not, write to the Free Software Foundation, Inc.,
36
# along with Koha; if not, see <http://www.gnu.org/licenses>.
36
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
37
37
38
use Modern::Perl;
38
use Modern::Perl;
39
39
(-)a/admin/check_budget_parent.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
#use warnings; FIXME - Bug 2505
21
#use warnings; FIXME - Bug 2505
(-)a/admin/check_parent_total.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
#use warnings; FIXME - Bug 2505
21
#use warnings; FIXME - Bug 2505
(-)a/admin/checkmarc.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/admin/cities.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/admin/classsources.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
#
19
#
20
20
21
use strict;
21
use strict;
(-)a/admin/currency.pl (-10 / +10 lines)
Lines 24-41 Link Here
24
#
24
#
25
# This file is part of Koha.
25
# This file is part of Koha.
26
#
26
#
27
# Koha is free software; you can redistribute it and/or modify it under the
27
# Koha is free software; you can redistribute it and/or modify it
28
# terms of the GNU General Public License as published by the Free Software
28
# under the terms of the GNU General Public License as published by
29
# Foundation; either version 2 of the License, or (at your option) any later
29
# the Free Software Foundation; either version 3 of the License, or
30
# version.
30
# (at your option) any later version.
31
#
31
#
32
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
32
# Koha is distributed in the hope that it will be useful, but
33
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
33
# WITHOUT ANY WARRANTY; without even the implied warranty of
34
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
34
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
35
# GNU General Public License for more details.
35
#
36
#
36
# You should have received a copy of the GNU General Public License along
37
# You should have received a copy of the GNU General Public License
37
# with Koha; if not, write to the Free Software Foundation, Inc.,
38
# along with Koha; if not, see <http://www.gnu.org/licenses>.
38
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
39
39
40
use strict;
40
use strict;
41
use warnings;
41
use warnings;
(-)a/admin/fieldmapping.pl (-10 / +10 lines)
Lines 3-20 Link Here
3
#
3
#
4
# This file is part of Koha.
4
# This file is part of Koha.
5
#
5
#
6
# Koha is free software; you can redistribute it and/or modify it under the
6
# Koha is free software; you can redistribute it and/or modify it
7
# terms of the GNU General Public License as published by the Free Software
7
# under the terms of the GNU General Public License as published by
8
# Foundation; either version 2 of the License, or (at your option) any later
8
# the Free Software Foundation; either version 3 of the License, or
9
# version.
9
# (at your option) any later version.
10
#
10
#
11
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
11
# Koha is distributed in the hope that it will be useful, but
12
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
12
# WITHOUT ANY WARRANTY; without even the implied warranty of
13
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
# GNU General Public License for more details.
14
#
15
#
15
# You should have received a copy of the GNU General Public License along
16
# You should have received a copy of the GNU General Public License
16
# with Koha; if not, write to the Free Software Foundation, Inc.,
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18
18
19
use strict;
19
use strict;
20
use warnings;
20
use warnings;
(-)a/admin/import_export_framework.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
20
21
use strict;
21
use strict;
(-)a/admin/itemtypes.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
=head1 admin/itemtypes.pl
20
=head1 admin/itemtypes.pl
21
21
(-)a/admin/koha2marclinks.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/admin/marc_subfields_structure.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
#use warnings; FIXME - Bug 2505
21
#use warnings; FIXME - Bug 2505
(-)a/admin/marctagstructure.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/admin/matching-rules.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
#
19
#
20
20
21
use strict;
21
use strict;
(-)a/admin/oai_set_mappings.pl (-10 / +10 lines)
Lines 3-20 Link Here
3
# Copyright 2011 BibLibre SARL
3
# Copyright 2011 BibLibre SARL
4
# This file is part of Koha.
4
# This file is part of Koha.
5
#
5
#
6
# Koha is free software; you can redistribute it and/or modify it under the
6
# Koha is free software; you can redistribute it and/or modify it
7
# terms of the GNU General Public License as published by the Free Software
7
# under the terms of the GNU General Public License as published by
8
# Foundation; either version 2 of the License, or (at your option) any later
8
# the Free Software Foundation; either version 3 of the License, or
9
# version.
9
# (at your option) any later version.
10
#
10
#
11
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
11
# Koha is distributed in the hope that it will be useful, but
12
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
12
# WITHOUT ANY WARRANTY; without even the implied warranty of
13
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
# GNU General Public License for more details.
14
#
15
#
15
# You should have received a copy of the GNU General Public License along
16
# You should have received a copy of the GNU General Public License
16
# with Koha; if not, write to the Free Software Foundation, Inc.,
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18
18
19
=head1 NAME
19
=head1 NAME
20
20
(-)a/admin/oai_sets.pl (-10 / +10 lines)
Lines 3-20 Link Here
3
# Copyright 2011 BibLibre SARL
3
# Copyright 2011 BibLibre SARL
4
# This file is part of Koha.
4
# This file is part of Koha.
5
#
5
#
6
# Koha is free software; you can redistribute it and/or modify it under the
6
# Koha is free software; you can redistribute it and/or modify it
7
# terms of the GNU General Public License as published by the Free Software
7
# under the terms of the GNU General Public License as published by
8
# Foundation; either version 2 of the License, or (at your option) any later
8
# the Free Software Foundation; either version 3 of the License, or
9
# version.
9
# (at your option) any later version.
10
#
10
#
11
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
11
# Koha is distributed in the hope that it will be useful, but
12
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
12
# WITHOUT ANY WARRANTY; without even the implied warranty of
13
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
# GNU General Public License for more details.
14
#
15
#
15
# You should have received a copy of the GNU General Public License along
16
# You should have received a copy of the GNU General Public License
16
# with Koha; if not, write to the Free Software Foundation, Inc.,
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18
18
19
=head1 NAME
19
=head1 NAME
20
20
(-)a/admin/patron-attr-types.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
#
20
#
21
21
22
use Modern::Perl;
22
use Modern::Perl;
(-)a/admin/preferences.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/admin/printers.pl (-10 / +10 lines)
Lines 24-41 Link Here
24
#
24
#
25
# This file is part of Koha.
25
# This file is part of Koha.
26
#
26
#
27
# Koha is free software; you can redistribute it and/or modify it under the
27
# Koha is free software; you can redistribute it and/or modify it
28
# terms of the GNU General Public License as published by the Free Software
28
# under the terms of the GNU General Public License as published by
29
# Foundation; either version 2 of the License, or (at your option) any later
29
# the Free Software Foundation; either version 3 of the License, or
30
# version.
30
# (at your option) any later version.
31
#
31
#
32
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
32
# Koha is distributed in the hope that it will be useful, but
33
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
33
# WITHOUT ANY WARRANTY; without even the implied warranty of
34
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
34
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
35
# GNU General Public License for more details.
35
#
36
#
36
# You should have received a copy of the GNU General Public License along
37
# You should have received a copy of the GNU General Public License
37
# with Koha; if not, write to the Free Software Foundation, Inc.,
38
# along with Koha; if not, see <http://www.gnu.org/licenses>.
38
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
39
39
40
use strict;
40
use strict;
41
#use warnings; FIXME - Bug 2505
41
#use warnings; FIXME - Bug 2505
(-)a/admin/smart-rules.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/admin/stopwords.pl (-10 / +10 lines)
Lines 8-25 Link Here
8
#
8
#
9
# This file is part of Koha.
9
# This file is part of Koha.
10
#
10
#
11
# Koha is free software; you can redistribute it and/or modify it under the
11
# Koha is free software; you can redistribute it and/or modify it
12
# terms of the GNU General Public License as published by the Free Software
12
# under the terms of the GNU General Public License as published by
13
# Foundation; either version 2 of the License, or (at your option) any later
13
# the Free Software Foundation; either version 3 of the License, or
14
# version.
14
# (at your option) any later version.
15
#
15
#
16
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
16
# Koha is distributed in the hope that it will be useful, but
17
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
17
# WITHOUT ANY WARRANTY; without even the implied warranty of
18
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
18
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
# GNU General Public License for more details.
19
#
20
#
20
# You should have received a copy of the GNU General Public License along
21
# You should have received a copy of the GNU General Public License
21
# with Koha; if not, write to the Free Software Foundation, Inc.,
22
# along with Koha; if not, see <http://www.gnu.org/licenses>.
22
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
23
23
24
use strict;
24
use strict;
25
use warnings;
25
use warnings;
(-)a/admin/systempreferences.pl (-10 / +10 lines)
Lines 8-25 Link Here
8
#
8
#
9
# This file is part of Koha.
9
# This file is part of Koha.
10
#
10
#
11
# Koha is free software; you can redistribute it and/or modify it under the
11
# Koha is free software; you can redistribute it and/or modify it
12
# terms of the GNU General Public License as published by the Free Software
12
# under the terms of the GNU General Public License as published by
13
# Foundation; either version 2 of the License, or (at your option) any later
13
# the Free Software Foundation; either version 3 of the License, or
14
# version.
14
# (at your option) any later version.
15
#
15
#
16
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
16
# Koha is distributed in the hope that it will be useful, but
17
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
17
# WITHOUT ANY WARRANTY; without even the implied warranty of
18
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
18
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
# GNU General Public License for more details.
19
#
20
#
20
# You should have received a copy of the GNU General Public License along
21
# You should have received a copy of the GNU General Public License
21
# with Koha; if not, write to the Free Software Foundation, Inc.,
22
# along with Koha; if not, see <http://www.gnu.org/licenses>.
22
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
23
23
24
=head1 systempreferences.pl
24
=head1 systempreferences.pl
25
25
(-)a/admin/transport-cost-matrix.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/authorities/auth_finder.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/authorities/authorities-home.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/authorities/authorities.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/authorities/blinddetail-biblio-search.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/authorities/detail-biblio-search.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/authorities/detail.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/authorities/ysearch.pl (-10 / +10 lines)
Lines 7-24 Link Here
7
#
7
#
8
# This file is part of Koha.
8
# This file is part of Koha.
9
#
9
#
10
# Koha is free software; you can redistribute it and/or modify it under the
10
# Koha is free software; you can redistribute it and/or modify it
11
# terms of the GNU General Public License as published by the Free Software
11
# under the terms of the GNU General Public License as published by
12
# Foundation; either version 2 of the License, or (at your option) any later
12
# the Free Software Foundation; either version 3 of the License, or
13
# version.
13
# (at your option) any later version.
14
#
14
#
15
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
15
# Koha is distributed in the hope that it will be useful, but
16
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
16
# WITHOUT ANY WARRANTY; without even the implied warranty of
17
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
17
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
# GNU General Public License for more details.
18
#
19
#
19
# You should have received a copy of the GNU General Public License along
20
# You should have received a copy of the GNU General Public License
20
# with Koha; if not, write to the Free Software Foundation, Inc.,
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22
22
23
=head1 ysearch.pl
23
=head1 ysearch.pl
24
24
(-)a/basket/downloadcart.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/catalogue/ISBDdetail.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/catalogue/MARCdetail.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
=head1 NAME
21
=head1 NAME
22
22
(-)a/catalogue/getitem-ajax.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw ( -utf8 );
21
use CGI qw ( -utf8 );
(-)a/catalogue/image.pl (-10 / +10 lines)
Lines 7-24 Link Here
7
#
7
#
8
# This file is part of Koha.
8
# This file is part of Koha.
9
#
9
#
10
# Koha is free software; you can redistribute it and/or modify it under the
10
# Koha is free software; you can redistribute it and/or modify it
11
# terms of the GNU General Public License as published by the Free Software
11
# under the terms of the GNU General Public License as published by
12
# Foundation; either version 2 of the License, or (at your option) any later
12
# the Free Software Foundation; either version 3 of the License, or
13
# version.
13
# (at your option) any later version.
14
#
14
#
15
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
15
# Koha is distributed in the hope that it will be useful, but
16
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
16
# WITHOUT ANY WARRANTY; without even the implied warranty of
17
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
17
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
# GNU General Public License for more details.
18
#
19
#
19
# You should have received a copy of the GNU General Public License along
20
# You should have received a copy of the GNU General Public License
20
# with Koha; if not, write to the Free Software Foundation, Inc.,
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22
#
22
#
23
#
23
#
24
#
24
#
(-)a/catalogue/imageviewer.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/catalogue/labeledMARCdetail.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/catalogue/moredetail.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
21
22
use strict;
22
use strict;
(-)a/catalogue/search.pl (-10 / +10 lines)
Lines 7-24 Link Here
7
#
7
#
8
# This file is part of Koha
8
# This file is part of Koha
9
#
9
#
10
# Koha is free software; you can redistribute it and/or modify it under the
10
# Koha is free software; you can redistribute it and/or modify it
11
# terms of the GNU General Public License as published by the Free Software
11
# under the terms of the GNU General Public License as published by
12
# Foundation; either version 2 of the License, or (at your option) any later
12
# the Free Software Foundation; either version 3 of the License, or
13
# version.
13
# (at your option) any later version.
14
#
14
#
15
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
15
# Koha is distributed in the hope that it will be useful, but
16
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
16
# WITHOUT ANY WARRANTY; without even the implied warranty of
17
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
17
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
# GNU General Public License for more details.
18
#
19
#
19
# You should have received a copy of the GNU General Public License along
20
# You should have received a copy of the GNU General Public License
20
# with Koha; if not, write to the Free Software Foundation, Inc.,
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22
22
23
=head1 NAME
23
=head1 NAME
24
24
(-)a/catalogue/updateitem.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
use strict; 
20
use strict; 
21
use warnings;
21
use warnings;
22
use CGI qw ( -utf8 );
22
use CGI qw ( -utf8 );
(-)a/cataloguing/addbiblio.pl (-10 / +10 lines)
Lines 6-23 Link Here
6
#
6
#
7
# This file is part of Koha.
7
# This file is part of Koha.
8
#
8
#
9
# Koha is free software; you can redistribute it and/or modify it under the
9
# Koha is free software; you can redistribute it and/or modify it
10
# terms of the GNU General Public License as published by the Free Software
10
# under the terms of the GNU General Public License as published by
11
# Foundation; either version 2 of the License, or (at your option) any later
11
# the Free Software Foundation; either version 3 of the License, or
12
# version.
12
# (at your option) any later version.
13
#
13
#
14
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
14
# Koha is distributed in the hope that it will be useful, but
15
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
15
# WITHOUT ANY WARRANTY; without even the implied warranty of
16
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
# GNU General Public License for more details.
17
#
18
#
18
# You should have received a copy of the GNU General Public License along
19
# You should have received a copy of the GNU General Public License
19
# with Koha; if not, write to the Free Software Foundation, Inc.,
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
21
22
use strict;
22
use strict;
23
#use warnings; FIXME - Bug 2505
23
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/addbooks.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
=head1 cataloguing:addbooks.pl
21
=head1 cataloguing:addbooks.pl
22
22
(-)a/cataloguing/additem.pl (-10 / +10 lines)
Lines 6-23 Link Here
6
#
6
#
7
# This file is part of Koha.
7
# This file is part of Koha.
8
#
8
#
9
# Koha is free software; you can redistribute it and/or modify it under the
9
# Koha is free software; you can redistribute it and/or modify it
10
# terms of the GNU General Public License as published by the Free Software
10
# under the terms of the GNU General Public License as published by
11
# Foundation; either version 2 of the License, or (at your option) any later
11
# the Free Software Foundation; either version 3 of the License, or
12
# version.
12
# (at your option) any later version.
13
#
13
#
14
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
14
# Koha is distributed in the hope that it will be useful, but
15
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
15
# WITHOUT ANY WARRANTY; without even the implied warranty of
16
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
# GNU General Public License for more details.
17
#
18
#
18
# You should have received a copy of the GNU General Public License along
19
# You should have received a copy of the GNU General Public License
19
# with Koha; if not, write to the Free Software Foundation, Inc.,
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
21
22
use strict;
22
use strict;
23
#use warnings; FIXME - Bug 2505
23
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/linkitem.pl (-10 / +10 lines)
Lines 6-23 Link Here
6
#
6
#
7
# This file is part of Koha.
7
# This file is part of Koha.
8
#
8
#
9
# Koha is free software; you can redistribute it and/or modify it under the
9
# Koha is free software; you can redistribute it and/or modify it
10
# terms of the GNU General Public License as published by the Free Software
10
# under the terms of the GNU General Public License as published by
11
# Foundation; either version 2 of the License, or (at your option) any later
11
# the Free Software Foundation; either version 3 of the License, or
12
# version.
12
# (at your option) any later version.
13
#
13
#
14
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
14
# Koha is distributed in the hope that it will be useful, but
15
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
15
# WITHOUT ANY WARRANTY; without even the implied warranty of
16
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
# GNU General Public License for more details.
17
#
18
#
18
# You should have received a copy of the GNU General Public License along
19
# You should have received a copy of the GNU General Public License
19
# with Koha; if not, write to the Free Software Foundation, Inc.,
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
21
22
use strict;
22
use strict;
23
use CGI qw ( -utf8 );
23
use CGI qw ( -utf8 );
(-)a/cataloguing/merge.pl (-10 / +10 lines)
Lines 6-23 Link Here
6
#
6
#
7
# This file is part of Koha.
7
# This file is part of Koha.
8
#
8
#
9
# Koha is free software; you can redistribute it and/or modify it under the
9
# Koha is free software; you can redistribute it and/or modify it
10
# terms of the GNU General Public License as published by the Free Software
10
# under the terms of the GNU General Public License as published by
11
# Foundation; either version 2 of the License, or (at your option) any later
11
# the Free Software Foundation; either version 3 of the License, or
12
# version.
12
# (at your option) any later version.
13
#
13
#
14
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
14
# Koha is distributed in the hope that it will be useful, but
15
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
15
# WITHOUT ANY WARRANTY; without even the implied warranty of
16
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
# GNU General Public License for more details.
17
#
18
#
18
# You should have received a copy of the GNU General Public License along
19
# You should have received a copy of the GNU General Public License
19
# with Koha; if not, write to the Free Software Foundation, Inc.,
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
21
22
use strict;
22
use strict;
23
#use warnings; FIXME - Bug 2505
23
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/moveitem.pl (-10 / +10 lines)
Lines 6-23 Link Here
6
#
6
#
7
# This file is part of Koha.
7
# This file is part of Koha.
8
#
8
#
9
# Koha is free software; you can redistribute it and/or modify it under the
9
# Koha is free software; you can redistribute it and/or modify it
10
# terms of the GNU General Public License as published by the Free Software
10
# under the terms of the GNU General Public License as published by
11
# Foundation; either version 2 of the License, or (at your option) any later
11
# the Free Software Foundation; either version 3 of the License, or
12
# version.
12
# (at your option) any later version.
13
#
13
#
14
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
14
# Koha is distributed in the hope that it will be useful, but
15
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
15
# WITHOUT ANY WARRANTY; without even the implied warranty of
16
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
# GNU General Public License for more details.
17
#
18
#
18
# You should have received a copy of the GNU General Public License along
19
# You should have received a copy of the GNU General Public License
19
# with Koha; if not, write to the Free Software Foundation, Inc.,
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
21
22
use strict;
22
use strict;
23
#use warnings; FIXME - Bug 2505
23
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/plugin_launcher.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw ( -utf8 );
21
use CGI qw ( -utf8 );
(-)a/cataloguing/value_builder/barcode.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/cataloguing/value_builder/barcode_manual.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/cataloguing/value_builder/callnumber-KU.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/cataloguing/value_builder/callnumber.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/cataloguing/value_builder/dateaccessioned.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/cataloguing/value_builder/macles.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/marc21_field_003.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/marc21_field_005.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
#use warnings; FIXME - Bug 2505
21
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/marc21_field_006.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
#use warnings; FIXME - Bug 2505
21
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/marc21_field_007.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/marc21_field_008.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
#use warnings; FIXME - Bug 2505
21
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/marc21_field_008_authorities.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/marc21_field_040c.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
#use warnings; FIXME - Bug 2505
21
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/marc21_field_040d.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/marc21_field_245h.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/marc21_leader.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/marc21_leader_authorities.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/marc21_leader_book.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/marc21_leader_computerfile.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/marc21_leader_video.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/marc21_linking_section.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/cataloguing/value_builder/stocknumber.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/cataloguing/value_builder/stocknumberAV.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use C4::Auth;
21
use C4::Auth;
(-)a/cataloguing/value_builder/stocknumberam123.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/cataloguing/value_builder/unimarc_field_010.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/cataloguing/value_builder/unimarc_field_100.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/unimarc_field_105.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/unimarc_field_106.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/unimarc_field_110.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/unimarc_field_115a.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/unimarc_field_115b.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/unimarc_field_116.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/unimarc_field_117.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/unimarc_field_120.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/unimarc_field_121a.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/unimarc_field_121b.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/unimarc_field_122.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/unimarc_field_123a.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/unimarc_field_123d.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/unimarc_field_123e.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/unimarc_field_123f.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/unimarc_field_123g.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/unimarc_field_123i.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/unimarc_field_123j.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/unimarc_field_124.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/unimarc_field_124a.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/unimarc_field_124b.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/unimarc_field_124c.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/unimarc_field_124d.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/unimarc_field_124e.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/unimarc_field_124f.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/unimarc_field_124g.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/unimarc_field_125.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/unimarc_field_125a.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/unimarc_field_125b.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/unimarc_field_126.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/unimarc_field_126a.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/unimarc_field_126b.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/unimarc_field_127.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/unimarc_field_128a.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/unimarc_field_128b.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/unimarc_field_128c.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/unimarc_field_130.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/unimarc_field_135a.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/unimarc_field_140.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/unimarc_field_141.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/unimarc_field_210c.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/cataloguing/value_builder/unimarc_field_210c_bis.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
=head1 SYNOPSIS
20
=head1 SYNOPSIS
21
21
(-)a/cataloguing/value_builder/unimarc_field_225a.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
=head1 SYNOPSIS
21
=head1 SYNOPSIS
22
22
(-)a/cataloguing/value_builder/unimarc_field_4XX.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
20
21
use strict;
21
use strict;
(-)a/cataloguing/value_builder/unimarc_field_686a.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
#use warnings; FIXME - Bug 2505
21
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/unimarc_field_700-4.pl (-10 / +10 lines)
Lines 6-23 Link Here
6
#
6
#
7
# This file is part of Koha.
7
# This file is part of Koha.
8
#
8
#
9
# Koha is free software; you can redistribute it and/or modify it under the
9
# Koha is free software; you can redistribute it and/or modify it
10
# terms of the GNU General Public License as published by the Free Software
10
# under the terms of the GNU General Public License as published by
11
# Foundation; either version 2 of the License, or (at your option) any later
11
# the Free Software Foundation; either version 3 of the License, or
12
# version.
12
# (at your option) any later version.
13
#
13
#
14
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
14
# Koha is distributed in the hope that it will be useful, but
15
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
15
# WITHOUT ANY WARRANTY; without even the implied warranty of
16
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
# GNU General Public License for more details.
17
#
18
#
18
# You should have received a copy of the GNU General Public License along
19
# You should have received a copy of the GNU General Public License
19
# with Koha; if not, write to the Free Software Foundation, Inc.,
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
21
22
use strict;
22
use strict;
23
#use warnings; FIXME - Bug 2505
23
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/value_builder/unimarc_leader.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/cataloguing/ysearch.pl (-10 / +10 lines)
Lines 6-23 Link Here
6
#
6
#
7
# This file is part of Koha.
7
# This file is part of Koha.
8
#
8
#
9
# Koha is free software; you can redistribute it and/or modify it under the
9
# Koha is free software; you can redistribute it and/or modify it
10
# terms of the GNU General Public License as published by the Free Software
10
# under the terms of the GNU General Public License as published by
11
# Foundation; either version 2 of the License, or (at your option) any later
11
# the Free Software Foundation; either version 3 of the License, or
12
# version.
12
# (at your option) any later version.
13
#
13
#
14
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
14
# Koha is distributed in the hope that it will be useful, but
15
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
15
# WITHOUT ANY WARRANTY; without even the implied warranty of
16
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
# GNU General Public License for more details.
17
#
18
#
18
# You should have received a copy of the GNU General Public License along
19
# You should have received a copy of the GNU General Public License
19
# with Koha; if not, write to the Free Software Foundation, Inc.,
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
21
22
=head1 ysearch.pl
22
=head1 ysearch.pl
23
23
(-)a/cataloguing/z3950_search.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/circ/add_message.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/circ/bookcount.pl (-10 / +10 lines)
Lines 7-24 Link Here
7
#
7
#
8
# This file is part of Koha.
8
# This file is part of Koha.
9
#
9
#
10
# Koha is free software; you can redistribute it and/or modify it under the
10
# Koha is free software; you can redistribute it and/or modify it
11
# terms of the GNU General Public License as published by the Free Software
11
# under the terms of the GNU General Public License as published by
12
# Foundation; either version 2 of the License, or (at your option) any later
12
# the Free Software Foundation; either version 3 of the License, or
13
# version.
13
# (at your option) any later version.
14
#
14
#
15
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
15
# Koha is distributed in the hope that it will be useful, but
16
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
16
# WITHOUT ANY WARRANTY; without even the implied warranty of
17
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
17
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
# GNU General Public License for more details.
18
#
19
#
19
# You should have received a copy of the GNU General Public License along
20
# You should have received a copy of the GNU General Public License
20
# with Koha; if not, write to the Free Software Foundation, Inc.,
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22
22
23
use strict;
23
use strict;
24
#use warnings; FIXME - Bug 2505
24
#use warnings; FIXME - Bug 2505
(-)a/circ/branchtransfers.pl (-10 / +10 lines)
Lines 7-24 Link Here
7
#
7
#
8
# This file is part of Koha.
8
# This file is part of Koha.
9
#
9
#
10
# Koha is free software; you can redistribute it and/or modify it under the
10
# Koha is free software; you can redistribute it and/or modify it
11
# terms of the GNU General Public License as published by the Free Software
11
# under the terms of the GNU General Public License as published by
12
# Foundation; either version 2 of the License, or (at your option) any later
12
# the Free Software Foundation; either version 3 of the License, or
13
# version.
13
# (at your option) any later version.
14
#
14
#
15
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
15
# Koha is distributed in the hope that it will be useful, but
16
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
16
# WITHOUT ANY WARRANTY; without even the implied warranty of
17
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
17
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
# GNU General Public License for more details.
18
#
19
#
19
# You should have received a copy of the GNU General Public License along
20
# You should have received a copy of the GNU General Public License
20
# with Koha; if not, write to the Free Software Foundation, Inc.,
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22
22
23
use strict;
23
use strict;
24
use warnings;
24
use warnings;
(-)a/circ/circulation.pl (-10 / +10 lines)
Lines 9-26 Link Here
9
#
9
#
10
# This file is part of Koha.
10
# This file is part of Koha.
11
#
11
#
12
# Koha is free software; you can redistribute it and/or modify it under the
12
# Koha is free software; you can redistribute it and/or modify it
13
# terms of the GNU General Public License as published by the Free Software
13
# under the terms of the GNU General Public License as published by
14
# Foundation; either version 2 of the License, or (at your option) any later
14
# the Free Software Foundation; either version 3 of the License, or
15
# version.
15
# (at your option) any later version.
16
#
16
#
17
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
17
# Koha is distributed in the hope that it will be useful, but
18
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
18
# WITHOUT ANY WARRANTY; without even the implied warranty of
19
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
19
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20
# GNU General Public License for more details.
20
#
21
#
21
# You should have received a copy of the GNU General Public License along
22
# You should have received a copy of the GNU General Public License
22
# with Koha; if not, write to the Free Software Foundation, Inc.,
23
# along with Koha; if not, see <http://www.gnu.org/licenses>.
23
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
24
24
25
use strict;
25
use strict;
26
use warnings;
26
use warnings;
(-)a/circ/del_message.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/circ/hold-transfer-slip.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/circ/overdue.pl (-10 / +10 lines)
Lines 6-23 Link Here
6
#
6
#
7
# This file is part of Koha.
7
# This file is part of Koha.
8
#
8
#
9
# Koha is free software; you can redistribute it and/or modify it under the
9
# Koha is free software; you can redistribute it and/or modify it
10
# terms of the GNU General Public License as published by the Free Software
10
# under the terms of the GNU General Public License as published by
11
# Foundation; either version 2 of the License, or (at your option) any later
11
# the Free Software Foundation; either version 3 of the License, or
12
# version.
12
# (at your option) any later version.
13
#
13
#
14
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
14
# Koha is distributed in the hope that it will be useful, but
15
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
15
# WITHOUT ANY WARRANTY; without even the implied warranty of
16
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
# GNU General Public License for more details.
17
#
18
#
18
# You should have received a copy of the GNU General Public License along
19
# You should have received a copy of the GNU General Public License
19
# with Koha; if not, write to the Free Software Foundation, Inc.,
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
21
22
use strict;
22
use strict;
23
use warnings;
23
use warnings;
(-)a/circ/pendingreserves.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
# Modification by D.Ulm, actually works (as long as indep. branches not turned on)
21
# Modification by D.Ulm, actually works (as long as indep. branches not turned on)
22
#		Someone let me know what indep. branches is supposed to do and I'll make that part work too
22
#		Someone let me know what indep. branches is supposed to do and I'll make that part work too
(-)a/circ/reserveratios.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/circ/returns.pl (-10 / +10 lines)
Lines 8-25 Link Here
8
#
8
#
9
# This file is part of Koha.
9
# This file is part of Koha.
10
#
10
#
11
# Koha is free software; you can redistribute it and/or modify it under the
11
# Koha is free software; you can redistribute it and/or modify it
12
# terms of the GNU General Public License as published by the Free Software
12
# under the terms of the GNU General Public License as published by
13
# Foundation; either version 2 of the License, or (at your option) any later
13
# the Free Software Foundation; either version 3 of the License, or
14
# version.
14
# (at your option) any later version.
15
#
15
#
16
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
16
# Koha is distributed in the hope that it will be useful, but
17
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
17
# WITHOUT ANY WARRANTY; without even the implied warranty of
18
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
18
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
# GNU General Public License for more details.
19
#
20
#
20
# You should have received a copy of the GNU General Public License along
21
# You should have received a copy of the GNU General Public License
21
# with Koha; if not, write to the Free Software Foundation, Inc.,
22
# along with Koha; if not, see <http://www.gnu.org/licenses>.
22
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
23
23
24
=head1 returns.pl
24
=head1 returns.pl
25
25
(-)a/circ/selectbranchprinter.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/circ/stats.pl (-10 / +10 lines)
Lines 8-25 Link Here
8
#
8
#
9
# This file is part of Koha.
9
# This file is part of Koha.
10
#
10
#
11
# Koha is free software; you can redistribute it and/or modify it under the
11
# Koha is free software; you can redistribute it and/or modify it
12
# terms of the GNU General Public License as published by the Free Software
12
# under the terms of the GNU General Public License as published by
13
# Foundation; either version 2 of the License, or (at your option) any later
13
# the Free Software Foundation; either version 3 of the License, or
14
# version.
14
# (at your option) any later version.
15
#
15
#
16
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
16
# Koha is distributed in the hope that it will be useful, but
17
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
17
# WITHOUT ANY WARRANTY; without even the implied warranty of
18
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
18
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
# GNU General Public License for more details.
19
#
20
#
20
# You should have received a copy of the GNU General Public License along
21
# You should have received a copy of the GNU General Public License
21
# with Koha; if not, write to the Free Software Foundation, Inc.,
22
# along with Koha; if not, see <http://www.gnu.org/licenses>.
22
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
23
23
24
use strict;
24
use strict;
25
#use warnings; FIXME - Bug 2505
25
#use warnings; FIXME - Bug 2505
(-)a/circ/transfer-slip.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/circ/transferstoreceive.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/circ/waitingreserves.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/circ/ysearch.pl (-10 / +10 lines)
Lines 7-24 Link Here
7
#
7
#
8
# This file is part of Koha.
8
# This file is part of Koha.
9
#
9
#
10
# Koha is free software; you can redistribute it and/or modify it under the
10
# Koha is free software; you can redistribute it and/or modify it
11
# terms of the GNU General Public License as published by the Free Software
11
# under the terms of the GNU General Public License as published by
12
# Foundation; either version 2 of the License, or (at your option) any later
12
# the Free Software Foundation; either version 3 of the License, or
13
# version.
13
# (at your option) any later version.
14
#
14
#
15
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
15
# Koha is distributed in the hope that it will be useful, but
16
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
16
# WITHOUT ANY WARRANTY; without even the implied warranty of
17
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
17
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
# GNU General Public License for more details.
18
#
19
#
19
# You should have received a copy of the GNU General Public License along
20
# You should have received a copy of the GNU General Public License
20
# with Koha; if not, write to the Free Software Foundation, Inc.,
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22
22
23
=head1 ysearch.pl
23
=head1 ysearch.pl
24
24
(-)a/course_reserves/add_items.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/course_reserves/course-details.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/course_reserves/course-reserves.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/course_reserves/course.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/course_reserves/mod_course.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/debian/build-git-snapshot (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
# Written by Robin Sheat <robin@catalyst.net.nz> and
20
# Written by Robin Sheat <robin@catalyst.net.nz> and
21
#   Srdjan Jankovic <srdjan@catalyst.net.nz>
21
#   Srdjan Jankovic <srdjan@catalyst.net.nz>
(-)a/edithelp.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use C4::Output;
21
use C4::Output;
(-)a/help.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/install-CPAN.pl (-10 / +10 lines)
Lines 9-26 Link Here
9
#
9
#
10
# This file is part of Koha.
10
# This file is part of Koha.
11
#
11
#
12
# Koha is free software; you can redistribute it and/or modify it under the
12
# Koha is free software; you can redistribute it and/or modify it
13
# terms of the GNU General Public License as published by the Free Software
13
# under the terms of the GNU General Public License as published by
14
# Foundation; either version 2 of the License, or (at your option) any later
14
# the Free Software Foundation; either version 3 of the License, or
15
# version.
15
# (at your option) any later version.
16
#
16
#
17
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
17
# Koha is distributed in the hope that it will be useful, but
18
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
18
# WITHOUT ANY WARRANTY; without even the implied warranty of
19
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
19
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20
# GNU General Public License for more details.
20
#
21
#
21
# You should have received a copy of the GNU General Public License along
22
# You should have received a copy of the GNU General Public License
22
# with Koha; if not, write to the Free Software Foundation, Inc.,
23
# along with Koha; if not, see <http://www.gnu.org/licenses>.
23
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
24
#
24
#
25
# Current maintainer MJR http://mjr.towers.org.uk/
25
# Current maintainer MJR http://mjr.towers.org.uk/
26
26
(-)a/install_misc/UpgradeBackup.pm (-10 / +10 lines)
Lines 4-21 package install_misc::UpgradeBackup; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
#use warnings; FIXME - Bug 2505
21
#use warnings; FIXME - Bug 2505
(-)a/install_misc/ubuntu-packages.sh (-10 / +10 lines)
Lines 6-23 Link Here
6
#
6
#
7
# This file is part of Koha.
7
# This file is part of Koha.
8
#
8
#
9
# Koha is free software; you can redistribute it and/or modify it under the
9
# Koha is free software; you can redistribute it and/or modify it
10
# terms of the GNU General Public License as published by the Free Software
10
# under the terms of the GNU General Public License as published by
11
# Foundation; either version 2 of the License, or (at your option) any later
11
# the Free Software Foundation; either version 3 of the License, or
12
# version.
12
# (at your option) any later version.
13
#
13
#
14
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
14
# Koha is distributed in the hope that it will be useful, but
15
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
15
# WITHOUT ANY WARRANTY; without even the implied warranty of
16
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
# GNU General Public License for more details.
17
#
18
#
18
# You should have received a copy of the GNU General Public License along
19
# You should have received a copy of the GNU General Public License
19
# with Koha; if not, write to the Free Software Foundation, Inc.,
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
21
22
# Output simple help
22
# Output simple help
23
usage() {
23
usage() {
(-)a/installer/data/mysql/labels_upgrade.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
#use strict;
20
#use strict;
21
#use warnings; FIXME - Bug 2505
21
#use warnings; FIXME - Bug 2505
(-)a/installer/data/mysql/patroncards_upgrade.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
#use strict;
20
#use strict;
21
#use warnings; FIXME - Bug 2505
21
#use warnings; FIXME - Bug 2505
(-)a/installer/data/mysql/updatedatabase.pl (-10 / +10 lines)
Lines 6-23 Link Here
6
# Parts copyright Catalyst IT 2011
6
# Parts copyright Catalyst IT 2011
7
7
8
# Part of the Koha Library Software www.koha-community.org
8
# Part of the Koha Library Software www.koha-community.org
9
# Koha is free software; you can redistribute it and/or modify it under the
9
# Koha is free software; you can redistribute it and/or modify it
10
# terms of the GNU General Public License as published by the Free Software
10
# under the terms of the GNU General Public License as published by
11
# Foundation; either version 2 of the License, or (at your option) any later
11
# the Free Software Foundation; either version 3 of the License, or
12
# version.
12
# (at your option) any later version.
13
#
13
#
14
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
14
# Koha is distributed in the hope that it will be useful, but
15
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
15
# WITHOUT ANY WARRANTY; without even the implied warranty of
16
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
# GNU General Public License for more details.
17
#
18
#
18
# You should have received a copy of the GNU General Public License along
19
# You should have received a copy of the GNU General Public License
19
# with Koha; if not, write to the Free Software Foundation, Inc.,
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
#
21
#
22
22
23
# Bugs/ToDo:
23
# Bugs/ToDo:
(-)a/labels/label-create-pdf.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
20
21
use strict;
21
use strict;
(-)a/labels/label-edit-batch.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/labels/label-edit-layout.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/labels/label-edit-profile.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/labels/label-edit-template.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/labels/label-home.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#       
7
#       
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/labels/label-item-search.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/labels/label-manage.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/labels/label-print.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/members/boraccount.pl (-10 / +10 lines)
Lines 9-26 Link Here
9
#
9
#
10
# This file is part of Koha.
10
# This file is part of Koha.
11
#
11
#
12
# Koha is free software; you can redistribute it and/or modify it under the
12
# Koha is free software; you can redistribute it and/or modify it
13
# terms of the GNU General Public License as published by the Free Software
13
# under the terms of the GNU General Public License as published by
14
# Foundation; either version 2 of the License, or (at your option) any later
14
# the Free Software Foundation; either version 3 of the License, or
15
# version.
15
# (at your option) any later version.
16
#
16
#
17
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
17
# Koha is distributed in the hope that it will be useful, but
18
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
18
# WITHOUT ANY WARRANTY; without even the implied warranty of
19
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
19
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20
# GNU General Public License for more details.
20
#
21
#
21
# You should have received a copy of the GNU General Public License along
22
# You should have received a copy of the GNU General Public License
22
# with Koha; if not, write to the Free Software Foundation, Inc.,
23
# along with Koha; if not, see <http://www.gnu.org/licenses>.
23
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
24
24
25
use strict;
25
use strict;
26
use warnings;
26
use warnings;
(-)a/members/default_messageprefs.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
#
19
#
20
20
21
use strict;
21
use strict;
(-)a/members/deletemem.pl (-10 / +10 lines)
Lines 8-25 Link Here
8
#
8
#
9
# This file is part of Koha.
9
# This file is part of Koha.
10
#
10
#
11
# Koha is free software; you can redistribute it and/or modify it under the
11
# Koha is free software; you can redistribute it and/or modify it
12
# terms of the GNU General Public License as published by the Free Software
12
# under the terms of the GNU General Public License as published by
13
# Foundation; either version 2 of the License, or (at your option) any later
13
# the Free Software Foundation; either version 3 of the License, or
14
# version.
14
# (at your option) any later version.
15
#
15
#
16
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
16
# Koha is distributed in the hope that it will be useful, but
17
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
17
# WITHOUT ANY WARRANTY; without even the implied warranty of
18
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
18
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
# GNU General Public License for more details.
19
#
20
#
20
# You should have received a copy of the GNU General Public License along
21
# You should have received a copy of the GNU General Public License
21
# with Koha; if not, write to the Free Software Foundation, Inc.,
22
# along with Koha; if not, see <http://www.gnu.org/licenses>.
22
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
23
23
24
use strict;
24
use strict;
25
#use warnings; FIXME - Bug 2505
25
#use warnings; FIXME - Bug 2505
(-)a/members/files.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/members/mancredit.pl (-10 / +10 lines)
Lines 9-26 Link Here
9
#
9
#
10
# This file is part of Koha.
10
# This file is part of Koha.
11
#
11
#
12
# Koha is free software; you can redistribute it and/or modify it under the
12
# Koha is free software; you can redistribute it and/or modify it
13
# terms of the GNU General Public License as published by the Free Software
13
# under the terms of the GNU General Public License as published by
14
# Foundation; either version 2 of the License, or (at your option) any later
14
# the Free Software Foundation; either version 3 of the License, or
15
# version.
15
# (at your option) any later version.
16
#
16
#
17
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
17
# Koha is distributed in the hope that it will be useful, but
18
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
18
# WITHOUT ANY WARRANTY; without even the implied warranty of
19
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
19
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20
# GNU General Public License for more details.
20
#
21
#
21
# You should have received a copy of the GNU General Public License along
22
# You should have received a copy of the GNU General Public License
22
# with Koha; if not, write to the Free Software Foundation, Inc.,
23
# along with Koha; if not, see <http://www.gnu.org/licenses>.
23
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
24
24
25
use strict;
25
use strict;
26
use warnings;
26
use warnings;
(-)a/members/maninvoice.pl (-10 / +10 lines)
Lines 9-26 Link Here
9
#
9
#
10
# This file is part of Koha.
10
# This file is part of Koha.
11
#
11
#
12
# Koha is free software; you can redistribute it and/or modify it under the
12
# Koha is free software; you can redistribute it and/or modify it
13
# terms of the GNU General Public License as published by the Free Software
13
# under the terms of the GNU General Public License as published by
14
# Foundation; either version 2 of the License, or (at your option) any later
14
# the Free Software Foundation; either version 3 of the License, or
15
# version.
15
# (at your option) any later version.
16
#
16
#
17
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
17
# Koha is distributed in the hope that it will be useful, but
18
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
18
# WITHOUT ANY WARRANTY; without even the implied warranty of
19
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
19
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20
# GNU General Public License for more details.
20
#
21
#
21
# You should have received a copy of the GNU General Public License along
22
# You should have received a copy of the GNU General Public License
22
# with Koha; if not, write to the Free Software Foundation, Inc.,
23
# along with Koha; if not, see <http://www.gnu.org/licenses>.
23
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
24
24
25
use strict;
25
use strict;
26
use warnings;
26
use warnings;
(-)a/members/member.pl (-10 / +10 lines)
Lines 10-27 Link Here
10
#
10
#
11
# This file is part of Koha.
11
# This file is part of Koha.
12
#
12
#
13
# Koha is free software; you can redistribute it and/or modify it under the
13
# Koha is free software; you can redistribute it and/or modify it
14
# terms of the GNU General Public License as published by the Free Software
14
# under the terms of the GNU General Public License as published by
15
# Foundation; either version 2 of the License, or (at your option) any later
15
# the Free Software Foundation; either version 3 of the License, or
16
# version.
16
# (at your option) any later version.
17
#
17
#
18
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
18
# Koha is distributed in the hope that it will be useful, but
19
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
19
# WITHOUT ANY WARRANTY; without even the implied warranty of
20
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
20
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21
# GNU General Public License for more details.
21
#
22
#
22
# You should have received a copy of the GNU General Public License along
23
# You should have received a copy of the GNU General Public License
23
# with Koha; if not, write to the Free Software Foundation, Inc.,
24
# along with Koha; if not, see <http://www.gnu.org/licenses>.
24
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
25
25
26
use Modern::Perl;
26
use Modern::Perl;
27
use C4::Auth;
27
use C4::Auth;
(-)a/members/memberentry.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
# pragma
21
# pragma
22
use strict;
22
use strict;
(-)a/members/members-home.pl (-10 / +10 lines)
Lines 3-20 Link Here
3
# Parts Copyright Biblibre 2010
3
# Parts Copyright Biblibre 2010
4
# This file is part of Koha.
4
# This file is part of Koha.
5
#
5
#
6
# Koha is free software; you can redistribute it and/or modify it under the
6
# Koha is free software; you can redistribute it and/or modify it
7
# terms of the GNU General Public License as published by the Free Software
7
# under the terms of the GNU General Public License as published by
8
# Foundation; either version 2 of the License, or (at your option) any later
8
# the Free Software Foundation; either version 3 of the License, or
9
# version.
9
# (at your option) any later version.
10
#
10
#
11
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
11
# Koha is distributed in the hope that it will be useful, but
12
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
12
# WITHOUT ANY WARRANTY; without even the implied warranty of
13
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
# GNU General Public License for more details.
14
#
15
#
15
# You should have received a copy of the GNU General Public License along
16
# You should have received a copy of the GNU General Public License
16
# with Koha; if not, write to the Free Software Foundation, Inc.,
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18
18
19
use strict;
19
use strict;
20
use warnings;
20
use warnings;
(-)a/members/members-update-do.pl (-10 / +10 lines)
Lines 3-20 Link Here
3
# Parts Copyright Biblibre 2010
3
# Parts Copyright Biblibre 2010
4
# This file is part of Koha.
4
# This file is part of Koha.
5
#
5
#
6
# Koha is free software; you can redistribute it and/or modify it under the
6
# Koha is free software; you can redistribute it and/or modify it
7
# terms of the GNU General Public License as published by the Free Software
7
# under the terms of the GNU General Public License as published by
8
# Foundation; either version 2 of the License, or (at your option) any later
8
# the Free Software Foundation; either version 3 of the License, or
9
# version.
9
# (at your option) any later version.
10
#
10
#
11
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
11
# Koha is distributed in the hope that it will be useful, but
12
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
12
# WITHOUT ANY WARRANTY; without even the implied warranty of
13
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
# GNU General Public License for more details.
14
#
15
#
15
# You should have received a copy of the GNU General Public License along
16
# You should have received a copy of the GNU General Public License
16
# with Koha; if not, write to the Free Software Foundation, Inc.,
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18
18
19
use strict;
19
use strict;
20
use warnings;
20
use warnings;
(-)a/members/members-update.pl (-10 / +10 lines)
Lines 3-20 Link Here
3
# Parts Copyright Biblibre 2010
3
# Parts Copyright Biblibre 2010
4
# This file is part of Koha.
4
# This file is part of Koha.
5
#
5
#
6
# Koha is free software; you can redistribute it and/or modify it under the
6
# Koha is free software; you can redistribute it and/or modify it
7
# terms of the GNU General Public License as published by the Free Software
7
# under the terms of the GNU General Public License as published by
8
# Foundation; either version 2 of the License, or (at your option) any later
8
# the Free Software Foundation; either version 3 of the License, or
9
# version.
9
# (at your option) any later version.
10
#
10
#
11
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
11
# Koha is distributed in the hope that it will be useful, but
12
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
12
# WITHOUT ANY WARRANTY; without even the implied warranty of
13
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
# GNU General Public License for more details.
14
#
15
#
15
# You should have received a copy of the GNU General Public License along
16
# You should have received a copy of the GNU General Public License
16
# with Koha; if not, write to the Free Software Foundation, Inc.,
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18
18
19
use strict;
19
use strict;
20
use warnings;
20
use warnings;
(-)a/members/moremember.pl (-10 / +10 lines)
Lines 6-23 Link Here
6
#
6
#
7
# This file is part of Koha.
7
# This file is part of Koha.
8
#
8
#
9
# Koha is free software; you can redistribute it and/or modify it under the
9
# Koha is free software; you can redistribute it and/or modify it
10
# terms of the GNU General Public License as published by the Free Software
10
# under the terms of the GNU General Public License as published by
11
# Foundation; either version 2 of the License, or (at your option) any later
11
# the Free Software Foundation; either version 3 of the License, or
12
# version.
12
# (at your option) any later version.
13
#
13
#
14
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
14
# Koha is distributed in the hope that it will be useful, but
15
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
15
# WITHOUT ANY WARRANTY; without even the implied warranty of
16
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
# GNU General Public License for more details.
17
#
18
#
18
# You should have received a copy of the GNU General Public License along
19
# You should have received a copy of the GNU General Public License
19
# with Koha; if not, write to the Free Software Foundation, Inc.,
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
21
22
22
23
=head1 moremember.pl
23
=head1 moremember.pl
(-)a/members/notices.pl (-10 / +10 lines)
Lines 6-23 Link Here
6
#
6
#
7
# This file is part of Koha.
7
# This file is part of Koha.
8
#
8
#
9
# Koha is free software; you can redistribute it and/or modify it under the
9
# Koha is free software; you can redistribute it and/or modify it
10
# terms of the GNU General Public License as published by the Free Software
10
# under the terms of the GNU General Public License as published by
11
# Foundation; either version 2 of the License, or (at your option) any later
11
# the Free Software Foundation; either version 3 of the License, or
12
# version.
12
# (at your option) any later version.
13
#
13
#
14
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
14
# Koha is distributed in the hope that it will be useful, but
15
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
15
# WITHOUT ANY WARRANTY; without even the implied warranty of
16
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
# GNU General Public License for more details.
17
#
18
#
18
# You should have received a copy of the GNU General Public License along
19
# You should have received a copy of the GNU General Public License
19
# with Koha; if not, write to the Free Software Foundation, Inc.,
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
21
22
use strict;
22
use strict;
23
#use warnings; FIXME - Bug 2505
23
#use warnings; FIXME - Bug 2505
(-)a/members/patronimage.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
#
19
#
20
#
20
#
21
#
21
#
(-)a/members/pay.pl (-10 / +10 lines)
Lines 6-23 Link Here
6
#
6
#
7
# This file is part of Koha.
7
# This file is part of Koha.
8
#
8
#
9
# Koha is free software; you can redistribute it and/or modify it under the
9
# Koha is free software; you can redistribute it and/or modify it
10
# terms of the GNU General Public License as published by the Free Software
10
# under the terms of the GNU General Public License as published by
11
# Foundation; either version 2 of the License, or (at your option) any later
11
# the Free Software Foundation; either version 3 of the License, or
12
# version.
12
# (at your option) any later version.
13
#
13
#
14
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
14
# Koha is distributed in the hope that it will be useful, but
15
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
15
# WITHOUT ANY WARRANTY; without even the implied warranty of
16
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
# GNU General Public License for more details.
17
#
18
#
18
# You should have received a copy of the GNU General Public License along
19
# You should have received a copy of the GNU General Public License
19
# with Koha; if not, write to the Free Software Foundation, Inc.,
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
21
22
=head1 pay.pl
22
=head1 pay.pl
23
23
(-)a/members/paycollect.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/members/printfeercpt.pl (-10 / +10 lines)
Lines 9-26 Link Here
9
#
9
#
10
# This file is part of Koha.
10
# This file is part of Koha.
11
#
11
#
12
# Koha is free software; you can redistribute it and/or modify it under the
12
# Koha is free software; you can redistribute it and/or modify it
13
# terms of the GNU General Public License as published by the Free Software
13
# under the terms of the GNU General Public License as published by
14
# Foundation; either version 2 of the License, or (at your option) any later
14
# the Free Software Foundation; either version 3 of the License, or
15
# version.
15
# (at your option) any later version.
16
#
16
#
17
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
17
# Koha is distributed in the hope that it will be useful, but
18
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
18
# WITHOUT ANY WARRANTY; without even the implied warranty of
19
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
19
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20
# GNU General Public License for more details.
20
#
21
#
21
# You should have received a copy of the GNU General Public License along
22
# You should have received a copy of the GNU General Public License
22
# with Koha; if not, write to the Free Software Foundation, Inc.,
23
# along with Koha; if not, see <http://www.gnu.org/licenses>.
23
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
24
24
25
use strict;
25
use strict;
26
use warnings;
26
use warnings;
(-)a/members/printinvoice.pl (-10 / +10 lines)
Lines 7-24 Link Here
7
#
7
#
8
# This file is part of Koha.
8
# This file is part of Koha.
9
#
9
#
10
# Koha is free software; you can redistribute it and/or modify it under the
10
# Koha is free software; you can redistribute it and/or modify it
11
# terms of the GNU General Public License as published by the Free Software
11
# under the terms of the GNU General Public License as published by
12
# Foundation; either version 2 of the License, or (at your option) any later
12
# the Free Software Foundation; either version 3 of the License, or
13
# version.
13
# (at your option) any later version.
14
#
14
#
15
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
15
# Koha is distributed in the hope that it will be useful, but
16
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
16
# WITHOUT ANY WARRANTY; without even the implied warranty of
17
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
17
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
# GNU General Public License for more details.
18
#
19
#
19
# You should have received a copy of the GNU General Public License along
20
# You should have received a copy of the GNU General Public License
20
# with Koha; if not, write to the Free Software Foundation, Inc.,
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22
22
23
use strict;
23
use strict;
24
use warnings;
24
use warnings;
(-)a/members/printslip.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
21
22
=head1 moremember.pl
22
=head1 moremember.pl
(-)a/members/readingrec.pl (-10 / +10 lines)
Lines 7-24 Link Here
7
#
7
#
8
# This file is part of Koha.
8
# This file is part of Koha.
9
#
9
#
10
# Koha is free software; you can redistribute it and/or modify it under the
10
# Koha is free software; you can redistribute it and/or modify it
11
# terms of the GNU General Public License as published by the Free Software
11
# under the terms of the GNU General Public License as published by
12
# Foundation; either version 2 of the License, or (at your option) any later
12
# the Free Software Foundation; either version 3 of the License, or
13
# version.
13
# (at your option) any later version.
14
#
14
#
15
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
15
# Koha is distributed in the hope that it will be useful, but
16
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
16
# WITHOUT ANY WARRANTY; without even the implied warranty of
17
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
17
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
# GNU General Public License for more details.
18
#
19
#
19
# You should have received a copy of the GNU General Public License along
20
# You should have received a copy of the GNU General Public License
20
# with Koha; if not, write to the Free Software Foundation, Inc.,
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22
22
23
use strict;
23
use strict;
24
use warnings;
24
use warnings;
(-)a/members/routing-lists.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
#use warnings; FIXME - Bug 2505
21
#use warnings; FIXME - Bug 2505
(-)a/members/setstatus.pl (-10 / +10 lines)
Lines 10-27 Link Here
10
#
10
#
11
# This file is part of Koha.
11
# This file is part of Koha.
12
#
12
#
13
# Koha is free software; you can redistribute it and/or modify it under the
13
# Koha is free software; you can redistribute it and/or modify it
14
# terms of the GNU General Public License as published by the Free Software
14
# under the terms of the GNU General Public License as published by
15
# Foundation; either version 2 of the License, or (at your option) any later
15
# the Free Software Foundation; either version 3 of the License, or
16
# version.
16
# (at your option) any later version.
17
#
17
#
18
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
18
# Koha is distributed in the hope that it will be useful, but
19
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
19
# WITHOUT ANY WARRANTY; without even the implied warranty of
20
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
20
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21
# GNU General Public License for more details.
21
#
22
#
22
# You should have received a copy of the GNU General Public License along
23
# You should have received a copy of the GNU General Public License
23
# with Koha; if not, write to the Free Software Foundation, Inc.,
24
# along with Koha; if not, see <http://www.gnu.org/licenses>.
24
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
25
25
26
use strict;
26
use strict;
27
use warnings;
27
use warnings;
(-)a/members/update-child.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
=head1 updatechild.pl
20
=head1 updatechild.pl
21
21
(-)a/misc/admin/koha-preferences (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
#
19
#
20
20
21
use C4::Boolean;
21
use C4::Boolean;
(-)a/misc/bin/connexion_import_daemon.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/misc/bin/set-selinux-labels.sh (-10 / +10 lines)
Lines 8-25 Link Here
8
#
8
#
9
# This file is part of Koha.
9
# This file is part of Koha.
10
#
10
#
11
# Koha is free software; you can redistribute it and/or modify it under the
11
# Koha is free software; you can redistribute it and/or modify it
12
# terms of the GNU General Public License as published by the Free Software
12
# under the terms of the GNU General Public License as published by
13
# Foundation; either version 2 of the License, or (at your option) any later
13
# the Free Software Foundation; either version 3 of the License, or
14
# version.
14
# (at your option) any later version.
15
#
15
#
16
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
16
# Koha is distributed in the hope that it will be useful, but
17
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
17
# WITHOUT ANY WARRANTY; without even the implied warranty of
18
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
18
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
# GNU General Public License for more details.
19
#
20
#
20
# You should have received a copy of the GNU General Public License along
21
# You should have received a copy of the GNU General Public License
21
# with Koha; if not, write to the Free Software Foundation, Inc.,
22
# along with Koha; if not, see <http://www.gnu.org/licenses>.
22
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
23
23
24
usage() {
24
usage() {
25
    echo "Usage: set-selinux-labels [-h] [-u] [-r] [-s] [-v]"
25
    echo "Usage: set-selinux-labels [-h] [-u] [-r] [-s] [-v]"
(-)a/misc/cronjobs/MARC21_parse_test.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/misc/cronjobs/advance_notices.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/misc/cronjobs/batch_anonymise.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/misc/cronjobs/cart_to_shelf.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
#-----------------------------------
19
#-----------------------------------
20
20
21
=head1 NAME
21
=head1 NAME
(-)a/misc/cronjobs/check-url-quick.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Pod::Usage;
21
use Pod::Usage;
(-)a/misc/cronjobs/check-url.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
21
22
22
(-)a/misc/cronjobs/cleanup_database.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/misc/cronjobs/cloud-kw.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/misc/cronjobs/delete_expired_opac_registrations.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Getopt::Long;
21
use Getopt::Long;
(-)a/misc/cronjobs/delete_unverified_opac_registrations.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Getopt::Long;
21
use Getopt::Long;
(-)a/misc/cronjobs/fines.pl (-10 / +10 lines)
Lines 13-30 Link Here
13
#
13
#
14
# This file is part of Koha.
14
# This file is part of Koha.
15
#
15
#
16
# Koha is free software; you can redistribute it and/or modify it under the
16
# Koha is free software; you can redistribute it and/or modify it
17
# terms of the GNU General Public License as published by the Free Software
17
# under the terms of the GNU General Public License as published by
18
# Foundation; either version 2 of the License, or (at your option) any later
18
# the Free Software Foundation; either version 3 of the License, or
19
# version.
19
# (at your option) any later version.
20
#
20
#
21
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
21
# Koha is distributed in the hope that it will be useful, but
22
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
22
# WITHOUT ANY WARRANTY; without even the implied warranty of
23
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
23
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24
# GNU General Public License for more details.
24
#
25
#
25
# You should have received a copy of the GNU General Public License along
26
# You should have received a copy of the GNU General Public License
26
# with Koha; if not, write to the Free Software Foundation, Inc.,
27
# along with Koha; if not, see <http://www.gnu.org/licenses>.
27
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
28
28
29
use strict;
29
use strict;
30
use warnings;
30
use warnings;
(-)a/misc/cronjobs/gather_print_notices.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/misc/cronjobs/holds/auto_unsuspend_holds.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/misc/cronjobs/holds/cancel_expired_holds.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
#use strict;
20
#use strict;
21
#use warnings; FIXME - Bug 2505
21
#use warnings; FIXME - Bug 2505
(-)a/misc/cronjobs/import_webservice_batch.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/misc/cronjobs/j2a.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
4
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/misc/cronjobs/longoverdue.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
#-----------------------------------
19
#-----------------------------------
20
20
21
=head1 NAME
21
=head1 NAME
(-)a/misc/cronjobs/overdue_notices.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/misc/cronjobs/process_message_queue.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/misc/cronjobs/purge_suggestions.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/misc/cronjobs/runreport.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/misc/cronjobs/serialsUpdate.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/misc/cronjobs/staticfines.pl (-10 / +10 lines)
Lines 12-29 Link Here
12
#
12
#
13
# This file is part of Koha.
13
# This file is part of Koha.
14
#
14
#
15
# Koha is free software; you can redistribute it and/or modify it under the
15
# Koha is free software; you can redistribute it and/or modify it
16
# terms of the GNU General Public License as published by the Free Software
16
# under the terms of the GNU General Public License as published by
17
# Foundation; either version 2 of the License, or (at your option) any later
17
# the Free Software Foundation; either version 3 of the License, or
18
# version.
18
# (at your option) any later version.
19
#
19
#
20
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
20
# Koha is distributed in the hope that it will be useful, but
21
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
21
# WITHOUT ANY WARRANTY; without even the implied warranty of
22
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
22
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23
# GNU General Public License for more details.
23
#
24
#
24
# You should have received a copy of the GNU General Public License along
25
# You should have received a copy of the GNU General Public License
25
# with Koha; if not, write to the Free Software Foundation, Inc.,
26
# along with Koha; if not, see <http://www.gnu.org/licenses>.
26
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
27
27
28
use Modern::Perl;
28
use Modern::Perl;
29
29
(-)a/misc/cronjobs/thirdparty/TalkingTech_itiva_inbound.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/misc/cronjobs/thirdparty/TalkingTech_itiva_outbound.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/misc/cronjobs/update_totalissues.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/misc/export_borrowers.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
# Script to export borrowers
20
# Script to export borrowers
21
21
(-)a/misc/kohalib.pl (-12 / +12 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
#
15
# GNU General Public License for more details.
16
# You should have received a copy of the GNU General Public License along
16
#
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
17
# You should have received a copy of the GNU General Public License
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
19
20
# This script is used by command-line utilities to set
20
# This script is used by command-line utilities to set
21
# @INC properly -- specifically, to point to the directory
21
# @INC properly -- specifically, to point to the directory
(-)a/misc/maintenance/MARC21_utf8_flag_fix.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/misc/maintenance/borrowers-force-messaging-defaults (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/misc/maintenance/cmp_sysprefs.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
# This script imports/exports systempreferences to file.
20
# This script imports/exports systempreferences to file.
21
# Two interesting features are:
21
# Two interesting features are:
(-)a/misc/maintenance/fix_accountlines_date.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/misc/maintenance/fix_accountlines_rmdupfines_bug8253.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/misc/maintenance/fix_mysql_constraints.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
BEGIN {
21
BEGIN {
(-)a/misc/maintenance/remove_items_from_biblioitems.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/misc/maintenance/touch_all_biblios.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/misc/maintenance/touch_all_items.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/misc/migration_tools/build_oai_sets.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
=head1 DESCRIPTION
20
=head1 DESCRIPTION
21
21
(-)a/misc/migration_tools/checkNonIndexedBiblios.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
# Small script that checks if each biblio in the DB is properly indexed
20
# Small script that checks if each biblio in the DB is properly indexed
21
# if it is not and if you use -z the not-indexed biblios are inserted in zebraqueue
21
# if it is not and if you use -z the not-indexed biblios are inserted in zebraqueue
(-)a/misc/migration_tools/koha-svc.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use warnings;
20
use warnings;
21
use strict;
21
use strict;
(-)a/misc/migration_tools/remove_unused_authorities.pl (-10 / +10 lines)
Lines 7-24 Link Here
7
#
7
#
8
# This file is part of Koha.
8
# This file is part of Koha.
9
#
9
#
10
# Koha is free software; you can redistribute it and/or modify it under the
10
# Koha is free software; you can redistribute it and/or modify it
11
# terms of the GNU General Public License as published by the Free Software
11
# under the terms of the GNU General Public License as published by
12
# Foundation; either version 2 of the License, or (at your option) any later
12
# the Free Software Foundation; either version 3 of the License, or
13
# version.
13
# (at your option) any later version.
14
#
14
#
15
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
15
# Koha is distributed in the hope that it will be useful, but
16
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
16
# WITHOUT ANY WARRANTY; without even the implied warranty of
17
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
17
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
# GNU General Public License for more details.
18
#
19
#
19
# You should have received a copy of the GNU General Public License along
20
# You should have received a copy of the GNU General Public License
20
# with Koha; if not, write to the Free Software Foundation, Inc.,
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22
22
23
use strict;
23
use strict;
24
use warnings;
24
use warnings;
(-)a/misc/migration_tools/switch_marc21_series_info.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/misc/translator/LangInstaller.pm (-10 / +10 lines)
Lines 4-21 package LangInstaller; Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/misc/translator/translate (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
package Main;
20
package Main;
21
21
(-)a/offline_circ/enqueue_koc.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
4
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
#
19
#
20
20
21
use strict;
21
use strict;
(-)a/offline_circ/list.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
4
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
#
19
#
20
20
21
use strict;
21
use strict;
(-)a/offline_circ/process.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
4
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
#
19
#
20
20
21
use strict;
21
use strict;
(-)a/offline_circ/process_koc.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
4
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
#
19
#
20
20
21
use strict;
21
use strict;
(-)a/offline_circ/service.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
4
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
#
19
#
20
20
21
use strict;
21
use strict;
(-)a/opac/errors/400.pl (-10 / +10 lines)
Lines 2-19 Link Here
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
5
# Koha is free software; you can redistribute it and/or modify it under the
5
# Koha is free software; you can redistribute it and/or modify it
6
# terms of the GNU General Public License as published by the Free Software
6
# under the terms of the GNU General Public License as published by
7
# Foundation; either version 2 of the License, or (at your option) any later
7
# the Free Software Foundation; either version 3 of the License, or
8
# version.
8
# (at your option) any later version.
9
#
9
#
10
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
10
# Koha is distributed in the hope that it will be useful, but
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
11
# WITHOUT ANY WARRANTY; without even the implied warranty of
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
12
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
# GNU General Public License for more details.
13
#
14
#
14
# You should have received a copy of the GNU General Public License along
15
# You should have received a copy of the GNU General Public License
15
# with Koha; if not, write to the Free Software Foundation, Inc.,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
17
18
18
19
use strict;
19
use strict;
(-)a/opac/errors/401.pl (-10 / +10 lines)
Lines 2-19 Link Here
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
5
# Koha is free software; you can redistribute it and/or modify it under the
5
# Koha is free software; you can redistribute it and/or modify it
6
# terms of the GNU General Public License as published by the Free Software
6
# under the terms of the GNU General Public License as published by
7
# Foundation; either version 2 of the License, or (at your option) any later
7
# the Free Software Foundation; either version 3 of the License, or
8
# version.
8
# (at your option) any later version.
9
#
9
#
10
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
10
# Koha is distributed in the hope that it will be useful, but
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
11
# WITHOUT ANY WARRANTY; without even the implied warranty of
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
12
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
# GNU General Public License for more details.
13
#
14
#
14
# You should have received a copy of the GNU General Public License along
15
# You should have received a copy of the GNU General Public License
15
# with Koha; if not, write to the Free Software Foundation, Inc.,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
17
18
18
19
use strict;
19
use strict;
(-)a/opac/errors/402.pl (-10 / +10 lines)
Lines 2-19 Link Here
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
5
# Koha is free software; you can redistribute it and/or modify it under the
5
# Koha is free software; you can redistribute it and/or modify it
6
# terms of the GNU General Public License as published by the Free Software
6
# under the terms of the GNU General Public License as published by
7
# Foundation; either version 2 of the License, or (at your option) any later
7
# the Free Software Foundation; either version 3 of the License, or
8
# version.
8
# (at your option) any later version.
9
#
9
#
10
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
10
# Koha is distributed in the hope that it will be useful, but
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
11
# WITHOUT ANY WARRANTY; without even the implied warranty of
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
12
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
# GNU General Public License for more details.
13
#
14
#
14
# You should have received a copy of the GNU General Public License along
15
# You should have received a copy of the GNU General Public License
15
# with Koha; if not, write to the Free Software Foundation, Inc.,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
17
18
18
19
use strict;
19
use strict;
(-)a/opac/errors/403.pl (-10 / +10 lines)
Lines 2-19 Link Here
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
5
# Koha is free software; you can redistribute it and/or modify it under the
5
# Koha is free software; you can redistribute it and/or modify it
6
# terms of the GNU General Public License as published by the Free Software
6
# under the terms of the GNU General Public License as published by
7
# Foundation; either version 2 of the License, or (at your option) any later
7
# the Free Software Foundation; either version 3 of the License, or
8
# version.
8
# (at your option) any later version.
9
#
9
#
10
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
10
# Koha is distributed in the hope that it will be useful, but
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
11
# WITHOUT ANY WARRANTY; without even the implied warranty of
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
12
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
# GNU General Public License for more details.
13
#
14
#
14
# You should have received a copy of the GNU General Public License along
15
# You should have received a copy of the GNU General Public License
15
# with Koha; if not, write to the Free Software Foundation, Inc.,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
17
18
18
19
use strict;
19
use strict;
(-)a/opac/errors/404.pl (-10 / +10 lines)
Lines 2-19 Link Here
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
5
# Koha is free software; you can redistribute it and/or modify it under the
5
# Koha is free software; you can redistribute it and/or modify it
6
# terms of the GNU General Public License as published by the Free Software
6
# under the terms of the GNU General Public License as published by
7
# Foundation; either version 2 of the License, or (at your option) any later
7
# the Free Software Foundation; either version 3 of the License, or
8
# version.
8
# (at your option) any later version.
9
#
9
#
10
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
10
# Koha is distributed in the hope that it will be useful, but
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
11
# WITHOUT ANY WARRANTY; without even the implied warranty of
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
12
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
# GNU General Public License for more details.
13
#
14
#
14
# You should have received a copy of the GNU General Public License along
15
# You should have received a copy of the GNU General Public License
15
# with Koha; if not, write to the Free Software Foundation, Inc.,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
17
18
18
19
use strict;
19
use strict;
(-)a/opac/errors/500.pl (-10 / +10 lines)
Lines 2-19 Link Here
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
5
# Koha is free software; you can redistribute it and/or modify it under the
5
# Koha is free software; you can redistribute it and/or modify it
6
# terms of the GNU General Public License as published by the Free Software
6
# under the terms of the GNU General Public License as published by
7
# Foundation; either version 2 of the License, or (at your option) any later
7
# the Free Software Foundation; either version 3 of the License, or
8
# version.
8
# (at your option) any later version.
9
#
9
#
10
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
10
# Koha is distributed in the hope that it will be useful, but
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
11
# WITHOUT ANY WARRANTY; without even the implied warranty of
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
12
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
# GNU General Public License for more details.
13
#
14
#
14
# You should have received a copy of the GNU General Public License along
15
# You should have received a copy of the GNU General Public License
15
# with Koha; if not, write to the Free Software Foundation, Inc.,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
17
18
18
19
use strict;
19
use strict;
(-)a/opac/ilsdi.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/opac/maintenance.pl (-10 / +10 lines)
Lines 2-19 Link Here
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
5
# Koha is free software; you can redistribute it and/or modify it under the
5
# Koha is free software; you can redistribute it and/or modify it
6
# terms of the GNU General Public License as published by the Free Software
6
# under the terms of the GNU General Public License as published by
7
# Foundation; either version 2 of the License, or (at your option) any later
7
# the Free Software Foundation; either version 3 of the License, or
8
# version.
8
# (at your option) any later version.
9
#
9
#
10
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
10
# Koha is distributed in the hope that it will be useful, but
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
11
# WITHOUT ANY WARRANTY; without even the implied warranty of
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
12
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
# GNU General Public License for more details.
13
#
14
#
14
# You should have received a copy of the GNU General Public License along
15
# You should have received a copy of the GNU General Public License
15
# with Koha; if not, write to the Free Software Foundation, Inc.,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/opac/oai.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
20
21
use strict;
21
use strict;
(-)a/opac/opac-ISBDdetail.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
21
22
=head1 NAME
22
=head1 NAME
(-)a/opac/opac-account.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
21
22
use strict;
22
use strict;
(-)a/opac/opac-addbybiblionumber.pl (-10 / +10 lines)
Lines 9-26 Link Here
9
#
9
#
10
# This file is part of Koha.
10
# This file is part of Koha.
11
#
11
#
12
# Koha is free software; you can redistribute it and/or modify it under the
12
# Koha is free software; you can redistribute it and/or modify it
13
# terms of the GNU General Public License as published by the Free Software
13
# under the terms of the GNU General Public License as published by
14
# Foundation; either version 2 of the License, or (at your option) any later
14
# the Free Software Foundation; either version 3 of the License, or
15
# version.
15
# (at your option) any later version.
16
#
16
#
17
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
17
# Koha is distributed in the hope that it will be useful, but
18
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
18
# WITHOUT ANY WARRANTY; without even the implied warranty of
19
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
19
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20
# GNU General Public License for more details.
20
#
21
#
21
# You should have received a copy of the GNU General Public License along
22
# You should have received a copy of the GNU General Public License
22
# with Koha; if not, write to the Free Software Foundation, Inc.,
23
# along with Koha; if not, see <http://www.gnu.org/licenses>.
23
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
24
24
25
use strict;
25
use strict;
26
use warnings;
26
use warnings;
(-)a/opac/opac-alert-subscribe.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
20
21
use strict;
21
use strict;
(-)a/opac/opac-authorities-home.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/opac/opac-authoritiesdetail.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/opac/opac-basket.pl (-10 / +10 lines)
Lines 2-19 Link Here
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
5
# Koha is free software; you can redistribute it and/or modify it under the
5
# Koha is free software; you can redistribute it and/or modify it
6
# terms of the GNU General Public License as published by the Free Software
6
# under the terms of the GNU General Public License as published by
7
# Foundation; either version 2 of the License, or (at your option) any later
7
# the Free Software Foundation; either version 3 of the License, or
8
# version.
8
# (at your option) any later version.
9
#
9
#
10
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
10
# Koha is distributed in the hope that it will be useful, but
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
11
# WITHOUT ANY WARRANTY; without even the implied warranty of
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
12
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
# GNU General Public License for more details.
13
#
14
#
14
# You should have received a copy of the GNU General Public License along
15
# You should have received a copy of the GNU General Public License
15
# with Koha; if not, write to the Free Software Foundation, Inc.,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
17
18
18
19
use strict;
19
use strict;
(-)a/opac/opac-browser.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
20
21
=head1 opac-browser.pl
21
=head1 opac-browser.pl
(-)a/opac/opac-changelanguage.pl (-10 / +10 lines)
Lines 2-19 Link Here
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
5
# Koha is free software; you can redistribute it and/or modify it under the
5
# Koha is free software; you can redistribute it and/or modify it
6
# terms of the GNU General Public License as published by the Free Software
6
# under the terms of the GNU General Public License as published by
7
# Foundation; either version 2 of the License, or (at your option) any later
7
# the Free Software Foundation; either version 3 of the License, or
8
# version.
8
# (at your option) any later version.
9
#
9
#
10
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
10
# Koha is distributed in the hope that it will be useful, but
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
11
# WITHOUT ANY WARRANTY; without even the implied warranty of
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
12
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
# GNU General Public License for more details.
13
#
14
#
14
# You should have received a copy of the GNU General Public License along
15
# You should have received a copy of the GNU General Public License
15
# with Koha; if not, write to the Free Software Foundation, Inc.,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
17
18
use strict;
18
use strict;
19
use warnings;
19
use warnings;
(-)a/opac/opac-course-details.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/opac/opac-course-reserves.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/opac/opac-detail.pl (-10 / +10 lines)
Lines 6-23 Link Here
6
#
6
#
7
# This file is part of Koha.
7
# This file is part of Koha.
8
#
8
#
9
# Koha is free software; you can redistribute it and/or modify it under the
9
# Koha is free software; you can redistribute it and/or modify it
10
# terms of the GNU General Public License as published by the Free Software
10
# under the terms of the GNU General Public License as published by
11
# Foundation; either version 2 of the License, or (at your option) any later
11
# the Free Software Foundation; either version 3 of the License, or
12
# version.
12
# (at your option) any later version.
13
#
13
#
14
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
14
# Koha is distributed in the hope that it will be useful, but
15
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
15
# WITHOUT ANY WARRANTY; without even the implied warranty of
16
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
# GNU General Public License for more details.
17
#
18
#
18
# You should have received a copy of the GNU General Public License along
19
# You should have received a copy of the GNU General Public License
19
# with Koha; if not, write to the Free Software Foundation, Inc.,
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
21
22
22
23
use strict;
23
use strict;
(-)a/opac/opac-downloadcart.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/opac/opac-downloadshelf.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/opac/opac-export.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/opac/opac-ics.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
4
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
# This script builds an ICalendar file (rfc 2445) for use in programs such as Ical
20
# This script builds an ICalendar file (rfc 2445) for use in programs such as Ical
21
21
(-)a/opac/opac-image.pl (-10 / +10 lines)
Lines 7-24 Link Here
7
#
7
#
8
# This file is part of Koha.
8
# This file is part of Koha.
9
#
9
#
10
# Koha is free software; you can redistribute it and/or modify it under the
10
# Koha is free software; you can redistribute it and/or modify it
11
# terms of the GNU General Public License as published by the Free Software
11
# under the terms of the GNU General Public License as published by
12
# Foundation; either version 2 of the License, or (at your option) any later
12
# the Free Software Foundation; either version 3 of the License, or
13
# version.
13
# (at your option) any later version.
14
#
14
#
15
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
15
# Koha is distributed in the hope that it will be useful, but
16
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
16
# WITHOUT ANY WARRANTY; without even the implied warranty of
17
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
17
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
# GNU General Public License for more details.
18
#
19
#
19
# You should have received a copy of the GNU General Public License along
20
# You should have received a copy of the GNU General Public License
20
# with Koha; if not, write to the Free Software Foundation, Inc.,
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22
#
22
#
23
#
23
#
24
#
24
#
(-)a/opac/opac-imageviewer.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/opac/opac-memberentry.pl (-10 / +10 lines)
Lines 2-19 Link Here
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
5
# Koha is free software; you can redistribute it and/or modify it under the
5
# Koha is free software; you can redistribute it and/or modify it
6
# terms of the GNU General Public License as published by the Free Software
6
# under the terms of the GNU General Public License as published by
7
# Foundation; either version 2 of the License, or (at your option) any later
7
# the Free Software Foundation; either version 3 of the License, or
8
# version.
8
# (at your option) any later version.
9
#
9
#
10
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
10
# Koha is distributed in the hope that it will be useful, but
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
11
# WITHOUT ANY WARRANTY; without even the implied warranty of
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
12
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
# GNU General Public License for more details.
13
#
14
#
14
# You should have received a copy of the GNU General Public License along
15
# You should have received a copy of the GNU General Public License
15
# with Koha; if not, write to the Free Software Foundation, Inc.,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/opac/opac-messaging.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/opac/opac-modrequest-suspend.pl (-10 / +10 lines)
Lines 2-19 Link Here
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
5
# Koha is free software; you can redistribute it and/or modify it under the
5
# Koha is free software; you can redistribute it and/or modify it
6
# terms of the GNU General Public License as published by the Free Software
6
# under the terms of the GNU General Public License as published by
7
# Foundation; either version 2 of the License, or (at your option) any later
7
# the Free Software Foundation; either version 3 of the License, or
8
# version.
8
# (at your option) any later version.
9
#
9
#
10
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
10
# Koha is distributed in the hope that it will be useful, but
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
11
# WITHOUT ANY WARRANTY; without even the implied warranty of
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
12
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
# GNU General Public License for more details.
13
#
14
#
14
# You should have received a copy of the GNU General Public License along
15
# You should have received a copy of the GNU General Public License
15
# with Koha; if not, write to the Free Software Foundation, Inc.,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
17
18
use strict;
18
use strict;
19
use warnings;
19
use warnings;
(-)a/opac/opac-modrequest.pl (-10 / +10 lines)
Lines 9-26 Link Here
9
#
9
#
10
# This file is part of Koha.
10
# This file is part of Koha.
11
#
11
#
12
# Koha is free software; you can redistribute it and/or modify it under the
12
# Koha is free software; you can redistribute it and/or modify it
13
# terms of the GNU General Public License as published by the Free Software
13
# under the terms of the GNU General Public License as published by
14
# Foundation; either version 2 of the License, or (at your option) any later
14
# the Free Software Foundation; either version 3 of the License, or
15
# version.
15
# (at your option) any later version.
16
#
16
#
17
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
17
# Koha is distributed in the hope that it will be useful, but
18
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
18
# WITHOUT ANY WARRANTY; without even the implied warranty of
19
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
19
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20
# GNU General Public License for more details.
20
#
21
#
21
# You should have received a copy of the GNU General Public License along
22
# You should have received a copy of the GNU General Public License
22
# with Koha; if not, write to the Free Software Foundation, Inc.,
23
# along with Koha; if not, see <http://www.gnu.org/licenses>.
23
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
24
24
25
use strict;
25
use strict;
26
use warnings;
26
use warnings;
(-)a/opac/opac-mymessages.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/opac/opac-passwd.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of the extensions and enhacments made to koha by Universidad ORT Uruguay
6
# This file is part of the extensions and enhacments made to koha by Universidad ORT Uruguay
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/opac/opac-patron-image.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/opac/opac-privacy.pl (-10 / +10 lines)
Lines 3-20 Link Here
3
#
3
#
4
# copyright 2009, BibLibre, paul.poulain@biblibre.com
4
# copyright 2009, BibLibre, paul.poulain@biblibre.com
5
#
5
#
6
# Koha is free software; you can redistribute it and/or modify it under the
6
# Koha is free software; you can redistribute it and/or modify it
7
# terms of the GNU General Public License as published by the Free Software
7
# under the terms of the GNU General Public License as published by
8
# Foundation; either version 2 of the License, or (at your option) any later
8
# the Free Software Foundation; either version 3 of the License, or
9
# version.
9
# (at your option) any later version.
10
#
10
#
11
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
11
# Koha is distributed in the hope that it will be useful, but
12
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
12
# WITHOUT ANY WARRANTY; without even the implied warranty of
13
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
# GNU General Public License for more details.
14
#
15
#
15
# You should have received a copy of the GNU General Public License along
16
# You should have received a copy of the GNU General Public License
16
# with Koha; if not, write to the Free Software Foundation, Inc.,
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18
18
19
use strict;
19
use strict;
20
use CGI qw ( -utf8 );
20
use CGI qw ( -utf8 );
(-)a/opac/opac-ratings-ajax.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
=head1 DESCRIPTION
20
=head1 DESCRIPTION
21
21
(-)a/opac/opac-ratings.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
=head1
20
=head1
21
21
(-)a/opac/opac-readingrecord.pl (-10 / +10 lines)
Lines 2-19 Link Here
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
5
# Koha is free software; you can redistribute it and/or modify it under the
5
# Koha is free software; you can redistribute it and/or modify it
6
# terms of the GNU General Public License as published by the Free Software
6
# under the terms of the GNU General Public License as published by
7
# Foundation; either version 2 of the License, or (at your option) any later
7
# the Free Software Foundation; either version 3 of the License, or
8
# version.
8
# (at your option) any later version.
9
#
9
#
10
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
10
# Koha is distributed in the hope that it will be useful, but
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
11
# WITHOUT ANY WARRANTY; without even the implied warranty of
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
12
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
# GNU General Public License for more details.
13
#
14
#
14
# You should have received a copy of the GNU General Public License along
15
# You should have received a copy of the GNU General Public License
15
# with Koha; if not, write to the Free Software Foundation, Inc.,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
17
18
18
19
use strict;
19
use strict;
(-)a/opac/opac-registration-verify.pl (-10 / +10 lines)
Lines 2-19 Link Here
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
5
# Koha is free software; you can redistribute it and/or modify it under the
5
# Koha is free software; you can redistribute it and/or modify it
6
# terms of the GNU General Public License as published by the Free Software
6
# under the terms of the GNU General Public License as published by
7
# Foundation; either version 2 of the License, or (at your option) any later
7
# the Free Software Foundation; either version 3 of the License, or
8
# version.
8
# (at your option) any later version.
9
#
9
#
10
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
10
# Koha is distributed in the hope that it will be useful, but
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
11
# WITHOUT ANY WARRANTY; without even the implied warranty of
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
12
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
# GNU General Public License for more details.
13
#
14
#
14
# You should have received a copy of the GNU General Public License along
15
# You should have received a copy of the GNU General Public License
15
# with Koha; if not, write to the Free Software Foundation, Inc.,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/opac/opac-renew.pl (-10 / +10 lines)
Lines 7-24 Link Here
7
7
8
# This file is part of Koha.
8
# This file is part of Koha.
9
#
9
#
10
# Koha is free software; you can redistribute it and/or modify it under the
10
# Koha is free software; you can redistribute it and/or modify it
11
# terms of the GNU General Public License as published by the Free Software
11
# under the terms of the GNU General Public License as published by
12
# Foundation; either version 2 of the License, or (at your option) any later
12
# the Free Software Foundation; either version 3 of the License, or
13
# version.
13
# (at your option) any later version.
14
#
14
#
15
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
15
# Koha is distributed in the hope that it will be useful, but
16
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
16
# WITHOUT ANY WARRANTY; without even the implied warranty of
17
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
17
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
# GNU General Public License for more details.
18
#
19
#
19
# You should have received a copy of the GNU General Public License along
20
# You should have received a copy of the GNU General Public License
20
# with Koha; if not, write to the Free Software Foundation, Inc.,
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22
22
23
23
24
use strict;
24
use strict;
(-)a/opac/opac-reserve.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/opac/opac-review.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/opac/opac-search-history.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/opac/opac-search.pl (-10 / +10 lines)
Lines 6-23 Link Here
6
#
6
#
7
# This file is part of Koha.
7
# This file is part of Koha.
8
#
8
#
9
# Koha is free software; you can redistribute it and/or modify it under the
9
# Koha is free software; you can redistribute it and/or modify it
10
# terms of the GNU General Public License as published by the Free Software
10
# under the terms of the GNU General Public License as published by
11
# Foundation; either version 2 of the License, or (at your option) any later
11
# the Free Software Foundation; either version 3 of the License, or
12
# version.
12
# (at your option) any later version.
13
#
13
#
14
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
14
# Koha is distributed in the hope that it will be useful, but
15
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
15
# WITHOUT ANY WARRANTY; without even the implied warranty of
16
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
# GNU General Public License for more details.
17
#
18
#
18
# You should have received a copy of the GNU General Public License along
19
# You should have received a copy of the GNU General Public License
19
# with Koha; if not, write to the Free Software Foundation, Inc.,
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
21
22
# Script to perform searching
22
# Script to perform searching
23
# Mostly copied from search.pl, see POD there
23
# Mostly copied from search.pl, see POD there
(-)a/opac/opac-sendbasket.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/opac/opac-sendshelf.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/opac/opac-serial-issues.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
20
21
use strict;
21
use strict;
(-)a/opac/opac-shelves.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/opac/opac-showreviews.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/opac/opac-suggestions.pl (-10 / +10 lines)
Lines 2-19 Link Here
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
5
# Koha is free software; you can redistribute it and/or modify it under the
5
# Koha is free software; you can redistribute it and/or modify it
6
# terms of the GNU General Public License as published by the Free Software
6
# under the terms of the GNU General Public License as published by
7
# Foundation; either version 2 of the License, or (at your option) any later
7
# the Free Software Foundation; either version 3 of the License, or
8
# version.
8
# (at your option) any later version.
9
#
9
#
10
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
10
# Koha is distributed in the hope that it will be useful, but
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
11
# WITHOUT ANY WARRANTY; without even the implied warranty of
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
12
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
# GNU General Public License for more details.
13
#
14
#
14
# You should have received a copy of the GNU General Public License along
15
# You should have received a copy of the GNU General Public License
15
# with Koha; if not, write to the Free Software Foundation, Inc.,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
17
18
use strict;
18
use strict;
19
use warnings;
19
use warnings;
(-)a/opac/opac-tags.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
20
21
=head1 NAME
21
=head1 NAME
(-)a/opac/opac-tags_subject.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
20
21
=head1 opac-tags_subject.pl
21
=head1 opac-tags_subject.pl
(-)a/opac/opac-topissues.pl (-10 / +10 lines)
Lines 6-23 Link Here
6
#
6
#
7
# This file is part of Koha.
7
# This file is part of Koha.
8
#
8
#
9
# Koha is free software; you can redistribute it and/or modify it under the
9
# Koha is free software; you can redistribute it and/or modify it
10
# terms of the GNU General Public License as published by the Free Software
10
# under the terms of the GNU General Public License as published by
11
# Foundation; either version 2 of the License, or (at your option) any later
11
# the Free Software Foundation; either version 3 of the License, or
12
# version.
12
# (at your option) any later version.
13
#
13
#
14
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
14
# Koha is distributed in the hope that it will be useful, but
15
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
15
# WITHOUT ANY WARRANTY; without even the implied warranty of
16
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
# GNU General Public License for more details.
17
#
18
#
18
# You should have received a copy of the GNU General Public License along
19
# You should have received a copy of the GNU General Public License
19
# with Koha; if not, write to the Free Software Foundation, Inc.,
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
21
22
use strict;
22
use strict;
23
use warnings;
23
use warnings;
(-)a/opac/opac-user.pl (-10 / +10 lines)
Lines 3-20 Link Here
3
# This file is part of Koha.
3
# This file is part of Koha.
4
# parts copyright 2010 BibLibre
4
# parts copyright 2010 BibLibre
5
#
5
#
6
# Koha is free software; you can redistribute it and/or modify it under the
6
# Koha is free software; you can redistribute it and/or modify it
7
# terms of the GNU General Public License as published by the Free Software
7
# under the terms of the GNU General Public License as published by
8
# Foundation; either version 2 of the License, or (at your option) any later
8
# the Free Software Foundation; either version 3 of the License, or
9
# version.
9
# (at your option) any later version.
10
#
10
#
11
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
11
# Koha is distributed in the hope that it will be useful, but
12
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
12
# WITHOUT ANY WARRANTY; without even the implied warranty of
13
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
# GNU General Public License for more details.
14
#
15
#
15
# You should have received a copy of the GNU General Public License along
16
# You should have received a copy of the GNU General Public License
16
# with Koha; if not, write to the Free Software Foundation, Inc.,
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18
18
19
19
20
use strict;
20
use strict;
(-)a/opac/sco/help.pl (-10 / +10 lines)
Lines 7-24 Link Here
7
#
7
#
8
# This file is part of Koha.
8
# This file is part of Koha.
9
#
9
#
10
# Koha is free software; you can redistribute it and/or modify it under the
10
# Koha is free software; you can redistribute it and/or modify it
11
# terms of the GNU General Public License as published by the Free Software
11
# under the terms of the GNU General Public License as published by
12
# Foundation; either version 2 of the License, or (at your option) any later
12
# the Free Software Foundation; either version 3 of the License, or
13
# version.
13
# (at your option) any later version.
14
#
14
#
15
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
15
# Koha is distributed in the hope that it will be useful, but
16
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
16
# WITHOUT ANY WARRANTY; without even the implied warranty of
17
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
17
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
# GNU General Public License for more details.
18
#
19
#
19
# You should have received a copy of the GNU General Public License along
20
# You should have received a copy of the GNU General Public License
20
# with Koha; if not, write to the Free Software Foundation, Inc.,
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22
22
23
23
24
use strict;
24
use strict;
(-)a/opac/sco/printslip.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
=head1 printslip.pl
20
=head1 printslip.pl
21
21
(-)a/opac/sco/sco-main.pl (-10 / +10 lines)
Lines 6-23 Link Here
6
#
6
#
7
# This file is part of Koha.
7
# This file is part of Koha.
8
#
8
#
9
# Koha is free software; you can redistribute it and/or modify it under the
9
# Koha is free software; you can redistribute it and/or modify it
10
# terms of the GNU General Public License as published by the Free Software
10
# under the terms of the GNU General Public License as published by
11
# Foundation; either version 2 of the License, or (at your option) any later
11
# the Free Software Foundation; either version 3 of the License, or
12
# version.
12
# (at your option) any later version.
13
#
13
#
14
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
14
# Koha is distributed in the hope that it will be useful, but
15
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
15
# WITHOUT ANY WARRANTY; without even the implied warranty of
16
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
# GNU General Public License for more details.
17
#
18
#
18
# You should have received a copy of the GNU General Public License along
19
# You should have received a copy of the GNU General Public License
19
# with Koha; if not, write to the Free Software Foundation, Inc.,
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
21
22
# We're going to authenticate a self-check user.  we'll add a flag to borrowers 'selfcheck'
22
# We're going to authenticate a self-check user.  we'll add a flag to borrowers 'selfcheck'
23
#
23
#
(-)a/opac/sco/sco-patron-image.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/opac/svc/suggestion (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/opac/tracklinks.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
# Copyright 2012 Catalyst IT
5
# Copyright 2012 Catalyst IT
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
use C4::Context;
22
use C4::Context;
(-)a/opac/unapi (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/patroncards/card-print.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/patroncards/create-pdf.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/patroncards/edit-batch.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/patroncards/edit-layout.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/patroncards/edit-profile.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/patroncards/edit-template.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/patroncards/home.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/patroncards/manage.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/patroncards/print.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/plugins/plugins-home.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/plugins/plugins-uninstall.pl (-10 / +10 lines)
Lines 2-19 Link Here
2
#
2
#
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
5
# Koha is free software; you can redistribute it and/or modify it under the
5
# Koha is free software; you can redistribute it and/or modify it
6
# terms of the GNU General Public License as published by the Free Software
6
# under the terms of the GNU General Public License as published by
7
# Foundation; either version 2 of the License, or (at your option) any later
7
# the Free Software Foundation; either version 3 of the License, or
8
# version.
8
# (at your option) any later version.
9
#
9
#
10
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
10
# Koha is distributed in the hope that it will be useful, but
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
11
# WITHOUT ANY WARRANTY; without even the implied warranty of
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
12
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
# GNU General Public License for more details.
13
#
14
#
14
# You should have received a copy of the GNU General Public License along
15
# You should have received a copy of the GNU General Public License
15
# with Koha; if not, write to the Free Software Foundation, Inc.,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
17
18
use strict;
18
use strict;
19
use warnings;
19
use warnings;
(-)a/plugins/plugins-upload.pl (-10 / +10 lines)
Lines 3-20 Link Here
3
#
3
#
4
# This file is part of Koha.
4
# This file is part of Koha.
5
#
5
#
6
# Koha is free software; you can redistribute it and/or modify it under the
6
# Koha is free software; you can redistribute it and/or modify it
7
# terms of the GNU General Public License as published by the Free Software
7
# under the terms of the GNU General Public License as published by
8
# Foundation; either version 2 of the License, or (at your option) any later
8
# the Free Software Foundation; either version 3 of the License, or
9
# version.
9
# (at your option) any later version.
10
#
10
#
11
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
11
# Koha is distributed in the hope that it will be useful, but
12
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
12
# WITHOUT ANY WARRANTY; without even the implied warranty of
13
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
# GNU General Public License for more details.
14
#
15
#
15
# You should have received a copy of the GNU General Public License along
16
# You should have received a copy of the GNU General Public License
16
# with Koha; if not, write to the Free Software Foundation, Inc.,
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18
18
19
use strict;
19
use strict;
20
use warnings;
20
use warnings;
(-)a/plugins/run.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/reports/acquisitions_stats.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
21
(-)a/reports/bor_issues_top.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
#use warnings; FIXME - Bug 2505
21
#use warnings; FIXME - Bug 2505
(-)a/reports/borrowers_out.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/reports/borrowers_stats.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw ( -utf8 );
21
use CGI qw ( -utf8 );
(-)a/reports/cat_issues_top.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/reports/catalogue_out.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/reports/catalogue_stats.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/reports/dictionary.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
use CGI::Carp qw(fatalsToBrowser warningsToBrowser);
19
use CGI::Carp qw(fatalsToBrowser warningsToBrowser);
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/reports/guided_reports.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI qw/-utf8/;
21
use CGI qw/-utf8/;
(-)a/reports/issues_avg_stats.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/reports/issues_by_borrower_category.plugin (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
use C4::Auth;
22
use C4::Auth;
(-)a/reports/issues_stats.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
#use warnings; FIXME - Bug 2505
21
#use warnings; FIXME - Bug 2505
(-)a/reports/itemslost.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
21
22
=head1 itemslost
22
=head1 itemslost
(-)a/reports/itemtypes.plugin (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
use C4::Auth;
22
use C4::Auth;
(-)a/reports/manager.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
#use warnings; FIXME - Bug 2505
21
#use warnings; FIXME - Bug 2505
(-)a/reports/reports-home.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
20
21
use strict;
21
use strict;
(-)a/reports/reservereport.pl (-10 / +10 lines)
Lines 7-24 Link Here
7
#
7
#
8
# This file is part of Koha.
8
# This file is part of Koha.
9
#
9
#
10
# Koha is free software; you can redistribute it and/or modify it under the
10
# Koha is free software; you can redistribute it and/or modify it
11
# terms of the GNU General Public License as published by the Free Software
11
# under the terms of the GNU General Public License as published by
12
# Foundation; either version 2 of the License, or (at your option) any later
12
# the Free Software Foundation; either version 3 of the License, or
13
# version.
13
# (at your option) any later version.
14
#
14
#
15
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
15
# Koha is distributed in the hope that it will be useful, but
16
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
16
# WITHOUT ANY WARRANTY; without even the implied warranty of
17
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
17
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
# GNU General Public License for more details.
18
#
19
#
19
# You should have received a copy of the GNU General Public License along
20
# You should have received a copy of the GNU General Public License
20
# with Koha; if not, write to the Free Software Foundation, Inc.,
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22
22
23
# script now takes a branchcode arg
23
# script now takes a branchcode arg
24
# eg: http://koha.rangitikei.katipo.co.nz/cgi-bin/koha/reports/reservereport.pl?branch=BL
24
# eg: http://koha.rangitikei.katipo.co.nz/cgi-bin/koha/reports/reservereport.pl?branch=BL
(-)a/reports/serials_stats.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/reports/stats.screen.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
20
21
use strict;
21
use strict;
(-)a/reserve/modrequest.pl (-10 / +10 lines)
Lines 9-26 Link Here
9
#
9
#
10
# This file is part of Koha.
10
# This file is part of Koha.
11
#
11
#
12
# Koha is free software; you can redistribute it and/or modify it under the
12
# Koha is free software; you can redistribute it and/or modify it
13
# terms of the GNU General Public License as published by the Free Software
13
# under the terms of the GNU General Public License as published by
14
# Foundation; either version 2 of the License, or (at your option) any later
14
# the Free Software Foundation; either version 3 of the License, or
15
# version.
15
# (at your option) any later version.
16
#
16
#
17
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
17
# Koha is distributed in the hope that it will be useful, but
18
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
18
# WITHOUT ANY WARRANTY; without even the implied warranty of
19
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
19
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20
# GNU General Public License for more details.
20
#
21
#
21
# You should have received a copy of the GNU General Public License along
22
# You should have received a copy of the GNU General Public License
22
# with Koha; if not, write to the Free Software Foundation, Inc.,
23
# along with Koha; if not, see <http://www.gnu.org/licenses>.
23
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
24
24
25
use strict;
25
use strict;
26
use warnings;
26
use warnings;
(-)a/reserve/modrequest_suspendall.pl (-10 / +10 lines)
Lines 9-26 Link Here
9
#
9
#
10
# This file is part of Koha.
10
# This file is part of Koha.
11
#
11
#
12
# Koha is free software; you can redistribute it and/or modify it under the
12
# Koha is free software; you can redistribute it and/or modify it
13
# terms of the GNU General Public License as published by the Free Software
13
# under the terms of the GNU General Public License as published by
14
# Foundation; either version 2 of the License, or (at your option) any later
14
# the Free Software Foundation; either version 3 of the License, or
15
# version.
15
# (at your option) any later version.
16
#
16
#
17
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
17
# Koha is distributed in the hope that it will be useful, but
18
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
18
# WITHOUT ANY WARRANTY; without even the implied warranty of
19
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
19
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20
# GNU General Public License for more details.
20
#
21
#
21
# You should have received a copy of the GNU General Public License along
22
# You should have received a copy of the GNU General Public License
22
# with Koha; if not, write to the Free Software Foundation, Inc.,
23
# along with Koha; if not, see <http://www.gnu.org/licenses>.
23
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
24
24
25
use strict;
25
use strict;
26
use warnings;
26
use warnings;
(-)a/reserve/placerequest.pl (-10 / +10 lines)
Lines 8-25 Link Here
8
#
8
#
9
# This file is part of Koha.
9
# This file is part of Koha.
10
#
10
#
11
# Koha is free software; you can redistribute it and/or modify it under the
11
# Koha is free software; you can redistribute it and/or modify it
12
# terms of the GNU General Public License as published by the Free Software
12
# under the terms of the GNU General Public License as published by
13
# Foundation; either version 2 of the License, or (at your option) any later
13
# the Free Software Foundation; either version 3 of the License, or
14
# version.
14
# (at your option) any later version.
15
#
15
#
16
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
16
# Koha is distributed in the hope that it will be useful, but
17
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
17
# WITHOUT ANY WARRANTY; without even the implied warranty of
18
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
18
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
# GNU General Public License for more details.
19
#
20
#
20
# You should have received a copy of the GNU General Public License along
21
# You should have received a copy of the GNU General Public License
21
# with Koha; if not, write to the Free Software Foundation, Inc.,
22
# along with Koha; if not, see <http://www.gnu.org/licenses>.
22
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
23
23
24
use strict;
24
use strict;
25
use warnings;
25
use warnings;
(-)a/reserve/renewscript.pl (-10 / +10 lines)
Lines 7-24 Link Here
7
#
7
#
8
# This file is part of Koha.
8
# This file is part of Koha.
9
#
9
#
10
# Koha is free software; you can redistribute it and/or modify it under the
10
# Koha is free software; you can redistribute it and/or modify it
11
# terms of the GNU General Public License as published by the Free Software
11
# under the terms of the GNU General Public License as published by
12
# Foundation; either version 2 of the License, or (at your option) any later
12
# the Free Software Foundation; either version 3 of the License, or
13
# version.
13
# (at your option) any later version.
14
#
14
#
15
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
15
# Koha is distributed in the hope that it will be useful, but
16
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
16
# WITHOUT ANY WARRANTY; without even the implied warranty of
17
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
17
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
# GNU General Public License for more details.
18
#
19
#
19
# You should have received a copy of the GNU General Public License along
20
# You should have received a copy of the GNU General Public License
20
# with Koha; if not, write to the Free Software Foundation, Inc.,
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22
use strict;
22
use strict;
23
use warnings;
23
use warnings;
24
use CGI qw ( -utf8 );
24
use CGI qw ( -utf8 );
(-)a/reserve/request.pl (-10 / +10 lines)
Lines 7-24 Link Here
7
#
7
#
8
# This file is part of Koha.
8
# This file is part of Koha.
9
#
9
#
10
# Koha is free software; you can redistribute it and/or modify it under the
10
# Koha is free software; you can redistribute it and/or modify it
11
# terms of the GNU General Public License as published by the Free Software
11
# under the terms of the GNU General Public License as published by
12
# Foundation; either version 2 of the License, or (at your option) any later
12
# the Free Software Foundation; either version 3 of the License, or
13
# version.
13
# (at your option) any later version.
14
#
14
#
15
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
15
# Koha is distributed in the hope that it will be useful, but
16
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
16
# WITHOUT ANY WARRANTY; without even the implied warranty of
17
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
17
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
# GNU General Public License for more details.
18
#
19
#
19
# You should have received a copy of the GNU General Public License along
20
# You should have received a copy of the GNU General Public License
20
# with Koha; if not, write to the Free Software Foundation, Inc.,
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22
22
23
=head1 request.pl
23
=head1 request.pl
24
24
(-)a/rewrite-config.PL (-10 / +10 lines)
Lines 2-19 Link Here
2
#
2
#
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
5
# Koha is free software; you can redistribute it and/or modify it under the
5
# Koha is free software; you can redistribute it and/or modify it
6
# terms of the GNU General Public License as published by the Free Software
6
# under the terms of the GNU General Public License as published by
7
# Foundation; either version 2 of the License, or (at your option) any later
7
# the Free Software Foundation; either version 3 of the License, or
8
# version.
8
# (at your option) any later version.
9
#
9
#
10
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
10
# Koha is distributed in the hope that it will be useful, but
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
11
# WITHOUT ANY WARRANTY; without even the implied warranty of
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
12
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
# GNU General Public License for more details.
13
#
14
#
14
# You should have received a copy of the GNU General Public License along
15
# You should have received a copy of the GNU General Public License
15
# with Koha; if not, write to the Free Software Foundation, Inc.,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
#
17
#
18
# Current maintainer MJR http://mjr.towers.org.uk/
18
# Current maintainer MJR http://mjr.towers.org.uk/
19
# 
19
# 
(-)a/serials/acqui-search-result.pl (-10 / +10 lines)
Lines 7-24 Link Here
7
#
7
#
8
# This file is part of Koha.
8
# This file is part of Koha.
9
#
9
#
10
# Koha is free software; you can redistribute it and/or modify it under the
10
# Koha is free software; you can redistribute it and/or modify it
11
# terms of the GNU General Public License as published by the Free Software
11
# under the terms of the GNU General Public License as published by
12
# Foundation; either version 2 of the License, or (at your option) any later
12
# the Free Software Foundation; either version 3 of the License, or
13
# version.
13
# (at your option) any later version.
14
#
14
#
15
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
15
# Koha is distributed in the hope that it will be useful, but
16
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
16
# WITHOUT ANY WARRANTY; without even the implied warranty of
17
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
17
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
# GNU General Public License for more details.
18
#
19
#
19
# You should have received a copy of the GNU General Public License along
20
# You should have received a copy of the GNU General Public License
20
# with Koha; if not, write to the Free Software Foundation, Inc.,
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22
22
23
23
24
=head1 NAME
24
=head1 NAME
(-)a/serials/acqui-search.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
20
21
use strict;
21
use strict;
(-)a/serials/checkexpiration.pl (-10 / +10 lines)
Lines 3-20 Link Here
3
#
3
#
4
# This file is part of Koha.
4
# This file is part of Koha.
5
#
5
#
6
# Koha is free software; you can redistribute it and/or modify it under the
6
# Koha is free software; you can redistribute it and/or modify it
7
# terms of the GNU General Public License as published by the Free Software
7
# under the terms of the GNU General Public License as published by
8
# Foundation; either version 2 of the License, or (at your option) any later
8
# the Free Software Foundation; either version 3 of the License, or
9
# version.
9
# (at your option) any later version.
10
#
10
#
11
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
11
# Koha is distributed in the hope that it will be useful, but
12
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
12
# WITHOUT ANY WARRANTY; without even the implied warranty of
13
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
# GNU General Public License for more details.
14
#
15
#
15
# You should have received a copy of the GNU General Public License along
16
# You should have received a copy of the GNU General Public License
16
# with Koha; if not, write to the Free Software Foundation, Inc.,
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18
18
19
19
20
=head1 NAME
20
=head1 NAME
(-)a/serials/claims.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
4
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/serials/reorder_members.pl (-10 / +10 lines)
Lines 1-18 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/perl
2
# This file is part of Koha.
2
# This file is part of Koha.
3
#
3
#
4
# Koha is free software; you can redistribute it and/or modify it under the
4
# Koha is free software; you can redistribute it and/or modify it
5
# terms of the GNU General Public License as published by the Free Software
5
# under the terms of the GNU General Public License as published by
6
# Foundation; either version 2 of the License, or (at your option) any later
6
# the Free Software Foundation; either version 3 of the License, or
7
# version.
7
# (at your option) any later version.
8
#
8
#
9
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
9
# Koha is distributed in the hope that it will be useful, but
10
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
10
# WITHOUT ANY WARRANTY; without even the implied warranty of
11
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
11
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
# GNU General Public License for more details.
12
#
13
#
13
# You should have received a copy of the GNU General Public License along
14
# You should have received a copy of the GNU General Public License
14
# with Koha; if not, write to the Free Software Foundation, Inc.,
15
# along with Koha; if not, see <http://www.gnu.org/licenses>.
15
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
16
16
17
# Routing.pl script used to create a routing list for a serial subscription
17
# Routing.pl script used to create a routing list for a serial subscription
18
# In this instance it is in fact a setting up of a list of reserves for the item
18
# In this instance it is in fact a setting up of a list of reserves for the item
(-)a/serials/routing-preview.pl (-10 / +10 lines)
Lines 2-19 Link Here
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
5
# Koha is free software; you can redistribute it and/or modify it under the
5
# Koha is free software; you can redistribute it and/or modify it
6
# terms of the GNU General Public License as published by the Free Software
6
# under the terms of the GNU General Public License as published by
7
# Foundation; either version 2 of the License, or (at your option) any later
7
# the Free Software Foundation; either version 3 of the License, or
8
# version.
8
# (at your option) any later version.
9
#
9
#
10
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
10
# Koha is distributed in the hope that it will be useful, but
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
11
# WITHOUT ANY WARRANTY; without even the implied warranty of
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
12
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
# GNU General Public License for more details.
13
#
14
#
14
# You should have received a copy of the GNU General Public License along
15
# You should have received a copy of the GNU General Public License
15
# with Koha; if not, write to the Free Software Foundation, Inc.,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
17
18
# Routing Preview.pl script used to view a routing list after creation
18
# Routing Preview.pl script used to view a routing list after creation
19
# lets one print out routing slip and create (in this instance) the heirarchy
19
# lets one print out routing slip and create (in this instance) the heirarchy
(-)a/serials/routing.pl (-10 / +10 lines)
Lines 2-19 Link Here
2
2
3
# This file is part of Koha
3
# This file is part of Koha
4
#
4
#
5
# Koha is free software; you can redistribute it and/or modify it under the
5
# Koha is free software; you can redistribute it and/or modify it
6
# terms of the GNU General Public License as published by the Free Software
6
# under the terms of the GNU General Public License as published by
7
# Foundation; either version 2 of the License, or (at your option) any later
7
# the Free Software Foundation; either version 3 of the License, or
8
# version.
8
# (at your option) any later version.
9
#
9
#
10
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
10
# Koha is distributed in the hope that it will be useful, but
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
11
# WITHOUT ANY WARRANTY; without even the implied warranty of
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
12
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
# GNU General Public License for more details.
13
#
14
#
14
# You should have received a copy of the GNU General Public License along
15
# You should have received a copy of the GNU General Public License
15
# with Koha; if not, write to the Free Software Foundation, Inc.,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
17
18
18
19
=head1 Routing.pl
19
=head1 Routing.pl
(-)a/serials/serial-issues.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
20
21
=head1 NAME
21
=head1 NAME
(-)a/serials/serials-collection.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
21
22
use strict;
22
use strict;
(-)a/serials/serials-edit.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
=head1 NAME
21
=head1 NAME
22
22
(-)a/serials/serials-home.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
20
21
=head1 NAME
21
=head1 NAME
(-)a/serials/serials-recieve.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
20
21
=head1 NAME
21
=head1 NAME
(-)a/serials/serials-search.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
20
21
=head1 NAME
21
=head1 NAME
(-)a/serials/subscription-add.pl (-10 / +10 lines)
Lines 2-19 Link Here
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
5
# Koha is free software; you can redistribute it and/or modify it under the
5
# Koha is free software; you can redistribute it and/or modify it
6
# terms of the GNU General Public License as published by the Free Software
6
# under the terms of the GNU General Public License as published by
7
# Foundation; either version 2 of the License, or (at your option) any later
7
# the Free Software Foundation; either version 3 of the License, or
8
# version.
8
# (at your option) any later version.
9
#
9
#
10
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
10
# Koha is distributed in the hope that it will be useful, but
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
11
# WITHOUT ANY WARRANTY; without even the implied warranty of
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
12
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
# GNU General Public License for more details.
13
#
14
#
14
# You should have received a copy of the GNU General Public License along
15
# You should have received a copy of the GNU General Public License
15
# with Koha; if not, write to the Free Software Foundation, Inc.,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
17
18
use strict;
18
use strict;
19
use warnings;
19
use warnings;
(-)a/serials/subscription-bib-search.pl (-10 / +10 lines)
Lines 6-23 Link Here
6
#
6
#
7
# This file is part of Koha.
7
# This file is part of Koha.
8
#
8
#
9
# Koha is free software; you can redistribute it and/or modify it under the
9
# Koha is free software; you can redistribute it and/or modify it
10
# terms of the GNU General Public License as published by the Free Software
10
# under the terms of the GNU General Public License as published by
11
# Foundation; either version 2 of the License, or (at your option) any later
11
# the Free Software Foundation; either version 3 of the License, or
12
# version.
12
# (at your option) any later version.
13
#
13
#
14
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
14
# Koha is distributed in the hope that it will be useful, but
15
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
15
# WITHOUT ANY WARRANTY; without even the implied warranty of
16
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
# GNU General Public License for more details.
17
#
18
#
18
# You should have received a copy of the GNU General Public License along
19
# You should have received a copy of the GNU General Public License
19
# with Koha; if not, write to the Free Software Foundation, Inc.,
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
21
22
=head1 NAME
22
=head1 NAME
23
23
(-)a/serials/subscription-detail.pl (-10 / +10 lines)
Lines 2-19 Link Here
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
5
# Koha is free software; you can redistribute it and/or modify it under the
5
# Koha is free software; you can redistribute it and/or modify it
6
# terms of the GNU General Public License as published by the Free Software
6
# under the terms of the GNU General Public License as published by
7
# Foundation; either version 2 of the License, or (at your option) any later
7
# the Free Software Foundation; either version 3 of the License, or
8
# version.
8
# (at your option) any later version.
9
#
9
#
10
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
10
# Koha is distributed in the hope that it will be useful, but
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
11
# WITHOUT ANY WARRANTY; without even the implied warranty of
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
12
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
# GNU General Public License for more details.
13
#
14
#
14
# You should have received a copy of the GNU General Public License along
15
# You should have received a copy of the GNU General Public License
15
# with Koha; if not, write to the Free Software Foundation, Inc.,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
use CGI qw ( -utf8 );
19
use CGI qw ( -utf8 );
(-)a/serials/subscription-renew.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
20
21
=head1 NAME
21
=head1 NAME
(-)a/serials/viewalerts.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/services/itemrecorddisplay.pl (-10 / +10 lines)
Lines 3-20 Link Here
3
# Copyright 2011 BibLibre SARL
3
# Copyright 2011 BibLibre SARL
4
# This file is part of Koha.
4
# This file is part of Koha.
5
#
5
#
6
# Koha is free software; you can redistribute it and/or modify it under the
6
# Koha is free software; you can redistribute it and/or modify it
7
# terms of the GNU General Public License as published by the Free Software
7
# under the terms of the GNU General Public License as published by
8
# Foundation; either version 2 of the License, or (at your option) any later
8
# the Free Software Foundation; either version 3 of the License, or
9
# version.
9
# (at your option) any later version.
10
#
10
#
11
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
11
# Koha is distributed in the hope that it will be useful, but
12
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
12
# WITHOUT ANY WARRANTY; without even the implied warranty of
13
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
# GNU General Public License for more details.
14
#
15
#
15
# You should have received a copy of the GNU General Public License along
16
# You should have received a copy of the GNU General Public License
16
# with Koha; if not, write to the Free Software Foundation, Inc.,
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18
18
19
=head1 NAME
19
=head1 NAME
20
20
(-)a/suggestion/suggestion.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
# Copyright 2006-2010 BibLibre
4
# Copyright 2006-2010 BibLibre
5
5
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
#use warnings; FIXME - Bug 2505
21
#use warnings; FIXME - Bug 2505
(-)a/svc/authentication (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
#
19
#
20
20
21
use strict;
21
use strict;
(-)a/svc/bib (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
#
20
#
21
21
22
use strict;
22
use strict;
(-)a/svc/bib_profile (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
#
19
#
20
20
21
use strict;
21
use strict;
(-)a/svc/config/systempreferences (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
#
19
#
20
20
21
use strict;
21
use strict;
(-)a/svc/import_bib (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
#
19
#
20
20
21
use strict;
21
use strict;
(-)a/svc/members/add_to_list (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha
5
# This file is part of Koha
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI;
21
use CGI;
(-)a/svc/members/search (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha
5
# This file is part of Koha
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use CGI;
21
use CGI;
(-)a/svc/new_bib (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
#
19
#
20
20
21
use strict;
21
use strict;
(-)a/t/00-checkdatabase-version.t (-10 / +10 lines)
Lines 2-19 Link Here
2
#
2
#
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
5
# Koha is free software; you can redistribute it and/or modify it under the
5
# Koha is free software; you can redistribute it and/or modify it
6
# terms of the GNU General Public License as published by the Free Software
6
# under the terms of the GNU General Public License as published by
7
# Foundation; either version 2 of the License, or (at your option) any later
7
# the Free Software Foundation; either version 3 of the License, or
8
# version.
8
# (at your option) any later version.
9
#
9
#
10
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
10
# Koha is distributed in the hope that it will be useful, but
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
11
# WITHOUT ANY WARRANTY; without even the implied warranty of
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
12
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
# GNU General Public License for more details.
13
#
14
#
14
# You should have received a copy of the GNU General Public License along
15
# You should have received a copy of the GNU General Public License
15
# with Koha; if not, write to the Free Software Foundation, Inc.,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
17
18
use strict;
18
use strict;
19
use warnings;
19
use warnings;
(-)a/t/00-merge-conflict-markers.t (-10 / +10 lines)
Lines 2-19 Link Here
2
#
2
#
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
5
# Koha is free software; you can redistribute it and/or modify it under the
5
# Koha is free software; you can redistribute it and/or modify it
6
# terms of the GNU General Public License as published by the Free Software
6
# under the terms of the GNU General Public License as published by
7
# Foundation; either version 2 of the License, or (at your option) any later
7
# the Free Software Foundation; either version 3 of the License, or
8
# version.
8
# (at your option) any later version.
9
#
9
#
10
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
10
# Koha is distributed in the hope that it will be useful, but
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
11
# WITHOUT ANY WARRANTY; without even the implied warranty of
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
12
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
# GNU General Public License for more details.
13
#
14
#
14
# You should have received a copy of the GNU General Public License along
15
# You should have received a copy of the GNU General Public License
15
# with Koha; if not, write to the Free Software Foundation, Inc.,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
17
18
use strict;
18
use strict;
19
use warnings;
19
use warnings;
(-)a/t/00-valid-xml.t (-10 / +10 lines)
Lines 2-19 Link Here
2
#
2
#
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
5
# Koha is free software; you can redistribute it and/or modify it under the
5
# Koha is free software; you can redistribute it and/or modify it
6
# terms of the GNU General Public License as published by the Free Software
6
# under the terms of the GNU General Public License as published by
7
# Foundation; either version 2 of the License, or (at your option) any later
7
# the Free Software Foundation; either version 3 of the License, or
8
# version.
8
# (at your option) any later version.
9
#
9
#
10
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
10
# Koha is distributed in the hope that it will be useful, but
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
11
# WITHOUT ANY WARRANTY; without even the implied warranty of
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
12
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
# GNU General Public License for more details.
13
#
14
#
14
# You should have received a copy of the GNU General Public License along
15
# You should have received a copy of the GNU General Public License
15
# with Koha; if not, write to the Free Software Foundation, Inc.,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
17
18
use strict;
18
use strict;
19
use warnings;
19
use warnings;
(-)a/t/Koha_MetadataRecord.t (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/t/Koha_Util_MARC.t (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
# Note that at present this test is almost identical to the one testing
20
# Note that at present this test is almost identical to the one testing
21
# the encapsulating method in Koha::MetadataRecord.
21
# the encapsulating method in Koha::MetadataRecord.
(-)a/t/RecordProcessor.t (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/t/db_dependent/Koha_Authority.t (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/t/db_dependent/Labels/t_Batch.t (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/t/db_dependent/Labels/t_Layout.t (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#       
6
#       
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/t/db_dependent/Labels/t_Profile.t (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#       
6
#       
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/t/db_dependent/Labels/t_Template.t (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#       
6
#       
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/t/db_dependent/Record/Record.t (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
#
20
#
21
#
21
#
22
use strict;
22
use strict;
(-)a/t/db_dependent/RecordProcessor_EmbedSeeFromHeadings.t (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/t/db_dependent/Reports/Guided.t (-10 / +10 lines)
Lines 2-19 Link Here
2
#
2
#
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
5
# Koha is free software; you can redistribute it and/or modify it under the
5
# Koha is free software; you can redistribute it and/or modify it
6
# terms of the GNU General Public License as published by the Free Software
6
# under the terms of the GNU General Public License as published by
7
# Foundation; either version 2 of the License, or (at your option) any later
7
# the Free Software Foundation; either version 3 of the License, or
8
# version.
8
# (at your option) any later version.
9
#
9
#
10
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
10
# Koha is distributed in the hope that it will be useful, but
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
11
# WITHOUT ANY WARRANTY; without even the implied warranty of
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
12
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
# GNU General Public License for more details.
13
#
14
#
14
# You should have received a copy of the GNU General Public License along
15
# You should have received a copy of the GNU General Public License
15
# with Koha; if not, write to the Free Software Foundation, Inc.,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
17
18
use strict;
18
use strict;
19
use warnings;
19
use warnings;
(-)a/tags/list.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use warnings;
20
use warnings;
21
use strict;
21
use strict;
(-)a/tags/review.pl (-10 / +10 lines)
Lines 6-23 Link Here
6
#
6
#
7
# This file is part of Koha.
7
# This file is part of Koha.
8
#
8
#
9
# Koha is free software; you can redistribute it and/or modify it under the
9
# Koha is free software; you can redistribute it and/or modify it
10
# terms of the GNU General Public License as published by the Free Software
10
# under the terms of the GNU General Public License as published by
11
# Foundation; either version 2 of the License, or (at your option) any later
11
# the Free Software Foundation; either version 3 of the License, or
12
# version.
12
# (at your option) any later version.
13
#
13
#
14
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
14
# Koha is distributed in the hope that it will be useful, but
15
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
15
# WITHOUT ANY WARRANTY; without even the implied warranty of
16
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
# GNU General Public License for more details.
17
#
18
#
18
# You should have received a copy of the GNU General Public License along
19
# You should have received a copy of the GNU General Public License
19
# with Koha; if not, write to the Free Software Foundation, Inc.,
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
21
22
use warnings;
22
use warnings;
23
use strict;
23
use strict;
(-)a/test/progressbar.pl (-10 / +10 lines)
Lines 11-28 Link Here
11
#
11
#
12
# This file is part of Koha.
12
# This file is part of Koha.
13
#
13
#
14
# Koha is free software; you can redistribute it and/or modify it under the
14
# Koha is free software; you can redistribute it and/or modify it
15
# terms of the GNU General Public License as published by the Free Software
15
# under the terms of the GNU General Public License as published by
16
# Foundation; either version 2 of the License, or (at your option) any later
16
# the Free Software Foundation; either version 3 of the License, or
17
# version.
17
# (at your option) any later version.
18
#
18
#
19
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
19
# Koha is distributed in the hope that it will be useful, but
20
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
20
# WITHOUT ANY WARRANTY; without even the implied warranty of
21
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
21
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22
# GNU General Public License for more details.
22
#
23
#
23
# You should have received a copy of the GNU General Public License along
24
# You should have received a copy of the GNU General Public License
24
# with Koha; if not, write to the Free Software Foundation, Inc.,
25
# along with Koha; if not, see <http://www.gnu.org/licenses>.
25
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
26
26
27
use strict;
27
use strict;
28
use warnings;
28
use warnings;
(-)a/test/progressbarsubmit.pl (-10 / +10 lines)
Lines 11-28 Link Here
11
#
11
#
12
# This file is part of Koha.
12
# This file is part of Koha.
13
#
13
#
14
# Koha is free software; you can redistribute it and/or modify it under the
14
# Koha is free software; you can redistribute it and/or modify it
15
# terms of the GNU General Public License as published by the Free Software
15
# under the terms of the GNU General Public License as published by
16
# Foundation; either version 2 of the License, or (at your option) any later
16
# the Free Software Foundation; either version 3 of the License, or
17
# version.
17
# (at your option) any later version.
18
#
18
#
19
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
19
# Koha is distributed in the hope that it will be useful, but
20
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
20
# WITHOUT ANY WARRANTY; without even the implied warranty of
21
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
21
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22
# GNU General Public License for more details.
22
#
23
#
23
# You should have received a copy of the GNU General Public License along
24
# You should have received a copy of the GNU General Public License
24
# with Koha; if not, write to the Free Software Foundation, Inc.,
25
# along with Koha; if not, see <http://www.gnu.org/licenses>.
25
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
26
26
27
use strict;
27
use strict;
28
use warnings;
28
use warnings;
(-)a/tools/background-job-progress.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
#use warnings; FIXME - Bug 2505
21
#use warnings; FIXME - Bug 2505
(-)a/tools/batchMod.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use CGI qw ( -utf8 );
21
use CGI qw ( -utf8 );
22
use strict;
22
use strict;
(-)a/tools/copy-holidays.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/tools/csv-profiles.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
=head1 NAME
20
=head1 NAME
21
21
(-)a/tools/import_borrowers.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
# Script to take some borrowers data in a known format and load it into Koha
21
# Script to take some borrowers data in a known format and load it into Koha
22
#
22
#
(-)a/tools/inventory.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/tools/letter.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
=head1 tools/letter.pl
20
=head1 tools/letter.pl
21
21
(-)a/tools/manage-marc-import.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/tools/modborrowers.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
# modborrowers.pl
20
# modborrowers.pl
21
#
21
#
(-)a/tools/overduerules.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/tools/quotes-upload.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/tools/quotes.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/tools/quotes/quotes-upload_ajax.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/tools/quotes/quotes_ajax.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/tools/scheduler.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
#use warnings; FIXME - Bug 2505
21
#use warnings; FIXME - Bug 2505
(-)a/tools/stage-marc-import.pl (-10 / +10 lines)
Lines 11-28 Link Here
11
#
11
#
12
# This file is part of Koha.
12
# This file is part of Koha.
13
#
13
#
14
# Koha is free software; you can redistribute it and/or modify it under the
14
# Koha is free software; you can redistribute it and/or modify it
15
# terms of the GNU General Public License as published by the Free Software
15
# under the terms of the GNU General Public License as published by
16
# Foundation; either version 2 of the License, or (at your option) any later
16
# the Free Software Foundation; either version 3 of the License, or
17
# version.
17
# (at your option) any later version.
18
#
18
#
19
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
19
# Koha is distributed in the hope that it will be useful, but
20
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
20
# WITHOUT ANY WARRANTY; without even the implied warranty of
21
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
21
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22
# GNU General Public License for more details.
22
#
23
#
23
# You should have received a copy of the GNU General Public License along
24
# You should have received a copy of the GNU General Public License
24
# with Koha; if not, write to the Free Software Foundation, Inc.,
25
# along with Koha; if not, see <http://www.gnu.org/licenses>.
25
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
26
26
27
use strict;
27
use strict;
28
#use warnings; FIXME - Bug 2505
28
#use warnings; FIXME - Bug 2505
(-)a/tools/upload-cover-image.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
#
19
#
20
#
20
#
21
#
21
#
(-)a/tools/upload-file-progress.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
#use warnings; FIXME - Bug 2505
21
#use warnings; FIXME - Bug 2505
(-)a/tools/upload-file.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
#use warnings; FIXME - Bug 2505
21
#use warnings; FIXME - Bug 2505
(-)a/tools/viewlog.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use Modern::Perl;
21
use Modern::Perl;
22
22
(-)a/virtualshelves/addbybiblionumber.pl (-10 / +10 lines)
Lines 7-24 Link Here
7
#
7
#
8
# This file is part of Koha.
8
# This file is part of Koha.
9
#
9
#
10
# Koha is free software; you can redistribute it and/or modify it under the
10
# Koha is free software; you can redistribute it and/or modify it
11
# terms of the GNU General Public License as published by the Free Software
11
# under the terms of the GNU General Public License as published by
12
# Foundation; either version 2 of the License, or (at your option) any later
12
# the Free Software Foundation; either version 3 of the License, or
13
# version.
13
# (at your option) any later version.
14
#
14
#
15
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
15
# Koha is distributed in the hope that it will be useful, but
16
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
16
# WITHOUT ANY WARRANTY; without even the implied warranty of
17
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
17
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
# GNU General Public License for more details.
18
#
19
#
19
# You should have received a copy of the GNU General Public License along
20
# You should have received a copy of the GNU General Public License
20
# with Koha; if not, write to the Free Software Foundation, Inc.,
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
21
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22
22
23
23
24
=head1 NAME
24
=head1 NAME
(-)a/virtualshelves/downloadshelf.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/virtualshelves/sendshelf.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/virtualshelves/shelves.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
#
5
#
6
# This file is part of Koha.
6
# This file is part of Koha.
7
#
7
#
8
# Koha is free software; you can redistribute it and/or modify it under the
8
# Koha is free software; you can redistribute it and/or modify it
9
# terms of the GNU General Public License as published by the Free Software
9
# under the terms of the GNU General Public License as published by
10
# Foundation; either version 2 of the License, or (at your option) any later
10
# the Free Software Foundation; either version 3 of the License, or
11
# version.
11
# (at your option) any later version.
12
#
12
#
13
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
13
# Koha is distributed in the hope that it will be useful, but
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WITHOUT ANY WARRANTY; without even the implied warranty of
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
# GNU General Public License for more details.
16
#
17
#
17
# You should have received a copy of the GNU General Public License along
18
# You should have received a copy of the GNU General Public License
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/xt/author/show-template-structure.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
# 
4
# 
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/xt/find-misplaced-executables (-10 / +10 lines)
Lines 6-23 Link Here
6
#
6
#
7
# This file is part of Koha.
7
# This file is part of Koha.
8
#
8
#
9
# Koha is free software; you can redistribute it and/or modify it under the
9
# Koha is free software; you can redistribute it and/or modify it
10
# terms of the GNU General Public License as published by the Free Software
10
# under the terms of the GNU General Public License as published by
11
# Foundation; either version 2 of the License, or (at your option) any later
11
# the Free Software Foundation; either version 3 of the License, or
12
# version.
12
# (at your option) any later version.
13
#
13
#
14
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
14
# Koha is distributed in the hope that it will be useful, but
15
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
15
# WITHOUT ANY WARRANTY; without even the implied warranty of
16
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
# GNU General Public License for more details.
17
#
18
#
18
# You should have received a copy of the GNU General Public License along
19
# You should have received a copy of the GNU General Public License
19
# with Koha; if not, write to the Free Software Foundation, Inc.,
20
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
21
22
set -e
22
set -e
23
23
(-)a/xt/find-nonutf8 (-10 / +10 lines)
Lines 8-25 Link Here
8
#
8
#
9
# This file is part of Koha.
9
# This file is part of Koha.
10
#
10
#
11
# Koha is free software; you can redistribute it and/or modify it under the
11
# Koha is free software; you can redistribute it and/or modify it
12
# terms of the GNU General Public License as published by the Free Software
12
# under the terms of the GNU General Public License as published by
13
# Foundation; either version 2 of the License, or (at your option) any later
13
# the Free Software Foundation; either version 3 of the License, or
14
# version.
14
# (at your option) any later version.
15
#
15
#
16
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
16
# Koha is distributed in the hope that it will be useful, but
17
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
17
# WITHOUT ANY WARRANTY; without even the implied warranty of
18
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
18
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
# GNU General Public License for more details.
19
#
20
#
20
# You should have received a copy of the GNU General Public License along
21
# You should have received a copy of the GNU General Public License
21
# with Koha; if not, write to the Free Software Foundation, Inc.,
22
# along with Koha; if not, see <http://www.gnu.org/licenses>.
22
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
23
23
24
set -e
24
set -e
25
25
(-)a/xt/permissions.t (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use strict;
20
use strict;
21
use warnings;
21
use warnings;
(-)a/xt/verify-debian-docbook.t (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
# This runs 'xmllint' (part of libxml2-utils) over each xml file that
20
# This runs 'xmllint' (part of libxml2-utils) over each xml file that
21
# generates the koha-common man pages and ensures they're correct.
21
# generates the koha-common man pages and ensures they're correct.
(-)a/xt/yaml_valid.pl (-10 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Getopt::Long;
21
use Getopt::Long;
(-)a/xt/yaml_valid.t (-11 / +10 lines)
Lines 4-21 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
19
20
use Modern::Perl;
20
use Modern::Perl;
21
use Test::YAML::Valid;
21
use Test::YAML::Valid;
22
- 

Return to bug 9978