diff options
author | Keith Packard <keithp@keithp.com> | 2020-01-28 10:54:53 -0800 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2020-01-29 19:03:31 +0100 |
commit | 9042d0ce65533a26fc3264206db5828d5692332c (patch) | |
tree | 926c6f4841c72fc0b8fd87932a8fc1c568ece8a1 /newlib/libc/stdlib/wcstoul.c | |
parent | 2607f00423ead393f24b81b9fe5a39a37e036af8 (diff) | |
download | newlib-9042d0ce65533a26fc3264206db5828d5692332c.zip newlib-9042d0ce65533a26fc3264206db5828d5692332c.tar.gz newlib-9042d0ce65533a26fc3264206db5828d5692332c.tar.bz2 |
Use remove-advertising-clause script to edit BSD licenses
This edits licenses held by Berkeley and NetBSD, both of which
have removed the advertising requirement from their licenses.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'newlib/libc/stdlib/wcstoul.c')
-rw-r--r-- | newlib/libc/stdlib/wcstoul.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/newlib/libc/stdlib/wcstoul.c b/newlib/libc/stdlib/wcstoul.c index 8e27965..fe3c878 100644 --- a/newlib/libc/stdlib/wcstoul.c +++ b/newlib/libc/stdlib/wcstoul.c @@ -98,11 +98,7 @@ PORTABILITY * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * |