X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=blobdiff_plain;f=unicorn%2Funicorn_bills_to_tsv.pl;h=70b5db64709c18dff06a32648e6cf14f7eb9604b;hp=8fffe020d4b003d76dc850c90e43e0eb4ee705c8;hb=0cefde660c085b23bc9a6120762ae221cec32bbb;hpb=cd7b37a235cfa34dfe7bf565490f24964811ecee diff --git a/unicorn/unicorn_bills_to_tsv.pl b/unicorn/unicorn_bills_to_tsv.pl index 8fffe02..70b5db6 100755 --- a/unicorn/unicorn_bills_to_tsv.pl +++ b/unicorn/unicorn_bills_to_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, bill.data, or charge.data file to a tab-separated file. # 2009-08-10 Ben Ostrowsky