From 89861a8be877136ea47794016b00a5a095c30ea4 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 16 Jul 2007 10:45:26 +0000 Subject: [PATCH] Use the synonymous term LGPLv2. --- ChangeLog | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ modules/arpa_inet | 2 +- modules/d-type | 2 +- modules/extensions | 2 +- modules/fnmatch | 2 +- modules/fseeko | 2 +- modules/getaddrinfo | 2 +- modules/getline | 2 +- modules/getlogin_r | 2 +- modules/getpass | 2 +- modules/gettimeofday | 2 +- modules/glob | 2 +- modules/inet_ntop | 2 +- modules/malloc | 2 +- modules/malloca | 2 +- modules/memmem | 2 +- modules/mempcpy | 2 +- modules/memset | 2 +- modules/minmax | 2 +- modules/mktime | 2 +- modules/netinet_in | 2 +- modules/pathmax | 2 +- modules/poll | 2 +- modules/regex | 2 +- modules/snprintf | 2 +- modules/stdbool | 2 +- modules/stdint | 2 +- modules/stdio | 2 +- modules/strcase | 2 +- modules/strcasestr | 2 +- modules/strdup | 2 +- modules/string | 2 +- modules/strndup | 2 +- modules/strnlen | 2 +- modules/strpbrk | 2 +- modules/strptime | 2 +- modules/strsep | 2 +- modules/sys_select | 2 +- modules/sys_socket | 2 +- modules/sys_stat | 2 +- modules/sys_time | 2 +- modules/time | 2 +- modules/time_r | 2 +- modules/timegm | 2 +- modules/unistd | 2 +- modules/vsnprintf | 2 +- modules/wctype | 2 +- 47 files changed, 95 insertions(+), 46 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2d7af9eca..143cc99cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,52 @@ +2007-07-16 Yoann Vandoorselaere + + * modules/arpa_inet (License): Use the synonymous term LGPLv2. + * modules/d-type (License): Likewise. + * modules/extensions (License): Likewise. + * modules/fnmatch (License): Likewise. + * modules/fseeko (License): Likewise. + * modules/getaddrinfo (License): Likewise. + * modules/getline (License): Likewise. + * modules/getlogin_r (License): Likewise. + * modules/getpass (License): Likewise. + * modules/gettimeofday (License): Likewise. + * modules/glob (License): Likewise. + * modules/inet_ntop (License): Likewise. + * modules/malloc (License): Likewise. + * modules/malloca (License): Likewise. + * modules/memmem (License): Likewise. + * modules/mempcpy (License): Likewise. + * modules/memset (License): Likewise. + * modules/minmax (License): Likewise. + * modules/mktime (License): Likewise. + * modules/netinet_in (License): Likewise. + * modules/pathmax (License): Likewise. + * modules/poll (License): Likewise. + * modules/regex (License): Likewise. + * modules/snprintf (License): Likewise. + * modules/stdbool (License): Likewise. + * modules/stdint (License): Likewise. + * modules/stdio (License): Likewise. + * modules/strcase (License): Likewise. + * modules/strcasestr (License): Likewise. + * modules/strdup (License): Likewise. + * modules/string (License): Likewise. + * modules/strndup (License): Likewise. + * modules/strnlen (License): Likewise. + * modules/strpbrk (License): Likewise. + * modules/strptime (License): Likewise. + * modules/strsep (License): Likewise. + * modules/sys_select (License): Likewise. + * modules/sys_socket (License): Likewise. + * modules/sys_stat (License): Likewise. + * modules/sys_time (License): Likewise. + * modules/time (License): Likewise. + * modules/time_r (License): Likewise. + * modules/timegm (License): Likewise. + * modules/unistd (License): Likewise. + * modules/vsnprintf (License): Likewise. + * modules/wctype (License): Likewise. + 2007-07-16 Ralf Wildenhues * modules/argz (License): LGPLv2+. diff --git a/modules/arpa_inet b/modules/arpa_inet index 7875e525b..519395232 100644 --- a/modules/arpa_inet +++ b/modules/arpa_inet @@ -30,7 +30,7 @@ Include: #include License: -LGPL +LGPLv2+ Maintainer: Simon Josefsson diff --git a/modules/d-type b/modules/d-type index 99396a915..c60c2f8fa 100644 --- a/modules/d-type +++ b/modules/d-type @@ -14,7 +14,7 @@ Makefile.am: Include: License: -LGPL +LGPLv2+ Maintainer: Jim Meyering diff --git a/modules/extensions b/modules/extensions index 016790154..76e5a9662 100644 --- a/modules/extensions +++ b/modules/extensions @@ -16,7 +16,7 @@ Makefile.am: Include: License: -LGPL +LGPLv2+ Maintainer: Paul Eggert and Jim Meyering diff --git a/modules/fnmatch b/modules/fnmatch index aee559530..c8abf8936 100644 --- a/modules/fnmatch +++ b/modules/fnmatch @@ -33,7 +33,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: all, glibc diff --git a/modules/fseeko b/modules/fseeko index 0a845e8e6..eb109011e 100644 --- a/modules/fseeko +++ b/modules/fseeko @@ -22,7 +22,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible diff --git a/modules/getaddrinfo b/modules/getaddrinfo index b2b6a3574..5d6a3dc89 100644 --- a/modules/getaddrinfo +++ b/modules/getaddrinfo @@ -25,7 +25,7 @@ Include: "getaddrinfo.h" License: -LGPL +LGPLv2+ Maintainer: Simon Josefsson diff --git a/modules/getline b/modules/getline index 0f2f43f5f..345850b28 100644 --- a/modules/getline +++ b/modules/getline @@ -18,7 +18,7 @@ Include: "getline.h" License: -LGPL +LGPLv2+ Maintainer: Simon Josefsson diff --git a/modules/getlogin_r b/modules/getlogin_r index e6d655cd2..35b655e60 100644 --- a/modules/getlogin_r +++ b/modules/getlogin_r @@ -19,7 +19,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: all diff --git a/modules/getpass b/modules/getpass index 7a465048b..32202197c 100644 --- a/modules/getpass +++ b/modules/getpass @@ -20,7 +20,7 @@ Include: "getpass.h" License: -LGPL +LGPLv2+ Maintainer: Jim Meyering, glibc diff --git a/modules/gettimeofday b/modules/gettimeofday index 41b9b3188..0913cf1e8 100644 --- a/modules/gettimeofday +++ b/modules/gettimeofday @@ -17,7 +17,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Paul Eggert, Jim Meyering diff --git a/modules/glob b/modules/glob index cc760fcf5..89c219db0 100644 --- a/modules/glob +++ b/modules/glob @@ -40,7 +40,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: all, glibc diff --git a/modules/inet_ntop b/modules/inet_ntop index c41474aab..544ab8711 100644 --- a/modules/inet_ntop +++ b/modules/inet_ntop @@ -18,7 +18,7 @@ gl_INET_NTOP Makefile.am: License: -LGPL +LGPLv2+ Include: "inet_ntop.h" diff --git a/modules/malloc b/modules/malloc index 4779af9b9..d3cb7eeb7 100644 --- a/modules/malloc +++ b/modules/malloc @@ -15,7 +15,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Jim Meyering diff --git a/modules/malloca b/modules/malloca index d48316875..d54bf3061 100644 --- a/modules/malloca +++ b/modules/malloca @@ -22,7 +22,7 @@ Include: "malloca.h" License: -LGPL +LGPLv2+ Maintainer: Bruno Haible diff --git a/modules/memmem b/modules/memmem index 4586391ea..847d52758 100644 --- a/modules/memmem +++ b/modules/memmem @@ -18,7 +18,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: libc, Simon Josefsson diff --git a/modules/mempcpy b/modules/mempcpy index a49c40ad2..ebb4613df 100644 --- a/modules/mempcpy +++ b/modules/mempcpy @@ -18,7 +18,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Simon Josefsson diff --git a/modules/memset b/modules/memset index e9a86039c..89dfa2c4c 100644 --- a/modules/memset +++ b/modules/memset @@ -16,7 +16,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Jim Meyering diff --git a/modules/minmax b/modules/minmax index 5b122b76c..19ea4338c 100644 --- a/modules/minmax +++ b/modules/minmax @@ -17,7 +17,7 @@ Include: "minmax.h" License: -LGPL +LGPLv2+ Maintainer: Bruno Haible diff --git a/modules/mktime b/modules/mktime index 39312756e..48467745a 100644 --- a/modules/mktime +++ b/modules/mktime @@ -17,7 +17,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Paul Eggert, Jim Meyering, glibc diff --git a/modules/netinet_in b/modules/netinet_in index 1a7fc7be0..c3fb3aeff 100644 --- a/modules/netinet_in +++ b/modules/netinet_in @@ -35,7 +35,7 @@ Include: #include License: -LGPL +LGPLv2+ Maintainer: Simon Josefsson diff --git a/modules/pathmax b/modules/pathmax index 3ceadf68d..df9b56c70 100644 --- a/modules/pathmax +++ b/modules/pathmax @@ -16,7 +16,7 @@ Include: "pathmax.h" License: -LGPL +LGPLv2+ Maintainer: Jim Meyering diff --git a/modules/poll b/modules/poll index 03304154a..dc2087f16 100644 --- a/modules/poll +++ b/modules/poll @@ -29,7 +29,7 @@ Include: #include License: -LGPL +LGPLv2+ Maintainer: Paolo Bonzini diff --git a/modules/regex b/modules/regex index a1a681160..edbf6a179 100644 --- a/modules/regex +++ b/modules/regex @@ -31,7 +31,7 @@ Include: "regex.h" License: -LGPL +LGPLv2+ Maintainer: all diff --git a/modules/snprintf b/modules/snprintf index c43e6da0a..91c41c59e 100644 --- a/modules/snprintf +++ b/modules/snprintf @@ -19,7 +19,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Simon Josefsson, Paul Eggert, Bruno Haible diff --git a/modules/stdbool b/modules/stdbool index b8da55106..90eb9395d 100644 --- a/modules/stdbool +++ b/modules/stdbool @@ -28,7 +28,7 @@ Include: #include License: -LGPL +LGPLv2+ Maintainer: Bruno Haible diff --git a/modules/stdint b/modules/stdint index defd05508..c417b152a 100644 --- a/modules/stdint +++ b/modules/stdint @@ -58,7 +58,7 @@ Include: #include License: -LGPL +LGPLv2+ Maintainer: all diff --git a/modules/stdio b/modules/stdio index c277ecaa7..924630a5b 100644 --- a/modules/stdio +++ b/modules/stdio @@ -63,7 +63,7 @@ Include: #include License: -LGPL +LGPLv2+ Maintainer: all diff --git a/modules/strcase b/modules/strcase index 61f78ca30..b638de277 100644 --- a/modules/strcase +++ b/modules/strcase @@ -18,7 +18,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible diff --git a/modules/strcasestr b/modules/strcasestr index 0fb4639c6..a18015a91 100644 --- a/modules/strcasestr +++ b/modules/strcasestr @@ -21,7 +21,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible diff --git a/modules/strdup b/modules/strdup index b953f0fa6..8a2eaf665 100644 --- a/modules/strdup +++ b/modules/strdup @@ -18,7 +18,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: all, glibc diff --git a/modules/string b/modules/string index 07b767297..e6d576202 100644 --- a/modules/string +++ b/modules/string @@ -76,7 +76,7 @@ Include: #include License: -LGPL +LGPLv2+ Maintainer: all diff --git a/modules/strndup b/modules/strndup index cfe0dd0c6..fad66a18d 100644 --- a/modules/strndup +++ b/modules/strndup @@ -19,7 +19,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: glibc diff --git a/modules/strnlen b/modules/strnlen index 3cc071126..627e6948f 100644 --- a/modules/strnlen +++ b/modules/strnlen @@ -19,7 +19,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: all diff --git a/modules/strpbrk b/modules/strpbrk index 016a5795a..914eef91c 100644 --- a/modules/strpbrk +++ b/modules/strpbrk @@ -18,7 +18,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible, glibc diff --git a/modules/strptime b/modules/strptime index 799170a3a..74570f5a8 100644 --- a/modules/strptime +++ b/modules/strptime @@ -24,7 +24,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: glibc diff --git a/modules/strsep b/modules/strsep index 4503a071c..51ae226c7 100644 --- a/modules/strsep +++ b/modules/strsep @@ -19,7 +19,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Yoann Vandoorselaere diff --git a/modules/sys_select b/modules/sys_select index b9a41e04f..3fdd0acfa 100644 --- a/modules/sys_select +++ b/modules/sys_select @@ -35,7 +35,7 @@ Include: #include License: -LGPL +LGPLv2+ Maintainer: Simon Josefsson diff --git a/modules/sys_socket b/modules/sys_socket index 0ea6c1af8..b44e4f10f 100644 --- a/modules/sys_socket +++ b/modules/sys_socket @@ -36,7 +36,7 @@ Include: #include License: -LGPL +LGPLv2+ Maintainer: Simon Josefsson diff --git a/modules/sys_stat b/modules/sys_stat index 3ebdc98a9..c789b0133 100644 --- a/modules/sys_stat +++ b/modules/sys_stat @@ -36,7 +36,7 @@ Include: #include License: -LGPL +LGPLv2+ Maintainer: all diff --git a/modules/sys_time b/modules/sys_time index 8505fd339..738c891d7 100644 --- a/modules/sys_time +++ b/modules/sys_time @@ -35,7 +35,7 @@ Include: #include License: -LGPL +LGPLv2+ Maintainer: all diff --git a/modules/time b/modules/time index 24c6c87bf..b69ed5780 100644 --- a/modules/time +++ b/modules/time @@ -37,7 +37,7 @@ Include: #include License: -LGPL +LGPLv2+ Maintainer: all diff --git a/modules/time_r b/modules/time_r index a0ec5cd00..8349bcf4a 100644 --- a/modules/time_r +++ b/modules/time_r @@ -18,7 +18,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Paul Eggert diff --git a/modules/timegm b/modules/timegm index a8bb54bc3..27eab44ec 100644 --- a/modules/timegm +++ b/modules/timegm @@ -19,7 +19,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: all, glibc diff --git a/modules/unistd b/modules/unistd index ed5f8b7d0..ba288fd50 100644 --- a/modules/unistd +++ b/modules/unistd @@ -52,7 +52,7 @@ Include: #include License: -LGPL +LGPLv2+ Maintainer: all diff --git a/modules/vsnprintf b/modules/vsnprintf index 40bb80dea..06e2c7e65 100644 --- a/modules/vsnprintf +++ b/modules/vsnprintf @@ -20,7 +20,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Yoann Vandoorselaere diff --git a/modules/wctype b/modules/wctype index b47a3913b..876a260b4 100644 --- a/modules/wctype +++ b/modules/wctype @@ -34,7 +34,7 @@ Include: #include License: -LGPL +LGPLv2+ Maintainer: all -- 2.11.0