X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=C4%2FItemType.pm;h=648cff95f58cacc354b5f49ffadfa3dcc9349109;hb=2a8e610de75e7c9176d9cd5c0fdda4753141bcfc;hp=70d26908e5d4473b83e91618e68294c69102f890;hpb=b9d743a9281bfd6c853ffaa639577e1801f3b71b;p=koha_fer diff --git a/C4/ItemType.pm b/C4/ItemType.pm index 70d26908e5..648cff95f5 100644 --- a/C4/ItemType.pm +++ b/C4/ItemType.pm @@ -1,5 +1,8 @@ package C4::ItemType; +# Copyright Liblime 2009 +# Parts Copyright Tamil 2011 +# # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it under the @@ -11,9 +14,9 @@ package C4::ItemType; # 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;