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

(-)a/acqui/histsearch.pl (-4 / +4 lines)
Lines 2-7 Link Here
2
2
3
# This file is part of Koha.
3
# This file is part of Koha.
4
#
4
#
5
# Copyright 2004 Biblibre
5
# Parts copyright 2011 Catalyst IT Ltd.
6
# Parts copyright 2011 Catalyst IT Ltd.
6
#
7
#
7
# 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 under the
Lines 13-22 Link Here
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# A PARTICULAR PURPOSE.  See the 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 along
17
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
18
# Suite 330, Boston, MA  02111-1307 USA
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
20
20
21
=head1 NAME
21
=head1 NAME
22
22
(-)a/acqui/lateorders.pl (-4 / +5 lines)
Lines 1-5 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/perl
2
2
3
4
# Copyright 2005 Biblibre
3
# This file is part of Koha.
5
# This file is part of Koha.
4
#
6
#
5
# Koha is free software; you can redistribute it and/or modify it under the
7
# Koha is free software; you can redistribute it and/or modify it under the
Lines 11-20 Link Here
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
13
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
14
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
#
15
#
14
# 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 along
15
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
17
# with Koha; if not, write to the Free Software Foundation, Inc.,
16
# Suite 330, Boston, MA  02111-1307 USA
18
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
18
19
19
=head1 NAME
20
=head1 NAME
20
21
(-)a/acqui/newordersuggestion.pl (-5 / +6 lines)
Lines 1-5 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/perl
2
2
3
# Copyright 2006 Biblibre
4
# Parts Copyright 2011 PTFS Europe
5
#
3
# This file is part of Koha.
6
# This file is part of Koha.
4
#
7
#
5
# 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 under the
Lines 11-20 Link Here
11
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
12
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
15
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
13
#
16
#
14
# 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 along
15
# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
18
# with Koha; if not, write to the Free Software Foundation, Inc.,
16
# Suite 330, Boston, MA  02111-1307 USA
19
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
18
20
19
=head1 NAME
21
=head1 NAME
20
22
21
- 

Return to bug 4330