From: Simon Josefsson Date: Mon, 8 Oct 2007 10:50:32 +0000 (+0200) Subject: Change license to LGPLv2+ on dummy, float, realloc, stdlib. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c27fe97d89a062031db44639f4434169752538fe;p=pspp Change license to LGPLv2+ on dummy, float, realloc, stdlib. --- diff --git a/ChangeLog b/ChangeLog index 767a3e67eb..a00164578f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-10-08 Simon Josefsson + + * modules/dummy (License): Change to LGPLv2+. + * modules/float (License): Likewise + * modules/realloc (License): Likewise + * modules/stdlib (License): Likewise + 2007-10-07 Bruno Haible * trunc.c (TWO_MANT_DIG): Change type to DOUBLE. diff --git a/modules/dummy b/modules/dummy index 7d30b757de..14e8748758 100644 --- a/modules/dummy +++ b/modules/dummy @@ -14,7 +14,7 @@ lib_SOURCES += dummy.c Include: License: -LGPL +LGPLv2+ Maintainer: all diff --git a/modules/float b/modules/float index 9ec15a5deb..272e275d85 100644 --- a/modules/float +++ b/modules/float @@ -30,7 +30,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: all diff --git a/modules/realloc b/modules/realloc index 316f58859d..aa5baf616b 100644 --- a/modules/realloc +++ b/modules/realloc @@ -16,7 +16,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Jim Meyering diff --git a/modules/stdlib b/modules/stdlib index bc5bbc8d8f..5a63df5311 100644 --- a/modules/stdlib +++ b/modules/stdlib @@ -45,7 +45,7 @@ Include: #include License: -LGPL +LGPLv2+ Maintainer: all