aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormartin <martin@NetBSD.org>2008-04-29 06:53:00 +0000
committermartin <martin@NetBSD.org>2008-04-29 06:53:00 +0000
commit30c77b5c94e6b8699c14a44153db1733305180f3 (patch)
treeb711d99e27dbad415af22b4b2eb2f2ba13b0420c
parent4602e686bb0ad94b73c34b39ec4b7098d361b92a (diff)
downloadbsd-progress-30c77b5c94e6b8699c14a44153db1733305180f3.tar.gz
bsd-progress-30c77b5c94e6b8699c14a44153db1733305180f3.tar.zst
bsd-progress-30c77b5c94e6b8699c14a44153db1733305180f3.zip
Convert to new 2 clause license
-rw-r--r--progress.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/progress.c b/progress.c
index 5c1eae5..bcec2eb 100644
--- a/progress.c
+++ b/progress.c
@@ -1,4 +1,4 @@
-/* $NetBSD: progress.c,v 1.15 2007/06/06 17:49:14 briggs Exp $ */
+/* $NetBSD: progress.c,v 1.16 2008/04/29 06:53:03 martin Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -15,9 +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. 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
@@ -34,7 +31,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: progress.c,v 1.15 2007/06/06 17:49:14 briggs Exp $");
+__RCSID("$NetBSD: progress.c,v 1.16 2008/04/29 06:53:03 martin Exp $");
#endif /* not lint */
#include <sys/types.h>