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 1872b0b48f22efd087ba68bca8f98c939a6d3e55..4ee30e33f368ad324f7b59985ba11d72fba7173a 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 b8a612aac2799ffd63bed969a485d0da5205661f..53c2e840aca7a9aaa73408cf243ed24458297a74 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 7115ff0e79e13faebe931d313cbe68df9830c011..6f8b2c287f7ec0a9784ab9bc53d8ba40b8dddf4e 100644 (file)
@@ -10,5 +10,8 @@ Makefile.am:
 
 Include:
 
+License:
+GPL
+
 Maintainer:
 
index 875102588fb7290a48fafb8e4aa7b377c9f63d7f..10fc9736a999c66af033488fd1e58fa666b4ece2 100644 (file)
@@ -17,6 +17,9 @@ lib_SOURCES += acl.h acl.c
 Include:
 "acl.h"
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert, Jim Meyering
 
index f93d5e3861ec23c057cdc475b218433a121fec11..4675072ee5967d6db033af0a7afbb2c66f6f12fe 100644 (file)
@@ -26,5 +26,8 @@ MOSTLYCLEANFILES += alloca.h alloca.h-t
 Include:
 #include <alloca.h>
 
+License:
+GPL
+
 Maintainer:
 bug-gnulib@gnu.org
index f6ab1e9115b17130c86ef5bf64a9100cb6effff0..db4920dc1fd5cb1605c8f336f8fe022dc5d587d2 100644 (file)
@@ -21,5 +21,8 @@ lib_SOURCES += allocsa.h allocsa.c
 Include:
 #include "allocsa.h"
 
+License:
+GPL
+
 Maintainer:
 Bruno Haible
index 87a538086fc963830a2db61b2c279c9c7ce80309..69197af90b4232a69d0149e65b6c9332fae8d011 100644 (file)
@@ -22,6 +22,9 @@ lib_SOURCES += argmatch.h argmatch.c
 Include:
 "argmatch.h"
 
+License:
+GPL
+
 Maintainer:
 all
 
index f1345ece29043e97be9ecddffed48d8faffc4b64..e11ee028d476bf9efcef85926d351989ec3339c2 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 5f59ae6be99c3292ddb1e91b4dbecebf6d1acd15..5d14e05496acb1fd8f0b753c2c16fcf735af0228 100644 (file)
@@ -26,5 +26,8 @@ MOSTLYCLEANFILES += argz.h argz.h-t
 Include:
 <argz.h>
 
+License:
+GPL
+
 Maintainer:
 bug-libtool@gnu.org
index f8c5bda25971a1caba9714b496353ab4841a3801..900a1679ada4dde8afba725700dd91721688937d 100644 (file)
@@ -14,6 +14,9 @@ Makefile.am:
 Include:
 <assert.h>
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 133b10c6778eba55258399074ca6511d8a75f0c0..0528724e99e8a2c9acac47d8be5a925222e9595e 100644 (file)
@@ -15,6 +15,9 @@ Makefile.am:
 Include:
 <stdlib.h>
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index e4d5846cba87e4e62e2b0dcd761d6a4439e26d40..c9c313fc2affefa3c4d994ed2e5d5bea47863811 100644 (file)
@@ -22,6 +22,9 @@ lib_SOURCES += backupfile.h backupfile.c
 Include:
 "backupfile.h"
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert, Jim Meyering
 
index d618612273fcaa9bec9ff87ea27900ec6dcdd096..be04d29bc089fd500c6ef6b9ec33f2904a0e9673 100644 (file)
@@ -13,5 +13,8 @@ Makefile.am:
 
 Include:
 
+License:
+GPL
+
 Maintainer:
 
index eb3af2ba7499d28ea0ff4bf38e9abcfcf64b37a2..162980b41e76259357a9e292a7b6740e0d0b5d84 100644 (file)
@@ -14,6 +14,9 @@ lib_SOURCES += binary-io.h
 Include:
 "binary-io.h"
 
+License:
+GPL
+
 Maintainer:
 Bruno Haible
 
index 0757f47c6e8e76d8df22f6fd386730a96d699c58..bf76716af1174e3d6973b9d0768309575ef07d25 100644 (file)
@@ -13,6 +13,9 @@ Makefile.am:
 
 Include:
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert
 
index f17a435a95791a62cc5875697c82115f368f1777..2fcefa3da14d29f013f0642d6492e6f410d94977 100644 (file)
@@ -16,6 +16,9 @@ lib_SOURCES += c-ctype.h c-ctype.c
 Include:
 "c-ctype.h"
 
+License:
+GPL
+
 Maintainer:
 Bruno Haible
 
index e8d052e5ebae17c5e5e6286dae8755a45de39847..cd9c78143f15f29dcda149c3a48c09bcbd47a4dd 100644 (file)
@@ -19,6 +19,9 @@ lib_SOURCES += c-stack.h c-stack.c
 Include:
 "c-stack.h"
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert
 
index 880abea3045997868ef1447a0d940fdb7f93c523..8f16e328eada0bbf4f681d3d33b948d1fe68782b 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 713983800b43d7aac7343535ea4117041d0b05cd..e9b932937b48f3f82aaec98e4a20f09eb5f1477c 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 7506d2823e7d991ea1f32dac0eb5cd7f827b8008..2d3bfc27666c41e51dcad4a59832ce48ab129e4f 100644 (file)
@@ -15,5 +15,8 @@ Makefile.am:
 Include:
 <stdlib.h>
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
index 64a9629fa15f1419a2d634a3f61c5406709856d2..823a30fdb8064d1b47652ba8fa329f81d9562125 100644 (file)
@@ -16,6 +16,9 @@ lib_SOURCES += canon-host.c
 
 Include:
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index d7eb429ec0bfda7a22fc28438f7f4036fc1dabf2..eeb3909425b2396fff4a34156721c50f8555fecf 100644 (file)
@@ -22,6 +22,9 @@ lib_SOURCES += canonicalize.h canonicalize.c stat-macros.h
 Include:
 "canonicalize.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 1d5d41bd52de1fc6e06f61775a3db677f5d436ea..71af8b4a0e43d928df676b084d762a033bf96ae2 100644 (file)
@@ -16,6 +16,9 @@ Makefile.am:
 Include:
 <unistd.h>
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 9dc2c1a3f74aebbfc04e269b7607d83fcd25633f..d9ecea8c177127de3c2574ffa6465aa66f38a35f 100644 (file)
@@ -18,5 +18,8 @@ lib_SOURCES += cloexec.c cloexec.h
 Include:
 "cloexec.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
index 4cdedb3f71c24a1617b44f019f64e194e4caa527..828676fc0277ae28b3c831bfce5724db02a4bbf0 100644 (file)
@@ -23,5 +23,8 @@ lib_SOURCES += closeout.h closeout.c
 Include:
 "closeout.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
index 99fc3bfc348b5dabd3c79bd01f7c7212fff1e847..11fb40a0312a4dfbf66bf7b12f83b050a2a1e12d 100644 (file)
@@ -23,6 +23,9 @@ lib_SOURCES += copy-file.h copy-file.c
 Include:
 "copy-file.h"
 
+License:
+GPL
+
 Maintainer:
 Bruno Haible
 
index 91c4e31664fd76ae14fcfd8e03aa01f91ee3b55d..ccbdc1dcf5e4e29559c5cdb629178240ff9ae441 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 1aa18604324ecd88915cac90d267cd1b30ee4ebf..725d683fd4a580d923f44484920dc6c2dc826ed5 100644 (file)
@@ -15,6 +15,9 @@ lib_SOURCES += diacrit.h diacrit.c
 Include:
 "diacrit.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index ac8c30fbbf03c59efcec3724017ac3c0c241f4b3..54824024ac63c4201528ca1f95ce8522b3647ed7 100644 (file)
