/*
ip_to_country copyright Jan Panteltje 2007-always.
 
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; version 2 of the License ONLY.
 
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., 675 Mass Ave, Cambridge, MA 02139, USA.
*/


Displays country if IP in  dotted quad is entered.
Uses ip-to-country.csv cvs database from http://ip-to-country.webhosting.info/node/view/6
ip_to_country will look for ip-to-country.csv in the user home directory, unless the -d
command line option is used to specify an other location.

ip_to_country does not use web access or any files outside your PC.



