diff options
author | martin <martin> | 2008-04-29 05:46:08 +0000 |
---|---|---|
committer | martin <martin> | 2008-04-29 05:46:08 +0000 |
commit | 15a93bcc7f8633674bf86f5ad48d6c7972d3958b (patch) | |
tree | dbc327c4324d3e373856fec0c230a2e1a1bf4ab1 /devel/bmake | |
parent | c44489cbedb0165fac5f69e642cdd42690f99e28 (diff) | |
download | pkgsrc-15a93bcc7f8633674bf86f5ad48d6c7972d3958b.tar.gz |
Drop clauses 3 and 4 from TNF licenses
Diffstat (limited to 'devel/bmake')
-rw-r--r-- | devel/bmake/files/trace.c | 13 | ||||
-rw-r--r-- | devel/bmake/files/trace.h | 9 |
2 files changed, 4 insertions, 18 deletions
diff --git a/devel/bmake/files/trace.c b/devel/bmake/files/trace.c index 21f954f2112..5a2fe67873f 100644 --- a/devel/bmake/files/trace.c +++ b/devel/bmake/files/trace.c @@ -1,4 +1,4 @@ -/* $NetBSD: trace.c,v 1.2 2008/03/09 19:54:29 joerg Exp $ */ +/* $NetBSD: trace.c,v 1.3 2008/04/29 05:46:09 martin Exp $ */ /*- * Copyright (c) 2000 The NetBSD Foundation, Inc. @@ -15,13 +15,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 @@ -38,11 +31,11 @@ #ifndef MAKE_NATIVE -static char rcsid[] = "$NetBSD: trace.c,v 1.2 2008/03/09 19:54:29 joerg Exp $"; +static char rcsid[] = "$NetBSD: trace.c,v 1.3 2008/04/29 05:46:09 martin Exp $"; #else #include <sys/cdefs.h> #ifndef lint -__RCSID("$NetBSD: trace.c,v 1.2 2008/03/09 19:54:29 joerg Exp $"); +__RCSID("$NetBSD: trace.c,v 1.3 2008/04/29 05:46:09 martin Exp $"); #endif /* not lint */ #endif diff --git a/devel/bmake/files/trace.h b/devel/bmake/files/trace.h index 904dd67366f..3cd3958c855 100644 --- a/devel/bmake/files/trace.h +++ b/devel/bmake/files/trace.h @@ -1,4 +1,4 @@ -/* $NetBSD: trace.h,v 1.2 2008/03/09 19:54:29 joerg Exp $ */ +/* $NetBSD: trace.h,v 1.3 2008/04/29 05:46:09 martin Exp $ */ /*- * Copyright (c) 2000 The NetBSD Foundation, Inc. @@ -15,13 +15,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 |