Add a license tag to every module.
authorBruno Haible <bruno@clisp.org>
Wed, 22 Sep 2004 15:11:04 +0000 (15:11 +0000)
committerBruno Haible <bruno@clisp.org>
Wed, 22 Sep 2004 15:11:04 +0000 (15:11 +0000)
208 files changed:
ChangeLog
gnulib-tool
modules/TEMPLATE
modules/acl
modules/alloca
modules/allocsa
modules/argmatch
modules/argp
modules/argz
modules/assert
modules/atexit
modules/backupfile
modules/bcopy
modules/binary-io
modules/c-bs-a
modules/c-ctype
modules/c-stack
modules/c-strtod
modules/c-strtold
modules/calloc
modules/canon-host
modules/canonicalize
modules/chown
modules/cloexec
modules/closeout
modules/copy-file
modules/cycle-check
modules/diacrit
modules/dirfd
modules/dirname
modules/dummy
modules/dup2
modules/eealloc
modules/error
modules/euidaccess
modules/exclude
modules/execute
modules/exit
modules/exitfail
modules/extensions
modules/fatal-signal
modules/fcntl-safer
modules/file-type
modules/fileblocks
modules/filemode
modules/findprog
modules/fnmatch
modules/fnmatch-gnu
modules/fnmatch-posix
modules/fpending
modules/free
modules/fsusage
modules/ftruncate
modules/full-read
modules/full-write
modules/fwriteerror
modules/gcd
modules/getcwd
modules/getdate
modules/getdomainname
modules/getgroups
modules/gethostname
modules/getline
modules/getloadavg
modules/getndelim2
modules/getnline
modules/getopt
modules/getpagesize
modules/getpass
modules/getpass-gnu
modules/getsubopt
modules/gettext
modules/gettime
modules/gettimeofday
modules/getugroups
modules/getusershell
modules/group-member
modules/hard-locale
modules/hash
modules/hash-pjw
modules/human
modules/iconv
modules/idcache
modules/inttostr
modules/isdir
modules/lchown
modules/linebreak
modules/linebuffer
modules/localcharset
modules/long-options
modules/lstat
modules/makepath
modules/malloc
modules/mathl
modules/mbswidth
modules/md5
modules/memcasecmp
modules/memchr
modules/memcmp
modules/memcoll
modules/memcpy
modules/memmove
modules/mempcpy
modules/memrchr
modules/memset
modules/minmax
modules/mkdir
modules/mkdtemp
modules/mkstemp
modules/mktime
modules/modechange
modules/mountlist
modules/nanosleep
modules/obstack
modules/path-concat
modules/pathmax
modules/pathname
modules/physmem
modules/pipe
modules/poll
modules/posixtm
modules/posixver
modules/progname
modules/putenv
modules/quote
modules/quotearg
modules/raise
modules/readlink
modules/readtokens
modules/readtokens0
modules/readutmp
modules/realloc
modules/regex
modules/rename
modules/restrict
modules/rmdir
modules/rpmatch
modules/safe-read
modules/safe-write
modules/same
modules/save-cwd
modules/savedir
modules/setenv
modules/settime
modules/sha1
modules/sig2str
modules/stat
modules/stdbool
modules/stdint
modules/stdio-safer
modules/stpcpy
modules/stpncpy
modules/strcase
modules/strchrnul
modules/strcspn
modules/strdup
modules/strerror
modules/strftime
modules/strndup
modules/strnlen
modules/strpbrk
modules/strstr
modules/strtod
modules/strtoimax
modules/strtol
modules/strtoll
modules/strtoul
modules/strtoull
modules/strtoumax
modules/strverscmp
modules/sysexits
modules/time_r
modules/timegm
modules/timespec
modules/tzset
modules/ucs4-utf16
modules/ucs4-utf8
modules/unicodeio
modules/unistd-safer
modules/unlocked-io
modules/userspec
modules/utf16-ucs4
modules/utf8-ucs4
modules/utime
modules/utimecmp
modules/utimens
modules/vasnprintf
modules/vasprintf
modules/version-etc
modules/wait-process
modules/xalloc
modules/xalloc-die
modules/xallocsa
modules/xgetcwd
modules/xgetdomainname
modules/xgethostname
modules/xmemcoll
modules/xnanosleep
modules/xreadlink
modules/xsetenv
modules/xsize
modules/xstrndup
modules/xstrtod
modules/xstrtoimax
modules/xstrtol
modules/xstrtoumax
modules/xvasprintf
modules/yesno

