Changeset 22734


Ignore:
Timestamp:
2010-08-23T13:48:07+12:00 (14 years ago)
Author:
mdewsnip
Message:

Added copyright header to perllib/XMLParser.pm.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/XMLParser.pm

    r21822 r22734  
    1 # Wrapper that ensures the right version of XML::Parser is loaded given
    2 # the version of Perl being used.  Need to distinguish between Perl 5.6 and
    3 # Perl 5.8
     1###########################################################################
     2#
     3# XMLParser.pm -- Wrapper that ensures the right version of XML::Parser
     4#                 is loaded given the version of Perl being used.  Need
     5#                 to distinguish between Perl 5.6 and Perl 5.8
     6#
     7# A component of the Greenstone digital library software
     8# from the New Zealand Digital Library Project at the
     9# University of Waikato, New Zealand.
     10#
     11# Copyright (C) 2005-2010 New Zealand Digital Library Project
     12#
     13# This program is free software; you can redistribute it and/or modify
     14# it under the terms of the GNU General Public License as published by
     15# the Free Software Foundation; either version 2 of the License, or
     16# (at your option) any later version.
     17#
     18# This program is distributed in the hope that it will be useful,
     19# but WITHOUT ANY WARRANTY; without even the implied warranty of
     20# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     21# GNU General Public License for more details.
     22#
     23# You should have received a copy of the GNU General Public License
     24# along with this program; if not, write to the Free Software
     25# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
     26#
     27###########################################################################
    428
    529
Note: See TracChangeset for help on using the changeset viewer.