@@ -17,5 +17,8 @@ lib_SOURCES += dirfd.h
 Include:
 "dirfd.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
index d6fef3fc893e8f3393b964c0ca2fc839948094a0..4b1874117d381d1f6f022a4de30b00c09b3308e7 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 773c92057c10b972a96bb3003548c7967be0d47b..bacd05781d2e04cfa55c2285c9f4afcc95e0d138 100644 (file)
@@ -13,5 +13,8 @@ lib_SOURCES += dummy.c
 
 Include:
 
+License:
+GPL
+
 Maintainer:
 all
index 1d841ef4c72bf142ec473f3b2bf3de5cc5a30be6..7b33e6f5c8847c97b767010241a8bac43ed4c643 100644 (file)
@@ -15,6 +15,9 @@ Makefile.am:
 Include:
 <unistd.h>
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert, Jim Meyering
 
index 95189e9f61493b25c2ebb945ead793d363fac76b..253b93dab892fc0a18583853677bd3b4414916f1 100644 (file)
@@ -16,5 +16,8 @@ EXTRA_DIST += eealloc.h
 Include:
 #include <eealloc.h>
 
+License:
+GPL
+
 Maintainer:
 Bruno Haible
index f051352639291afdc8897c1e01731258bcb0980e..e7c33ddd0d0feee394d01217360b5416f831cfc7 100644 (file)
@@ -19,6 +19,9 @@ Makefile.am:
 Include:
 "error.h"
 
+License:
+LGPL
+
 Maintainer:
 all, glibc
 
index 09a0058af1631a8293c292c39305fe744bf9ad99..8d4bb875289f37c6f693ec700fddac1fe41b82d1 100644 (file)
@@ -19,6 +19,9 @@ lib_SOURCES += euidaccess.h stat-macros.h
 Include:
 "euidaccess.h"
 
+License:
+LGPL
+
 Maintainer:
 Jim Meyering, glibc
 
index be464edafdacab3155752110bf20ddfc1668f574..0b7556a08a43914a0c0c79e3e7c89710cfceeab5 100644 (file)
@@ -22,6 +22,9 @@ lib_SOURCES += exclude.h exclude.c
 Include:
 "exclude.h"
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert
 
index f28640ff61315dc5a909fa1c57fb9031ceb5be60..6deada935d79dd84fdd24a978e97d903e87d3915 100644 (file)
@@ -25,6 +25,9 @@ lib_SOURCES += execute.h execute.c w32spawn.h
 Include:
 "execute.h"
 
+License:
+GPL
+
 Maintainer:
 Bruno Haible
 
index b8d3994b839dfbc9992488a5bb07b5e92259d9aa..2ba366325c54a3f90b78ff7aa645a00a61202139 100644 (file)
@@ -14,6 +14,9 @@ lib_SOURCES += exit.h
 Include:
 "exit.h"
 
+License:
+GPL
+
 Maintainer:
 Bruno Haible
 
index 67e82db311d7c81dbf21271cada8cf232169fd90..05c61d788cd34325ee27b4e7983b95cb3da6bdf2 100644 (file)
@@ -18,6 +18,9 @@ lib_SOURCES += exitfail.h exitfail.c
 Include:
 "exitfail.h"
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert
 
index a67ce0ea7827afca2dc46829464ff48ccd54a297..5822b3fefa93335e4262bfa07b61cb5ce30289bb 100644 (file)
@@ -13,6 +13,9 @@ Makefile.am:
 
 Include:
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert and Jim Meyering
 
index fde4227f4723e80f75cb17effd6b9af128d7f0dd..89d1ec2ec01fdb16425cd78f08df3f5ee227fc4a 100644 (file)
@@ -21,6 +21,9 @@ lib_SOURCES += fatal-signal.h fatal-signal.c
 Include:
 "fatal-signal.h"
 
+License:
+GPL
+
 Maintainer:
 Bruno Haible
 
index 454169d96c322c51b63b72459e45555182190c0d..c676ff7ba884c78156868810200d1e1bd4d84d07 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 8f14c2e433faa30687e59fd6ef88b3e09d039488..c0d150cf92c8630106372de846f5c1537784c9f2 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 6105c051b7fffcf2cfd27cb3e4e55bf8c090a06c..e919301e79276cc272964bffc393badded481205 100644 (file)
@@ -14,6 +14,9 @@ Makefile.am:
 
 Include:
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index a220b0b3786bf793a09a9580aab78b4b555591a6..7203b0c536e8fd862c1fef4f8a736d9c8e9e8538 100644 (file)
@@ -19,6 +19,9 @@ lib_SOURCES += filemode.h filemode.c stat-macros.h
 Include:
 "filemode.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index b91d00b4058898013e3f5f34197509c3358df8b5..f5bbe66d5acef4836541e274a7b31fe7a94c6516 100644 (file)
@@ -21,6 +21,9 @@ lib_SOURCES += findprog.h findprog.c
 Include:
 "findprog.h"
 
+License:
+GPL
+
 Maintainer:
 Bruno Haible
 
index 5473ebf8c5deda95f44cc172761f7f8484d1624a..c8a930c449156cc74b9eed658a5472eab910a98f 100644 (file)
@@ -29,5 +29,8 @@ MOSTLYCLEANFILES += fnmatch.h fnmatch.h-t
 Include:
 <fnmatch.h>
 
+License:
+LGPL
+
 Maintainer:
 all, glibc
index 93fc49e5945886c9ade327bb2c16392bb0fcb9fd..3328d2364c9d2865a8757b9266e41ae2aa76392d 100644 (file)
@@ -14,6 +14,9 @@ Makefile.am:
 Include:
 "fnmatch.h"
 
+License:
+GPL
+
 Maintainer:
 all
 
index e11b78922ed58da663f74fb720ce9ee6b54d211f..bd4c6f5674ef736f321686a26f82b0e9696d99fe 100644 (file)
@@ -14,6 +14,9 @@ Makefile.am:
 Include:
 "fnmatch.h"
 
+License:
+GPL
+
 Maintainer:
 all
 
index 5c2cc119afcf790e3b9ec6a52bfb0cd89440a29b..1587206a0fa28424c3a892e77096d3743efe9238 100644 (file)
@@ -17,6 +17,9 @@ lib_SOURCES += __fpending.h
 Include:
 "__fpending.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 9ccaba310098e5dc0f19887e719f98c4a7406ae8..94b6a3a5edbf4f89bc2dcb4c51668ab42a9419d7 100644 (file)
@@ -15,6 +15,9 @@ Makefile.am:
 Include:
 <stdlib.h>
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert
 
index b5bda8007e3111172c02e87668a8993d65ab672f..6d4b9db9ae5ef4e7c977c8c775e985c7c62d797c 100644 (file)
@@ -22,6 +22,9 @@ lib_SOURCES += fsusage.h
 Include:
 "fsusage.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 0b383cdb76f5b99106fae78c3e972b8122541b90..ae445f32b82a037c086647054566b8fbbd1941da 100644 (file)
@@ -15,6 +15,9 @@ Makefile.am:
 Include:
 <unistd.h>
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 30b5f61d3dea98032ab8a1477d2c0251715a2439..fad6f063293ccc407ef4310e7337477b7544933c 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 800623f6e660f777f4831f55fa7887f0a0dd556d..e242d50887b94509d08b566b687217c016e2bc5e 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 b360b912788a4f7a62cdf26dccda7ecff4552dbb..66be2605cf71b7235e026363c862eac3cf5a1acb 100644 (file)
@@ -15,5 +15,8 @@ lib_SOURCES += fwriteerror.h fwriteerror.c
 Include:
 "fwriteerror.h"
 
