X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=blobdiff_plain;f=unicorn%2Funicorn_charges_to_tsv.pl;fp=unicorn%2Funicorn_charges_to_tsv.pl;h=02719551ff8e7c6d39341373fe1f2e1227263637;hp=5c025186fdd8508f79d73d68612c03ce32c2d2de;hb=583e4b7c22ba15f37168c0deb49728929a65e6fe;hpb=08b9864b2832b62f1fe3cf1cea90a1fa60209f58 diff --git a/unicorn/unicorn_charges_to_tsv.pl b/unicorn/unicorn_charges_to_tsv.pl index 5c02518..0271955 100755 --- a/unicorn/unicorn_charges_to_tsv.pl +++ b/unicorn/unicorn_charges_to_tsv.pl @@ -1,5 +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. + # Converts a Unicorn users.data, bill.data, or charge.data file to a tab-separated file. # 2009-08-10 Ben Ostrowsky