diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2003-06-02 20:24:10 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2003-06-02 20:24:10 +0000 |
commit | 6ee29cdb0175cebc6ba511efc05d1ff3aa616741 (patch) | |
tree | 0db266ccb996e7506c9a7e0b50a1078bb89af0d0 | |
parent | cca7ec4457e8483e1dfa7fd13aeed6917e1d1fae (diff) |
remove clause 3 & 4 (with fgsch permission as well)
-rw-r--r-- | sys/arch/sparc64/dev/creator_mainbus.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/sparc64/dev/creator_mainbus.c b/sys/arch/sparc64/dev/creator_mainbus.c index 9de5ab3c0cd..157756d4f42 100644 --- a/sys/arch/sparc64/dev/creator_mainbus.c +++ b/sys/arch/sparc64/dev/creator_mainbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: creator_mainbus.c,v 1.6 2003/03/27 18:17:58 jason Exp $ */ +/* $OpenBSD: creator_mainbus.c,v 1.7 2003/06/02 20:24:09 jason Exp $ */ /* * Copyright (c) 2002 Jason L. Wright (jason@thought.net), @@ -13,11 +13,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. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by Jason L. Wright - * 4. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |