diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2005-12-13 23:13:46 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2005-12-13 23:13:46 +0000 |
commit | 53473c8632fc9db1fa4565baeadc2a7baffc3c1a (patch) | |
tree | ebb113b5bc79e4ecb95d554557fbedc397dc6eba /sys/arch/amd64/include | |
parent | 7f9e1f5478953fdb1f3af13319477c206ac68923 (diff) |
remove ad clause that got copied from older versions of the files; pto by jsg@
Diffstat (limited to 'sys/arch/amd64/include')
-rw-r--r-- | sys/arch/amd64/include/biosvar.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/arch/amd64/include/biosvar.h b/sys/arch/amd64/include/biosvar.h index f0ccb202090..b4bc59108bd 100644 --- a/sys/arch/amd64/include/biosvar.h +++ b/sys/arch/amd64/include/biosvar.h @@ -1,5 +1,5 @@ /* XXX - DSR */ -/* $OpenBSD: biosvar.h,v 1.4 2004/08/21 18:53:38 tom Exp $ */ +/* $OpenBSD: biosvar.h,v 1.5 2005/12/13 23:13:45 mickey Exp $ */ /* * Copyright (c) 1997-1999 Michael Shalayeff @@ -13,10 +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 Michael Shalayeff. - * 4. The name of the author may not be used to endorse or promote products + * 3. 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 |