X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=C4%2FItemType.pm;h=648cff95f58cacc354b5f49ffadfa3dcc9349109;hb=f69ebeef6731c87ec22cea1885bf7e5a9ee91a26;hp=70d26908e5d4473b83e91618e68294c69102f890;hpb=f21577986f8ff5da5fde88deaae2302a8b40dbe7;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;