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

(-)a/C4/Biblio.pm (-12 / +12 lines)
Lines 3-26 package C4::Biblio; Link Here
3
# Copyright 2000-2002 Katipo Communications
3
# Copyright 2000-2002 Katipo Communications
4
# Copyright 2010 BibLibre
4
# Copyright 2010 BibLibre
5
# Copyright 2011 Equinox Software, Inc.
5
# Copyright 2011 Equinox Software, Inc.
6
# Copyright 2014 Mark Tompsett
6
#
7
#
7
# This file is part of Koha.
8
# This file is part of Koha.
8
#
9
#
9
# 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
10
# 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
11
# 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
12
# version.
13
# (at your option) any later version.
13
#
14
#
14
# 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
15
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
16
# WITHOUT ANY WARRANTY; without even the implied warranty of
16
# 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.
17
#
19
#
18
# 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
19
# with Koha; if not, write to the Free Software Foundation, Inc.,
21
# along with Koha; if not, see <http://www.gnu.org/licenses>.
20
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
22
22
use strict;
23
use Modern::Perl;
23
use warnings;
24
use Carp;
24
use Carp;
25
25
26
# use utf8;
26
# use utf8;
(-)a/C4/XSLT.pm (-12 / +11 lines)
Lines 8-28 package C4::XSLT; 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 3 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 Modern::Perl;
25
use warnings;
26
25
27
use C4::Context;
26
use C4::Context;
28
use C4::Branch;
27
use C4::Branch;
(-)a/opac/opac-ISBDdetail.pl (-13 / +11 lines)
Lines 5-23 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
21
20
22
=head1 NAME
21
=head1 NAME
23
22
Lines 39-46 the items attached to the biblio Link Here
39
38
40
=cut
39
=cut
41
40
42
use strict;
41
use Modern::Perl;
43
use warnings;
44
42
45
use C4::Auth;
43
use C4::Auth;
46
use C4::Context;
44
use C4::Context;
(-)a/opac/opac-detail.pl (-12 / +11 lines)
Lines 6-27 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 Modern::Perl;
24
use warnings;
25
24
26
use CGI;
25
use CGI;
27
use C4::Acquisition qw( SearchOrders );
26
use C4::Acquisition qw( SearchOrders );
(-)a/opac/opac-export.pl (-12 / +11 lines)
Lines 4-24 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 2 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along 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 Modern::Perl;
21
use warnings;
22
21
23
use C4::Record;
22
use C4::Record;
24
use C4::Auth;
23
use C4::Auth;
(-)a/opac/opac-showmarc.pl (-13 / +11 lines)
Lines 4-24 Link Here
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it
8
# terms of the GNU General Public License as published by the Free Software
8
# under the terms of the GNU General Public License as published by
9
# Foundation; either version 3 of the License, or (at your option) any later
9
# the Free Software Foundation; either version 3 of the License, or
10
# version.
10
# (at your option) any later version.
11
#
11
#
12
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
12
# Koha is distributed in the hope that it will be useful, but
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WITHOUT ANY WARRANTY; without even the implied warranty of
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
# GNU General Public License for more details.
15
#
16
#
16
# You should have received a copy of the GNU General Public License along
17
# You should have received a copy of the GNU General Public License
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# along 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 Modern::Perl;
21
use warnings;
22
21
23
# standard or CPAN modules used
22
# standard or CPAN modules used
24
use CGI;
23
use CGI;
25
- 

Return to bug 11592