summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrws <empty>1991-01-06 12:46:37 +0000
committerrws <empty>1991-01-06 12:46:37 +0000
commitaa7997bc511ee93b85bdb07ab1212e115e5cf6cd (patch)
tree0c527007346b5c4253a37de6943f244228788cd2
parent1f77a15cee7141a2238f9c1ed5663808253b666d (diff)
remove copyright.h
-rw-r--r--xc/programs/xterm/TekPrsTbl.c11
-rw-r--r--xc/programs/xterm/Tekparse.h4
-rw-r--r--xc/programs/xterm/Tekproc.c6
-rw-r--r--xc/programs/xterm/VTPrsTbl.c12
-rw-r--r--xc/programs/xterm/VTparse.h5
-rw-r--r--xc/programs/xterm/charproc.c5
-rw-r--r--xc/programs/xterm/cursor.c12
-rw-r--r--xc/programs/xterm/data.c8
-rw-r--r--xc/programs/xterm/data.h4
-rw-r--r--xc/programs/xterm/error.h4
-rw-r--r--xc/programs/xterm/input.c12
-rw-r--r--xc/programs/xterm/main.c6
-rw-r--r--xc/programs/xterm/main.h4
-rw-r--r--xc/programs/xterm/menu.c12
-rw-r--r--xc/programs/xterm/menu.h12
-rw-r--r--xc/programs/xterm/misc.c9
-rw-r--r--xc/programs/xterm/resize.c10
-rw-r--r--xc/programs/xterm/screen.c8
-rw-r--r--xc/programs/xterm/scrollbar.c8
-rw-r--r--xc/programs/xterm/tabs.c12
-rw-r--r--xc/programs/xterm/util.c8
21 files changed, 46 insertions, 126 deletions
diff --git a/xc/programs/xterm/TekPrsTbl.c b/xc/programs/xterm/TekPrsTbl.c
index 120818b43..fd44ea502 100644
--- a/xc/programs/xterm/TekPrsTbl.c
+++ b/xc/programs/xterm/TekPrsTbl.c
@@ -1,10 +1,8 @@
/*
- * $XConsortium: TekPrsTbl.c,v 1.2 88/09/06 17:07:28 jim Exp $
+ * $XConsortium: TekPrsTbl.c,v 1.3 89/03/01 19:59:14 jim Exp $
*/
-#include <X11/copyright.h>
-
/*
* Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.
*
@@ -28,14 +26,7 @@
* SOFTWARE.
*/
-#ifndef lint
-static char *rcsid_Tekparsetable_c = "$XConsortium: TekPrsTbl.c,v 1.2 88/09/06 17:07:28 jim Exp $";
-#endif /* lint */
-
#include "Tekparse.h"
-#ifndef lint
-static char rcs_id[] = "$XConsortium: TekPrsTbl.c,v 1.2 88/09/06 17:07:28 jim Exp $";
-#endif /* lint */
int Talptable[] = {
/* NUL SOH STX ETX */
diff --git a/xc/programs/xterm/Tekparse.h b/xc/programs/xterm/Tekparse.h
index 7cffd7da3..6990b967c 100644
--- a/xc/programs/xterm/Tekparse.h
+++ b/xc/programs/xterm/Tekparse.h
@@ -1,9 +1,7 @@
/*
- * $XConsortium: Tekparse.h,v 1.2 88/07/20 12:25:52 jim Exp $
+ * $XConsortium: Tekparse.h,v 1.3 88/09/06 17:07:31 jim Exp $
*/
-#include <X11/copyright.h>
-
/*
* Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.
*
diff --git a/xc/programs/xterm/Tekproc.c b/xc/programs/xterm/Tekproc.c
index 94a855726..d54f515b1 100644
--- a/xc/programs/xterm/Tekproc.c
+++ b/xc/programs/xterm/Tekproc.c
@@ -1,12 +1,10 @@
/*
- * $XConsortium: Tekproc.c,v 1.81 90/06/08 13:58:07 jim Exp $
+ * $XConsortium: Tekproc.c,v 1.82 90/11/08 15:27:19 dave Exp $
*
* Warning, there be crufty dragons here.
*/
-#include <X11/copyright.h>
-
/*
* Copyright 1988 Massachusetts Institute of Technology
* Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.
@@ -110,7 +108,7 @@ extern long time();
#define unput(c) *Tpushback++ = c
#ifndef lint
-static char rcs_id[] = "$XConsortium: Tekproc.c,v 1.81 90/06/08 13:58:07 jim Exp $";
+static char rcs_id[] = "$XConsortium: Tekproc.c,v 1.82 90/11/08 15:27:19 dave Exp $";
#endif /* lint */
extern Widget toplevel;
diff --git a/xc/programs/xterm/VTPrsTbl.c b/xc/programs/xterm/VTPrsTbl.c
index a5345677b..30487b1c5 100644
--- a/xc/programs/xterm/VTPrsTbl.c
+++ b/xc/programs/xterm/VTPrsTbl.c
@@ -1,10 +1,7 @@
/*
- * $XConsortium: VTPrsTbl.c,v 1.3 89/01/04 13:37:41 jim Exp $
+ * $XConsortium: VTPrsTbl.c,v 1.4 89/03/01 19:59:43 jim Exp $
*/
-
-#include <X11/copyright.h>
-
/*
* Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.
*
@@ -28,14 +25,7 @@
* SOFTWARE.
*/
-#ifndef lint
-static char *rcsid_VTparsetable_c = "$XConsortium: VTPrsTbl.c,v 1.3 89/01/04 13:37:41 jim Exp $";
-#endif /* lint */
-
#include "VTparse.h"
-#ifndef lint
-static char rcs_id[] = "$XConsortium: VTPrsTbl.c,v 1.3 89/01/04 13:37:41 jim Exp $";
-#endif /* lint */
/*
* Stupid Apollo C preprocessor can't handle long lines. So... To keep
diff --git a/xc/programs/xterm/VTparse.h b/xc/programs/xterm/VTparse.h
index 0bb8c6c09..dad3bd568 100644
--- a/xc/programs/xterm/VTparse.h
+++ b/xc/programs/xterm/VTparse.h
@@ -1,10 +1,7 @@
/*
- * $XConsortium: VTparse.h,v 1.3 88/09/06 17:07:45 jim Exp $
+ * $XConsortium: VTparse.h,v 1.4 89/01/04 13:37:49 jim Exp $
*/
-
-#include <X11/copyright.h>
-
/*
* Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.
*
diff --git a/xc/programs/xterm/charproc.c b/xc/programs/xterm/charproc.c
index 3719fe4af..64ddc0def 100644
--- a/xc/programs/xterm/charproc.c
+++ b/xc/programs/xterm/charproc.c
@@ -1,9 +1,8 @@
/*
- * $XConsortium: charproc.c,v 1.128 90/09/27 20:16:15 rws Exp $
+ * $XConsortium: charproc.c,v 1.129 90/11/08 15:27:33 dave Exp $
*/
-#include <X11/copyright.h>
#include <X11/Xlib.h>
#include <X11/Xatom.h>
#include <X11/Xmu/Atoms.h>
@@ -153,7 +152,7 @@ static void VTallocbuf();
#define doinput() (bcnt-- > 0 ? *bptr++ : in_put())
#ifndef lint
-static char rcs_id[] = "$XConsortium: charproc.c,v 1.128 90/09/27 20:16:15 rws Exp $";
+static char rcs_id[] = "$XConsortium: charproc.c,v 1.129 90/11/08 15:27:33 dave Exp $";
#endif /* lint */
static int nparam;
diff --git a/xc/programs/xterm/cursor.c b/xc/programs/xterm/cursor.c
index 52b3a2780..66acb4d16 100644
--- a/xc/programs/xterm/cursor.c
+++ b/xc/programs/xterm/cursor.c
@@ -1,13 +1,7 @@
/*
- * $XConsortium: cursor.c,v 1.8 90/06/05 17:48:46 jim Exp $
+ * $XConsortium: cursor.c,v 1.8 90/06/06 09:18:31 jim Exp $
*/
-#ifndef lint
-static char *rcsid_cursor_c = "$XConsortium: cursor.c,v 1.8 90/06/05 17:48:46 jim Exp $";
-#endif /* lint */
-
-#include <X11/copyright.h>
-
/*
* Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.
*
@@ -34,10 +28,6 @@ static char *rcsid_cursor_c = "$XConsortium: cursor.c,v 1.8 90/06/05 17:48:46 ji
/* cursor.c */
-#ifndef lint
-static char rcs_id[] = "$XConsortium: cursor.c,v 1.8 90/06/05 17:48:46 jim Exp $";
-#endif /* lint */
-
#include <X11/Xlib.h>
#include <stdio.h>
#include <sys/ioctl.h>
diff --git a/xc/programs/xterm/data.c b/xc/programs/xterm/data.c
index 87d2f8b02..e846ae376 100644
--- a/xc/programs/xterm/data.c
+++ b/xc/programs/xterm/data.c
@@ -1,9 +1,7 @@
/*
- * $XConsortium: data.c,v 1.7 89/05/25 15:12:01 jim Exp $
+ * $XConsortium: data.c,v 1.8 89/05/26 18:10:43 jim Exp $
*/
-#include <X11/copyright.h>
-
/*
* Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.
*
@@ -33,10 +31,6 @@
#include "ptyx.h"
#include "data.h"
-#ifndef lint
-static char rcs_id[] = "$XConsortium: data.c,v 1.7 89/05/25 15:12:01 jim Exp $";
-#endif /* lint */
-
XPoint T_boxlarge[NBOX] = {
{0, 0},
{8, 0},
diff --git a/xc/programs/xterm/data.h b/xc/programs/xterm/data.h
index bf8ac1fd7..649e7a4fb 100644
--- a/xc/programs/xterm/data.h
+++ b/xc/programs/xterm/data.h
@@ -1,10 +1,8 @@
/*
- * $XConsortium: data.h,v 1.6 89/05/25 15:12:02 jim Exp $
+ * $XConsortium: data.h,v 1.7 89/05/26 18:10:45 jim Exp $
*/
-#include <X11/copyright.h>
-
/*
* Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.
*
diff --git a/xc/programs/xterm/error.h b/xc/programs/xterm/error.h
index d71a8a347..1b362589f 100644
--- a/xc/programs/xterm/error.h
+++ b/xc/programs/xterm/error.h
@@ -1,10 +1,8 @@
/*
- * $XConsortium: error.h,v 1.5 89/03/22 18:21:48 jim Exp $
+ * $XConsortium: error.h,v 1.6 89/05/26 13:34:16 jim Exp $
*/
-#include <X11/copyright.h>
-
/*
* Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.
*
diff --git a/xc/programs/xterm/input.c b/xc/programs/xterm/input.c
index a524c035c..4be52147d 100644
--- a/xc/programs/xterm/input.c
+++ b/xc/programs/xterm/input.c
@@ -1,13 +1,7 @@
/*
- * $XConsortium: input.c,v 1.9 90/03/16 17:16:34 jim Exp $
+ * $XConsortium: input.c,v 1.10 90/06/07 15:49:57 jim Exp $
*/
-#ifndef lint
-static char *rcsid_input_c = "$XConsortium: input.c,v 1.9 90/03/16 17:16:34 jim Exp $";
-#endif /* lint */
-
-#include <X11/copyright.h>
-
/*
* Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.
*
@@ -33,10 +27,6 @@ static char *rcsid_input_c = "$XConsortium: input.c,v 1.9 90/03/16 17:16:34 jim
/* input.c */
-#ifndef lint
-static char rcs_id[] = "$XConsortium: input.c,v 1.9 90/03/16 17:16:34 jim Exp $";
-#endif /* lint */
-
#include <X11/Xlib.h>
#include <X11/keysym.h>
#include <X11/DECkeysym.h>
diff --git a/xc/programs/xterm/main.c b/xc/programs/xterm/main.c
index e1ecb0bf5..c6d934eef 100644
--- a/xc/programs/xterm/main.c
+++ b/xc/programs/xterm/main.c
@@ -1,6 +1,4 @@
-#ifndef lint
-static char rcs_id[] = "$XConsortium: main.c,v 1.158 90/11/08 15:27:42 dave Exp $";
-#endif /* lint */
+/* $XConsortium: main.c,v 1.159 90/11/09 16:02:35 dave Exp $ */
/*
* W A R N I N G
@@ -14,8 +12,6 @@ static char rcs_id[] = "$XConsortium: main.c,v 1.158 90/11/08 15:27:42 dave Exp
* can plug 'em together any way you want. Don't hold your breath, though....
*/
-#include <X11/copyright.h>
-
/***********************************************************
Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts,
and the Massachusetts Institute of Technology, Cambridge, Massachusetts.
diff --git a/xc/programs/xterm/main.h b/xc/programs/xterm/main.h
index 1df833f0f..eab914f4e 100644
--- a/xc/programs/xterm/main.h
+++ b/xc/programs/xterm/main.h
@@ -1,10 +1,8 @@
/*
- * $XConsortium: main.h,v 1.2 88/02/21 15:06:04 jim Exp $
+ * $XConsortium: main.h,v 1.3 88/09/06 17:08:12 jim Exp $
*/
-#include <X11/copyright.h>
-
/*
* Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.
*
diff --git a/xc/programs/xterm/menu.c b/xc/programs/xterm/menu.c
index 80e48074f..1ae69b02c 100644
--- a/xc/programs/xterm/menu.c
+++ b/xc/programs/xterm/menu.c
@@ -1,5 +1,17 @@
/* Copyright 1989 Massachusetts Institute of Technology */
+/*
+Permission to use, copy, modify, distribute, and sell this software and its
+documentation for any purpose is hereby granted without fee, provided that
+the above copyright notice appear in all copies and that both that
+copyright notice and this permission notice appear in supporting
+documentation, and that the name of M.I.T. not be used in advertising or
+publicity pertaining to distribution of the software without specific,
+written prior permission. M.I.T. makes no representations about the
+suitability of this software for any purpose. It is provided "as is"
+without express or implied warranty.
+*/
+
#include <stdio.h>
#include <X11/Intrinsic.h>
#include <X11/StringDefs.h>
diff --git a/xc/programs/xterm/menu.h b/xc/programs/xterm/menu.h
index b34ffc5fb..26f3e9c8b 100644
--- a/xc/programs/xterm/menu.h
+++ b/xc/programs/xterm/menu.h
@@ -1,5 +1,17 @@
/* Copyright 1989 Massachusetts Institute of Technology */
+/*
+Permission to use, copy, modify, distribute, and sell this software and its
+documentation for any purpose is hereby granted without fee, provided that
+the above copyright notice appear in all copies and that both that
+copyright notice and this permission notice appear in supporting
+documentation, and that the name of M.I.T. not be used in advertising or
+publicity pertaining to distribution of the software without specific,
+written prior permission. M.I.T. makes no representations about the
+suitability of this software for any purpose. It is provided "as is"
+without express or implied warranty.
+*/
+
typedef struct _MenuEntry {
char *name;
void (*function)();
diff --git a/xc/programs/xterm/misc.c b/xc/programs/xterm/misc.c
index 6fa03d88e..b9067eced 100644
--- a/xc/programs/xterm/misc.c
+++ b/xc/programs/xterm/misc.c
@@ -1,10 +1,7 @@
/*
- * $XConsortium: misc.c,v 1.67 90/07/15 18:09:40 rws Exp $
+ * $XConsortium: misc.c,v 1.68 90/11/08 15:27:51 dave Exp $
*/
-
-#include <X11/copyright.h>
-
/*
* Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.
*
@@ -57,10 +54,6 @@ extern void abort();
static void DoSpecialEnterNotify();
static void DoSpecialLeaveNotify();
-#ifndef lint
-static char rcs_id[] = "$XConsortium: misc.c,v 1.67 90/07/15 18:09:40 rws Exp $";
-#endif /* lint */
-
xevents()
{
XEvent event;
diff --git a/xc/programs/xterm/resize.c b/xc/programs/xterm/resize.c
index 93c284983..fa2eb9d68 100644
--- a/xc/programs/xterm/resize.c
+++ b/xc/programs/xterm/resize.c
@@ -1,13 +1,7 @@
/*
- * $XConsortium: resize.c,v 1.10 89/12/06 15:32:03 jim Exp $
+ * $XConsortium: resize.c,v 1.11 89/12/09 17:24:12 jim Exp $
*/
-#ifndef lint
-static char *rcsid_resize_c = "$XConsortium: resize.c,v 1.10 89/12/06 15:32:03 jim Exp $";
-#endif /* lint */
-
-#include <X11/copyright.h>
-
/*
* Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.
*
@@ -80,7 +74,7 @@ extern struct passwd *fgetpwent();
#endif /* USE_SYSV_TERMIO */
#ifndef lint
-static char rcs_id[] = "$XConsortium: resize.c,v 1.10 89/12/06 15:32:03 jim Exp $";
+static char rcs_id[] = "$XConsortium: resize.c,v 1.11 89/12/09 17:24:12 jim Exp $";
#endif
#define EMULATIONS 2
diff --git a/xc/programs/xterm/screen.c b/xc/programs/xterm/screen.c
index 1c51e01a1..5a39a3109 100644
--- a/xc/programs/xterm/screen.c
+++ b/xc/programs/xterm/screen.c
@@ -1,9 +1,7 @@
/*
- * $XConsortium: screen.c,v 1.18 90/06/06 09:18:36 jim Exp $
+ * $XConsortium: screen.c,v 1.19 90/06/08 14:15:40 jim Exp $
*/
-#include <X11/copyright.h>
-
/*
* Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.
*
@@ -29,10 +27,6 @@
/* screen.c */
-#ifndef lint
-static char rcs_id[] = "$XConsortium: screen.c,v 1.18 90/06/06 09:18:36 jim Exp $";
-#endif /* lint */
-
#include <X11/Xlib.h>
#include <stdio.h>
#include <sys/ioctl.h>
diff --git a/xc/programs/xterm/scrollbar.c b/xc/programs/xterm/scrollbar.c
index 4a905950c..fa01de3ed 100644
--- a/xc/programs/xterm/scrollbar.c
+++ b/xc/programs/xterm/scrollbar.c
@@ -1,9 +1,7 @@
/*
- * $XConsortium: scrollbar.c,v 1.35 90/06/06 11:47:57 jim Exp $
+ * $XConsortium: scrollbar.c,v 1.36 90/06/06 15:06:56 jim Exp $
*/
-#include <X11/copyright.h>
-
/*
* Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.
*
@@ -45,10 +43,6 @@
extern void bcopy();
-#ifndef lint
-static char rcs_id[] = "$XConsortium: scrollbar.c,v 1.35 90/06/06 11:47:57 jim Exp $";
-#endif /* lint */
-
/* Event handlers */
static void ScrollTextTo();
diff --git a/xc/programs/xterm/tabs.c b/xc/programs/xterm/tabs.c
index 5b2e8fdc1..76d87bfa1 100644
--- a/xc/programs/xterm/tabs.c
+++ b/xc/programs/xterm/tabs.c
@@ -1,13 +1,7 @@
/*
- * $XConsortium: tabs.c,v 1.1 88/02/10 13:08:17 jim Exp $
+ * $XConsortium: tabs.c,v 1.2 88/09/06 17:08:36 jim Exp $
*/
-#ifndef lint
-static char *rcsid_tabs_c = "$XConsortium: tabs.c,v 1.1 88/02/10 13:08:17 jim Exp $";
-#endif /* lint */
-
-#include <X11/copyright.h>
-
/*
* Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.
*
@@ -33,10 +27,6 @@ static char *rcsid_tabs_c = "$XConsortium: tabs.c,v 1.1 88/02/10 13:08:17 jim Ex
/* tabs.c */
-#ifndef lint
-static char rcs_id[] = "$XConsortium: tabs.c,v 1.1 88/02/10 13:08:17 jim Exp $";
-#endif /* lint */
-
#include <X11/Xlib.h>
#include "ptyx.h"
/*
diff --git a/xc/programs/xterm/util.c b/xc/programs/xterm/util.c
index 2ee5e9f28..406ec4286 100644
--- a/xc/programs/xterm/util.c
+++ b/xc/programs/xterm/util.c
@@ -1,9 +1,7 @@
/*
- * $XConsortium: util.c,v 1.19 89/12/10 20:44:15 jim Exp $
+ * $XConsortium: util.c,v 1.20 90/03/14 17:04:59 jim Exp $
*/
-#include <X11/copyright.h>
-
/*
* Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.
*
@@ -29,10 +27,6 @@
/* util.c */
-#ifndef lint
-static char rcs_id[] = "$XConsortium: util.c,v 1.19 89/12/10 20:44:15 jim Exp $";
-#endif /* lint */
-
#include <stdio.h>
#include <X11/Intrinsic.h>
#include <setjmp.h>