diff options
Diffstat (limited to 'usr.bin/tn3270/api/api_bsd.c')
| -rw-r--r-- | usr.bin/tn3270/api/api_bsd.c | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/usr.bin/tn3270/api/api_bsd.c b/usr.bin/tn3270/api/api_bsd.c index 1121dcbe80a..af85b912361 100644 --- a/usr.bin/tn3270/api/api_bsd.c +++ b/usr.bin/tn3270/api/api_bsd.c @@ -1,4 +1,4 @@ -/* $NetBSD: api_bsd.c,v 1.10 2003/05/17 14:58:53 itojun Exp $ */ +/* $NetBSD: api_bsd.c,v 1.11 2003/08/07 11:16:24 agc Exp $ */ /*- * Copyright (c) 1988 The Regents of the University of California. @@ -12,11 +12,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. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * @@ -38,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)api_bsd.c 4.2 (Berkeley) 4/26/91"; #else -__RCSID("$NetBSD: api_bsd.c,v 1.10 2003/05/17 14:58:53 itojun Exp $"); +__RCSID("$NetBSD: api_bsd.c,v 1.11 2003/08/07 11:16:24 agc Exp $"); #endif #endif /* not lint */ |