+License:
+GPL
+
 Maintainer:
 Bruno Haible
index b655278860ebf0757bff59596d4861b3d3fb4e50..bba1cfd2fb2c96aecc29ff6ee8c9d53f47a31576 100644 (file)
@@ -15,6 +15,9 @@ lib_SOURCES += gcd.h gcd.c
 Include:
 "gcd.h"
 
+License:
+GPL
+
 Maintainer:
 Bruno Haible
 
index d5b38a446966006eca4c5bee37de013ac7ac7b5d..2fa5e8d5c2197a1a1537c58bc3f25b969cdb7d79 100644 (file)
@@ -16,6 +16,9 @@ Makefile.am:
 
 Include:
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index c93959ed1237f78af1b0c587e4c57d1ef9254b5b..391eb004b8bbdcfbccc71cd680dab0a65b23aee1 100644 (file)
@@ -27,6 +27,9 @@ MAINTAINERCLEANFILES += getdate.c
 Include:
 "getdate.h"
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert
 
index 25cb6f69f98c7ba234bd0bacb0d7d76fcbb90026..765f2f8b80cf442b45fe161ec9f2e6b1e3e2903e 100644 (file)
@@ -17,5 +17,8 @@ lib_SOURCES += getdomainname.h
 Include:
 "getdomainname.h"
 
+License:
+GPL
+
 Maintainer:
 all
index 5e26cc4b10d028de76df75210c7a300db8bf07ef..16604f8f3504b507edaf221a9e19f62f7610c4c7 100644 (file)
@@ -16,6 +16,9 @@ Makefile.am:
 Include:
 <unistd.h>
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 6c96f88965a9936b5c2c462f504f6045a3d4d0fa..ecf0f421fe1a0d6bb4e382d67181b1c0f26f542b 100644 (file)
@@ -14,6 +14,9 @@ Makefile.am:
 
 Include:
 
+License:
+GPL
+
 Maintainer:
 all
 
index af67fa82de18a82a3f335edc41f7f009152debfb..07ab835c5a71b45a96043806c544350bb7357ca2 100644 (file)
@@ -23,6 +23,9 @@ EXTRA_DIST += getndelim2.h getndelim2.c
 Include:
 "getline.h"
 
+License:
+GPL
+
 Maintainer:
 all
 
index c3fd60a1aa72e929e54d32d294c56aa4688f1ed8..e8774bc854707d16f95bcd8bf2ee04685aa95391 100644 (file)
@@ -16,6 +16,9 @@ Makefile.am:
 
 Include:
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 3e924793d9b53f24b7527529f3c517d37e22606f..677ba459a9fe6f48cb4dda7f90f4f3cc2e3f3bea 100644 (file)
@@ -20,6 +20,9 @@ EXTRA_DIST += getndelim2.h getndelim2.c
 Include:
 "getndelim2.h"
 
+License:
+GPL
+
 Maintainer:
 all
 
index eddf2e53b940412e8ffff4052c7c2f6799b6b58a..261630a6124a4de45ecacd8bae7e08b2fa59e0fa 100644 (file)
@@ -19,6 +19,9 @@ lib_SOURCES += getnline.h getnline.c
 Include:
 "getnline.h"
 
+License:
+GPL
+
 Maintainer:
 all
 
index 0e15175cbb9808973cca851500779336aaa48c1a..0446a4aeb7ee8c106304e253f09651b3163b35da 100644 (file)
@@ -29,6 +29,9 @@ MOSTLYCLEANFILES += getopt.h getopt.h-t
 Include:
 <getopt.h>
 
+License:
+LGPL
+
 Maintainer:
 all, glibc
 
index 2fc5d23b05a1f5524af7d005bba857954ba902b2..2dc632477421264aa1fea42c0f626187acdbf673 100644 (file)
@@ -16,6 +16,9 @@ lib_SOURCES += getpagesize.h
 Include:
 "getpagesize.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 1d4b3addfeb2f7c4dc431925b68da9b68746042d..1aff39871b9beac722221e8c05bb6d15c85904a2 100644 (file)
@@ -20,6 +20,9 @@ lib_SOURCES += getpass.h
 Include:
 "getpass.h"
 
+License:
+LGPL
+
 Maintainer:
 Jim Meyering, glibc
 
index 945731fdb596e727a469b7b99be3801fdd9984e4..cfda81e8a3bdd4608859dda9954bb7618998ee16 100644 (file)
@@ -20,6 +20,9 @@ lib_SOURCES += getpass.h
 Include:
 "getpass.h"
 
+License:
+LGPL
+
 Maintainer:
 Jim Meyering, glibc
 
index 780c0ff0b74c7af00abe45dd4e5c9fe6f98895de..7f771f7cd766790eee9ca4cb5b14b7a9bae3c2ab 100644 (file)
@@ -18,5 +18,8 @@ lib_SOURCES += getsubopt.h
 Include:
 "getsubopt.h"
 
+License:
+LGPL
+
 Maintainer:
 all, glibc
index 59bef1251314f68030b1cbba91d1d78b67d954e1..f6b8faec2e059079322d00bf52e8a9600e3d0bca 100644 (file)
@@ -44,6 +44,9 @@ lib_SOURCES += gettext.h
 Include:
 "gettext.h"
 
+License:
+LGPL
+
 Maintainer:
 Bruno Haible
 
index e41d3da6f8c1b233aa6bb92102e7b714df2a1df0..4368a4b1333cd4bae26f6229d962496082f2cb9c 100644 (file)
@@ -18,6 +18,9 @@ lib_SOURCES += gettime.c
 
 Include:
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert, Jim Meyering
 
index 28f2d468a2e90016f904e6808c529123fa89067b..b4874baed6b621ad810635a0e2d41149a3201b39 100644 (file)
@@ -15,6 +15,9 @@ Makefile.am:
 Include:
 <sys/time.h>
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index dd69cbed6e2c085cfa8b5b93503a32dda9f657e8..1800e9f586ec56a43f1716ac0697307a6340f781 100644 (file)
@@ -15,6 +15,9 @@ lib_SOURCES += getugroups.c
 
 Include:
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index cd8c408c6ed014979cd5ff916516522493494470..3c551c73b23d6b88184c2f201c9b2e1f3e787ac5 100644 (file)
@@ -16,6 +16,9 @@ Makefile.am:
 
 Include:
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 0dcb8f20bd8a2421b5710d282387c0347c9a9f89..c9015ec46278e8808154f6bf2873df5665b8613b 100644 (file)
@@ -19,6 +19,9 @@ lib_SOURCES += group-member.h
 Include:
 "group-member.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index c2e5a5a96f2d91c0d441541a5cfe83c0dd95826c..57cf76e98ed453057563e06958588041abe8b3b8 100644 (file)
@@ -17,6 +17,9 @@ lib_SOURCES += hard-locale.h hard-locale.c
 Include:
 "hard-locale.h"
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert
 
index e4f3653b4c47a8742a4227ada45a7e559a339ad2..f180d3fdd7678ffa58a0d170583b518a8e43a440 100644 (file)
@@ -19,6 +19,9 @@ lib_SOURCES += hash.h hash.c
 Include:
 "hash.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 4db03621dbcc01208d8f1249e82e6873a0e99cf9..2fa6edb3b66cf49774697a8d80b9e228dd5a08b1 100644 (file)
@@ -15,6 +15,9 @@ lib_SOURCES += hash-pjw.h hash-pjw.c
 Include:
 "hash-pjw.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index fa2f9a6b55089ca7755f49e9ec2c7046440baaf1..78ab32496381173c3d47cba2f6e56149b54decc2 100644 (file)
@@ -27,6 +27,9 @@ lib_SOURCES += human.h human.c
 Include:
 "human.h"
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert
 
