summaryrefslogtreecommitdiff
path: root/devel/bmake/files/trace.c
diff options
context:
space:
mode:
Diffstat (limited to 'devel/bmake/files/trace.c')
-rw-r--r--devel/bmake/files/trace.c13
1 files changed, 3 insertions, 10 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