licensing: use FreeBSD license (was GNUv3)

This change will also remove getopt source code and headers,
which has GNU license that I cannot change.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2011-06-21 22:54:03 +02:00
parent dd5b77b62c
commit a31fd0d97a
15 changed files with 309 additions and 2222 deletions

View file

@ -42,10 +42,6 @@ AC_TYPE_SIZE_T
AC_FUNC_MALLOC
AC_CHECK_FUNCS([inet_ntoa memset strerror strstr strdup])
# GNU commandline parsing in getopt.h present?
AC_CHECK_HEADERS(getopt.h, AC_DEFINE(HAVE_GETOPT_H),
import_sources="getopt.c getopt1.c $import_sources")
AC_CONFIG_FILES([Makefile
man/Makefile
src/Makefile