X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=blobdiff_plain;f=extract_xml_tags.pl;h=f56f0f036d7f273b902667895f93f849cf93c602;hp=404e3af2685593e374ea02ee7d8e71b914793d77;hb=487593103da4b1d75da917e7e8bdabaffd3ce2da;hpb=3061a223b78cd95f61cda81d49e3fa4b74d439b6 diff --git a/extract_xml_tags.pl b/extract_xml_tags.pl index 404e3af..f56f0f0 100755 --- a/extract_xml_tags.pl +++ b/extract_xml_tags.pl @@ -1,4 +1,21 @@ #!/usr/bin/perl -w + +# Copyright 2009-2012, Equinox Software, Inc. +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY 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 this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + use strict; use Getopt::Long;