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 2d7af9eca0..143cc99cc0 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 7875e525b4..5193952323 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 99396a9156..c60c2f8fad 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 016790154f..76e5a9662e 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 aee5595301..c8abf8936a 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 0a845e8e66..eb109011ed 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 b2b6a3574a..5d6a3dc895 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 0f2f43f5fe..345850b285 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 e6d655cd26..35b655e608 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 7a465048ba..32202197c7 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 41b9b3188f..0913cf1e8b 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 cc760fcf57..89c219db05 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 c41474aab4..544ab87111 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 4779af9b9a..d3cb7eeb7e 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 d48316875d..d54bf3061f 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 4586391ea5..847d527588 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 a49c40ad29..ebb4613df8 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 e9a86039c6..89dfa2c4c3 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 5b122b76c6..19ea4338cb 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 39312756e3..48467745a8 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 1a7fc7be0b..c3fb3aeff7 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 3ceadf68d4..df9b56c70f 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 03304154a4..dc2087f166 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 a1a681160b..edbf6a1797 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 c43e6da0a5..91c41c59e4 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 b8da55106a..90eb9395d2 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 defd055085..c417b152a0 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 c277ecaa72..924630a5bf 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 61f78ca30f..b638de277e 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 0fb4639c66..a18015a918 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 b953f0fa61..8a2eaf665a 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 07b767297a..e6d5762025 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 cfe0dd0c60..fad66a18d0 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 3cc071126e..627e6948fe 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 016a5795af..914eef91c3 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 799170a3a8..74570f5a89 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 4503a071ca..51ae226c7c 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 b9a41e04f1..3fdd0acfa7 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 0ea6c1af88..b44e4f10fd 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 3ebdc98a9e..c789b01334 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 8505fd3396..738c891d7b 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 24c6c87bf9..b69ed57807 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 a0ec5cd005..8349bcf4a9 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 a8bb54bc30..27eab44ec7 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 ed5f8b7d05..ba288fd507 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 40bb80deaf..06e2c7e655 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 b47a3913bc..876a260b46 100644 --- a/modules/wctype +++ b/modules/wctype @@ -34,7 +34,7 @@ Include: #include License: -LGPL +LGPLv2+ Maintainer: all -- 2.30.2