index 6278b2e34f458f2aef718d5b726e9877e47b953e..e91e3a76d6294c893126c4d2e88686bf340cf6d7 100644 (file)
@@ -18,6 +18,9 @@ Makefile.am:
 Include:
 <iconv.h>
 
+License:
+LGPL
+
 Maintainer:
 Bruno Haible
 
index 4402121bef94c4b9e63b2e55de30f4ba21726199..d6e7405adb24a0189b11981ac09e87b95b8da1de 100644 (file)
@@ -16,6 +16,9 @@ lib_SOURCES += idcache.c
 
 Include:
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 3408a2c90faabfeabeb2741f136aa54bb9db7ece..f070d3f3906eb25eb87aa90753474a043aca5b32 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 943219d43a3e8da25beadd018b51e0abacc92bd7..09f59563a5caebb15ca19bd453b260123fb70830 100644 (file)
@@ -15,6 +15,9 @@ lib_SOURCES += isdir.c
 
 Include:
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index a21ec041a9502db2292b3f6a4ba989dda9d7632d..d1923ec5911fd9feb331f571e4f8c329f7ff8f94 100644 (file)
@@ -19,6 +19,9 @@ lib_SOURCES += lchown.h stat-macros.h
 Include:
 "lchown.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index ecf9f59a335920c1dafd38865f27b47e7437d1ee..eef952b0129e65a1fbcc0d97eec987b62f5dbee8 100644 (file)
@@ -24,6 +24,9 @@ lib_SOURCES += linebreak.h linebreak.c lbrkprop.h
 Include:
 "linebreak.h"
 
+License:
+LGPL
+
 Maintainer:
 Bruno Haible
 
index 10b14b4d8125e0f51c00cb5e19e114bc0edafdd2..cc8abd763f36263508e4cac6a4e6c0cbb7d8e7ea 100644 (file)
@@ -17,6 +17,9 @@ lib_SOURCES += linebuffer.h linebuffer.c
 Include:
 "linebuffer.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 9226276dabbd5b0e6eac3870ca0ab7e51d02a936..b832700f1ce847caf6299b81da1cb48248207a81 100644 (file)
@@ -72,5 +72,8 @@ CLEANFILES += charset.alias ref-add.sed ref-del.sed
 Include:
 "localcharset.h"
 
+License:
+LGPL
+
 Maintainer:
 Bruno Haible
index bc0a686a2fc6e8e245a1c166d332d30e2b7d0303..f64332236bbc23f37b83b9ac8add875aee929b9a 100644 (file)
@@ -18,6 +18,9 @@ lib_SOURCES += long-options.h long-options.c
 Include:
 "long-options.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 763f16ee3d78fbd2ec7ddc7bcb0d2c534a74ba8a..2a595c5b2b9a7d98fa260c2da02170b1be5bbab5 100644 (file)
@@ -17,6 +17,9 @@ Makefile.am:
 Include:
 <sys/stat.h>
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 944c6cb482ccb8663c3038da7b819e1623fdb5ea..363a9dd1047e7cfbe5a20177b3e527079dde3bff 100644 (file)
@@ -26,6 +26,9 @@ lib_SOURCES += makepath.h makepath.c stat-macros.h
 Include:
 "makepath.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 20292863eb9cc957360a9eaa66c0e0cb02a46280..e16218197803a00aef33915b6fc8a9c61ab6fd92 100644 (file)
@@ -14,5 +14,8 @@ Makefile.am:
 Include:
 <stdlib.h>
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
index 363a240a9c5093dc6a4cfb14eaffedd599357c28..1d6fdd9e6db09fbdb3e019db04a603c173b40d38 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 a031e84db99fc68ffd56e43fdcaf12d815b80c08..51ea07a41392a09050c3c5b2624af80a56eaf5d9 100644 (file)
@@ -19,6 +19,9 @@ lib_SOURCES += mbswidth.h mbswidth.c
 Include:
 "mbswidth.h"
 
+License:
+GPL
+
 Maintainer:
 Bruno Haible
 
index 2d173914c7021d148b9bd64fef54e1347ab92c86..a000775f443562cdeda2792c0c8a70b91835c38a 100644 (file)
@@ -19,6 +19,9 @@ lib_SOURCES += md5.h md5.c
 Include:
 "md5.h"
 
+License:
+LGPL
+
 Maintainer:
 Jim Meyering, glibc
 
index d3da698a8aed44fd4ed2da29dcd062af317db222..b39158004370e1e14a87df9af1a7a204ce9c6f87 100644 (file)
@@ -17,6 +17,9 @@ lib_SOURCES += memcasecmp.h memcasecmp.c
 Include:
 "memcasecmp.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index f2e35c5c2865609786e3230a90fdad39f48debf6..3b18a1c5fa802924ada5d57f72e3340b8cc28dde 100644 (file)
@@ -15,6 +15,9 @@ Makefile.am:
 Include:
 <string.h>
 
+License:
+LGPL
+
 Maintainer:
 Jim Meyering, glibc
 
index d9d4afe4b1966120841eda412758bc5986b9b33a..fc85d852f4ed722a080fb7ddbc1ab07fbce9ebea 100644 (file)
@@ -15,6 +15,9 @@ Makefile.am:
 Include:
 <string.h>
 
+License:
+LGPL
+
 Maintainer:
 Jim Meyering, glibc
 
index d64e4fe52ecfc65d70d81d055de52c5f8f0aa0ca..b963bc666ecb745036180af0a2a44d51866b0e18 100644 (file)
@@ -17,6 +17,9 @@ lib_SOURCES += memcoll.h memcoll.c
 Include:
 "memcoll.h"
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert, Jim Meyering
 
index cb69e61f0a8ca63a3c5e587c66a9b8a015dffbb4..d160dd261289da11163d5c76aa2c3ee97be0bf20 100644 (file)
@@ -15,6 +15,9 @@ Makefile.am:
 Include:
 <string.h>
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index d02001b67a64fb0a345b353482e6495a463e1059..d96edceb4edf432947bf7824b129ef9c8b72d66e 100644 (file)
@@ -15,6 +15,9 @@ Makefile.am:
 Include:
 <string.h>
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index fbbe88087dd6354b4944e03008de26d8eb242acd..1ed82ae21accea2ed30e8bdddcfdf9c8c91dfcd8 100644 (file)
@@ -17,5 +17,8 @@ lib_SOURCES += mempcpy.h
 Include:
 "mempcpy.h"
 
+License:
+GPL
+
 Maintainer:
 Simon Josefsson
index 01c8feaf5cc7af922377560447efd49ae0809ff9..eccad32aa57ab5dd415aa22e7e16d3f30092878e 100644 (file)
@@ -14,6 +14,9 @@ Makefile.am:
 
 Include:
 
+License:
+LGPL
+
 Maintainer:
 Jim Meyering, glibc
 
index ba12b8716b2e01e092569fff27f1bfb8c533301f..040f95533934b49bdbef26fc61e9189f0a142baa 100644 (file)
@@ -15,6 +15,9 @@ Makefile.am:
 Include:
 <string.h>
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index fb292cc3855e57322e44772607735154f8b15c3b..5f64374fbc96bfa5efb82c1ab9beb5963ac727ca 100644 (file)
@@ -14,6 +14,9 @@ lib_SOURCES += minmax.h
 Include:
 "minmax.h"
 
+License:
+GPL
+
 Maintainer:
 Bruno Haible
 
index aabb79c426a22cf3358453728990c1b54596cd43..2871a4a808e0647b2bba30a380b152c35fd5f319 100644 (file)
@@ -17,5 +17,8 @@ Makefile.am:
 Include:
 <sys/stat.h>
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
index 3f9b8d521f328ffd83ee930f9d2b624f6b3f00ff..1bfb9a87b49ef3871c1479bf948312057cb02e16 100644 (file)
@@ -21,6 +21,9 @@ lib_SOURCES += mkdtemp.h
 Include:
 "mkdtemp.h"
 
