]> git.cameronkatri.com Git - bsd-progress.git/commitdiff
Convert to new 2 clause license
authormartin <martin@NetBSD.org>
Tue, 29 Apr 2008 06:53:00 +0000 (06:53 +0000)
committermartin <martin@NetBSD.org>
Tue, 29 Apr 2008 06:53:00 +0000 (06:53 +0000)
progress.c

index 5c1eae58294feacee961478146cd710cf2055219..bcec2eb7ec0f21bdfae8894a17c680f363e79d76 100644 (file)
@@ -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>