summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2011-10-19 15:07:28 -0600
committerEric Blake <eblake@redhat.com>2011-10-19 15:46:32 -0600
commitd98b13077566ffbcf7c098d6ca29d4191dd32c83 (patch)
tree764dc9d1e00e1ffe5612828606de7cc386e87501
parent78ad5003f1965577d730e42adfd05706cfeec81d (diff)
downloadgnulib-d98b13077566ffbcf7c098d6ca29d4191dd32c83.tar.gz
ptsname and others: relax license
Discussed here: https://lists.gnu.org/archive/html/bug-gnulib/2011-10/msg00178.html * modules/grantpt (License): Change from LGPLv3+ to LGPLv2+. * modules/unlockpt (License): Likewise. * modules/pt_chown (License): Likewise. * modules/ptsname (License): Likewise. * modules/ttyname_r (License): Likewise. Signed-off-by: Eric Blake <eblake@redhat.com>
-rw-r--r--ChangeLog9
-rw-r--r--modules/grantpt2
-rw-r--r--modules/pt_chown2
-rw-r--r--modules/ptsname2
-rw-r--r--modules/ttyname_r2
-rw-r--r--modules/unlockpt2
6 files changed, 14 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index fc42c539a9..bd08758f93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2011-10-19 Eric Blake <eblake@redhat.com>
+
+ ptsname and others: relax license
+ * modules/grantpt (License): Change from LGPLv3+ to LGPLv2+.
+ * modules/unlockpt (License): Likewise.
+ * modules/pt_chown (License): Likewise.
+ * modules/ptsname (License): Likewise.
+ * modules/ttyname_r (License): Likewise.
+
2011-10-19 Jim Meyering <meyering@redhat.com>
posix_openpt: remove spurious #endif
diff --git a/modules/grantpt b/modules/grantpt
index c5e76f0255..5fd6537ef1 100644
--- a/modules/grantpt
+++ b/modules/grantpt
@@ -26,7 +26,7 @@ Include:
<stdlib.h>
License:
-LGPL
+LGPLv2+
Maintainer:
Bruno Haible
diff --git a/modules/pt_chown b/modules/pt_chown
index 0002ab79a8..9606a026af 100644
--- a/modules/pt_chown
+++ b/modules/pt_chown
@@ -21,7 +21,7 @@ pt_chown_LDADD = libgnu.a
Include:
License:
-LGPL
+LGPLv2+
Maintainer:
glibc
diff --git a/modules/ptsname b/modules/ptsname
index 985b79ba5e..58560d63e5 100644
--- a/modules/ptsname
+++ b/modules/ptsname
@@ -24,7 +24,7 @@ Include:
<stdlib.h>
License:
-LGPL
+LGPLv2+
Maintainer:
Bruno Haible
diff --git a/modules/ttyname_r b/modules/ttyname_r
index f68d9b19aa..62ca5726ef 100644
--- a/modules/ttyname_r
+++ b/modules/ttyname_r
@@ -23,7 +23,7 @@ Include:
<unistd.h>
License:
-LGPL
+LGPLv2+
Maintainer:
Bruno Haible
diff --git a/modules/unlockpt b/modules/unlockpt
index b5d98cfa43..cca3f168b8 100644
--- a/modules/unlockpt
+++ b/modules/unlockpt
@@ -25,7 +25,7 @@ Include:
<stdlib.h>
License:
-LGPL
+LGPLv2+
Maintainer:
Bruno Haible