+License:
+LGPL
+
 Maintainer:
 Bruno Haible
 
index 63f31f5e249951d96528c9e5ffc41379e903cc94..5d80820d46c281891ffbbcccba43992b92c3dd0a 100644 (file)
@@ -20,5 +20,8 @@ Makefile.am:
 Include:
 <stdlib.h>
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
index 13973fc830b844ceefffabcb807c84a7be08bc2d..39312756e32a3fd3142c3afc331133bdf46a7a0c 100644 (file)
@@ -16,6 +16,9 @@ Makefile.am:
 Include:
 <time.h>
 
+License:
+LGPL
+
 Maintainer:
 Paul Eggert, Jim Meyering, glibc
 
index 07de3723e3ee05c4daaa49d1ca84f363a8062455..ff871fe49624261672e9cba58840fce111153b46 100644 (file)
@@ -19,6 +19,9 @@ lib_SOURCES += modechange.h modechange.c
 Include:
 "modechange.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 19996712e4fd42e8e956cf84624843a9908b4b2c..846eae8c7854d8c25f6a88830d3833bce356f8cb 100644 (file)
@@ -21,6 +21,9 @@ lib_SOURCES += mountlist.h
 Include:
 "mountlist.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index e21a4412a61f25f632013d5989f45c2876a176ac..e0d3d8559e89f558a195b625af76109299452d3f 100644 (file)
@@ -16,6 +16,9 @@ Makefile.am:
 Include:
 <time.h>
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 3304083544c8dec753c0fd52df3d50003c0afc44..7544bbb2380985b0294d7b745b76aca61b972154 100644 (file)
@@ -22,6 +22,9 @@ Makefile.am:
 Include:
 "obstack.h"
 
+License:
+LGPL
+
 Maintainer:
 all, glibc
 
index f527ae645e523733d306537d3dbd8b767df9fb7e..8d42b2e5f7f512b71f290d774bbc6cab2f989ed4 100644 (file)
@@ -21,6 +21,9 @@ lib_SOURCES += path-concat.h path-concat.c
 Include:
 "path-concat.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index a0aae23239804ec163e78c9678fe8cd99ff4e068..1fec5faffa0d9842380668b6737ab10e0ce51ee4 100644 (file)
@@ -16,6 +16,9 @@ lib_SOURCES += pathmax.h
 Include:
 "pathmax.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 82f00d07d72bb6a6456a0dd203f297abe9a26061..b30e746295a58e3c23b64dbcb5c211a378cd016f 100644 (file)
@@ -18,6 +18,9 @@ lib_SOURCES += pathname.h concatpath.c
 Include:
 "pathname.h"
 
+License:
+GPL
+
 Maintainer:
 Bruno Haible
 
index 7d3a1dee2adbdd6bba35042fbf19f513d7eba25e..7b77d6d94ad945542f29b05c6900a5c1ac9e7046 100644 (file)
@@ -17,6 +17,9 @@ lib_SOURCES += physmem.h physmem.c
 Include:
 "physmem.h"
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert, Jim Meyering
 
index a4581d9d40734186834afd07b460f2d9852a47e2..ff0670a79452f56e8d4cdcbb08193f7e58a162b2 100644 (file)
@@ -25,6 +25,9 @@ lib_SOURCES += pipe.h pipe.c w32spawn.h
 Include:
 "pipe.h"
 
+License:
+GPL
+
 Maintainer:
 Bruno Haible
 
index 9e59f79607417d6f0a3cba201ae1b2ff827b5dbc..4695af26826c17725fa6d04f8abb9a37e7cd286c 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 943d269e6309d45c3656c9e96956b294b3b9593a..9a1a299c5538d2e8ad96e4476ded02680012c482 100644 (file)
@@ -19,6 +19,9 @@ lib_SOURCES += posixtm.h posixtm.c
 Include:
 "posixtm.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 88da29aad3025700fd136fc1ec23d8814fc69f01..b068cecf6b258a733f6c389b812409f9c80d0141 100644 (file)
@@ -18,6 +18,9 @@ lib_SOURCES += posixver.h posixver.c
 Include:
 "posixver.h"
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert, Jim Meyering
 
index 4429c63a3a8891d68c4a78e0b4fc8002b7293ea0..eacc4529cac280aba516884a56cc1012e3910f0f 100644 (file)
@@ -15,6 +15,9 @@ lib_SOURCES += progname.h progname.c
 Include:
 "progname.h"
 
+License:
+GPL
+
 Maintainer:
 Bruno Haible
 
index 48c86ab2017bf89fbd1ea3a50302404b2518e683..f6e30b5bad45077bba05d89becbad6188113a9ad 100644 (file)
@@ -14,6 +14,9 @@ Makefile.am:
 
 Include:
 
+License:
+LGPL
+
 Maintainer:
-Jim Meyering
+Jim Meyering, glibc
 
index cebfa9b09bc01597d2168a36203fe0e260bc76bf..4d1c3b4cce41e0dc81ed9780b476c661a521b91f 100644 (file)
@@ -18,6 +18,9 @@ lib_SOURCES += quote.h quote.c
 Include:
 "quote.h"
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert
 
index 7ef807618cc35cb524f6f33d2e7e121465825b3b..817089fa59ac81c6a678aafe6581b3ffb4433562 100644 (file)
@@ -21,6 +21,9 @@ lib_SOURCES += quotearg.h quotearg.c
 Include:
 "quotearg.h"
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert
 
index 81677e35d92be611bb70cf6cce724bcd521edc38..a303e29306f1c87e4672e47dccd59d4a33712737 100644 (file)
@@ -13,6 +13,9 @@ Makefile.am:
 
 Include:
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 8a0acb7d3fe840f75adcad710dc65d04c9de160d..4caea33dc39e1515339e9f88d35c15dfa833b4eb 100644 (file)
@@ -14,6 +14,9 @@ Makefile.am:
 
 Include:
 
+License:
+GPL
+
 Maintainer:
 Bruno Haible
 
index fc24e9048f67ed0f681449326d48537a523455eb..1b5906aa01e9d1b1d8f8df3daf8a5e27cd9a1834 100644 (file)
@@ -19,6 +19,9 @@ lib_SOURCES += readtokens.h readtokens.c
 Include:
 "readtokens.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 7bbbd4d11a1b1f145d21a68f9bbec96123151205..f03a2a44a6168de3638652602b6acba081cbc4de 100644 (file)
@@ -16,6 +16,9 @@ lib_SOURCES += readtokens0.h readtokens0.c
 Include:
 "readtokens0.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 864082a5a29cfbfdba755f813603358e55027bfd..7a572b775c8936690a8b0b0bf9ae253c1b8a0849 100644 (file)
@@ -19,6 +19,9 @@ lib_SOURCES += readutmp.h
 Include:
 "readutmp.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index fbdce5e181e6e1ee4df9c8047a01545a8391e679..5273e4a5aa5b6493d8115bbcfc3bc7556ce96583 100644 (file)
@@ -14,5 +14,8 @@ Makefile.am:
 Include:
 <stdlib.h>
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
index ba53fa0557148d57e1f2c496885e8a9432a441b9..170d78cb062ca59e62090b9898c1a34df20b370a 100644 (file)
@@ -21,6 +21,9 @@ lib_SOURCES += regex.h
 Include:
 "regex.h"
 
+License:
+LGPL
+
 Maintainer:
 all
 
