# HG changeset patch # User Eric Blake # Date 1464274047 21600 # Node ID 0b5b4068adfe7f6b9251090f8c581118ca8f5e4e # Parent 98584f3b21f51ed0ab2520283228d70aea052c16 unsetenv: relax to LGPLv2+ Especially since setenv is also LGPLv2+, and it makes sense for the two modules to stay in sync, rather than one to be usable only in LPGLv3+ projects. * modules/unsetenv (License): Match setenv license. Signed-off-by: Eric Blake diff -r 98584f3b21f5 -r 0b5b4068adfe ChangeLog --- a/ChangeLog Thu May 26 12:31:40 2016 -0700 +++ b/ChangeLog Thu May 26 08:47:27 2016 -0600 @@ -1,3 +1,8 @@ +2016-05-26 Eric Blake + + unsetenv: relax to LGPLv2+ + * modules/unsetenv (License): Match setenv license. + 2016-05-20 Ludovic Courtès gendocs.sh: Set default TOP_NODE_UP_URL in HTML output. diff -r 98584f3b21f5 -r 0b5b4068adfe modules/unsetenv --- a/modules/unsetenv Thu May 26 12:31:40 2016 -0700 +++ b/modules/unsetenv Thu May 26 08:47:27 2016 -0600 @@ -24,7 +24,7 @@ License: -LGPL +LGPLv2+ Maintainer: all