1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Birthday
(c) 1994-1999 Andy Mortimer
This program is free software. You may use it under either the
Artistic license or the GNU General Public License version 2 or above,
at your option. Both of these licenses are included with your Debian
system, in /usr/doc/copyright/Artistic and /usr/doc/copyright/GPL
respectively.
On Windows, you will need some extra code (getopt, which in turn
requires alloca) to compile. Versions of these routines are provided
with the source, but are licensed separately, and you must follow the
licensing conditions on this source. In particular, the version of
getopt.c included is licensed under the GPL, so if you use this file
you must opt to use birthday under the GPL. If anybody has a less
restrictively-licensed version of getopt, I would be glad to include
it in future releases.
-- Andy Mortimer
andy.mortimer@zetnet.co.uk
|