X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=opac%2Fopac-account.pl;h=c3cb9b420255754b9b29416e42043e9a544667e8;hb=5d6c092921919526ade501facb1220f8a108a08f;hp=673b70e0ec46a0424d85f8d0975fb6c763cee0e0;hpb=a598b100613a37dc2710090cb381dce56eae2f26;p=koha_fer diff --git a/opac/opac-account.pl b/opac/opac-account.pl index 673b70e0ec..c3cb9b4202 100755 --- a/opac/opac-account.pl +++ b/opac/opac-account.pl @@ -1,5 +1,8 @@ #!/usr/bin/perl +# Copyright Katipo Communications 2002 +# Copyright Biblibre 2007,2010 +# # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it under the @@ -11,12 +14,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. -# wrriten 15/10/2002 by finlay@katipo.oc.nz -# script to display borrowers account details in the opac use strict; use CGI;