index 1872b0b..4ee30e3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-09-22  Bruno Haible  <bruno@clisp.org>
+
+       * modules/*: Add 'License' field.
+       * gnulib-tool: Accept --extract-license option.
+       (func_get_license): New function.
+
 2004-09-21  Bruno Haible  <bruno@clisp.org>
 
        * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
index b8a612a..53c2e84 100755 (executable)
@@ -22,7 +22,7 @@
 
 progname=$0
 package=gnulib
-cvsdatestamp='$Date: 2004-09-21 14:22:48 $'
+cvsdatestamp='$Date: 2004-09-22 15:11:04 $'
 last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'`
 version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'`
 
@@ -54,6 +54,7 @@ Usage: gnulib-tool --list
        gnulib-tool --extract-autoconf-snippet module
        gnulib-tool --extract-automake-snippet module
        gnulib-tool --extract-include-directive module
+       gnulib-tool --extract-license module
        gnulib-tool --extract-maintainer module
 
 Operation modes:
@@ -72,6 +73,8 @@ Operation modes:
       --extract-autoconf-snippet   extract the snippet for configure.ac
       --extract-automake-snippet   extract the snippet for lib/Makefile.am
       --extract-include-directive  extract the #include directive
+      --extract-license            report the license terms of the source files
+                                   under lib/
       --extract-maintainer         report the maintainer(s) inside gnulib
 
 Options:
@@ -285,6 +288,7 @@ sed_extract_prog=':[        ]*$/ {
     s/^configure\.ac:[         ]*$//
     s/^Makefile\.am:[  ]*$//
     s/^Include:[       ]*$//
+    s/^License:[       ]*$//
     s/^Maintainer:[    ]*$//
     tb
     p
@@ -331,6 +335,12 @@ func_get_include_directive ()
   sed -e 's/^\(["<]\)/#include \1/'
 }
 
+# func_get_license module
+func_get_license ()
+{
+  sed -n -e "/^License$sed_extract_prog" < "$gnulib_dir/modules/$1"
+}
+
 # func_get_maintainer module
 func_get_maintainer ()
 {
@@ -928,6 +938,16 @@ case $mode in
     done
     ;;
 
+  extract-license )
+    for module
+    do
+      func_verify_module
+      if test -n "$module"; then
+        func_get_license "$module"
+      fi
+    done
+    ;;
+
   extract-maintainer )
     for module
     do
index 7115ff0..6f8b2c2 100644 (file)
@@ -10,5 +10,8 @@ Makefile.am:
 
 Include:
 
+License:
+GPL
+
 Maintainer:
 
index 8751025..10fc973 100644 (file)
@@ -17,6 +17,9 @@ lib_SOURCES += acl.h acl.c
 Include:
 "acl.h"
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert, Jim Meyering
 
index f93d5e3..4675072 100644 (file)
@@ -26,5 +26,8 @@ MOSTLYCLEANFILES += alloca.h alloca.h-t
 Include:
 #include <alloca.h>
 
+License:
+GPL
+
 Maintainer:
 bug-gnulib@gnu.org
index f6ab1e9..db4920d 100644 (file)
@@ -21,5 +21,8 @@ lib_SOURCES += allocsa.h allocsa.c
 Include:
 #include "allocsa.h"
 
+License:
+GPL
+
 Maintainer:
 Bruno Haible
index 87a5380..69197af 100644 (file)
@@ -22,6 +22,9 @@ lib_SOURCES += argmatch.h argmatch.c
 Include:
 "argmatch.h"
 
+License:
+GPL
+
 Maintainer:
 all
 
index f1345ec..e11ee02 100644 (file)
@@ -39,6 +39,9 @@ lib_SOURCES += argp.h argp-ba.c argp-eexst.c \
 Include:
 "argp.h"
 
+License:
+LGPL
+
 Maintainer:
 Simon Josefsson, glibc
 
index 5f59ae6..5d14e05 100644 (file)
@@ -26,5 +26,8 @@ MOSTLYCLEANFILES += argz.h argz.h-t
 Include:
 <argz.h>
 
+License:
+GPL
+
 Maintainer:
 bug-libtool@gnu.org
index f8c5bda..900a167 100644 (file)
@@ -14,6 +14,9 @@ Makefile.am:
 Include:
 <assert.h>
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 133b10c..0528724 100644 (file)
@@ -15,6 +15,9 @@ Makefile.am:
 Include:
 <stdlib.h>
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index e4d5846..c9c313f 100644 (file)
@@ -22,6 +22,9 @@ lib_SOURCES += backupfile.h backupfile.c
 Include:
 "backupfile.h"
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert, Jim Meyering
 
index d618612..be04d29 100644 (file)
@@ -13,5 +13,8 @@ Makefile.am:
 
 Include:
 
+License:
+GPL
+
 Maintainer:
 
index eb3af2b..162980b 100644 (file)
@@ -14,6 +14,9 @@ lib_SOURCES += binary-io.h
 Include:
 "binary-io.h"
 
+License:
+GPL
+
 Maintainer:
 Bruno Haible
 
index 0757f47..bf76716 100644 (file)
@@ -13,6 +13,9 @@ Makefile.am:
 
 Include:
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert
 
index f17a435..2fcefa3 100644 (file)
@@ -16,6 +16,9 @@ lib_SOURCES += c-ctype.h c-ctype.c
 Include:
 "c-ctype.h"
 
+License:
+GPL
+
 Maintainer:
 Bruno Haible
 
index e8d052e..cd9c781 100644 (file)
@@ -19,6 +19,9 @@ lib_SOURCES += c-stack.h c-stack.c
 Include:
 "c-stack.h"
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert
 
index 880abea..8f16e32 100644 (file)
@@ -18,6 +18,9 @@ lib_SOURCES += c-strtod.h c-strtod.c
 Include:
 "c-strtod.h"
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert, Jim Meyering
 
index 7139838..e9b9329 100644 (file)
@@ -19,6 +19,9 @@ lib_SOURCES += c-strtod.h c-strtod.c c-strtold.c
 Include:
 "c-strtod.h"
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert, Jim Meyering
 
index 7506d28..2d3bfc2 100644 (file)
@@ -15,5 +15,8 @@ Makefile.am:
 Include:
 <stdlib.h>
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
index 64a9629..823a30f 100644 (file)
@@ -16,6 +16,9 @@ lib_SOURCES += canon-host.c
 
 Include:
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index d7eb429..eeb3909 100644 (file)
@@ -22,6 +22,9 @@ lib_SOURCES += canonicalize.h canonicalize.c stat-macros.h
 Include:
 "canonicalize.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 1d5d41b..71af8b4 100644 (file)
@@ -16,6 +16,9 @@ Makefile.am:
 Include:
 <unistd.h>
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 9dc2c1a..d9ecea8 100644 (file)
@@ -18,5 +18,8 @@ lib_SOURCES += cloexec.c cloexec.h
 Include:
 "cloexec.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
index 4cdedb3..828676f 100644 (file)
@@ -23,5 +23,8 @@ lib_SOURCES += closeout.h closeout.c
 Include:
 "closeout.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
index 99fc3bf..11fb40a 100644 (file)
@@ -23,6 +23,9 @@ lib_SOURCES += copy-file.h copy-file.c
 Include:
 "copy-file.h"
 
+License:
+GPL
+
 Maintainer:
 Bruno Haible
 
index 91c4e31..ccbdc1d 100644 (file)
@@ -16,6 +16,9 @@ lib_SOURCES += cycle-check.c cycle-check.h dev-ino.h
 Include:
 "cycle-check.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 1aa1860..725d683 100644 (file)
@@ -15,6 +15,9 @@ lib_SOURCES += diacrit.h diacrit.c
 Include:
 "diacrit.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index ac8c30f..5482402 100644 (file)
@@ -17,5 +17,8 @@ lib_SOURCES += dirfd.h
 Include:
 "dirfd.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
index d6fef3f..4b18741 100644 (file)
@@ -21,6 +21,9 @@ lib_SOURCES += dirname.h dirname.c basename.c stripslash.c
 Include:
 "dirname.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 773c920..bacd057 100644 (file)
@@ -13,5 +13,8 @@ lib_SOURCES += dummy.c
 
 Include:
 
+License:
+GPL
+
 Maintainer:
 all
index 1d841ef..7b33e6f 100644 (file)
@@ -15,6 +15,9 @@ Makefile.am:
 Include:
 <unistd.h>
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert, Jim Meyering
 
index 95189e9..253b93d 100644 (file)
@@ -16,5 +16,8 @@ EXTRA_DIST += eealloc.h
 Include:
 #include <eealloc.h>
 
+License:
+GPL
+
 Maintainer:
 Bruno Haible
index f051352..e7c33dd 100644 (file)
@@ -19,6 +19,9 @@ Makefile.am:
 Include:
 "error.h"
 
+License:
+LGPL
+
 Maintainer:
 all, glibc
 
index 09a0058..8d4bb87 100644 (file)
@@ -19,6 +19,9 @@ lib_SOURCES += euidaccess.h stat-macros.h
 Include:
 "euidaccess.h"
 
+License:
+LGPL
+
 Maintainer:
 Jim Meyering, glibc
 
index be464ed..0b7556a 100644 (file)
@@ -22,6 +22,9 @@ lib_SOURCES += exclude.h exclude.c
 Include:
 "exclude.h"
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert
 
index f28640f..6deada9 100644 (file)
@@ -25,6 +25,9 @@ lib_SOURCES += execute.h execute.c w32spawn.h
 Include:
 "execute.h"
 
+License:
+GPL
+
 Maintainer:
 Bruno Haible
 
index b8d3994..2ba3663 100644 (file)
@@ -14,6 +14,9 @@ lib_SOURCES += exit.h
 Include:
 "exit.h"
 
+License:
+GPL
+
 Maintainer:
 Bruno Haible
 
index 67e82db..05c61d7 100644 (file)
@@ -18,6 +18,9 @@ lib_SOURCES += exitfail.h exitfail.c
 Include:
 "exitfail.h"
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert
 
index a67ce0e..5822b3f 100644 (file)
@@ -13,6 +13,9 @@ Makefile.am:
 
 Include:
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert and Jim Meyering
 
index fde4227..89d1ec2 100644 (file)
@@ -21,6 +21,9 @@ lib_SOURCES += fatal-signal.h fatal-signal.c
 Include:
 "fatal-signal.h"
 
+License:
+GPL
+
 Maintainer:
 Bruno Haible
 
index 454169d..c676ff7 100644 (file)
@@ -18,6 +18,9 @@ lib_SOURCES += fcntl-safer.h open-safer.c
 Include:
 "fcntl-safer.h"
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert, Jim Meyering
 
index 8f14c2e..c0d150c 100644 (file)
@@ -19,6 +19,9 @@ lib_SOURCES += file-type.h file-type.c stat-macros.h
 Include:
 "file-type.h"
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert, Jim Meyering
 
index 6105c05..e919301 100644 (file)
@@ -14,6 +14,9 @@ Makefile.am:
 
 Include:
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index a220b0b..7203b0c 100644 (file)
@@ -19,6 +19,9 @@ lib_SOURCES += filemode.h filemode.c stat-macros.h
 Include:
 "filemode.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index b91d00b..f5bbe66 100644 (file)
@@ -21,6 +21,9 @@ lib_SOURCES += findprog.h findprog.c
 Include:
 "findprog.h"
 
+License:
+GPL
+
 Maintainer:
 Bruno Haible
 
index 5473ebf..c8a930c 100644 (file)
@@ -29,5 +29,8 @@ MOSTLYCLEANFILES += fnmatch.h fnmatch.h-t
 Include:
 <fnmatch.h>
 
+License:
+LGPL
+
 Maintainer:
 all, glibc
index 93fc49e..3328d23 100644 (file)
@@ -14,6 +14,9 @@ Makefile.am:
 Include:
 "fnmatch.h"
 
+License:
+GPL
+
 Maintainer:
 all
 
index e11b789..bd4c6f5 100644 (file)
@@ -14,6 +14,9 @@ Makefile.am:
 Include:
 "fnmatch.h"
 
+License:
+GPL
+
 Maintainer:
 all
 
index 5c2cc11..1587206 100644 (file)
@@ -17,6 +17,9 @@ lib_SOURCES += __fpending.h
 Include:
 "__fpending.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 9ccaba3..94b6a3a 100644 (file)
@@ -15,6 +15,9 @@ Makefile.am:
 Include:
 <stdlib.h>
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert
 
index b5bda80..6d4b9db 100644 (file)
@@ -22,6 +22,9 @@ lib_SOURCES += fsusage.h
 Include:
 "fsusage.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 0b383cd..ae445f3 100644 (file)
@@ -15,6 +15,9 @@ Makefile.am:
 Include:
 <unistd.h>
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 30b5f61..fad6f06 100644 (file)
@@ -17,6 +17,9 @@ lib_SOURCES += full-read.h full-read.c
 Include:
 "full-read.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering, Bruno Haible
 
index 800623f..e242d50 100644 (file)
@@ -16,6 +16,9 @@ lib_SOURCES += full-write.h full-write.c
 Include:
 "full-write.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering, Bruno Haible
 
index b360b91..66be260 100644 (file)
@@ -15,5 +15,8 @@ lib_SOURCES += fwriteerror.h fwriteerror.c
 Include:
 "fwriteerror.h"
 
+License:
+GPL
+
 Maintainer:
 Bruno Haible
index b655278..bba1cfd 100644 (file)
@@ -15,6 +15,9 @@ lib_SOURCES += gcd.h gcd.c
 Include:
 "gcd.h"
 
+License:
+GPL
+
 Maintainer:
 Bruno Haible
 
index d5b38a4..2fa5e8d 100644 (file)
@@ -16,6 +16,9 @@ Makefile.am:
 
 Include:
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index c93959e..391eb00 100644 (file)
@@ -27,6 +27,9 @@ MAINTAINERCLEANFILES += getdate.c
 Include:
 "getdate.h"
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert
 
index 25cb6f6..765f2f8 100644 (file)
@@ -17,5 +17,8 @@ lib_SOURCES += getdomainname.h
 Include:
 "getdomainname.h"
 
+License:
+GPL
+
 Maintainer:
 all
index 5e26cc4..16604f8 100644 (file)
@@ -16,6 +16,9 @@ Makefile.am:
 Include:
 <unistd.h>
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 6c96f88..ecf0f42 100644 (file)
@@ -14,6 +14,9 @@ Makefile.am:
 
 Include:
 
+License:
+GPL
+
 Maintainer:
 all
 
index af67fa8..07ab835 100644 (file)
@@ -23,6 +23,9 @@ EXTRA_DIST += getndelim2.h getndelim2.c
 Include:
 "getline.h"
 
+License:
+GPL
+
 Maintainer:
 all
 
index c3fd60a..e8774bc 100644 (file)
@@ -16,6 +16,9 @@ Makefile.am:
 
 Include:
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 3e92479..677ba45 100644 (file)
@@ -20,6 +20,9 @@ EXTRA_DIST += getndelim2.h getndelim2.c
 Include:
 "getndelim2.h"
 
+License:
+GPL
+
 Maintainer:
 all
 
index eddf2e5..261630a 100644 (file)
@@ -19,6 +19,9 @@ lib_SOURCES += getnline.h getnline.c
 Include:
 "getnline.h"
 
+License:
+GPL
+
 Maintainer:
 all
 
index 0e15175..0446a4a 100644 (file)
@@ -29,6 +29,9 @@ MOSTLYCLEANFILES += getopt.h getopt.h-t
 Include:
 <getopt.h>
 
+License:
+LGPL
+
 Maintainer:
 all, glibc
 
index 2fc5d23..2dc6324 100644 (file)
@@ -16,6 +16,9 @@ lib_SOURCES += getpagesize.h
 Include:
 "getpagesize.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 1d4b3ad..1aff398 100644 (file)
@@ -20,6 +20,9 @@ lib_SOURCES += getpass.h
 Include:
 "getpass.h"
 
+License:
+LGPL
+
 Maintainer:
 Jim Meyering, glibc
 
index 945731f..cfda81e 100644 (file)
@@ -20,6 +20,9 @@ lib_SOURCES += getpass.h
 Include:
 "getpass.h"
 
+License:
+LGPL
+
 Maintainer:
 Jim Meyering, glibc
 
index 780c0ff..7f771f7 100644 (file)
@@ -18,5 +18,8 @@ lib_SOURCES += getsubopt.h
 Include:
 "getsubopt.h"
 
+License:
+LGPL
+
 Maintainer:
 all, glibc
index 59bef12..f6b8fae 100644 (file)
@@ -44,6 +44,9 @@ lib_SOURCES += gettext.h
 Include:
 "gettext.h"
 
+License:
+LGPL
+
 Maintainer:
 Bruno Haible
 
index e41d3da..4368a4b 100644 (file)
@@ -18,6 +18,9 @@ lib_SOURCES += gettime.c
 
 Include:
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert, Jim Meyering
 
index 28f2d46..b4874ba 100644 (file)
@@ -15,6 +15,9 @@ Makefile.am:
 Include:
 <sys/time.h>
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index dd69cbe..1800e9f 100644 (file)
@@ -15,6 +15,9 @@ lib_SOURCES += getugroups.c
 
 Include:
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index cd8c408..3c551c7 100644 (file)
@@ -16,6 +16,9 @@ Makefile.am:
 
 Include:
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 0dcb8f2..c9015ec 100644 (file)
@@ -19,6 +19,9 @@ lib_SOURCES += group-member.h
 Include:
 "group-member.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index c2e5a5a..57cf76e 100644 (file)
@@ -17,6 +17,9 @@ lib_SOURCES += hard-locale.h hard-locale.c
 Include:
 "hard-locale.h"
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert
 
index e4f3653..f180d3f 100644 (file)
@@ -19,6 +19,9 @@ lib_SOURCES += hash.h hash.c
 Include:
 "hash.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 4db0362..2fa6edb 100644 (file)
@@ -15,6 +15,9 @@ lib_SOURCES += hash-pjw.h hash-pjw.c
 Include:
 "hash-pjw.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index fa2f9a6..78ab324 100644 (file)
@@ -27,6 +27,9 @@ lib_SOURCES += human.h human.c
 Include:
 "human.h"
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert
 
index 6278b2e..e91e3a7 100644 (file)
@@ -18,6 +18,9 @@ Makefile.am:
 Include:
 <iconv.h>
 
+License:
+LGPL
+
 Maintainer:
 Bruno Haible
 
index 4402121..d6e7405 100644 (file)
@@ -16,6 +16,9 @@ lib_SOURCES += idcache.c
 
 Include:
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 3408a2c..f070d3f 100644 (file)
@@ -24,5 +24,8 @@ lib_SOURCES += imaxtostr.c inttostr.h offtostr.c umaxtostr.c
 Include:
 "inttostr.h"
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert
index 943219d..09f5956 100644 (file)
@@ -15,6 +15,9 @@ lib_SOURCES += isdir.c
 
 Include:
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index a21ec04..d1923ec 100644 (file)
@@ -19,6 +19,9 @@ lib_SOURCES += lchown.h stat-macros.h
 Include:
 "lchown.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index ecf9f59..eef952b 100644 (file)
@@ -24,6 +24,9 @@ lib_SOURCES += linebreak.h linebreak.c lbrkprop.h
 Include:
 "linebreak.h"
 
+License:
+LGPL
+
 Maintainer:
 Bruno Haible
 
index 10b14b4..cc8abd7 100644 (file)
@@ -17,6 +17,9 @@ lib_SOURCES += linebuffer.h linebuffer.c
 Include:
 "linebuffer.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 9226276..b832700 100644 (file)
@@ -72,5 +72,8 @@ CLEANFILES += charset.alias ref-add.sed ref-del.sed
 Include:
 "localcharset.h"
 
+License:
+LGPL
+
 Maintainer:
 Bruno Haible
index bc0a686..f643322 100644 (file)
@@ -18,6 +18,9 @@ lib_SOURCES += long-options.h long-options.c
 Include:
 "long-options.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 763f16e..2a595c5 100644 (file)
@@ -17,6 +17,9 @@ Makefile.am:
 Include:
 <sys/stat.h>
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 944c6cb..363a9dd 100644 (file)
@@ -26,6 +26,9 @@ lib_SOURCES += makepath.h makepath.c stat-macros.h
 Include:
 "makepath.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 2029286..e162181 100644 (file)
@@ -14,5 +14,8 @@ Makefile.am:
 Include:
 <stdlib.h>
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
index 363a240..1d6fdd9 100644 (file)
@@ -32,6 +32,9 @@ noinst_HEADERS += mathl.h trigl.h trigl.c sincosl.c
 Include:
 "mathl.h"
 
+License:
+GPL
+
 Maintainer:
 Paolo Bonzini  <bonzini@gnu.org>
 
index a031e84..51ea07a 100644 (file)
@@ -19,6 +19,9 @@ lib_SOURCES += mbswidth.h mbswidth.c
 Include:
 "mbswidth.h"
 
+License:
+GPL
+
 Maintainer:
 Bruno Haible
 
index 2d17391..a000775 100644 (file)
@@ -19,6 +19,9 @@ lib_SOURCES += md5.h md5.c
 Include:
 "md5.h"
 
+License:
+LGPL
+
 Maintainer:
 Jim Meyering, glibc
 
index d3da698..b391580 100644 (file)
@@ -17,6 +17,9 @@ lib_SOURCES += memcasecmp.h memcasecmp.c
 Include:
 "memcasecmp.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index f2e35c5..3b18a1c 100644 (file)
@@ -15,6 +15,9 @@ Makefile.am:
 Include:
 <string.h>
 
+License:
+LGPL
+
 Maintainer:
 Jim Meyering, glibc
 
index d9d4afe..fc85d85 100644 (file)
@@ -15,6 +15,9 @@ Makefile.am:
 Include:
 <string.h>
 
+License:
+LGPL
+
 Maintainer:
 Jim Meyering, glibc
 
index d64e4fe..b963bc6 100644 (file)
@@ -17,6 +17,9 @@ lib_SOURCES += memcoll.h memcoll.c
 Include:
 "memcoll.h"
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert, Jim Meyering
 
index cb69e61..d160dd2 100644 (file)
@@ -15,6 +15,9 @@ Makefile.am:
 Include:
 <string.h>
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index d02001b..d96edce 100644 (file)
@@ -15,6 +15,9 @@ Makefile.am:
 Include:
 <string.h>
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index fbbe880..1ed82ae 100644 (file)
@@ -17,5 +17,8 @@ lib_SOURCES += mempcpy.h
 Include:
 "mempcpy.h"
 
+License:
+GPL
+
 Maintainer:
 Simon Josefsson
index 01c8fea..eccad32 100644 (file)
@@ -14,6 +14,9 @@ Makefile.am:
 
 Include:
 
+License:
+LGPL
+
 Maintainer:
 Jim Meyering, glibc
 
index ba12b87..040f955 100644 (file)
@@ -15,6 +15,9 @@ Makefile.am:
 Include:
 <string.h>
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index fb292cc..5f64374 100644 (file)
@@ -14,6 +14,9 @@ lib_SOURCES += minmax.h
 Include:
 "minmax.h"
 
+License:
+GPL
+
 Maintainer:
 Bruno Haible
 
index aabb79c..2871a4a 100644 (file)
@@ -17,5 +17,8 @@ Makefile.am:
 Include:
 <sys/stat.h>
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
index 3f9b8d5..1bfb9a8 100644 (file)
@@ -21,6 +21,9 @@ lib_SOURCES += mkdtemp.h
 Include:
 "mkdtemp.h"
 
+License:
+LGPL
+
 Maintainer:
 Bruno Haible
 
index 63f31f5..5d80820 100644 (file)
@@ -20,5 +20,8 @@ Makefile.am:
 Include:
 <stdlib.h>
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
index 13973fc..3931275 100644 (file)
@@ -16,6 +16,9 @@ Makefile.am:
 Include:
 <time.h>
 
+License:
+LGPL
+
 Maintainer:
 Paul Eggert, Jim Meyering, glibc
 
index 07de372..ff871fe 100644 (file)
@@ -19,6 +19,9 @@ lib_SOURCES += modechange.h modechange.c
 Include:
 "modechange.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 1999671..846eae8 100644 (file)
@@ -21,6 +21,9 @@ lib_SOURCES += mountlist.h
 Include:
 "mountlist.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index e21a441..e0d3d85 100644 (file)
@@ -16,6 +16,9 @@ Makefile.am:
 Include:
 <time.h>
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 3304083..7544bbb 100644 (file)
@@ -22,6 +22,9 @@ Makefile.am:
 Include:
 "obstack.h"
 
+License:
+LGPL
+
 Maintainer:
 all, glibc
 
index f527ae6..8d42b2e 100644 (file)
@@ -21,6 +21,9 @@ lib_SOURCES += path-concat.h path-concat.c
 Include:
 "path-concat.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index a0aae23..1fec5fa 100644 (file)
@@ -16,6 +16,9 @@ lib_SOURCES += pathmax.h
 Include:
 "pathmax.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 82f00d0..b30e746 100644 (file)
@@ -18,6 +18,9 @@ lib_SOURCES += pathname.h concatpath.c
 Include:
 "pathname.h"
 
+License:
+GPL
+
 Maintainer:
 Bruno Haible
 
index 7d3a1de..7b77d6d 100644 (file)
@@ -17,6 +17,9 @@ lib_SOURCES += physmem.h physmem.c
 Include:
 "physmem.h"
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert, Jim Meyering
 
index a4581d9..ff0670a 100644 (file)
@@ -25,6 +25,9 @@ lib_SOURCES += pipe.h pipe.c w32spawn.h
 Include:
 "pipe.h"
 
+License:
+GPL
+
 Maintainer:
 Bruno Haible
 
index 9e59f79..4695af2 100644 (file)
@@ -26,5 +26,8 @@ MOSTLYCLEANFILES += poll.h poll.h-t
 Include:
 #include <poll.h>
 
+License:
+GPL
+
 Maintainer:
 Paolo Bonzini  <bonzini@gnu.org>
index 943d269..9a1a299 100644 (file)
@@ -19,6 +19,9 @@ lib_SOURCES += posixtm.h posixtm.c
 Include:
 "posixtm.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 88da29a..b068cec 100644 (file)
@@ -18,6 +18,9 @@ lib_SOURCES += posixver.h posixver.c
 Include:
 "posixver.h"
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert, Jim Meyering
 
index 4429c63..eacc452 100644 (file)
@@ -15,6 +15,9 @@ lib_SOURCES += progname.h progname.c
 Include:
 "progname.h"
 
+License:
+GPL
+
 Maintainer:
 Bruno Haible
 
index 48c86ab..f6e30b5 100644 (file)
@@ -14,6 +14,9 @@ Makefile.am:
 
 Include:
 
+License:
+LGPL
+
 Maintainer:
-Jim Meyering
+Jim Meyering, glibc
 
index cebfa9b..4d1c3b4 100644 (file)
@@ -18,6 +18,9 @@ lib_SOURCES += quote.h quote.c
 Include:
 "quote.h"
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert
 
index 7ef8076..817089f 100644 (file)
@@ -21,6 +21,9 @@ lib_SOURCES += quotearg.h quotearg.c
 Include:
 "quotearg.h"
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert
 
index 81677e3..a303e29 100644 (file)
@@ -13,6 +13,9 @@ Makefile.am:
 
 Include:
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 8a0acb7..4caea33 100644 (file)
@@ -14,6 +14,9 @@ Makefile.am:
 
 Include:
 
+License:
+GPL
+
 Maintainer:
 Bruno Haible
 
index fc24e90..1b5906a 100644 (file)
@@ -19,6 +19,9 @@ lib_SOURCES += readtokens.h readtokens.c
 Include:
 "readtokens.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 7bbbd4d..f03a2a4 100644 (file)
@@ -16,6 +16,9 @@ lib_SOURCES += readtokens0.h readtokens0.c
 Include:
 "readtokens0.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 864082a..7a572b7 100644 (file)
@@ -19,6 +19,9 @@ lib_SOURCES += readutmp.h
 Include:
 "readutmp.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index fbdce5e..5273e4a 100644 (file)
@@ -14,5 +14,8 @@ Makefile.am:
 Include:
 <stdlib.h>
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
index ba53fa0..170d78c 100644 (file)
@@ -21,6 +21,9 @@ lib_SOURCES += regex.h
 Include:
 "regex.h"
 
+License:
+LGPL
+
 Maintainer:
 all
 
index e8894ce..19c0bb2 100644 (file)
@@ -17,6 +17,9 @@ Makefile.am:
 Include:
 <stdio.h>
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index b03c0d6..1c2f633 100644 (file)
@@ -13,5 +13,8 @@ Makefile.am:
 
 Include:
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert and Jim Meyering
index 8a3c6ba..0dff312 100644 (file)
@@ -17,6 +17,9 @@ lib_SOURCES += stat-macros.h
 Include:
 <unistd.h>
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index d945125..f9be55d 100644 (file)
@@ -16,6 +16,9 @@ Makefile.am:
 
 Include:
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index d57fd8e..0d356a6 100644 (file)
@@ -18,6 +18,9 @@ lib_SOURCES += safe-read.h safe-read.c
 Include:
 "safe-read.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering, Bruno Haible
 
index c436f0e..e907767 100644 (file)
@@ -18,6 +18,9 @@ lib_SOURCES += safe-write.h safe-write.c
 Include:
 "safe-write.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering, Bruno Haible
 
index 077036b..37ef600 100644 (file)
@@ -22,6 +22,9 @@ lib_SOURCES += same.h same.c
 Include:
 "same.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 8f9b72f..67f226d 100644 (file)
@@ -18,5 +18,8 @@ lib_SOURCES += save-cwd.h save-cwd.c
 Include:
 "save-cwd.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
index ee8ef30..e53e7ab 100644 (file)
@@ -18,6 +18,9 @@ lib_SOURCES += savedir.h savedir.c
 Include:
 "savedir.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index eaab550..bcb2edf 100644 (file)
@@ -21,6 +21,9 @@ lib_SOURCES += setenv.h
 Include:
 "setenv.h"
 
+License:
+LGPL
+
 Maintainer:
 Bruno Haible
 
index 56ab0a9..8d0d2e1 100644 (file)
@@ -17,6 +17,9 @@ lib_SOURCES += settime.c
 
 Include:
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert, Jim Meyering
 
index 5ed694d..198ec5e 100644 (file)
@@ -19,6 +19,9 @@ lib_SOURCES += sha1.h sha1.c
 Include:
 "sha1.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index dd243c8..42c8073 100644 (file)
@@ -17,6 +17,9 @@ lib_SOURCES += sig2str.h
 Include:
 "sig2str.h"
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert, Jim Meyering
 
index 002e9e2..c074eb9 100644 (file)
@@ -18,6 +18,9 @@ lib_SOURCES += stat-macros.h
 Include:
 <sys/stat.h>
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index ae5e216..786f125 100644 (file)
@@ -26,6 +26,9 @@ MOSTLYCLEANFILES += stdbool.h stdbool.h-t
 Include:
 #include <stdbool.h>
 
+License:
+LGPL
+
 Maintainer:
 Bruno Haible
 
index d274798..e919880 100644 (file)
@@ -28,5 +28,8 @@ MOSTLYCLEANFILES += stdint.h stdint.h-t
 Include:
 #include <stdint.h>
 
+License:
+GPL
+
 Maintainer:
 all
index 67c0c21..5427474 100644 (file)
@@ -18,6 +18,9 @@ lib_SOURCES += stdio-safer.h fopen-safer.c
 Include:
 "stdio-safer.h"
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert, Jim Meyering
 
index 784af1d..7bcf9d8 100644 (file)
@@ -17,6 +17,9 @@ lib_SOURCES += stpcpy.h
 Include:
 "stpcpy.h"
 
+License:
+LGPL
+
 Maintainer:
 Bruno Haible, glibc
 
index 0646e27..96b5230 100644 (file)
@@ -17,6 +17,9 @@ lib_SOURCES += stpncpy.h
 Include:
 "stpncpy.h"
 
+License:
+LGPL
+
 Maintainer:
 Bruno Haible, glibc
 
index eb227eb..1f98231 100644 (file)
@@ -18,6 +18,9 @@ lib_SOURCES += strcase.h
 Include:
 "strcase.h"
 
+License:
+LGPL
+
 Maintainer:
 Bruno Haible
 
index 500bd94..3da076b 100644 (file)
@@ -17,5 +17,8 @@ lib_SOURCES += strchrnul.h
 Include:
 "strchrnul.h"
 
+License:
+GPL
+
 Maintainer:
 FSF
index 0af4bec..a80c852 100644 (file)
@@ -15,6 +15,9 @@ Makefile.am:
 Include:
 <string.h>
 
+License:
+LGPL
+
 Maintainer:
 Bruno Haible, glibc
 
index c124b0b..d3bd14c 100644 (file)
@@ -17,6 +17,9 @@ lib_SOURCES += strdup.h
 Include:
 "strdup.h"
 
+License:
+LGPL
+
 Maintainer:
 all, glibc
 
index 5e5d467..5bed018 100644 (file)
@@ -15,6 +15,9 @@ Makefile.am:
 Include:
 <string.h>
 
+License:
+GPL
+
 Maintainer:
 all
 
index 2eeb1ea..468bbad 100644 (file)
@@ -21,6 +21,9 @@ lib_SOURCES += strftime.c strftime.h
 Include:
 "strftime.h"
 
+License:
+LGPL
+
 Maintainer:
 glibc
 
index c882a75..ed9c51c 100644 (file)
@@ -18,6 +18,9 @@ lib_SOURCES += strndup.h
 Include:
 "strndup.h"
 
+License:
+LGPL
+
 Maintainer:
 glibc
 
index 900803e..4f52435 100644 (file)
@@ -14,6 +14,9 @@ Makefile.am:
 
 Include:
 
+License:
+LGPL
+
 Maintainer:
 glibc
 
index 5121f3e..003486f 100644 (file)
@@ -17,6 +17,9 @@ lib_SOURCES += strpbrk.h
 Include:
 "strpbrk.h"
 
+License:
+LGPL
+
 Maintainer:
 Bruno Haible, glibc
 
index 4c83c73..c6891d2 100644 (file)
@@ -17,6 +17,9 @@ lib_SOURCES += strstr.h
 Include:
 "strstr.h"
 
+License:
+LGPL
+
 Maintainer:
 Bruno Haible, glibc
 
index a1a450e..7435148 100644 (file)
@@ -16,5 +16,8 @@ LIBS += $(POW_LIB)
 Include:
 <stdlib.h>
 
+License:
+GPL
+
 Maintainer:
 all
index fd244d0..c63319e 100644 (file)
@@ -19,6 +19,9 @@ Makefile.am:
 
 Include:
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert
 
index 363c7f0..ad17152 100644 (file)
@@ -15,6 +15,9 @@ Makefile.am:
 Include:
 <stdlib.h>
 
+License:
+LGPL
+
 Maintainer:
 glibc
 
index 75276ef..a25ebfa 100644 (file)
@@ -17,6 +17,9 @@ Makefile.am:
 Include:
 <stdlib.h>
 
+License:
+LGPL
+
 Maintainer:
 glibc
 
index a5628e9..8cb6d66 100644 (file)
@@ -16,6 +16,9 @@ Makefile.am:
 Include:
 <stdlib.h>
 
+License:
+LGPL
+
 Maintainer:
 glibc
 
index f6a5588..9ff6f68 100644 (file)
@@ -17,6 +17,9 @@ Makefile.am:
 Include:
 <stdlib.h>
 
+License:
+LGPL
+
 Maintainer:
 glibc
 
index 0e5eb5f..8cfc809 100644 (file)
@@ -20,6 +20,9 @@ Makefile.am:
 
 Include:
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert
 
index cf86920..8956a4a 100644 (file)
@@ -17,6 +17,9 @@ lib_SOURCES += strverscmp.h
 Include:
 "strverscmp.h"
 
+License:
+LGPL
+
 Maintainer:
 Jim Meyering, glibc
 
index bf2a3ef..8173361 100644 (file)
@@ -24,5 +24,8 @@ MOSTLYCLEANFILES += sysexits.h sysexits.h-t
 Include:
 #include <sysexits.h>
 
+License:
+GPL
+
 Maintainer:
 Simon Josefsson
index c422b67..1e3a4a5 100644 (file)
@@ -19,6 +19,9 @@ lib_SOURCES += time_r.h
 Include:
 "time_r.h"
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert
 
index e841a55..f5c0a2d 100644 (file)
@@ -19,5 +19,8 @@ lib_SOURCES += timegm.h
 Include:
 "timegm.h"
 
+License:
+LGPL
+
 Maintainer:
 all, glibc
index e9efb5f..a363392 100644 (file)
@@ -18,6 +18,9 @@ lib_SOURCES += timespec.h
 Include:
 "timespec.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index c0e9304..54f13e3 100644 (file)
@@ -15,6 +15,9 @@ Makefile.am:
 Include:
 <time.h>
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 4cc0c4c..c4d1b06 100644 (file)
@@ -15,6 +15,9 @@ lib_SOURCES += ucs4-utf16.h
 
 Include:
 
+License:
+LGPL
+
 Maintainer:
 Bruno Haible
 
index d62455e..be9c3de 100644 (file)
@@ -15,6 +15,9 @@ lib_SOURCES += ucs4-utf8.h
 
 Include:
 
+License:
+LGPL
+
 Maintainer:
 Bruno Haible
 
index 3581f65..4eb2622 100644 (file)
@@ -21,6 +21,9 @@ lib_SOURCES += unicodeio.h unicodeio.c
 Include:
 "unicodeio.h"
 
+License:
+GPL
+
 Maintainer:
 Bruno Haible
 
index c5d24c0..26fa924 100644 (file)
@@ -17,6 +17,9 @@ lib_SOURCES += unistd-safer.h dup-safer.c
 Include:
 "unistd-safer.h"
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert, Jim Meyering
 
index 94e1628..3ce2322 100644 (file)
@@ -17,6 +17,9 @@ lib_SOURCES += unlocked-io.h
 Include:
 "unlocked-io.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 3f1518d..a0b1ec2 100644 (file)
@@ -22,5 +22,8 @@ lib_SOURCES += userspec.c userspec.h
 Include:
 "userspec.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
index 9fb8ae7..de40bd6 100644 (file)
@@ -15,6 +15,9 @@ lib_SOURCES += utf16-ucs4.h
 
 Include:
 
+License:
+LGPL
+
 Maintainer:
 Bruno Haible
 
index 9a2d4ea..0c127a7 100644 (file)
@@ -15,6 +15,9 @@ lib_SOURCES += utf8-ucs4.h
 
 Include:
 
+License:
+LGPL
+
 Maintainer:
 Bruno Haible
 
index 0a16822..dc5dd59 100644 (file)
@@ -24,6 +24,9 @@ Include:
 # include <sys/utime.h>
 #endif
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 204138a..d65ef3e 100644 (file)
@@ -21,6 +21,9 @@ lib_SOURCES += utimecmp.h utimecmp.c
 Include:
 "utimecmp.h"
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert, Jim Meyering
 
index 7196ef7..f630f1b 100644 (file)
@@ -19,6 +19,9 @@ lib_SOURCES += utimens.h utimens.c
 Include:
 "utimens.h"
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert, Jim Meyering
 
index 8c62101..0036264 100644 (file)
@@ -33,6 +33,9 @@ lib_SOURCES += printf-args.h printf-parse.h vasnprintf.h
 Include:
 "vasnprintf.h"
 
+License:
+LGPL
+
 Maintainer:
 Bruno Haible
 
index 9f96522..4341d6c 100644 (file)
@@ -19,6 +19,9 @@ lib_SOURCES += vasprintf.h
 Include:
 "vasprintf.h"
 
+License:
+LGPL
+
 Maintainer:
 Bruno Haible
 
index db78c43..69e161a 100644 (file)
@@ -17,6 +17,9 @@ lib_SOURCES += version-etc.h version-etc.c
 Include:
 "version-etc.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 9e397b0..5a9cd65 100644 (file)
@@ -24,6 +24,9 @@ lib_SOURCES += wait-process.h wait-process.c
 Include:
 "wait-process.h"
 
+License:
+GPL
+
 Maintainer:
 Bruno Haible
 
index e837097..ddc1448 100644 (file)
@@ -18,6 +18,9 @@ lib_SOURCES += xalloc.h xmalloc.c xstrdup.c
 Include:
 "xalloc.h"
 
+License:
+GPL
+
 Maintainer:
 all
 
index 2c0df44..62078b9 100644 (file)
@@ -18,6 +18,9 @@ lib_SOURCES += xalloc-die.c
 Include:
 "xalloc.h"
 
+License:
+GPL
+
 Maintainer:
 all
 
index 98a0b4c..052d292 100644 (file)
@@ -17,5 +17,8 @@ lib_SOURCES += xallocsa.h xallocsa.c
 Include:
 #include "xallocsa.h"
 
+License:
+GPL
+
 Maintainer:
 Bruno Haible
index f552136..8015604 100644 (file)
@@ -20,6 +20,9 @@ lib_SOURCES += xgetcwd.h xgetcwd.c
 Include:
 "xgetcwd.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 8e40823..307aa5d 100644 (file)
@@ -17,5 +17,8 @@ lib_SOURCES += xgetdomainname.h xgetdomainname.c
 Include:
 "xgetdomainname.h"
 
+License:
+GPL
+
 Maintainer:
 Simon Josefsson
index 840faf1..07cf83d 100644 (file)
@@ -17,6 +17,9 @@ lib_SOURCES += xgethostname.h xgethostname.c
 Include:
 "xgethostname.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 7589b52..f66e8bc 100644 (file)
@@ -20,6 +20,9 @@ lib_SOURCES += xmemcoll.h xmemcoll.c
 Include:
 "xmemcoll.h"
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert, Jim Meyering
 
index 40cf2d3..7317c1e 100644 (file)
@@ -17,6 +17,9 @@ lib_SOURCES += xnanosleep.h xnanosleep.c
 Include:
 "xnanosleep.h"
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert, Jim Meyering
 
index be4b484..ead1f87 100644 (file)
@@ -20,6 +20,9 @@ lib_SOURCES += xreadlink.h xreadlink.c
 Include:
 "xreadlink.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 1b85048..d92583f 100644 (file)
@@ -20,6 +20,9 @@ lib_SOURCES += xsetenv.h xsetenv.c
 Include:
 "xsetenv.h"
 
+License:
+GPL
+
 Maintainer:
 Bruno Haible
 
index 9acf916..55b7307 100644 (file)
@@ -17,6 +17,9 @@ lib_SOURCES += xsize.h
 Include:
 "xsize.h"
 
+License:
+GPL
+
 Maintainer:
 Bruno Haible
 
index ab7f156..dfd72a7 100644 (file)
@@ -19,6 +19,9 @@ lib_SOURCES += xstrndup.h xstrndup.c
 Include:
 "xstrndup.h"
 
+License:
+GPL
+
 Maintainer:
 Simon Josefsson
 
index 32ec544..75399b5 100644 (file)
@@ -17,6 +17,9 @@ lib_SOURCES += xstrtod.h xstrtod.c
 Include:
 "xstrtod.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index e4169d9..190b13e 100644 (file)
@@ -19,6 +19,9 @@ lib_SOURCES += xstrtoimax.c
 Include:
 "xstrtol.h"
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert
 
index 73ccb2f..398c771 100644 (file)
@@ -26,6 +26,9 @@ lib_SOURCES += xstrtol.h xstrtol.c xstrtoul.c
 Include:
 "xstrtol.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index d0f89fa..91891c0 100644 (file)
@@ -18,6 +18,9 @@ lib_SOURCES += xstrtoumax.c
 Include:
 "xstrtol.h"
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert
 
index 2524095..a84fd82 100644 (file)
@@ -17,5 +17,8 @@ lib_SOURCES += xvasprintf.h xvasprintf.c xasprintf.c
 Include:
 "xvasprintf.h"
 
+License:
+GPL
+
 Maintainer:
 Oskar Liljeblad
index ab0c3e3..860f0fe 100644 (file)
@@ -20,6 +20,9 @@ lib_SOURCES += yesno.c yesno.h
 Include:
 "yesno.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering