diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2003-06-04 14:04:59 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2003-06-04 14:04:59 +0000 |
commit | 6d302a74541738ac2ef4f6788e17b1231afea79b (patch) | |
tree | 8fcbf84f1f4612427c5d0c907a7a4a02e478657c /sys | |
parent | a6c0633f2e8c08605a881bfdb9073573c3965201 (diff) |
nuke clause 3 & 4 (ok with patrik)
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/ubsec.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/dev/pci/ubsec.c b/sys/dev/pci/ubsec.c index c1b3b3f2359..58dc53d659d 100644 --- a/sys/dev/pci/ubsec.c +++ b/sys/dev/pci/ubsec.c @@ -1,12 +1,10 @@ -/* $OpenBSD: ubsec.c,v 1.126 2003/04/19 22:08:04 jason Exp $ */ +/* $OpenBSD: ubsec.c,v 1.127 2003/06/04 14:04:58 jason Exp $ */ /* * Copyright (c) 2000 Jason L. Wright (jason@thought.net) * Copyright (c) 2000 Theo de Raadt (deraadt@openbsd.org) * Copyright (c) 2001 Patrik Lindergren (patrik@ipunplugged.com) * - * All rights reserved. - * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -15,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 |