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

(-)a/reports/itemslost.pl (-3 / +6 lines)
Lines 1-5 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/perl
2
2
3
# Copyright Liblime 2007
4
# Copyright Biblibre 2009
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-19 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
20
18
21
19
=head1 itemslost
22
=head1 itemslost
(-)a/reports/reports-home.pl (-4 / +6 lines)
Lines 1-5 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/perl
2
2
3
# Copyright Biblibre 2006
4
#
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
# 
19
18
20
19
use strict;
21
use strict;
20
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
(-)a/reports/stats.screen.pl (-4 / +6 lines)
Lines 1-5 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/perl
2
2
3
# Copyright Katipo Communications 2006
4
#
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-19 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.
19
17
20
18
use strict;
21
use strict;
19
#use warnings; FIXME - Bug 2505
22
#use warnings; FIXME - Bug 2505
20
- 

Return to bug 4330