diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-03 21:09:03 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-03 21:09:03 +0000 |
commit | 75cf5dab649d7c9760ecda4b013e3445ff604b59 (patch) | |
tree | 31373874b3478033a05e788da2897a1ecd7c8271 /sys/dev | |
parent | 5c7c27cee470a5966e86aee051c4408aedc67462 (diff) |
terms 3 & 4 cleanup based on "terms" file
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/com.c | 5 | ||||
-rw-r--r-- | sys/dev/ic/comreg.h | 9 | ||||
-rw-r--r-- | sys/dev/ic/comvar.h | 9 | ||||
-rw-r--r-- | sys/dev/isa/isa.c | 9 |
4 files changed, 4 insertions, 28 deletions
diff --git a/sys/dev/ic/com.c b/sys/dev/ic/com.c index dcc20cf8512..9e45a8052f8 100644 --- a/sys/dev/ic/com.c +++ b/sys/dev/ic/com.c @@ -1,4 +1,4 @@ -/* $OpenBSD: com.c,v 1.89 2003/06/02 23:28:02 millert Exp $ */ +/* $OpenBSD: com.c,v 1.90 2003/06/03 21:09:02 deraadt Exp $ */ /* $NetBSD: com.c,v 1.82.4.1 1996/06/02 09:08:00 mrg Exp $ */ /* @@ -12,9 +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. Neither the name(s) of the author(s) nor the name OpenBSD - * may be used to endorse or promote products derived from this software - * without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED diff --git a/sys/dev/ic/comreg.h b/sys/dev/ic/comreg.h index 1d3e85e8676..9d7fde56892 100644 --- a/sys/dev/ic/comreg.h +++ b/sys/dev/ic/comreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: comreg.h,v 1.10 2003/06/02 23:28:02 millert Exp $ */ +/* $OpenBSD: comreg.h,v 1.11 2003/06/03 21:09:02 deraadt Exp $ */ /* $NetBSD: comreg.h,v 1.8 1996/02/05 23:01:50 scottr Exp $ */ /* @@ -12,13 +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 Jason Downs for the - * OpenBSD system. - * 4. Neither the name(s) of the author(s) nor the name OpenBSD - * may be used to endorse or promote products derived from this software - * without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED diff --git a/sys/dev/ic/comvar.h b/sys/dev/ic/comvar.h index 49a7ba09ac5..7d768d25b39 100644 --- a/sys/dev/ic/comvar.h +++ b/sys/dev/ic/comvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: comvar.h,v 1.31 2002/03/14 01:26:54 millert Exp $ */ +/* $OpenBSD: comvar.h,v 1.32 2003/06/03 21:09:02 deraadt Exp $ */ /* $NetBSD: comvar.h,v 1.5 1996/05/05 19:50:47 christos Exp $ */ /* @@ -12,13 +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 Jason Downs for the - * OpenBSD system. - * 4. Neither the name(s) of the author(s) nor the name OpenBSD - * may be used to endorse or promote products derived from this software - * without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED diff --git a/sys/dev/isa/isa.c b/sys/dev/isa/isa.c index 3c61be07e01..264f7944818 100644 --- a/sys/dev/isa/isa.c +++ b/sys/dev/isa/isa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isa.c,v 1.38 2002/03/14 01:26:56 millert Exp $ */ +/* $OpenBSD: isa.c,v 1.39 2003/06/03 21:09:02 deraadt Exp $ */ /* $NetBSD: isa.c,v 1.85 1996/05/14 00:31:04 thorpej Exp $ */ /* @@ -12,13 +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 Jason Downs for the - * OpenBSD system. - * 4. Neither the name(s) of the author(s) nor the name OpenBSD - * may be used to endorse or promote products derived from this software - * without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |