diff options
author | Guillem Jover <guillem@hadrons.org> | 2008-06-13 05:23:39 +0300 |
---|---|---|
committer | Guillem Jover <guillem@hadrons.org> | 2008-06-13 05:23:39 +0300 |
commit | 0be77c90b57f7c1af8796701aa294258400f1cc4 (patch) | |
tree | 12eea41d324dcf2adb9fa48f101eaaf007c7566c | |
parent | 8ca3d66d47c1a9685835dd8d91c18289f4c6ed14 (diff) | |
download | libbsd-0be77c90b57f7c1af8796701aa294258400f1cc4.tar.gz |
Convert TNF licenses to new 2 clause variant
This follows NetBSD upstream:
<http://mail-index.netbsd.org/source-changes/2008/04/30/msg005553.html>
-rw-r--r-- | man/fmtcheck.3 | 7 | ||||
-rw-r--r-- | src/fmtcheck.c | 7 | ||||
-rw-r--r-- | src/humanize_number.c | 7 |
3 files changed, 0 insertions, 21 deletions
diff --git a/man/fmtcheck.3 b/man/fmtcheck.3 index 2b63ef1..3b99968 100644 --- a/man/fmtcheck.3 +++ b/man/fmtcheck.3 @@ -11,13 +11,6 @@ .\" 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 NetBSD -.\" Foundation, Inc. and its contributors. -.\" 4. Neither the name of The NetBSD Foundation nor the names of its -.\" contributors may be used to endorse or promote products derived -.\" from this software without specific prior written permission. .\" .\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS .\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/src/fmtcheck.c b/src/fmtcheck.c index 7e5a500..4a18bba 100644 --- a/src/fmtcheck.c +++ b/src/fmtcheck.c @@ -12,13 +12,6 @@ * 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 NetBSD - * Foundation, Inc. and its contributors. - * 4. Neither the name of The NetBSD Foundation nor the names of its - * contributors may be used to endorse or promote products derived - * from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED diff --git a/src/humanize_number.c b/src/humanize_number.c index bb35550..fe2f45e 100644 --- a/src/humanize_number.c +++ b/src/humanize_number.c @@ -16,13 +16,6 @@ * 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 NetBSD - * Foundation, Inc. and its contributors. - * 4. Neither the name of The NetBSD Foundation nor the names of its - * contributors may be used to endorse or promote products derived - * from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED |