diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-12 01:07:32 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-12 01:07:32 +0000 |
commit | b0543e796bc88777556a1164296376318e4ea3f1 (patch) | |
tree | 7aef2b5b648fe5d88df3711c613b65f1ec1e8e9d /sys/arch/vax | |
parent | cd7f20b2d9aa333cea118cfc72dfffb5b6b230c1 (diff) |
final bits of obvious UCB term 3 removal
Diffstat (limited to 'sys/arch/vax')
-rw-r--r-- | sys/arch/vax/vax/uvax.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sys/arch/vax/vax/uvax.c b/sys/arch/vax/vax/uvax.c index 9d6b22ebae7..4b01baed640 100644 --- a/sys/arch/vax/vax/uvax.c +++ b/sys/arch/vax/vax/uvax.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uvax.c,v 1.7 2001/11/06 19:53:17 miod Exp $ */ +/* $OpenBSD: uvax.c,v 1.8 2003/06/12 01:07:27 deraadt Exp $ */ /* $NetBSD: uvax.c,v 1.4 1997/02/19 10:04:27 ragge Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. @@ -13,11 +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 the University of - * California, Berkeley and its contributors. - * 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 |