This package was debianized by Masamichi Goudge M.D. <Matanuki@Goudge.org> on
Tue, 14 Aug 2001 12:10:45 +0900.

The current maintainer is Niko Tyni <ntyni@iki.fi>, since
Mon, 29 May 2006 21:45:30 +0300.

The package was downloaded from ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/

Upstream Author: Peter Bieringer <pb@bieringer.de>

Copyright (from LICENSE):

 0. The program "ipv6calc" is produced and copyright 2001-2002 by Peter Bieringer <pb (at) bieringer.de>, except
   * some codelines regarding address type resolving, which were directly copied from Linux kernel source (also GPL license)
	related files are:
	- libipv6addr.c
	- libipv6addr.h

   * code for uncompressing IPv6 addresses, which was copied from "ircd"
	related file is
	- librfc1884.c

   * code for getopt (needed by OpenBSD)
	related files are:
	- getopt/getopt.c
	- getopt/getopt.h
	- getopt/getopt1.c

   -> see directory "samplecode" in the source file for original versions

   * source data of databases
	OUI data is taken from IEEE
	IPv4 assignment data is taken from registries RIPE NCC, APNIC, ARIN

   * IP2Location API code
        GPL licence: databases/IP2Location/C-IP2Location-1.1.0/COPYING
        - databases/IP2Location/*

   * IP2Location real databases
        are NOT distributed with this package because of dedicated licensing is required
        see here for more: http://www.ip2location.com/

   * GeoIP API code
        GPL licence: databases/GeoIP/GeoIP-1.3.17/COPYING
        - databases/GeoIP/*

   * GeoIP free databases
        are NOT included with this package because of keeping exported package small
        see here for more: http://www.maxmind.com/ or retrieve them directly:
         http://www.maxmind.com/download/geoip/database/GeoIP.dat.gz
         http://www.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz
        but don't forget to read the license
         http://www.maxmind.com/download/geoip/database/LICENSE.txt

 1. The program "ipv6calc" is distributed under the GNU GPL version 2
    (see COPYING file for more)

   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 dated June, 1991.

   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.

On Debian GNU/Linux systems, the complete text of the GNU General Public
License version 2 can be found in `/usr/share/common-licenses/GPL-2'.

The source file "ipv6calcweb/ipv6calcweb.cgi.in" and the program generated
from it, "ipv6calcweb/ipv6calcweb.cgi", have the following copyright
and license:

 Copyright  : 2002-2006 by Peter Bieringer <pb (at) bieringer.de>
 License    : GPL, but copyright always has to be displayed in output

The source file "lib/librfc1924.c" has the following copyright and license:

 Copyright  : 2001-2002 by Peter Bieringer <pb (at) bieringer.de>
              and 2006 by Niko Tyni <ntyni (at) iki.fi>

 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 dated June, 1991.

The code copied from "ircd" in librfc1884.c can be found in the ircd-irc2
Debian package (eg. version 2.11.1p1+dfsg-1), in common/support.c, with the
following copyright:

  Copyright (C) 1990, 1991 Armin Gruner
  
  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 1, 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 St, Fifth Floor, Boston, MA 02110-1301, USA.

The other original files can be found in the samplecode directory with
the following copyrights:

samplecode/addrconf.c and 
samplecode/ipv6.h:

  Authors:
  Pedro Roque             <roque@di.fc.ul.pt>     
  
  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.

samplecode/coreutils/md5.c:
   Copyright (C) 1995, 1996, 2001, 2003 Free Software Foundation, Inc.
   NOTE: The canonical source of this file is maintained with the GNU C
   Library.  Bugs can be reported to bug-glibc@prep.ai.mit.edu.

   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, 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 St, Fifth Floor, Boston, MA 02110-1301, USA.

   Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.

samplecode/getopt/libgnugetopt-1.1.tar.gz:
 Copyright (C) 1987, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97
        Free Software Foundation, 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, 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 St, Fifth Floor, Boston, MA 02110-1301, USA.

The IP2Location database API code copyright is as follows:

 Copyright (C) 2005-2006 IP2Location.com  All Rights Reserved.

 http://www.ip2location.com

 This library 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 library 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 library; if not, write to the Free Software
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.

The GeoIP API code copyright is as follows:

 Copyright (C) 2003 MaxMind LLC  All Rights Reserved.

 This library 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 library 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 library; if not, write to the Free Software
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.

The file databases/GeoIP/GeoIP-1.3.17/libGeoIP/types.h has the following
copyright:

      Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
 
 This file is part of GNUPG.
 
 GNUPG 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.
 
 GNUPG 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 St, Fifth Floor, Boston, MA 02110-1301, USA.

The file databases/GeoIP/GeoIP-1.3.17/libGeoIP/md5.c has the following
copyright:

 md5.c - MD5 Message-Digest Algorithm
 Copyright (C) 1995, 1996, 1998, 1999,
               2000, 2001 Free Software Foundation, 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, 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,
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.

 According to the definition of MD5 in RFC 1321 from April 1992.
 NOTE: This is *not* the same file as the one from glibc.

 Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
 Heavily modified for GnuPG by <wk@gnupg.org>

The file databases/GeoIP/GeoIP-1.3.17/libGeoIP/md5.h has the following
copyright:

 MD5.H - header file for MD5C.C
 
 Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
 rights reserved.
 
 License to copy and use this software is granted provided that it
 is identified as the "RSA Data Security, Inc. MD5 Message-Digest
 Algorithm" in all material mentioning or referencing this software
 or this function.
 
 License is also granted to make and use derivative works provided
 that such works are identified as "derived from the RSA Data
 Security, Inc. MD5 Message-Digest Algorithm" in all material
 mentioning or referencing the derived work.
 
 RSA Data Security, Inc. makes no representations concerning either
 the merchantability of this software or the suitability of this
 software for any particular purpose. It is provided "as is"
 without express or implied warranty of any kind.
 
 These notices must be retained in any copies of any part of this
 documentation and/or software.
 
(Note that the FSF postal address has been updated by Niko Tyni
 in several of the above copyright statements.)

