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

(-)a/C4/Branch.pm (-10 / +10 lines)
Lines 2-19 package C4::Branch; 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 with
15
# You should have received a copy of the GNU General Public License
15
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# Suite 330, Boston, MA  02111-1307 USA
17
17
18
18
19
use strict;
19
use strict;
(-)a/C4/Calendar.pm (-10 / +10 lines)
Lines 2-19 package C4::Calendar; 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 with
15
# You should have received a copy of the GNU General Public License
15
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# Suite 330, Boston, MA  02111-1307 USA
17
17
18
use strict;
18
use strict;
19
use warnings;
19
use warnings;
(-)a/C4/CourseReserves.pm (-10 / +10 lines)
Lines 2-19 package C4::CourseReserves; 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 with
15
# You should have received a copy of the GNU General Public License
15
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# Suite 330, Boston, MA  02111-1307 USA
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/C4/Ris.pm (-10 / +10 lines)
Lines 44-61 package C4::Ris; Link Here
44
#
44
#
45
# This file is part of Koha.
45
# This file is part of Koha.
46
#
46
#
47
# Koha is free software; you can redistribute it and/or modify it under the
47
# Koha is free software; you can redistribute it and/or modify it
48
# terms of the GNU General Public License as published by the Free Software
48
# under the terms of the GNU General Public License as published by
49
# Foundation; either version 2 of the License, or (at your option) any later
49
# the Free Software Foundation; either version 3 of the License, or
50
# version.
50
# (at your option) any later version.
51
#
51
#
52
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
52
# Koha is distributed in the hope that it will be useful, but
53
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
53
# WITHOUT ANY WARRANTY; without even the implied warranty of
54
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
54
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
55
# GNU General Public License for more details.
55
#
56
#
56
# You should have received a copy of the GNU General Public License along with
57
# You should have received a copy of the GNU General Public License
57
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
58
# along with Koha; if not, see <http://www.gnu.org/licenses>.
58
# Suite 330, Boston, MA  02111-1307 USA
59
#
59
#
60
#
60
#
61
61
(-)a/C4/Search.pm (-10 / +10 lines)
Lines 2-19 package C4::Search; 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 with
15
# You should have received a copy of the GNU General Public License
15
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# Suite 330, Boston, MA  02111-1307 USA
17
17
18
use strict;
18
use strict;
19
#use warnings; FIXME - Bug 2505
19
#use warnings; FIXME - Bug 2505
(-)a/C4/SocialData.pm (-10 / +10 lines)
Lines 2-19 package C4::SocialData; 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 with
15
# You should have received a copy of the GNU General Public License
15
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# Suite 330, Boston, MA  02111-1307 USA
17
17
18
use Modern::Perl;
18
use Modern::Perl;
19
19
(-)a/C4/Templates.pm (-10 / +10 lines)
Lines 10-27 use List::MoreUtils qw/ any uniq /; 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 with
23
# You should have received a copy of the GNU General Public License
23
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
24
# along with Koha; if not, see <http://www.gnu.org/licenses>.
24
# Suite 330, Boston, MA  02111-1307 USA
25
25
26
=head1 NAME 
26
=head1 NAME 
27
27
(-)a/admin/admin-home.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 with
15
# You should have received a copy of the GNU General Public License
15
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# Suite 330, Boston, MA  02111-1307 USA
17
17
18
use strict;
18
use strict;
19
use warnings;
19
use warnings;
(-)a/admin/clone-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 with
17
# You should have received a copy of the GNU General Public License
17
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# Suite 330, Boston, MA  02111-1307 USA
19
19
20
20
21
# This script clones issuing rules from a library to another
21
# This script clones issuing rules from a library to another
(-)a/admin/item_circulation_alerts.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 with
15
# You should have received a copy of the GNU General Public License
15
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# Suite 330, Boston, MA  02111-1307 USA
17
17
18
use strict;
18
use strict;
19
use warnings;
19
use warnings;
(-)a/basket/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 with
15
# You should have received a copy of the GNU General Public License
15
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# Suite 330, Boston, MA  02111-1307 USA
17
17
18
18
19
use strict;
19
use strict;
(-)a/basket/sendbasket.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 with
15
# You should have received a copy of the GNU General Public License
15
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# Suite 330, Boston, MA  02111-1307 USA
17
17
18
use strict;
18
use strict;
19
use warnings;
19
use warnings;
(-)a/catalogue/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 with
15
# You should have received a copy of the GNU General Public License
15
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# Suite 330, Boston, MA  02111-1307 USA
17
17
18
18
19
use strict;
19
use strict;
(-)a/catalogue/issuehistory.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 with
15
# You should have received a copy of the GNU General Public License
15
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# Suite 330, Boston, MA  02111-1307 USA
17
17
18
18
19
use strict;
19
use strict;
(-)a/cataloguing/value_builder/normarc_field_007.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 with
17
# You should have received a copy of the GNU General Public License
17
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# Suite 330, Boston, MA  02111-1307 USA
19
19
20
use strict;
20
use strict;
21
use C4::Auth;
21
use C4::Auth;
(-)a/cataloguing/value_builder/normarc_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 with
17
# You should have received a copy of the GNU General Public License
17
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# Suite 330, Boston, MA  02111-1307 USA
19
19
20
use strict;
20
use strict;
21
use C4::Auth;
21
use C4::Auth;
(-)a/cataloguing/value_builder/normarc_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 with
18
# You should have received a copy of the GNU General Public License
18
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# Suite 330, Boston, MA  02111-1307 USA
20
20
21
use strict;
21
use strict;
22
use C4::Auth;
22
use C4::Auth;
(-)a/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 with
15
# You should have received a copy of the GNU General Public License
15
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# Suite 330, Boston, MA  02111-1307 USA
17
17
18
use strict;
18
use strict;
19
use warnings;
19
use warnings;
(-)a/circ/branchoverdues.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 with
16
# You should have received a copy of the GNU General Public License
16
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# Suite 330, Boston, MA  02111-1307 USA
18
18
19
use strict;
19
use strict;
20
#use warnings; FIXME - Bug 2505
20
#use warnings; FIXME - Bug 2505
(-)a/circ/circulation-home.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 with
15
# You should have received a copy of the GNU General Public License
15
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# Suite 330, Boston, MA  02111-1307 USA
17
# 
17
# 
18
18
19
use strict;
19
use strict;
(-)a/circ/view_holdsqueue.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 with
15
# You should have received a copy of the GNU General Public License
15
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# Suite 330, Boston, MA  02111-1307 USA
17
17
18
18
19
=head1 view_holdsqueue
19
=head1 view_holdsqueue
(-)a/circ/ypattrodue-attr-search-authvalue.pl (-10 / +10 lines)
Lines 5-22 Link Here
5
# Parts copyright 2012 Athens County Public Libraries
5
# Parts copyright 2012 Athens County Public Libraries
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 with
18
# You should have received a copy of the GNU General Public License
18
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
19
# along with Koha; if not, see <http://www.gnu.org/licenses>.
19
# Suite 330, Boston, MA  02111-1307 USA
20
20
21
use strict;
21
use strict;
22
use warnings;
22
use warnings;
(-)a/docs/CAS/CASProxy/examples/koha_webservice.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 with
17
# You should have received a copy of the GNU General Public License
17
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# Suite 330, Boston, MA  02111-1307 USA
19
19
20
=head1 DESCRIPTION
20
=head1 DESCRIPTION
21
21
(-)a/docs/CAS/CASProxy/examples/proxy_cas.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 with
17
# You should have received a copy of the GNU General Public License
17
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# Suite 330, Boston, MA  02111-1307 USA
19
19
20
=head1 DESCRIPTION
20
=head1 DESCRIPTION
21
21
(-)a/docs/CAS/CASProxy/examples/proxy_cas_callback.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 with
17
# You should have received a copy of the GNU General Public License
17
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# Suite 330, Boston, MA  02111-1307 USA
19
19
20
=head1 DESCRIPTION
20
=head1 DESCRIPTION
21
21
(-)a/docs/CAS/CASProxy/examples/proxy_cas_data.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 with
17
# You should have received a copy of the GNU General Public License
17
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# Suite 330, Boston, MA  02111-1307 USA
19
19
20
=head1 DESCRIPTION
20
=head1 DESCRIPTION
21
21
(-)a/fix-perl-path.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 with
14
# You should have received a copy of the GNU General Public License
14
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
15
# along with Koha; if not, see <http://www.gnu.org/licenses>.
15
# Suite 330, Boston, MA  02111-1307 USA
16
#
16
#
17
17
18
use strict;
18
use strict;
(-)a/labels/label-create-csv.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 with
17
# You should have received a copy of the GNU General Public License
17
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# Suite 330, Boston, MA  02111-1307 USA
19
#
19
#
20
20
21
use strict;
21
use strict;
(-)a/labels/label-create-xml.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 with
17
# You should have received a copy of the GNU General Public License
17
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# Suite 330, Boston, MA  02111-1307 USA
19
#
19
#
20
20
21
use strict;
21
use strict;
(-)a/labels/spinelabel-home.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 with
15
# You should have received a copy of the GNU General Public License
15
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# Suite 330, Boston, MA  02111-1307 USA
17
17
18
use warnings;
18
use warnings;
19
use strict;
19
use strict;
(-)a/labels/spinelabel-print.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 with
15
# You should have received a copy of the GNU General Public License
15
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# Suite 330, Boston, MA  02111-1307 USA
17
17
18
use warnings;
18
use warnings;
19
use strict;
19
use strict;
(-)a/misc/batchupdateISBNs.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 with
15
# You should have received a copy of the GNU General Public License
15
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# Suite 330, Boston, MA  02111-1307 USA
17
17
18
18
19
19
(-)a/misc/bin/koha-index-daemon-ctl.sh (-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 with
15
# You should have received a copy of the GNU General Public License
15
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# Suite 330, Boston, MA  02111-1307 USA
17
17
18
### BEGIN INIT INFO
18
### BEGIN INIT INFO
19
# Provides:          koha-index-daemon-$DBNAME
19
# Provides:          koha-index-daemon-$DBNAME
(-)a/misc/bin/koha-pazpar2-ctl.sh (-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 with
15
# You should have received a copy of the GNU General Public License
15
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# Suite 330, Boston, MA  02111-1307 USA
17
17
18
### BEGIN INIT INFO
18
### BEGIN INIT INFO
19
# Provides:          koha-pazpar-daemon
19
# Provides:          koha-pazpar-daemon
(-)a/misc/bin/koha-zebra-ctl.sh (-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 with
15
# You should have received a copy of the GNU General Public License
15
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# Suite 330, Boston, MA  02111-1307 USA
17
17
18
### BEGIN INIT INFO
18
### BEGIN INIT INFO
19
# Provides:          koha-zebra-daemon
19
# Provides:          koha-zebra-daemon
(-)a/misc/cronjobs/create_koc_db.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 with
17
# You should have received a copy of the GNU General Public License
17
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
18
# along with Koha; if not, see <http://www.gnu.org/licenses>.
18
# Suite 330, Boston, MA  02111-1307 USA
19
#
19
#
20
20
21
=head1 NAME
21
=head1 NAME
(-)a/misc/maintenance/make_zebra_dom_cfg_from_record_abs (-10 / +10 lines)
Lines 3-20 Link Here
3
# Copyright (c) 2012 Equinox Software, Inc.
3
# Copyright (c) 2012 Equinox Software, Inc.
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 with
16
# You should have received a copy of the GNU General Public License
16
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# Suite 330, Boston, MA  02111-1307 USA
18
18
19
use strict;
19
use strict;
20
use warnings;
20
use warnings;
(-)a/misc/mod_zebraqueue.pl (-10 / +10 lines)
Lines 3-20 Link Here
3
# Copyright 2012 Kyle M Hall
3
# Copyright 2012 Kyle M Hall
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 with
16
# You should have received a copy of the GNU General Public License
16
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# Suite 330, Boston, MA  02111-1307 USA
18
18
19
# script to add records to the zebraqueue from the commandline.
19
# script to add records to the zebraqueue from the commandline.
20
20
(-)a/reviews/reviewswaiting.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 with
15
# You should have received a copy of the GNU General Public License
15
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# Suite 330, Boston, MA  02111-1307 USA
17
17
18
use strict;
18
use strict;
19
use warnings;
19
use warnings;
(-)a/rotating_collections/addItems.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 with
15
# You should have received a copy of the GNU General Public License
15
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# Suite 330, Boston, MA  02111-1307 USA
17
#
17
#
18
18
19
use Modern::Perl;
19
use Modern::Perl;
(-)a/rotating_collections/editCollections.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 with
15
# You should have received a copy of the GNU General Public License
15
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# Suite 330, Boston, MA  02111-1307 USA
17
#
17
#
18
18
19
use Modern::Perl;
19
use Modern::Perl;
(-)a/rotating_collections/rotatingCollections.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 with
15
# You should have received a copy of the GNU General Public License
15
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# Suite 330, Boston, MA  02111-1307 USA
17
#
17
#
18
18
19
use Modern::Perl;
19
use Modern::Perl;
(-)a/rotating_collections/transferCollection.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 with
15
# You should have received a copy of the GNU General Public License
15
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# Suite 330, Boston, MA  02111-1307 USA
17
#
17
#
18
18
19
use Modern::Perl;
19
use Modern::Perl;
(-)a/t/Labels.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 with
15
# You should have received a copy of the GNU General Public License
15
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# Suite 330, Boston, MA  02111-1307 USA
17
#
17
#
18
# for context, see http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2691
18
# for context, see http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2691
19
19
(-)a/t/Labels_split_ccn.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 with
15
# You should have received a copy of the GNU General Public License
15
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# Suite 330, Boston, MA  02111-1307 USA
17
#
17
#
18
# for context, see http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2691
18
# for context, see http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2691
19
19
(-)a/t/Labels_split_ddcn.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 with
15
# You should have received a copy of the GNU General Public License
15
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# Suite 330, Boston, MA  02111-1307 USA
17
#
17
#
18
# for context, see http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2691
18
# for context, see http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2691
19
19
(-)a/t/Labels_split_lccn.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 with
15
# You should have received a copy of the GNU General Public License
15
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# Suite 330, Boston, MA  02111-1307 USA
17
#
17
#
18
# for context, see http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2691
18
# for context, see http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2691
19
19
(-)a/tools/cleanborrowers.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 with
15
# You should have received a copy of the GNU General Public License
15
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# Suite 330, Boston, MA  02111-1307 USA
17
#
17
#
18
#   Written by Antoine Farnault antoine@koha-fr.org on Nov. 2006.
18
#   Written by Antoine Farnault antoine@koha-fr.org on Nov. 2006.
19
19
(-)a/tools/export.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 with
16
# You should have received a copy of the GNU General Public License
16
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# Suite 330, Boston, MA  02111-1307 USA
18
18
19
use Modern::Perl;
19
use Modern::Perl;
20
use MARC::File::XML;
20
use MARC::File::XML;
(-)a/tools/holidays.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 with
15
# You should have received a copy of the GNU General Public License
15
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# Suite 330, Boston, MA  02111-1307 USA
17
17
18
#####Sets holiday periods for each branch. Datedues will be extended if branch is closed -TG
18
#####Sets holiday periods for each branch. Datedues will be extended if branch is closed -TG
19
use strict;
19
use strict;
(-)a/tools/picture-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 with
16
# You should have received a copy of the GNU General Public License
16
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
17
# along with Koha; if not, see <http://www.gnu.org/licenses>.
17
# Suite 330, Boston, MA  02111-1307 USA
18
#
18
#
19
#
19
#
20
#
20
#
(-)a/tools/tools-home.pl (-11 / +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 with
15
# You should have received a copy of the GNU General Public License
15
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
16
# along with Koha; if not, see <http://www.gnu.org/licenses>.
16
# Suite 330, Boston, MA  02111-1307 USA
17
17
18
use strict;
18
use strict;
19
use warnings;
19
use warnings;
20
- 

Return to bug 9978