Module Name: src
Committed By: rmind
Date: Sat Apr 2 23:05:51 UTC 2011
Modified Files:
src/sys/kern: vnode_if.src
Log Message:
Update UCB license (3rd clause drop).
To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/sys/kern/vnode_if.src
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/kern/vnode_if.src
diff -u src/sys/kern/vnode_if.src:1.60 src/sys/kern/vnode_if.src:1.61
--- src/sys/kern/vnode_if.src:1.60 Sun Jan 2 06:58:45 2011
+++ src/sys/kern/vnode_if.src Sat Apr 2 23:05:50 2011
@@ -1,4 +1,4 @@
-# $NetBSD: vnode_if.src,v 1.60 2011/01/02 06:58:45 dholland Exp $
+# $NetBSD: vnode_if.src,v 1.61 2011/04/02 23:05:50 rmind Exp $
#
# Copyright (c) 1992, 1993
# The Regents of the University of California. All rights reserved.
@@ -11,11 +11,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.
#