Skip to content

Commit a4b4da1

Browse files
jerpeleaxiaoxiang781216
authored andcommitted
libs/libc/stdlib: remove BSD-4 clause
remove the advertising clause 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. permitted by Berkley amendment https://ipira.berkeley.edu/sites/default/files/amendment_of_4-clause_bsd_software_license.pdf following example from NETBSD and OPENBSD NetBSD/src@eb7c159 openbsd/src@6580fee Signed-off-by: Alin Jerpelea <[email protected]>
1 parent a49a5df commit a4b4da1

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

libs/libc/stdlib/lib_bsearch.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@
1212
* 2. Redistributions in binary form must reproduce the above copyright
1313
* notice, this list of conditions and the following disclaimer in the
1414
* documentation and/or other materials provided with the distribution.
15-
* 3. All advertising materials mentioning features or use of this software
16-
* must display the following acknowledgement:
17-
* This product includes software developed by the University of
18-
* California, Berkeley and its contributors.
19-
* 4. Neither the name of the University nor the names of its contributors
15+
* 3. Neither the name of the University nor the names of its contributors
2016
* may be used to endorse or promote products derived from this software
2117
* without specific prior written permission.
2218
*

libs/libc/stdlib/lib_qsort.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,7 @@
1818
* 2. Redistributions in binary form must reproduce the above copyright
1919
* notice, this list of conditions and the following disclaimer in the
2020
* documentation and/or other materials provided with the distribution.
21-
* 3. All advertising materials mentioning features or use of this software
22-
* must display the following acknowledgement:
23-
* This product includes software developed by the University of
24-
* California, Berkeley and its contributors.
25-
* 4. Neither the name of the University nor the names of its contributors
21+
* 3. Neither the name of the University nor the names of its contributors
2622
* may be used to endorse or promote products derived from this software
2723
* without specific prior written permission.
2824
*

0 commit comments

Comments
 (0)