index e8894ce442421bace630c4e5173556d088c677c3..19c0bb2dcafbe00ba346b1a99fab2268c2541d2d 100644 (file)
@@ -17,6 +17,9 @@ Makefile.am:
 Include:
 <stdio.h>
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index b03c0d628db62013843600ca5d893c08932473af..1c2f63316a834af683d41f30e9ec2fb05b2fe6d8 100644 (file)
@@ -13,5 +13,8 @@ Makefile.am:
 
 Include:
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert and Jim Meyering
index 8a3c6baa55c42e8cbb3145616c5b0037ccae6ff2..0dff3121a554223482ae132f13bd2e61605d47fa 100644 (file)
@@ -17,6 +17,9 @@ lib_SOURCES += stat-macros.h
 Include:
 <unistd.h>
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index d9451258c5fe2a3a4ae55a6a08d3a4f82bcbf1a3..f9be55da29d88093e0e3e867b0ccff4c569421e3 100644 (file)
@@ -16,6 +16,9 @@ Makefile.am:
 
 Include:
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index d57fd8ece37415da16c75ae5a8f07b6ae64673e5..0d356a6de41f71c0543fbc894b2feec9839fabe2 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 c436f0e33d109d6d3bb29c5b783e09a51888b08d..e9077674b9caa7d3a204d44dca5ae6f7f21c2b15 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 077036b8ef7131dfe289c6eaf2eff0eb139723e2..37ef600c0145cbdf4a5d9d404f9b5255aca9d3ab 100644 (file)
@@ -22,6 +22,9 @@ lib_SOURCES += same.h same.c
 Include:
 "same.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 8f9b72f0cebdd991719d642a8f17c7cfcd9ec2e2..67f226df3228e5d1cbfb5f239bf5d9a852397b4d 100644 (file)
@@ -18,5 +18,8 @@ lib_SOURCES += save-cwd.h save-cwd.c
 Include:
 "save-cwd.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
index ee8ef30a41ac629d3ae77c3d2929ab3dd92b1dcc..e53e7ab5bcaea4fccbde11a1dc1ec2a2a6217554 100644 (file)
@@ -18,6 +18,9 @@ lib_SOURCES += savedir.h savedir.c
 Include:
 "savedir.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index eaab550dffd709d83abe986b12afa608c3e9e00d..bcb2edf869b0a452841c3c5c5dba141e6b336827 100644 (file)
@@ -21,6 +21,9 @@ lib_SOURCES += setenv.h
 Include:
 "setenv.h"
 
+License:
+LGPL
+
 Maintainer:
 Bruno Haible
 
index 56ab0a92ff121358291843f6bda7fe054afc15c5..8d0d2e1dc646477dddaebc2e622ae4d4ae85559f 100644 (file)
@@ -17,6 +17,9 @@ lib_SOURCES += settime.c
 
 Include:
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert, Jim Meyering
 
index 5ed694d028edc8673b3f11da694316f93512077d..198ec5eaa65051f2a0c1886cfd60ae1ed42bbde3 100644 (file)
@@ -19,6 +19,9 @@ lib_SOURCES += sha1.h sha1.c
 Include:
 "sha1.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index dd243c8bae4f60b7aff4a06a1b61c7bea282a033..42c8073030afab9dd7ff6a34b05e74f048ea139e 100644 (file)
@@ -17,6 +17,9 @@ lib_SOURCES += sig2str.h
 Include:
 "sig2str.h"
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert, Jim Meyering
 
index 002e9e2cc2822781afa98d64c86c13d512ebbb57..c074eb950b1243fe1077c1b70bf7617b3e0b676a 100644 (file)
@@ -18,6 +18,9 @@ lib_SOURCES += stat-macros.h
 Include:
 <sys/stat.h>
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index ae5e21634549e5415c6b0d91439b50b5e79e38a9..786f125845f92e89218e7172189350f3dde97685 100644 (file)
@@ -26,6 +26,9 @@ MOSTLYCLEANFILES += stdbool.h stdbool.h-t
 Include:
 #include <stdbool.h>
 
+License:
+LGPL
+
 Maintainer:
 Bruno Haible
 
index d274798231a35004a38afa0c3fe94da3fd69aba6..e919880f0aa6673671a23aa66de4984cc62e795c 100644 (file)
@@ -28,5 +28,8 @@ MOSTLYCLEANFILES += stdint.h stdint.h-t
 Include:
 #include <stdint.h>
 
+License:
+GPL
+
 Maintainer:
 all
index 67c0c21adbe022bfb7d506931a75e72193c9efe1..5427474fddd5f91e6bdeb88f504911442ece8133 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 784af1d687e920d38a7c57852d4acad736b7deca..7bcf9d8600755ef4adfc651317668ab0f3541bc5 100644 (file)
@@ -17,6 +17,9 @@ lib_SOURCES += stpcpy.h
 Include:
 "stpcpy.h"
 
+License:
+LGPL
+
 Maintainer:
 Bruno Haible, glibc
 
index 0646e27983f3c5a4c9e7ff75d765ee79bc20eb57..96b52307f18acb2bc03e412b1ead0d342cb45955 100644 (file)
@@ -17,6 +17,9 @@ lib_SOURCES += stpncpy.h
 Include:
 "stpncpy.h"
 
+License:
+LGPL
+
 Maintainer:
 Bruno Haible, glibc
 
index eb227ebb6d816537ac1b48d7bff707cca6f662bb..1f9823120749cb04e570786c7a72ba7c0f0e158c 100644 (file)
@@ -18,6 +18,9 @@ lib_SOURCES += strcase.h
 Include:
 "strcase.h"
 
+License:
+LGPL
+
 Maintainer:
 Bruno Haible
 
index 500bd94ab636db2084b2903297c6aea019de4d66..3da076b7c6531bca05154bb1802ac66eff014dce 100644 (file)
@@ -17,5 +17,8 @@ lib_SOURCES += strchrnul.h
 Include:
 "strchrnul.h"
 
+License:
+GPL
+
 Maintainer:
 FSF
index 0af4becc813f949eb26dab4f039d987074856cbd..a80c8527a171ab66a0a8160a5cb79899d1a892b2 100644 (file)
@@ -15,6 +15,9 @@ Makefile.am:
 Include:
 <string.h>
 
+License:
+LGPL
+
 Maintainer:
 Bruno Haible, glibc
 
index c124b0b33fc5da502e08def5e91727f24e403b9e..d3bd14c9e02fb303c4a886aea38d0b86e25280d2 100644 (file)
@@ -17,6 +17,9 @@ lib_SOURCES += strdup.h
 Include:
 "strdup.h"
 
+License:
+LGPL
+
 Maintainer:
 all, glibc
 
index 5e5d467b9d7b82859ff3416459e8dfbc79ec4205..5bed018b6cb3e8ca402e38aae7ada00aae748093 100644 (file)
@@ -15,6 +15,9 @@ Makefile.am:
 Include:
 <string.h>
 
+License:
+GPL
+
 Maintainer:
 all
 
index 2eeb1eafc0698e1aaa489387773902fe2d8bdd87..468bbad7390372925a3b5dbc273251fd5e2f1827 100644 (file)
@@ -21,6 +21,9 @@ lib_SOURCES += strftime.c strftime.h
 Include:
 "strftime.h"
 
+License:
+LGPL
+
 Maintainer:
 glibc
 
index c882a75df32e770df1dcd7ea7063c1aa340ed55d..ed9c51c2cf2ea3bf0d162fb0817822576fa02832 100644 (file)
@@ -18,6 +18,9 @@ lib_SOURCES += strndup.h
 Include:
 "strndup.h"
 
+License:
+LGPL
+
 Maintainer:
 glibc
 
index 900803ed76137354e239aeb905d5645224ad847d..4f52435a84c68e7d91ad23585144fbf6551783b3 100644 (file)
@@ -14,6 +14,9 @@ Makefile.am:
 
 Include:
 
+License:
+LGPL
+
 Maintainer:
 glibc
 
index 5121f3e84bd5ca64563de20d3d2c7b4f9d38d1a6..003486f777b637253129159a7b794653b3a4a03f 100644 (file)
@@ -17,6 +17,9 @@ lib_SOURCES += strpbrk.h
 Include:
 "strpbrk.h"
 
+License:
+LGPL
+
 Maintainer:
 Bruno Haible, glibc
 
index 4c83c73a3099e6b27d6f6d62686504ce29f80df7..c6891d2153cc553915beb3b3235b59c82f8d6f67 100644 (file)
@@ -17,6 +17,9 @@ lib_SOURCES += strstr.h
 Include:
 "strstr.h"
 
+License:
+LGPL
+
 Maintainer:
 Bruno Haible, glibc
 
index a1a450eb79d0cb02fe231560db1634d43e111eab..74351486ae06e739dbeea1bd461daecd3b8047b3 100644 (file)
@@ -16,5 +16,8 @@ LIBS += $(POW_LIB)
 Include:
 <stdlib.h>
 
+License:
+GPL
+
 Maintainer:
 all
index fd244d0ef3e10e5e7f40a52dde78f86e2e614a44..c63319ee9ac4089cf9b603276244e60213d238b7 100644 (file)
@@ -19,6 +19,9 @@ Makefile.am:
 
 Include:
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert
 
index 363c7f0fc8c44873a9e73fc65ebc1400aa9fcfc3..ad17152aea6e89b63412c11b4fdf189f0b67e9da 100644 (file)
@@ -15,6 +15,9 @@ Makefile.am:
 Include:
 <stdlib.h>
 
+License:
+LGPL
+
 Maintainer:
 glibc
 
index 75276ef7d60da26543e7f887dd2a8320ca91e9b0..a25ebfaee7817a62125e37b85b5f92755b6a7631 100644 (file)
@@ -17,6 +17,9 @@ Makefile.am:
 Include:
 <stdlib.h>
 
+License:
+LGPL
+
 Maintainer:
 glibc
 
index a5628e90fd05971b87397b00f397d16c070e7708..8cb6d66c4855a3c378f9a9f9883aa1b491a09e4c 100644 (file)
@@ -16,6 +16,9 @@ Makefile.am:
 Include:
 <stdlib.h>
 
+License:
+LGPL
+
 Maintainer:
 glibc
 
index f6a5588403352ab28b654ebae9bf40081c46d393..9ff6f68125555f92a5cec921d8a19c84922420ba 100644 (file)
@@ -17,6 +17,9 @@ Makefile.am:
 Include:
 <stdlib.h>
 
+License:
+LGPL
+
 Maintainer:
 glibc
 
index 0e5eb5fab985822be3e774bff6f8fbd7f57da3fa..8cfc8096b8f4a74d8b460fa54441a8d98ae4c7b2 100644 (file)
@@ -20,6 +20,9 @@ Makefile.am:
 
 Include:
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert
 
index cf8692047347d024c682d7cbc4a33f5e377a2a93..8956a4ad81475d33301377d7748eb2398f99f67e 100644 (file)
@@ -17,6 +17,9 @@ lib_SOURCES += strverscmp.h
 Include:
 "strverscmp.h"
 
+License:
+LGPL
+
 Maintainer:
 Jim Meyering, glibc
 
index bf2a3ef2ec0b43ee614bd3f0eb65c00f495f0669..817336108f1e9006d30aa22ecbece5bc7d7b734f 100644 (file)
@@ -24,5 +24,8 @@ MOSTLYCLEANFILES += sysexits.h sysexits.h-t
 Include:
 #include <sysexits.h>
 
+License:
+GPL
+
 Maintainer:
 Simon Josefsson
index c422b6730570bd8ce5d18d24c7d20e826e6a7472..1e3a4a5a9757f9f691352c64e94e91c257f6f982 100644 (file)
@@ -19,6 +19,9 @@ lib_SOURCES += time_r.h
 Include:
 "time_r.h"
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert
 
index e841a55128f781c43d109ba4101d726584bacc50..f5c0a2d5ef9bacc44929f3cc6c700d22339f11a3 100644 (file)
@@ -19,5 +19,8 @@ lib_SOURCES += timegm.h
 Include:
 "timegm.h"
 
+License:
+LGPL
+
 Maintainer:
 all, glibc
index e9efb5f48fb0037f2c92b7a3842cc49386419dd1..a363392523614015942d6af67b0a299bccae3279 100644 (file)
@@ -18,6 +18,9 @@ lib_SOURCES += timespec.h
 Include:
 "timespec.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index c0e930474718ab1584bc183e12bcadc12b8914d7..54f13e38019b921a801763cfbd3d35c55e55a318 100644 (file)
@@ -15,6 +15,9 @@ Makefile.am:
 Include:
 <time.h>
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 4cc0c4ce352a656b10924d4baa7cf13736fada07..c4d1b06af89ddcccfc8331f729b60f80af5e4569 100644 (file)
@@ -15,6 +15,9 @@ lib_SOURCES += ucs4-utf16.h
 
 Include:
 
+License:
+LGPL
+
 Maintainer:
 Bruno Haible
 
index d62455e0de2021d1c18995094e6c028676ec3f41..be9c3ded0df35b6eb6dcbae677780c78e5c614fe 100644 (file)
@@ -15,6 +15,9 @@ lib_SOURCES += ucs4-utf8.h
 
 Include:
 
+License:
+LGPL
+
 Maintainer:
 Bruno Haible
 
index 3581f65cfc80a9b559144df5d2da88c5fc4f0d58..4eb262275d7631b7fc89cdb9f4c62c6e79d9c391 100644 (file)
@@ -21,6 +21,9 @@ lib_SOURCES += unicodeio.h unicodeio.c
 Include:
 "unicodeio.h"
 
+License:
+GPL
+
 Maintainer:
 Bruno Haible
 
index c5d24c06f54f899170497cc9584d262444c3aee7..26fa9248517c58384f5f6ba043eada75ac4865cb 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 94e1628847084107fe13810de7ae3237f0b4d67b..3ce2322c41a7c8ee448b155b9366f616a23a6324 100644 (file)
@@ -17,6 +17,9 @@ lib_SOURCES += unlocked-io.h
 Include:
 "unlocked-io.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 3f1518d0c0b10fb31463e8e144b055c58900d4fb..a0b1ec29fd63050ae7333802443b9eb8a7fdb79b 100644 (file)
@@ -22,5 +22,8 @@ lib_SOURCES += userspec.c userspec.h
 Include:
 "userspec.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
index 9fb8ae7e25cddc5fbf2d4c5848784381c9c069ba..de40bd6b888947fa76c558c9c25728f0631c6b0a 100644 (file)
@@ -15,6 +15,9 @@ lib_SOURCES += utf16-ucs4.h
 
 Include:
 
+License:
+LGPL
+
 Maintainer:
 Bruno Haible
 
index 9a2d4eaf0ac6910a4ea3c733031c4ec812f45339..0c127a762d553204ccab04617baed03978926185 100644 (file)
@@ -15,6 +15,9 @@ lib_SOURCES += utf8-ucs4.h
 
 Include:
 
+License:
+LGPL
+
 Maintainer:
 Bruno Haible
 
index 0a16822cbfcb6c72a15f6623acdca92f4147bdcd..dc5dd59b6694b282d68765459715e51f010a78e1 100644 (file)
@@ -24,6 +24,9 @@ Include:
 # include <sys/utime.h>
 #endif
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 204138ad13fb95716c0a51baf2f52aa8c73f3474..d65ef3e33696bc8ff362927b3a2aea00941c1249 100644 (file)
@@ -21,6 +21,9 @@ lib_SOURCES += utimecmp.h utimecmp.c
 Include:
 "utimecmp.h"
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert, Jim Meyering
 
