summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-07-05 07:14:00 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-07-05 07:14:00 +0000
commit55623f58e71800a93cc925fc4771ba5fe9828c5c (patch)
treedca7f84357b3196e7b643da17228db1e97c385e5 /modules
parenteb6499d1ca5297990472a0d28cdbcb6a383e9e7b (diff)
downloadgnulib-55623f58e71800a93cc925fc4771ba5fe9828c5c.tar.gz
* gnulib-tool (func_import): Add support for 'public domain' license.
* modules/alloca, modules/atexit, modules/memmove: Now public domain, not GPL. * modules/dup2, modules/getpagesize, modules/malloc, modules/memset: * modules/realloc, modules/strerror, modules/strtod: Now LGPL, not GPL.
Diffstat (limited to 'modules')
-rw-r--r--modules/alloca2
-rw-r--r--modules/atexit3
-rw-r--r--modules/dup23
-rw-r--r--modules/getpagesize2
-rw-r--r--modules/malloc2
-rw-r--r--modules/memmove3
-rw-r--r--modules/memset3
-rw-r--r--modules/realloc2
-rw-r--r--modules/strerror3
-rw-r--r--modules/strtod2
10 files changed, 10 insertions, 15 deletions
diff --git a/modules/alloca b/modules/alloca
index 2c3f2ccb59..e044e35c80 100644
--- a/modules/alloca
+++ b/modules/alloca
@@ -15,7 +15,7 @@ Include:
#include <alloca.h>
License:
-GPL
+public domain
Maintainer:
bug-gnulib@gnu.org
diff --git a/modules/atexit b/modules/atexit
index 0528724e99..adce14dc38 100644
--- a/modules/atexit
+++ b/modules/atexit
@@ -16,8 +16,7 @@ Include:
<stdlib.h>
License:
-GPL
+public domain
Maintainer:
Jim Meyering
-
diff --git a/modules/dup2 b/modules/dup2
index 7b33e6f5c8..db3a1f71c7 100644
--- a/modules/dup2
+++ b/modules/dup2
@@ -16,8 +16,7 @@ Include:
<unistd.h>
License:
-GPL
+LGPL
Maintainer:
Paul Eggert, Jim Meyering
-
diff --git a/modules/getpagesize b/modules/getpagesize
index 8720b24152..888bb14569 100644
--- a/modules/getpagesize
+++ b/modules/getpagesize
@@ -16,7 +16,7 @@ Include:
"getpagesize.h"
License:
-GPL
+LGPL
Maintainer:
Jim Meyering
diff --git a/modules/malloc b/modules/malloc
index e162181978..4779af9b9a 100644
--- a/modules/malloc
+++ b/modules/malloc
@@ -15,7 +15,7 @@ Include:
<stdlib.h>
License:
-GPL
+LGPL
Maintainer:
Jim Meyering
diff --git a/modules/memmove b/modules/memmove
index d96edceb4e..6588c43130 100644
--- a/modules/memmove
+++ b/modules/memmove
@@ -16,8 +16,7 @@ Include:
<string.h>
License:
-GPL
+public domain
Maintainer:
Jim Meyering
-
diff --git a/modules/memset b/modules/memset
index 040f955339..e9a86039c6 100644
--- a/modules/memset
+++ b/modules/memset
@@ -16,8 +16,7 @@ Include:
<string.h>
License:
-GPL
+LGPL
Maintainer:
Jim Meyering
-
diff --git a/modules/realloc b/modules/realloc
index 5273e4a5aa..5aa68be1b9 100644
--- a/modules/realloc
+++ b/modules/realloc
@@ -15,7 +15,7 @@ Include:
<stdlib.h>
License:
-GPL
+LGPL
Maintainer:
Jim Meyering
diff --git a/modules/strerror b/modules/strerror
index 5bed018b6c..f86dd709ff 100644
--- a/modules/strerror
+++ b/modules/strerror
@@ -16,8 +16,7 @@ Include:
<string.h>
License:
-GPL
+LGPL
Maintainer:
all
-
diff --git a/modules/strtod b/modules/strtod
index 74351486ae..4098b13641 100644
--- a/modules/strtod
+++ b/modules/strtod
@@ -17,7 +17,7 @@ Include:
<stdlib.h>
License:
-GPL
+LGPL
Maintainer:
all