# HG changeset patch # User Simon Josefsson # Date 1191840632 -7200 # Node ID be88e4511678a31700f88dab80b6702ea5d0ab07 # Parent bb3874ba31fd6d7d72dde9d9f102b7934ef292d8 Change license to LGPLv2+ on dummy, float, realloc, stdlib. diff --git a/ChangeLog b/ChangeLog --- 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 --- a/modules/dummy +++ b/modules/dummy @@ -14,7 +14,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: all diff --git a/modules/float b/modules/float --- a/modules/float +++ b/modules/float @@ -30,7 +30,7 @@ License: -LGPL +LGPLv2+ Maintainer: all diff --git a/modules/realloc b/modules/realloc --- a/modules/realloc +++ b/modules/realloc @@ -16,7 +16,7 @@ License: -LGPL +LGPLv2+ Maintainer: Jim Meyering diff --git a/modules/stdlib b/modules/stdlib --- a/modules/stdlib +++ b/modules/stdlib @@ -45,7 +45,7 @@ #include License: -LGPL +LGPLv2+ Maintainer: all