diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-06-03 02:56:25 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-06-03 02:56:25 +0000 |
commit | b532ca5cf72acd586a7c31dce5e4babf5991a2f7 (patch) | |
tree | 3562eeed20363794e06821f1da3817b9cde8052e /usr.bin/tn3270/api | |
parent | f48a5d6cd1eb9487e5e67c75dc5f6764b04cd99c (diff) |
Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.
Diffstat (limited to 'usr.bin/tn3270/api')
-rw-r--r-- | usr.bin/tn3270/api/api_bsd.c | 10 | ||||
-rw-r--r-- | usr.bin/tn3270/api/api_exch.c | 10 | ||||
-rw-r--r-- | usr.bin/tn3270/api/api_exch.h | 8 | ||||
-rw-r--r-- | usr.bin/tn3270/api/apilib.c | 10 | ||||
-rw-r--r-- | usr.bin/tn3270/api/apilib.h | 8 | ||||
-rw-r--r-- | usr.bin/tn3270/api/asc_ebc.c | 10 | ||||
-rw-r--r-- | usr.bin/tn3270/api/asc_ebc.h | 8 | ||||
-rw-r--r-- | usr.bin/tn3270/api/astosc.c | 10 | ||||
-rw-r--r-- | usr.bin/tn3270/api/astosc.h | 8 | ||||
-rw-r--r-- | usr.bin/tn3270/api/dctype.c | 10 | ||||
-rw-r--r-- | usr.bin/tn3270/api/dctype.h | 8 | ||||
-rw-r--r-- | usr.bin/tn3270/api/disp_asc.c | 10 | ||||
-rw-r--r-- | usr.bin/tn3270/api/disp_asc.h | 8 | ||||
-rw-r--r-- | usr.bin/tn3270/api/ebc_disp.c | 10 | ||||
-rw-r--r-- | usr.bin/tn3270/api/ebc_disp.h | 8 |
15 files changed, 38 insertions, 98 deletions
diff --git a/usr.bin/tn3270/api/api_bsd.c b/usr.bin/tn3270/api/api_bsd.c index 89e8bef2a23..dee4742daa6 100644 --- a/usr.bin/tn3270/api/api_bsd.c +++ b/usr.bin/tn3270/api/api_bsd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: api_bsd.c,v 1.3 1996/11/04 00:07:35 bitblt Exp $ */ +/* $OpenBSD: api_bsd.c,v 1.4 2003/06/03 02:56:18 millert 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. * @@ -35,7 +31,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)api_bsd.c 4.2 (Berkeley) 4/26/91";*/ -static char rcsid[] = "$OpenBSD: api_bsd.c,v 1.3 1996/11/04 00:07:35 bitblt Exp $"; +static char rcsid[] = "$OpenBSD: api_bsd.c,v 1.4 2003/06/03 02:56:18 millert Exp $"; #endif /* not lint */ #if defined(unix) diff --git a/usr.bin/tn3270/api/api_exch.c b/usr.bin/tn3270/api/api_exch.c index 54c7b2481ec..4fbb0d751ea 100644 --- a/usr.bin/tn3270/api/api_exch.c +++ b/usr.bin/tn3270/api/api_exch.c @@ -1,4 +1,4 @@ -/* $OpenBSD: api_exch.c,v 1.4 2003/04/06 22:02:05 tedu Exp $ */ +/* $OpenBSD: api_exch.c,v 1.5 2003/06/03 02:56:18 millert 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. * @@ -35,7 +31,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)api_exch.c 4.2 (Berkeley) 4/26/91";*/ -static char rcsid[] = "$OpenBSD: api_exch.c,v 1.4 2003/04/06 22:02:05 tedu Exp $"; +static char rcsid[] = "$OpenBSD: api_exch.c,v 1.5 2003/06/03 02:56:18 millert Exp $"; #endif /* not lint */ #include <stdio.h> diff --git a/usr.bin/tn3270/api/api_exch.h b/usr.bin/tn3270/api/api_exch.h index c2e6f27f0d6..ad7bf9af6d5 100644 --- a/usr.bin/tn3270/api/api_exch.h +++ b/usr.bin/tn3270/api/api_exch.h @@ -1,4 +1,4 @@ -/* * $OpenBSD: api_exch.h,v 1.2 1996/06/26 05:41:01 deraadt Exp $*/ +/* * $OpenBSD: api_exch.h,v 1.3 2003/06/03 02:56:18 millert Exp $*/ /*- * Copyright (c) 1988 The Regents of the University of California. * All rights reserved. @@ -11,11 +11,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. * diff --git a/usr.bin/tn3270/api/apilib.c b/usr.bin/tn3270/api/apilib.c index f8137eceaad..1080d1dcfa3 100644 --- a/usr.bin/tn3270/api/apilib.c +++ b/usr.bin/tn3270/api/apilib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: apilib.c,v 1.2 1996/06/26 05:41:02 deraadt Exp $ */ +/* $OpenBSD: apilib.c,v 1.3 2003/06/03 02:56:18 millert 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. * @@ -35,7 +31,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)apilib.c 4.2 (Berkeley) 4/26/91";*/ -static char rcsid[] = "$OpenBSD: apilib.c,v 1.2 1996/06/26 05:41:02 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: apilib.c,v 1.3 2003/06/03 02:56:18 millert Exp $"; #endif /* not lint */ #include "../ctlr/api.h" diff --git a/usr.bin/tn3270/api/apilib.h b/usr.bin/tn3270/api/apilib.h index a7e0d6d4f22..229caf5315c 100644 --- a/usr.bin/tn3270/api/apilib.h +++ b/usr.bin/tn3270/api/apilib.h @@ -1,4 +1,4 @@ -/* * $OpenBSD: apilib.h,v 1.2 1996/06/26 05:41:02 deraadt Exp $*/ +/* * $OpenBSD: apilib.h,v 1.3 2003/06/03 02:56:18 millert Exp $*/ /*- * Copyright (c) 1988 The Regents of the University of California. * All rights reserved. @@ -11,11 +11,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. * diff --git a/usr.bin/tn3270/api/asc_ebc.c b/usr.bin/tn3270/api/asc_ebc.c index 3f4f4957c76..804e8a9eb31 100644 --- a/usr.bin/tn3270/api/asc_ebc.c +++ b/usr.bin/tn3270/api/asc_ebc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: asc_ebc.c,v 1.2 1996/06/26 05:41:03 deraadt Exp $ */ +/* $OpenBSD: asc_ebc.c,v 1.3 2003/06/03 02:56:18 millert 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. * @@ -35,7 +31,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)asc_ebc.c 4.2 (Berkeley) 4/26/91";*/ -static char rcsid[] = "$OpenBSD: asc_ebc.c,v 1.2 1996/06/26 05:41:03 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: asc_ebc.c,v 1.3 2003/06/03 02:56:18 millert Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/tn3270/api/asc_ebc.h b/usr.bin/tn3270/api/asc_ebc.h index d66c1d48564..102d955a859 100644 --- a/usr.bin/tn3270/api/asc_ebc.h +++ b/usr.bin/tn3270/api/asc_ebc.h @@ -1,4 +1,4 @@ -/* * $OpenBSD: asc_ebc.h,v 1.2 1996/06/26 05:41:03 deraadt Exp $*/ +/* * $OpenBSD: asc_ebc.h,v 1.3 2003/06/03 02:56:18 millert Exp $*/ /*- * Copyright (c) 1988 The Regents of the University of California. * All rights reserved. @@ -11,11 +11,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. * diff --git a/usr.bin/tn3270/api/astosc.c b/usr.bin/tn3270/api/astosc.c index d0e52308ff6..1019af5948f 100644 --- a/usr.bin/tn3270/api/astosc.c +++ b/usr.bin/tn3270/api/astosc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: astosc.c,v 1.3 2001/11/19 19:02:16 mpech Exp $ */ +/* $OpenBSD: astosc.c,v 1.4 2003/06/03 02:56:18 millert 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. * @@ -35,7 +31,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)astosc.c 4.2 (Berkeley) 4/26/91";*/ -static char rcsid[] = "$OpenBSD: astosc.c,v 1.3 2001/11/19 19:02:16 mpech Exp $"; +static char rcsid[] = "$OpenBSD: astosc.c,v 1.4 2003/06/03 02:56:18 millert Exp $"; #endif /* not lint */ #include <ctype.h> diff --git a/usr.bin/tn3270/api/astosc.h b/usr.bin/tn3270/api/astosc.h index d055508b79f..4cd49e1faa4 100644 --- a/usr.bin/tn3270/api/astosc.h +++ b/usr.bin/tn3270/api/astosc.h @@ -1,4 +1,4 @@ -/* * $OpenBSD: astosc.h,v 1.2 1996/06/26 05:41:05 deraadt Exp $*/ +/* * $OpenBSD: astosc.h,v 1.3 2003/06/03 02:56:18 millert Exp $*/ /*- * Copyright (c) 1988 The Regents of the University of California. * All rights reserved. @@ -11,11 +11,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. * diff --git a/usr.bin/tn3270/api/dctype.c b/usr.bin/tn3270/api/dctype.c index e461b9c4c96..13887f41f52 100644 --- a/usr.bin/tn3270/api/dctype.c +++ b/usr.bin/tn3270/api/dctype.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dctype.c,v 1.2 1996/06/26 05:41:05 deraadt Exp $ */ +/* $OpenBSD: dctype.c,v 1.3 2003/06/03 02:56:18 millert 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. * @@ -35,7 +31,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)dctype.c 4.2 (Berkeley) 4/26/91";*/ -static char rcsid[] = "$OpenBSD: dctype.c,v 1.2 1996/06/26 05:41:05 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: dctype.c,v 1.3 2003/06/03 02:56:18 millert Exp $"; #endif /* not lint */ #include "dctype.h" diff --git a/usr.bin/tn3270/api/dctype.h b/usr.bin/tn3270/api/dctype.h index 3188e9c62ee..face453038f 100644 --- a/usr.bin/tn3270/api/dctype.h +++ b/usr.bin/tn3270/api/dctype.h @@ -1,4 +1,4 @@ -/* * $OpenBSD: dctype.h,v 1.2 1996/06/26 05:41:06 deraadt Exp $*/ +/* * $OpenBSD: dctype.h,v 1.3 2003/06/03 02:56:18 millert Exp $*/ /*- * Copyright (c) 1988 The Regents of the University of California. * All rights reserved. @@ -11,11 +11,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. * diff --git a/usr.bin/tn3270/api/disp_asc.c b/usr.bin/tn3270/api/disp_asc.c index fef6b944835..4e486320506 100644 --- a/usr.bin/tn3270/api/disp_asc.c +++ b/usr.bin/tn3270/api/disp_asc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: disp_asc.c,v 1.2 1996/06/26 05:41:06 deraadt Exp $ */ +/* $OpenBSD: disp_asc.c,v 1.3 2003/06/03 02:56:18 millert 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. * @@ -35,7 +31,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)disp_asc.c 4.2 (Berkeley) 4/26/91";*/ -static char rcsid[] = "$OpenBSD: disp_asc.c,v 1.2 1996/06/26 05:41:06 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: disp_asc.c,v 1.3 2003/06/03 02:56:18 millert Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/tn3270/api/disp_asc.h b/usr.bin/tn3270/api/disp_asc.h index 9afb904db67..da553186d32 100644 --- a/usr.bin/tn3270/api/disp_asc.h +++ b/usr.bin/tn3270/api/disp_asc.h @@ -1,4 +1,4 @@ -/* * $OpenBSD: disp_asc.h,v 1.2 1996/06/26 05:41:07 deraadt Exp $*/ +/* * $OpenBSD: disp_asc.h,v 1.3 2003/06/03 02:56:18 millert Exp $*/ /*- * Copyright (c) 1988 The Regents of the University of California. * All rights reserved. @@ -11,11 +11,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. * diff --git a/usr.bin/tn3270/api/ebc_disp.c b/usr.bin/tn3270/api/ebc_disp.c index 523eed6dce1..f3626877df1 100644 --- a/usr.bin/tn3270/api/ebc_disp.c +++ b/usr.bin/tn3270/api/ebc_disp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ebc_disp.c,v 1.2 1996/06/26 05:41:08 deraadt Exp $ */ +/* $OpenBSD: ebc_disp.c,v 1.3 2003/06/03 02:56:18 millert 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. * @@ -35,7 +31,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)ebc_disp.c 4.2 (Berkeley) 4/26/91";*/ -static char rcsid[] = "$OpenBSD: ebc_disp.c,v 1.2 1996/06/26 05:41:08 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: ebc_disp.c,v 1.3 2003/06/03 02:56:18 millert Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/tn3270/api/ebc_disp.h b/usr.bin/tn3270/api/ebc_disp.h index ccb3a8a354d..27f8d008baa 100644 --- a/usr.bin/tn3270/api/ebc_disp.h +++ b/usr.bin/tn3270/api/ebc_disp.h @@ -1,4 +1,4 @@ -/* * $OpenBSD: ebc_disp.h,v 1.2 1996/06/26 05:41:08 deraadt Exp $*/ +/* * $OpenBSD: ebc_disp.h,v 1.3 2003/06/03 02:56:19 millert Exp $*/ /*- * Copyright (c) 1988 The Regents of the University of California. * All rights reserved. @@ -11,11 +11,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. * |