diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-02 18:47:59 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-02 18:47:59 +0000 |
commit | ee2bc306c683119120e20ddd2fe469881465f357 (patch) | |
tree | 381bb92f58b57a5e74f9d85196a8b34d73852c63 /sys/arch/mvmeppc | |
parent | 7bc4025c4fdbc24789ed481107aa36a203979f36 (diff) |
remove terms 3 (and 4 in some places) where i am the author
Diffstat (limited to 'sys/arch/mvmeppc')
-rw-r--r-- | sys/arch/mvmeppc/stand/libsa/SRT0.S | 8 | ||||
-rw-r--r-- | sys/arch/mvmeppc/stand/libsa/SRT1.c | 8 | ||||
-rw-r--r-- | sys/arch/mvmeppc/stand/libsa/parse_args.c | 8 | ||||
-rw-r--r-- | sys/arch/mvmeppc/stand/tftpboot/boot.c | 7 |
4 files changed, 4 insertions, 27 deletions
diff --git a/sys/arch/mvmeppc/stand/libsa/SRT0.S b/sys/arch/mvmeppc/stand/libsa/SRT0.S index 82cf7c28ffd..10f595cc2b3 100644 --- a/sys/arch/mvmeppc/stand/libsa/SRT0.S +++ b/sys/arch/mvmeppc/stand/libsa/SRT0.S @@ -1,4 +1,4 @@ -; $OpenBSD: SRT0.S,v 1.1 2001/06/26 21:58:07 smurph Exp $ +; $OpenBSD: SRT0.S,v 1.2 2003/06/02 18:47:58 deraadt Exp $ ; Copyright (c) 1996 Nivas Madhur ; Copyright (c) 1995 Theo de Raadt @@ -11,12 +11,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 under OpenBSD by -; Theo de Raadt for Willowglen Singapore. -; 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 diff --git a/sys/arch/mvmeppc/stand/libsa/SRT1.c b/sys/arch/mvmeppc/stand/libsa/SRT1.c index c7188ad3213..7dcd125170e 100644 --- a/sys/arch/mvmeppc/stand/libsa/SRT1.c +++ b/sys/arch/mvmeppc/stand/libsa/SRT1.c @@ -1,4 +1,4 @@ -/* $OpenBSD: SRT1.c,v 1.1 2001/06/26 21:58:07 smurph Exp $ */ +/* $OpenBSD: SRT1.c,v 1.2 2003/06/02 18:47:58 deraadt Exp $ */ /* * Copyright (c) 1996 Nivas Madhur @@ -12,12 +12,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 under OpenBSD by - * Theo de Raadt for Willowglen Singapore. - * 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 diff --git a/sys/arch/mvmeppc/stand/libsa/parse_args.c b/sys/arch/mvmeppc/stand/libsa/parse_args.c index 86cb34bbf39..945374424b2 100644 --- a/sys/arch/mvmeppc/stand/libsa/parse_args.c +++ b/sys/arch/mvmeppc/stand/libsa/parse_args.c @@ -1,4 +1,4 @@ -/* $OpenBSD: parse_args.c,v 1.1 2001/06/26 21:58:07 smurph Exp $ */ +/* $OpenBSD: parse_args.c,v 1.2 2003/06/02 18:47:58 deraadt Exp $ */ /*- * Copyright (c) 1995 Theo de Raadt @@ -11,12 +11,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 under OpenBSD by - * Theo de Raadt for Willowglen Singapore. - * 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 diff --git a/sys/arch/mvmeppc/stand/tftpboot/boot.c b/sys/arch/mvmeppc/stand/tftpboot/boot.c index 004be9af878..0c33a81359a 100644 --- a/sys/arch/mvmeppc/stand/tftpboot/boot.c +++ b/sys/arch/mvmeppc/stand/tftpboot/boot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: boot.c,v 1.1 2001/06/26 21:58:10 smurph Exp $ */ +/* $OpenBSD: boot.c,v 1.2 2003/06/02 18:47:58 deraadt Exp $ */ /*- * Copyright (c) 1995 Theo de Raadt * Copyright (c) 2001 Steve Murphree, Jr. @@ -12,11 +12,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 Theo de Raadt - * 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 |