X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=reports%2Freports-home.pl;h=d536b01c1e8203742384e8e451b49f4216f09690;hb=fdf7eb6f285a7da4ecf7d23636888e9a490fb82c;hp=8fc47cbe1cce2f9f0325c8d495393b8ac9d1bbb2;hpb=c9ba8c899d854d4190df783f3f1aec2989d2cb10;p=koha_fer diff --git a/reports/reports-home.pl b/reports/reports-home.pl index 8fc47cbe1c..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,10 +13,10 @@ # 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