summaryrefslogtreecommitdiff
path: root/usr.bin/split
diff options
context:
space:
mode:
authoragc <agc@NetBSD.org>2003-08-07 11:13:06 +0000
committeragc <agc@NetBSD.org>2003-08-07 11:13:06 +0000
commit89aaa1bb64ba8db54daf131749fe578e804d9382 (patch)
tree57ca36a9ec77286fc0094f173063d9b41f7f765b /usr.bin/split
parent075022b349321510ad14036d70908681ed02f117 (diff)
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
Diffstat (limited to 'usr.bin/split')
-rw-r--r--usr.bin/split/split.18
-rw-r--r--usr.bin/split/split.c10
2 files changed, 5 insertions, 13 deletions
diff --git a/usr.bin/split/split.1 b/usr.bin/split/split.1
index 3d8b2fed7b2..67731e73ea8 100644
--- a/usr.bin/split/split.1
+++ b/usr.bin/split/split.1
@@ -1,4 +1,4 @@
-.\" $NetBSD: split.1,v 1.12 2003/07/10 20:43:40 bjh21 Exp $
+.\" $NetBSD: split.1,v 1.13 2003/08/07 11:15:55 agc Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993, 1994
.\" 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.
.\"
diff --git a/usr.bin/split/split.c b/usr.bin/split/split.c
index bccdc99a4ff..6cd0f02f582 100644
--- a/usr.bin/split/split.c
+++ b/usr.bin/split/split.c
@@ -1,4 +1,4 @@
-/* $NetBSD: split.c,v 1.19 2003/07/10 21:30:16 bjh21 Exp $ */
+/* $NetBSD: split.c,v 1.20 2003/08/07 11:15:56 agc Exp $ */
/*
* Copyright (c) 1987, 1993, 1994
@@ -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.
*
@@ -43,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1987, 1993, 1994\n\
#if 0
static char sccsid[] = "@(#)split.c 8.3 (Berkeley) 4/25/94";
#endif
-__RCSID("$NetBSD: split.c,v 1.19 2003/07/10 21:30:16 bjh21 Exp $");
+__RCSID("$NetBSD: split.c,v 1.20 2003/08/07 11:15:56 agc Exp $");
#endif /* not lint */
#include <sys/param.h>