X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=reports%2Freports-home.pl;h=d536b01c1e8203742384e8e451b49f4216f09690;hb=5d6c092921919526ade501facb1220f8a108a08f;hp=0b849e9aeb1859a8e59c8adf572a5528286cc792;hpb=4747ea7462c04770484386538b1594c1760bc75b;p=koha_fer diff --git a/reports/reports-home.pl b/reports/reports-home.pl index 0b849e9aeb..d536b01c1e 100755 --- a/reports/reports-home.pl +++ b/reports/reports-home.pl @@ -1,5 +1,7 @@ #!/usr/bin/perl +# Copyright Biblibre 2006 +# # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it under the @@ -11,12 +13,13 @@ # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA -# +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + use strict; +#use warnings; FIXME - Bug 2505 use CGI; use C4::Auth; use C4::Output;