X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=blobdiff_plain;f=unicorn%2Funicorn_patrons_to_lostitem_tsv.pl;h=db2d2a53e75a1f9424e0e99c3f690b2c65621d37;hp=96bbf44e5bfcf28173cbf393569633311cdb353c;hb=5f358632626dc390ef79acbe304c6cceebe6fc3f;hpb=efe0e292db8ce0bd60ee800c21eec091698ca5bf diff --git a/unicorn/unicorn_patrons_to_lostitem_tsv.pl b/unicorn/unicorn_patrons_to_lostitem_tsv.pl index 96bbf44..db2d2a5 100755 --- a/unicorn/unicorn_patrons_to_lostitem_tsv.pl +++ b/unicorn/unicorn_patrons_to_lostitem_tsv.pl @@ -1,5 +1,22 @@ #!/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. + + # Converts a Unicorn users.data file to a tab-separated file of lost items. # 2009-11-06 Ben Ostrowsky #