index 7196ef78214091751bf480d7730939306020f85c..f630f1bb5bff73b78664c208af51ef59adb938a3 100644 (file)
@@ -19,6 +19,9 @@ lib_SOURCES += utimens.h utimens.c
 Include:
 "utimens.h"
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert, Jim Meyering
 
index 8c621019af4fb748fbe83934a134ed77e5ea2af3..003626407ff735d9c163c63edd25e6d209d4a608 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 9f9652262dde9aa2554eaeeba886a0f7ecd8313b..4341d6ceba428d1ce1391ce3e556b1eb3e7fa52d 100644 (file)
@@ -19,6 +19,9 @@ lib_SOURCES += vasprintf.h
 Include:
 "vasprintf.h"
 
+License:
+LGPL
+
 Maintainer:
 Bruno Haible
 
index db78c43595d0fd48da831568325e312e6807ac25..69e161a39005736ea10284260d2b9c013732cf3e 100644 (file)
@@ -17,6 +17,9 @@ lib_SOURCES += version-etc.h version-etc.c
 Include:
 "version-etc.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 9e397b0553ef583eb4ebb0c0d070f99679f837f5..5a9cd65e5c1f7daf1f16285dd50ba3845e4df7ae 100644 (file)
@@ -24,6 +24,9 @@ lib_SOURCES += wait-process.h wait-process.c
 Include:
 "wait-process.h"
 
+License:
+GPL
+
 Maintainer:
 Bruno Haible
 
index e8370970dfaed3fc0645620e11867c7b73cfc33e..ddc14485fbeccdd237acc1eaa564eadd75af184d 100644 (file)
@@ -18,6 +18,9 @@ lib_SOURCES += xalloc.h xmalloc.c xstrdup.c
 Include:
 "xalloc.h"
 
+License:
+GPL
+
 Maintainer:
 all
 
index 2c0df449a9ab697277dde9353286180179d0270d..62078b95f795bc0d8320137385ece7b396d82555 100644 (file)
@@ -18,6 +18,9 @@ lib_SOURCES += xalloc-die.c
 Include:
 "xalloc.h"
 
+License:
+GPL
+
 Maintainer:
 all
 
index 98a0b4cdac361a75c8c65a361c2d6859e8fa8bc4..052d292bda0a18ff991e46d419644b3cb98a499d 100644 (file)
@@ -17,5 +17,8 @@ lib_SOURCES += xallocsa.h xallocsa.c
 Include:
 #include "xallocsa.h"
 
+License:
+GPL
+
 Maintainer:
 Bruno Haible
index f552136c5d3563159d75a80db88e008dc70b58cd..80156047364b7070dce759d335e96246da267d99 100644 (file)
@@ -20,6 +20,9 @@ lib_SOURCES += xgetcwd.h xgetcwd.c
 Include:
 "xgetcwd.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 8e4082333c14787272b839fc57e0f43a507827b9..307aa5dca84bba4654f4daa579ca99993168cc44 100644 (file)
@@ -17,5 +17,8 @@ lib_SOURCES += xgetdomainname.h xgetdomainname.c
 Include:
 "xgetdomainname.h"
 
+License:
+GPL
+
 Maintainer:
 Simon Josefsson
index 840faf156e93d8ea0c94370c700d9b5cef33de2a..07cf83d96ea4e87f36f41d86a28ad1b163f866b6 100644 (file)
@@ -17,6 +17,9 @@ lib_SOURCES += xgethostname.h xgethostname.c
 Include:
 "xgethostname.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 7589b5239fe0c7fb21b133672dec4f39648ff122..f66e8bc80a9199f706dc8c93d66af1950c56a12b 100644 (file)
@@ -20,6 +20,9 @@ lib_SOURCES += xmemcoll.h xmemcoll.c
 Include:
 "xmemcoll.h"
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert, Jim Meyering
 
index 40cf2d32b8e13590827a57513acdfad54518e4b6..7317c1ebff2245a5ad957fe71517e705ea26f38c 100644 (file)
@@ -17,6 +17,9 @@ lib_SOURCES += xnanosleep.h xnanosleep.c
 Include:
 "xnanosleep.h"
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert, Jim Meyering
 
index be4b484e06a11948421fb953a2723666d8cc6e36..ead1f876d53b1bce34a5cf56968f14d8d0cc3ef0 100644 (file)
@@ -20,6 +20,9 @@ lib_SOURCES += xreadlink.h xreadlink.c
 Include:
 "xreadlink.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index 1b8504829279d3fa463af920dd9f2f839d821147..d92583f5df0b785cd5b3d2e3025858763096751b 100644 (file)
@@ -20,6 +20,9 @@ lib_SOURCES += xsetenv.h xsetenv.c
 Include:
 "xsetenv.h"
 
+License:
+GPL
+
 Maintainer:
 Bruno Haible
 
index 9acf916fa000e5cecc653112ab4eed42b900c104..55b73074cc14d389c0c0f5ee43d02a6319ea7d3c 100644 (file)
@@ -17,6 +17,9 @@ lib_SOURCES += xsize.h
 Include:
 "xsize.h"
 
+License:
+GPL
+
 Maintainer:
 Bruno Haible
 
index ab7f15621de605602f95ddb3f51cb5b9d86e0e53..dfd72a7a4da254ed1a43b70f4f15b76f421a4c4e 100644 (file)
@@ -19,6 +19,9 @@ lib_SOURCES += xstrndup.h xstrndup.c
 Include:
 "xstrndup.h"
 
+License:
+GPL
+
 Maintainer:
 Simon Josefsson
 
index 32ec544938942570907353ae0e3483903e3513de..75399b526860ff9f02ed94cf9c352a3e2c2a1a06 100644 (file)
@@ -17,6 +17,9 @@ lib_SOURCES += xstrtod.h xstrtod.c
 Include:
 "xstrtod.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index e4169d921f91b31cf69c11782eb4444b6422b652..190b13ecb3e38f4269800ade118584da5da5c957 100644 (file)
@@ -19,6 +19,9 @@ lib_SOURCES += xstrtoimax.c
 Include:
 "xstrtol.h"
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert
 
index 73ccb2f44152a9b052579564f309595bde0997a5..398c7716e1621172c112792a2124089ee7605ff0 100644 (file)
@@ -26,6 +26,9 @@ lib_SOURCES += xstrtol.h xstrtol.c xstrtoul.c
 Include:
 "xstrtol.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering
 
index d0f89fa08a53a0ddeeee5bec828061b11a3f0ade..91891c0a09099ab4b28ae696fa1024d79264c51a 100644 (file)
@@ -18,6 +18,9 @@ lib_SOURCES += xstrtoumax.c
 Include:
 "xstrtol.h"
 
+License:
+GPL
+
 Maintainer:
 Paul Eggert
 
index 25240952c598925dc04f4b00359f36406a4b19a5..a84fd82bd37bcff5b0de78ae187c0ea1dfbfbfcf 100644 (file)
@@ -17,5 +17,8 @@ lib_SOURCES += xvasprintf.h xvasprintf.c xasprintf.c
 Include:
 "xvasprintf.h"
 
+License:
+GPL
+
 Maintainer:
 Oskar Liljeblad
index ab0c3e326669cbfe4647740fcc2a09074008bfae..860f0fe94dd6d6df8663cadde3feca0b0b09cc49 100644 (file)
@@ -20,6 +20,9 @@ lib_SOURCES += yesno.c yesno.h
 Include:
 "yesno.h"
 
+License:
+GPL
+
 Maintainer:
 Jim Meyering