X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=blobdiff_plain;f=bibliofile%2Fparse_db.pl;h=6d1ae4fd8320092197eccc5b8378d69d53eb1931;hp=d5459ef46423a3be0bf8029b89af7353997e19e2;hb=e327c4743fe61686222f0e3928a48ece319a1e3b;hpb=812b9bcd7d6996dd35a9e8231a7c259108e81676 diff --git a/bibliofile/parse_db.pl b/bibliofile/parse_db.pl index d5459ef..6d1ae4f 100755 --- a/bibliofile/parse_db.pl +++ b/bibliofile/parse_db.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. + # Parses Bibliofile files. # Usage: parse_db.pl TITLE.DB [--ignore-indexes] # Choosing --ignore-indexes will find data you'd otherwise miss, but also grabs a lot of junk you'll need to filter out.