From owner-svn-src-head@FreeBSD.ORG Tue Feb 16 19:39:51 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 06727106566C; Tue, 16 Feb 2010 19:39:51 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E6DC88FC1A; Tue, 16 Feb 2010 19:39:50 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o1GJdoo9016024; Tue, 16 Feb 2010 19:39:50 GMT (envelope-from imp@svn.freebsd.org) Received: (from imp@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o1GJdo5M015979; Tue, 16 Feb 2010 19:39:50 GMT (envelope-from imp@svn.freebsd.org) Message-Id: <201002161939.o1GJdo5M015979@svn.freebsd.org> From: Warner Losh Date: Tue, 16 Feb 2010 19:39:50 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r203964 - head/include X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2010 19:39:51 -0000 Author: imp Date: Tue Feb 16 19:39:50 2010 New Revision: 203964 URL: http://svn.freebsd.org/changeset/base/203964 Log: Remove the Berkeley clause 3's. Add a few $FreeBSD$ Modified: head/include/_ctype.h head/include/a.out.h head/include/ar.h head/include/assert.h head/include/ctype.h head/include/db.h head/include/dirent.h head/include/dlfcn.h head/include/err.h head/include/fnmatch.h head/include/fstab.h head/include/fts.h head/include/glob.h head/include/grp.h head/include/limits.h head/include/locale.h head/include/memory.h head/include/mpool.h head/include/ndbm.h head/include/netdb.h head/include/nlist.h head/include/paths.h head/include/pwd.h head/include/ranlib.h head/include/regex.h head/include/regexp.h head/include/resolv.h head/include/runetype.h head/include/setjmp.h head/include/signal.h head/include/stab.h head/include/stddef.h head/include/stdio.h head/include/stdlib.h head/include/string.h head/include/sysexits.h head/include/tar.h head/include/termios.h head/include/time.h head/include/timeconv.h head/include/ttyent.h head/include/unistd.h head/include/utime.h head/include/vis.h Modified: head/include/_ctype.h ============================================================================== --- head/include/_ctype.h Tue Feb 16 19:28:10 2010 (r203963) +++ head/include/_ctype.h Tue Feb 16 19:39:50 2010 (r203964) @@ -18,11 +18,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. * Modified: head/include/a.out.h ============================================================================== --- head/include/a.out.h Tue Feb 16 19:28:10 2010 (r203963) +++ head/include/a.out.h Tue Feb 16 19:39:50 2010 (r203964) @@ -10,11 +10,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. * Modified: head/include/ar.h ============================================================================== --- head/include/ar.h Tue Feb 16 19:28:10 2010 (r203963) +++ head/include/ar.h Tue Feb 16 19:39:50 2010 (r203964) @@ -18,11 +18,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. * Modified: head/include/assert.h ============================================================================== --- head/include/assert.h Tue Feb 16 19:28:10 2010 (r203963) +++ head/include/assert.h Tue Feb 16 19:39:50 2010 (r203964) @@ -15,11 +15,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. * Modified: head/include/ctype.h ============================================================================== --- head/include/ctype.h Tue Feb 16 19:28:10 2010 (r203963) +++ head/include/ctype.h Tue Feb 16 19:39:50 2010 (r203964) @@ -18,11 +18,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. * Modified: head/include/db.h ============================================================================== --- head/include/db.h Tue Feb 16 19:28:10 2010 (r203963) +++ head/include/db.h Tue Feb 16 19:39:50 2010 (r203964) @@ -10,11 +10,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. * Modified: head/include/dirent.h ============================================================================== --- head/include/dirent.h Tue Feb 16 19:28:10 2010 (r203963) +++ head/include/dirent.h Tue Feb 16 19:39:50 2010 (r203964) @@ -10,11 +10,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. * Modified: head/include/dlfcn.h ============================================================================== --- head/include/dlfcn.h Tue Feb 16 19:28:10 2010 (r203963) +++ head/include/dlfcn.h Tue Feb 16 19:39:50 2010 (r203964) @@ -10,11 +10,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. * Modified: head/include/err.h ============================================================================== --- head/include/err.h Tue Feb 16 19:28:10 2010 (r203963) +++ head/include/err.h Tue Feb 16 19:39:50 2010 (r203964) @@ -10,11 +10,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. * Modified: head/include/fnmatch.h ============================================================================== --- head/include/fnmatch.h Tue Feb 16 19:28:10 2010 (r203963) +++ head/include/fnmatch.h Tue Feb 16 19:39:50 2010 (r203964) @@ -10,11 +10,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. * Modified: head/include/fstab.h ============================================================================== --- head/include/fstab.h Tue Feb 16 19:28:10 2010 (r203963) +++ head/include/fstab.h Tue Feb 16 19:39:50 2010 (r203964) @@ -10,11 +10,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. * Modified: head/include/fts.h ============================================================================== --- head/include/fts.h Tue Feb 16 19:28:10 2010 (r203963) +++ head/include/fts.h Tue Feb 16 19:39:50 2010 (r203964) @@ -10,11 +10,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. * Modified: head/include/glob.h ============================================================================== --- head/include/glob.h Tue Feb 16 19:28:10 2010 (r203963) +++ head/include/glob.h Tue Feb 16 19:39:50 2010 (r203964) @@ -13,11 +13,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. * Modified: head/include/grp.h ============================================================================== --- head/include/grp.h Tue Feb 16 19:28:10 2010 (r203963) +++ head/include/grp.h Tue Feb 16 19:39:50 2010 (r203964) @@ -15,11 +15,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. * Modified: head/include/limits.h ============================================================================== --- head/include/limits.h Tue Feb 16 19:28:10 2010 (r203963) +++ head/include/limits.h Tue Feb 16 19:39:50 2010 (r203964) @@ -10,11 +10,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. * Modified: head/include/locale.h ============================================================================== --- head/include/locale.h Tue Feb 16 19:28:10 2010 (r203963) +++ head/include/locale.h Tue Feb 16 19:39:50 2010 (r203964) @@ -10,11 +10,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. * Modified: head/include/memory.h ============================================================================== --- head/include/memory.h Tue Feb 16 19:28:10 2010 (r203963) +++ head/include/memory.h Tue Feb 16 19:39:50 2010 (r203964) @@ -10,11 +10,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. * @@ -31,6 +27,8 @@ * SUCH DAMAGE. * * @(#)memory.h 8.1 (Berkeley) 6/2/93 + * + * $FreeBSD$ */ #include Modified: head/include/mpool.h ============================================================================== --- head/include/mpool.h Tue Feb 16 19:28:10 2010 (r203963) +++ head/include/mpool.h Tue Feb 16 19:39:50 2010 (r203964) @@ -10,11 +10,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. * Modified: head/include/ndbm.h ============================================================================== --- head/include/ndbm.h Tue Feb 16 19:28:10 2010 (r203963) +++ head/include/ndbm.h Tue Feb 16 19:39:50 2010 (r203964) @@ -13,11 +13,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. * Modified: head/include/netdb.h ============================================================================== --- head/include/netdb.h Tue Feb 16 19:28:10 2010 (r203963) +++ head/include/netdb.h Tue Feb 16 19:39:50 2010 (r203964) @@ -10,11 +10,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. * Modified: head/include/nlist.h ============================================================================== --- head/include/nlist.h Tue Feb 16 19:28:10 2010 (r203963) +++ head/include/nlist.h Tue Feb 16 19:39:50 2010 (r203964) @@ -15,11 +15,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. * Modified: head/include/paths.h ============================================================================== --- head/include/paths.h Tue Feb 16 19:28:10 2010 (r203963) +++ head/include/paths.h Tue Feb 16 19:39:50 2010 (r203964) @@ -10,11 +10,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. * Modified: head/include/pwd.h ============================================================================== --- head/include/pwd.h Tue Feb 16 19:28:10 2010 (r203963) +++ head/include/pwd.h Tue Feb 16 19:39:50 2010 (r203964) @@ -15,11 +15,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. * Modified: head/include/ranlib.h ============================================================================== --- head/include/ranlib.h Tue Feb 16 19:28:10 2010 (r203963) +++ head/include/ranlib.h Tue Feb 16 19:39:50 2010 (r203964) @@ -10,11 +10,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. * @@ -31,6 +27,8 @@ * SUCH DAMAGE. * * @(#)ranlib.h 8.1 (Berkeley) 6/2/93 + * + * $FreeBSD$ */ #ifndef _RANLIB_H_ Modified: head/include/regex.h ============================================================================== --- head/include/regex.h Tue Feb 16 19:28:10 2010 (r203963) +++ head/include/regex.h Tue Feb 16 19:39:50 2010 (r203964) @@ -14,11 +14,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. * Modified: head/include/regexp.h ============================================================================== --- head/include/regexp.h Tue Feb 16 19:28:10 2010 (r203963) +++ head/include/regexp.h Tue Feb 16 19:39:50 2010 (r203964) @@ -14,11 +14,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. * Modified: head/include/resolv.h ============================================================================== --- head/include/resolv.h Tue Feb 16 19:28:10 2010 (r203963) +++ head/include/resolv.h Tue Feb 16 19:39:50 2010 (r203964) @@ -10,11 +10,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. * Modified: head/include/runetype.h ============================================================================== --- head/include/runetype.h Tue Feb 16 19:28:10 2010 (r203963) +++ head/include/runetype.h Tue Feb 16 19:39:50 2010 (r203964) @@ -13,11 +13,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. * Modified: head/include/setjmp.h ============================================================================== --- head/include/setjmp.h Tue Feb 16 19:28:10 2010 (r203963) +++ head/include/setjmp.h Tue Feb 16 19:39:50 2010 (r203964) @@ -15,11 +15,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. * Modified: head/include/signal.h ============================================================================== --- head/include/signal.h Tue Feb 16 19:28:10 2010 (r203963) +++ head/include/signal.h Tue Feb 16 19:39:50 2010 (r203964) @@ -10,11 +10,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. * Modified: head/include/stab.h ============================================================================== --- head/include/stab.h Tue Feb 16 19:28:10 2010 (r203963) +++ head/include/stab.h Tue Feb 16 19:39:50 2010 (r203964) @@ -10,11 +10,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. * @@ -31,6 +27,8 @@ * SUCH DAMAGE. * * @(#)stab.h 8.1 (Berkeley) 6/2/93 + * + * $FreeBSD$ */ #ifndef _STAB_H_ Modified: head/include/stddef.h ============================================================================== --- head/include/stddef.h Tue Feb 16 19:28:10 2010 (r203963) +++ head/include/stddef.h Tue Feb 16 19:39:50 2010 (r203964) @@ -10,11 +10,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. * Modified: head/include/stdio.h ============================================================================== --- head/include/stdio.h Tue Feb 16 19:28:10 2010 (r203963) +++ head/include/stdio.h Tue Feb 16 19:39:50 2010 (r203964) @@ -13,11 +13,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. * Modified: head/include/stdlib.h ============================================================================== --- head/include/stdlib.h Tue Feb 16 19:28:10 2010 (r203963) +++ head/include/stdlib.h Tue Feb 16 19:39:50 2010 (r203964) @@ -10,11 +10,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. * Modified: head/include/string.h ============================================================================== --- head/include/string.h Tue Feb 16 19:28:10 2010 (r203963) +++ head/include/string.h Tue Feb 16 19:39:50 2010 (r203964) @@ -10,11 +10,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. * Modified: head/include/sysexits.h ============================================================================== --- head/include/sysexits.h Tue Feb 16 19:28:10 2010 (r203963) +++ head/include/sysexits.h Tue Feb 16 19:39:50 2010 (r203964) @@ -10,11 +10,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. * @@ -31,6 +27,8 @@ * SUCH DAMAGE. * * @(#)sysexits.h 8.1 (Berkeley) 6/2/93 + * + * $FreeBSD$ */ #ifndef _SYSEXITS_H_ Modified: head/include/tar.h ============================================================================== --- head/include/tar.h Tue Feb 16 19:28:10 2010 (r203963) +++ head/include/tar.h Tue Feb 16 19:39:50 2010 (r203964) @@ -13,11 +13,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. * @@ -34,6 +30,8 @@ * SUCH DAMAGE. * * @(#)tar.h 8.2 (Berkeley) 1/4/94 + * + * $FreeBSD$ */ #ifndef _TAR_H Modified: head/include/termios.h ============================================================================== --- head/include/termios.h Tue Feb 16 19:28:10 2010 (r203963) +++ head/include/termios.h Tue Feb 16 19:39:50 2010 (r203964) @@ -10,7 +10,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. - * 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. * Modified: head/include/time.h ============================================================================== --- head/include/time.h Tue Feb 16 19:28:10 2010 (r203963) +++ head/include/time.h Tue Feb 16 19:39:50 2010 (r203964) @@ -15,11 +15,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. * Modified: head/include/timeconv.h ============================================================================== --- head/include/timeconv.h Tue Feb 16 19:28:10 2010 (r203963) +++ head/include/timeconv.h Tue Feb 16 19:39:50 2010 (r203964) @@ -15,11 +15,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. * Modified: head/include/ttyent.h ============================================================================== --- head/include/ttyent.h Tue Feb 16 19:28:10 2010 (r203963) +++ head/include/ttyent.h Tue Feb 16 19:39:50 2010 (r203964) @@ -10,11 +10,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. * Modified: head/include/unistd.h ============================================================================== --- head/include/unistd.h Tue Feb 16 19:28:10 2010 (r203963) +++ head/include/unistd.h Tue Feb 16 19:39:50 2010 (r203964) @@ -10,11 +10,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. * Modified: head/include/utime.h ============================================================================== --- head/include/utime.h Tue Feb 16 19:28:10 2010 (r203963) +++ head/include/utime.h Tue Feb 16 19:39:50 2010 (r203964) @@ -10,11 +10,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. * Modified: head/include/vis.h ============================================================================== --- head/include/vis.h Tue Feb 16 19:28:10 2010 (r203963) +++ head/include/vis.h Tue Feb 16 19:39:50 2010 (r203964) @@ -10,11 +10,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. *