summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--modules/chown2
-rw-r--r--modules/lchown2
-rw-r--r--modules/open2
4 files changed, 12 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 9db5e59668..a9fdc9ce6d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-08-10 Eric Blake <eblake@redhat.com>
+
+ open, chown: relax license
+ * modules/open (License): Change to LGPLv2+, with consent by all
+ authors, for use in augeas.
+ * modules/chown (License): Likewise.
+ * modules/lchown (Likewise): Likewise.
+ Requested by Adam Stokes.
+
2010-08-09 Karl Berry <karl@gnu.org>
* build-aux/ar-lib: new file, import from Automake.
diff --git a/modules/chown b/modules/chown
index 4c296ac2cc..94bff841c7 100644
--- a/modules/chown
+++ b/modules/chown
@@ -23,7 +23,7 @@ Include:
<unistd.h>
License:
-GPL
+LGPLv2+
Maintainer:
Jim Meyering
diff --git a/modules/lchown b/modules/lchown
index 75672b44a1..9fea1b3375 100644
--- a/modules/lchown
+++ b/modules/lchown
@@ -23,7 +23,7 @@ Include:
<unistd.h>
License:
-GPL
+LGPLv2+
Maintainer:
Jim Meyering, Eric Blake
diff --git a/modules/open b/modules/open
index da8e30def0..29829084eb 100644
--- a/modules/open
+++ b/modules/open
@@ -20,7 +20,7 @@ Include:
<fcntl.h>
License:
-LGPL
+LGPLv2+
Maintainer:
Bruno Haible