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

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

Return to bug 11592