diff options
author | 2003-06-05 12:27:02 +0000 | |
---|---|---|
committer | 2003-06-05 12:27:02 +0000 | |
commit | fc979c0345bf36b2fc97250f6cf478eba3a716e5 (patch) | |
tree | 8feecb192f178fbed16be387951e173da8fbb41c /sys/dev/tc/asc_tcds.c | |
parent | ATA100 driver for apple's new machines, aka kauai. (diff) | |
download | wireguard-openbsd-fc979c0345bf36b2fc97250f6cf478eba3a716e5.tar.xz wireguard-openbsd-fc979c0345bf36b2fc97250f6cf478eba3a716e5.zip |
3/4 knockout for peter galbavy
Diffstat (limited to 'sys/dev/tc/asc_tcds.c')
-rw-r--r-- | sys/dev/tc/asc_tcds.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/dev/tc/asc_tcds.c b/sys/dev/tc/asc_tcds.c index 13662a35f94..02444f4a8f5 100644 --- a/sys/dev/tc/asc_tcds.c +++ b/sys/dev/tc/asc_tcds.c @@ -1,4 +1,4 @@ -/* $OpenBSD: asc_tcds.c,v 1.2 2003/02/11 19:20:28 mickey Exp $ */ +/* $OpenBSD: asc_tcds.c,v 1.3 2003/06/05 12:27:02 deraadt Exp $ */ /* $NetBSD: asc_tcds.c,v 1.5 2001/11/15 09:48:19 lukem Exp $ */ /*- @@ -49,11 +49,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 Peter Galbavy. - * 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 WARRANTIES |