summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/dev.c
diff options
context:
space:
mode:
authoragc <agc@NetBSD.org>2003-08-07 16:26:28 +0000
committeragc <agc@NetBSD.org>2003-08-07 16:26:28 +0000
commitaad01611e7d49352752bfcd4a3f76ed8d8b2123e (patch)
tree809b4b9fa82fe4345cd0a3e4eb748c0f86478195 /sys/lib/libsa/dev.c
parent208a93d254dd5434264363dbee9ad4b99ca25424 (diff)
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22364, verified by myself.
Diffstat (limited to 'sys/lib/libsa/dev.c')
-rw-r--r--sys/lib/libsa/dev.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/sys/lib/libsa/dev.c b/sys/lib/libsa/dev.c
index b5609661c6b..fab1c201dfd 100644
--- a/sys/lib/libsa/dev.c
+++ b/sys/lib/libsa/dev.c
@@ -1,4 +1,4 @@
-/* $NetBSD: dev.c,v 1.5 1999/03/30 21:59:58 cgd Exp $ */
+/* $NetBSD: dev.c,v 1.6 2003/08/07 16:32:26 agc Exp $ */
/*-
* Copyright (c) 1993
@@ -12,11 +12,7 @@
* 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 University of
- * California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
*