summaryrefslogtreecommitdiff
path: root/xcl
diff options
context:
space:
mode:
authorJamey Sharp <jamey@minilop.net>2002-04-04 00:56:39 +0000
committerJamey Sharp <jamey@minilop.net>2002-04-04 00:56:39 +0000
commit6ad0de29a1604176c0b65c93de48f9b3ed84e896 (patch)
tree78927802d7d5601aa4d54c848663203eb5b7ab75 /xcl
parentee013e0c35b0522b4d057aaa8bea2d255b1144b8 (diff)
Added license acknowledgments and our copyright notice.
Diffstat (limited to 'xcl')
-rw-r--r--xcl/src/ChGC.c5
-rw-r--r--xcl/src/ChProp.c5
-rw-r--r--xcl/src/ChkTypWEv.c5
-rw-r--r--xcl/src/ClDisplay.c5
-rw-r--r--xcl/src/CrGC.c5
-rw-r--r--xcl/src/CrWindow.c5
-rw-r--r--xcl/src/Cursor.c5
-rw-r--r--xcl/src/DisName.c10
-rw-r--r--xcl/src/DrRect.c5
-rw-r--r--xcl/src/ErrDes.c7
-rw-r--r--xcl/src/ErrHndlr.c5
-rw-r--r--xcl/src/EvToWire.c5
-rw-r--r--xcl/src/FetchName.c5
-rw-r--r--xcl/src/FillRct.c5
-rw-r--r--xcl/src/Flush.c5
-rw-r--r--xcl/src/Font.c6
-rw-r--r--xcl/src/Free.c5
-rw-r--r--xcl/src/FreeGC.c5
-rw-r--r--xcl/src/GetAtomNm.c5
-rw-r--r--xcl/src/GetHColor.c5
-rw-r--r--xcl/src/GetPntMap.c5
-rw-r--r--xcl/src/GetProp.c5
-rw-r--r--xcl/src/GetSOwner.c5
-rw-r--r--xcl/src/GetWAttrs.c5
-rw-r--r--xcl/src/Iconify.c6
-rw-r--r--xcl/src/ImText.c5
-rw-r--r--xcl/src/IntAtom.c5
-rw-r--r--xcl/src/KeyBind.c6
-rw-r--r--xcl/src/LoadFont.c5
-rw-r--r--xcl/src/Macros.c5
-rw-r--r--xcl/src/ModMap.c5
-rw-r--r--xcl/src/NextEvent.c5
-rw-r--r--xcl/src/OpenDis.c5
-rw-r--r--xcl/src/ParseCol.c5
-rw-r--r--xcl/src/ParseGeom.c5
-rw-r--r--xcl/src/Pending.c5
-rw-r--r--xcl/src/QuColor.c5
-rw-r--r--xcl/src/QuPntr.c5
-rw-r--r--xcl/src/Quarks.c7
-rw-r--r--xcl/src/RaiseLowerWin.c5
-rw-r--r--xcl/src/RecolorC.c5
-rw-r--r--xcl/src/SendEvent.c5
-rw-r--r--xcl/src/SetFont.c5
-rw-r--r--xcl/src/SetHints.c7
-rw-r--r--xcl/src/SetNrmHint.c8
-rw-r--r--xcl/src/SetTxtProp.c6
-rw-r--r--xcl/src/SetWMProto.c7
-rw-r--r--xcl/src/StName.c5
-rw-r--r--xcl/src/StrKeysym.c5
-rw-r--r--xcl/src/Sync.c5
-rw-r--r--xcl/src/Text.c5
-rw-r--r--xcl/src/TextList.c5
-rw-r--r--xcl/src/TrCoords.c5
-rw-r--r--xcl/src/VisUtil.c5
-rw-r--r--xcl/src/WMProps.c8
-rw-r--r--xcl/src/xcl.h4
-rw-r--r--xcl/src/xclint.h4
57 files changed, 303 insertions, 3 deletions
diff --git a/xcl/src/ChGC.c b/xcl/src/ChGC.c
index 84b720f..a282294 100644
--- a/xcl/src/ChGC.c
+++ b/xcl/src/ChGC.c
@@ -1,3 +1,8 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1986, 1998 The Open Group
+ *
+ * See the file COPYING for licensing information. */
#include "xclint.h"
/* in ChGC.c */
diff --git a/xcl/src/ChProp.c b/xcl/src/ChProp.c
index 330f82c..25c49de 100644
--- a/xcl/src/ChProp.c
+++ b/xcl/src/ChProp.c
@@ -1,3 +1,8 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1986, 1998 The Open Group
+ *
+ * See the file COPYING for licensing information. */
#include "xclint.h"
/* format: 8, 16, or 32 */
diff --git a/xcl/src/ChkTypWEv.c b/xcl/src/ChkTypWEv.c
index 31de391..53ca6e6 100644
--- a/xcl/src/ChkTypWEv.c
+++ b/xcl/src/ChkTypWEv.c
@@ -1,3 +1,8 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1985, 1987, 1998 The Open Group
+ *
+ * See the file COPYING for licensing information. */
#include "xclint.h"
static Bool _XCheckTypedWindowEvent(Display *dpy, const Window w, const int type, XEvent *event, register _XQEvent **prev)
diff --git a/xcl/src/ClDisplay.c b/xcl/src/ClDisplay.c
index e322cdf..730dc99 100644
--- a/xcl/src/ClDisplay.c
+++ b/xcl/src/ClDisplay.c
@@ -1,3 +1,8 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1985, 1990, 1998 The Open Group
+ *
+ * See the file COPYING for licensing information. */
#include "xclint.h"
#if 0 /* not needed yet */
diff --git a/xcl/src/CrGC.c b/xcl/src/CrGC.c
index 29ee7af..f5d630b 100644
--- a/xcl/src/CrGC.c
+++ b/xcl/src/CrGC.c
@@ -1,3 +1,8 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1986, 1998 The Open Group
+ *
+ * See the file COPYING for licensing information. */
#include "xclint.h"
static XGCValues const initial_GC = {
diff --git a/xcl/src/CrWindow.c b/xcl/src/CrWindow.c
index 4c0c681..c649e77 100644
--- a/xcl/src/CrWindow.c
+++ b/xcl/src/CrWindow.c
@@ -1,3 +1,8 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1986, 1998 The Open Group
+ *
+ * See the file COPYING for licensing information. */
#include "xclint.h"
Window XCreateSimpleWindow(Display *dpy, Window parent, int x, int y,
diff --git a/xcl/src/Cursor.c b/xcl/src/Cursor.c
index 0bc5a69..000e9b0 100644
--- a/xcl/src/Cursor.c
+++ b/xcl/src/Cursor.c
@@ -1,3 +1,8 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1987, 1998 The Open Group
+ *
+ * See the file COPYING for licensing information. */
#include "xclint.h"
Cursor XCreateFontCursor(Display *dpy, unsigned int which)
diff --git a/xcl/src/DisName.c b/xcl/src/DisName.c
index 7929e31..5613e56 100644
--- a/xcl/src/DisName.c
+++ b/xcl/src/DisName.c
@@ -1,6 +1,10 @@
-/* XDisplayName.c */
-/*
- * Returns the name of the display XOpenDisplay would use. This is better
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1994, 1998 The Open Group
+ *
+ * See the file COPYING for licensing information. */
+
+/* Returns the name of the display XOpenDisplay would use. This is better
* than just printing the "display" variable in a program because that
* could be NULL and/or there could be an environment variable set.
* This makes it easier for programmers to provide meaningful error
diff --git a/xcl/src/DrRect.c b/xcl/src/DrRect.c
index 0d4ab42..27c3619 100644
--- a/xcl/src/DrRect.c
+++ b/xcl/src/DrRect.c
@@ -1,3 +1,8 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1986, 1998 The Open Group
+ *
+ * See the file COPYING for licensing information. */
#include "xclint.h"
int XDrawRectangle(register Display *dpy, Drawable drawable, GC gc, int x, int y, unsigned int width, unsigned int height)
diff --git a/xcl/src/ErrDes.c b/xcl/src/ErrDes.c
index 7356a54..5b88c5d 100644
--- a/xcl/src/ErrDes.c
+++ b/xcl/src/ErrDes.c
@@ -1,3 +1,10 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1986, 1998 The Open Group
+ * Portions Copyright 1987, 1988 by Digital Equipment Corporation,
+ * Maynard, Massachusetts.
+ *
+ * See the file COPYING for licensing information. */
#include "xclint.h"
// #include <X11/Xos.h>
#include <X11/Xresource.h>
diff --git a/xcl/src/ErrHndlr.c b/xcl/src/ErrHndlr.c
index 556c569..9afa150 100644
--- a/xcl/src/ErrHndlr.c
+++ b/xcl/src/ErrHndlr.c
@@ -1,3 +1,8 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1986, 1998 The Open Group
+ *
+ * See the file COPYING for licensing information. */
#include "xclint.h"
#include <stdio.h>
#include <errno.h>
diff --git a/xcl/src/EvToWire.c b/xcl/src/EvToWire.c
index 7a30966..6b26218 100644
--- a/xcl/src/EvToWire.c
+++ b/xcl/src/EvToWire.c
@@ -1,3 +1,8 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1985, 1986, 1987, 1998 The Open Group
+ *
+ * See the file COPYING for licensing information. */
#include "xclint.h"
#include <stdio.h>
diff --git a/xcl/src/FetchName.c b/xcl/src/FetchName.c
index 6549151..c5491b6 100644
--- a/xcl/src/FetchName.c
+++ b/xcl/src/FetchName.c
@@ -1,3 +1,8 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1986, 1998 The Open Group
+ *
+ * See the file COPYING for licensing information. */
#include "xclint.h"
#include <X11/Xatom.h>
#include <X11/Xos.h>
diff --git a/xcl/src/FillRct.c b/xcl/src/FillRct.c
index 0a90dec..7aba67d 100644
--- a/xcl/src/FillRct.c
+++ b/xcl/src/FillRct.c
@@ -1,3 +1,8 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1986, 1998 The Open Group
+ *
+ * See the file COPYING for licensing information. */
#include "xclint.h"
int XFillRectangle(register Display *dpy, Drawable d, GC gc, int x, int y, unsigned int width, unsigned int height)
diff --git a/xcl/src/Flush.c b/xcl/src/Flush.c
index dac0f7f..8af9047 100644
--- a/xcl/src/Flush.c
+++ b/xcl/src/Flush.c
@@ -1,3 +1,8 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1986, 1998 The Open Group
+ *
+ * See the file COPYING for licensing information. */
#include "xclint.h"
/* Flush all buffered output requests. */
diff --git a/xcl/src/Font.c b/xcl/src/Font.c
index 146f8e4..20e60fb 100644
--- a/xcl/src/Font.c
+++ b/xcl/src/Font.c
@@ -1,3 +1,9 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1986, 1998 The Open Group
+ * Copyright (c) 2000 The XFree86 Project, Inc.
+ *
+ * See the file COPYING for licensing information. */
#include "xclint.h"
#if defined(XF86BIGFONT) && !defined(MUSTCOPY)
diff --git a/xcl/src/Free.c b/xcl/src/Free.c
index ddd1903..0acedfd 100644
--- a/xcl/src/Free.c
+++ b/xcl/src/Free.c
@@ -1,3 +1,8 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1985, 1986, 1987, 1998 The Open Group
+ *
+ * See the file COPYING for licensing information. */
#include "xclint.h"
int XFree(void *p)
diff --git a/xcl/src/FreeGC.c b/xcl/src/FreeGC.c
index b4e1cdd..b051a8e 100644
--- a/xcl/src/FreeGC.c
+++ b/xcl/src/FreeGC.c
@@ -1,3 +1,8 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1986, 1998 The Open Group
+ *
+ * See the file COPYING for licensing information. */
#include "xclint.h"
int XFreeGC(register Display *dpy, GC gc)
diff --git a/xcl/src/GetAtomNm.c b/xcl/src/GetAtomNm.c
index f727980..8df389f 100644
--- a/xcl/src/GetAtomNm.c
+++ b/xcl/src/GetAtomNm.c
@@ -1,3 +1,8 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1986, 1998 The Open Group
+ *
+ * See the file COPYING for licensing information. */
#include "xclint.h"
// #include "Xintatom.h"
diff --git a/xcl/src/GetHColor.c b/xcl/src/GetHColor.c
index 378447b..1bcfc27 100644
--- a/xcl/src/GetHColor.c
+++ b/xcl/src/GetHColor.c
@@ -1,3 +1,8 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1986, 1998 The Open Group
+ *
+ * See the file COPYING for licensing information. */
#include "xclint.h"
Status XAllocColor(register Display *dpy, Colormap cmap, XColor *def)
diff --git a/xcl/src/GetPntMap.c b/xcl/src/GetPntMap.c
index e10e8a0..83fe564 100644
--- a/xcl/src/GetPntMap.c
+++ b/xcl/src/GetPntMap.c
@@ -1,3 +1,8 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1986, 1998 The Open Group
+ *
+ * See the file COPYING for licensing information. */
#include "xclint.h"
#ifdef MIN /* some systems define this in <sys/param.h> */
diff --git a/xcl/src/GetProp.c b/xcl/src/GetProp.c
index 4c43841..83bd5c0 100644
--- a/xcl/src/GetProp.c
+++ b/xcl/src/GetProp.c
@@ -1,3 +1,8 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1986, 1998 The Open Group
+ *
+ * See the file COPYING for licensing information. */
#include "xclint.h"
int
diff --git a/xcl/src/GetSOwner.c b/xcl/src/GetSOwner.c
index dbb363d..85c683f 100644
--- a/xcl/src/GetSOwner.c
+++ b/xcl/src/GetSOwner.c
@@ -1,3 +1,8 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1986, 1998 The Open Group
+ *
+ * See the file COPYING for licensing information. */
#include "xclint.h"
Window XGetSelectionOwner(register Display *dpy, Atom selection)
diff --git a/xcl/src/GetWAttrs.c b/xcl/src/GetWAttrs.c
index 49f0f75..20e8542 100644
--- a/xcl/src/GetWAttrs.c
+++ b/xcl/src/GetWAttrs.c
@@ -1,3 +1,8 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1986, 1998 The Open Group
+ *
+ * See the file COPYING for licensing information. */
#include "xclint.h"
Status XGetWindowAttributes(register Display *dpy, Window window, XWindowAttributes *attr)
diff --git a/xcl/src/Iconify.c b/xcl/src/Iconify.c
index ff2bb9e..b593f90 100644
--- a/xcl/src/Iconify.c
+++ b/xcl/src/Iconify.c
@@ -1,3 +1,9 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1988, 1998 The Open Group
+ * Copyright 1988 by Wyse Technology, Inc., San Jose, Ca.
+ *
+ * See the file COPYING for licensing information. */
#include "xclint.h"
#include <X11/Xatom.h>
#include <X11/Xutil.h>
diff --git a/xcl/src/ImText.c b/xcl/src/ImText.c
index 2ef49f9..f2d36d7 100644
--- a/xcl/src/ImText.c
+++ b/xcl/src/ImText.c
@@ -1,3 +1,8 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1986, 1998 The Open Group
+ *
+ * See the file COPYING for licensing information. */
#include "xclint.h"
#define MAXIMTEXTREQ 255
diff --git a/xcl/src/IntAtom.c b/xcl/src/IntAtom.c
index dc525dd..efad1bf 100644
--- a/xcl/src/IntAtom.c
+++ b/xcl/src/IntAtom.c
@@ -1,3 +1,8 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1986, 1990, 1998 The Open Group
+ *
+ * See the file COPYING for licensing information. */
#include "xclint.h"
#include <string.h>
diff --git a/xcl/src/KeyBind.c b/xcl/src/KeyBind.c
index 2bd012e..876c489 100644
--- a/xcl/src/KeyBind.c
+++ b/xcl/src/KeyBind.c
@@ -1,3 +1,9 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1985, 1987, 1998 The Open Group
+ *
+ * See the file COPYING for licensing information. */
+
/* Beware, here be monsters (still under construction... - JG */
#include "xclint.h"
diff --git a/xcl/src/LoadFont.c b/xcl/src/LoadFont.c
index 258d024..4683d3a 100644
--- a/xcl/src/LoadFont.c
+++ b/xcl/src/LoadFont.c
@@ -1,3 +1,8 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1986, 1998 The Open Group
+ *
+ * See the file COPYING for licensing information. */
#include "xclint.h"
Font XLoadFont(register Display *dpy, const char *name)
diff --git a/xcl/src/Macros.c b/xcl/src/Macros.c
index 2fb138f..621e4fa 100644
--- a/xcl/src/Macros.c
+++ b/xcl/src/Macros.c
@@ -1,3 +1,8 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1987, 1998 The Open Group
+ *
+ * See the file COPYING for licensing information. */
#include "xclint.h"
/*
* This file makes full definitions of routines for each macro.
diff --git a/xcl/src/ModMap.c b/xcl/src/ModMap.c
index a1bdbc3..d1ec523 100644
--- a/xcl/src/ModMap.c
+++ b/xcl/src/ModMap.c
@@ -1,3 +1,8 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1986, 1998 The Open Group
+ *
+ * See the file COPYING for licensing information. */
#include "xclint.h"
XModifierKeymap *XGetModifierMapping(Display *dpy)
diff --git a/xcl/src/NextEvent.c b/xcl/src/NextEvent.c
index 03fb52d..a2c83e4 100644
--- a/xcl/src/NextEvent.c
+++ b/xcl/src/NextEvent.c
@@ -1,3 +1,8 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1986, 1998 The Open Group
+ *
+ * See the file COPYING for licensing information. */
#include "xclint.h"
#include <assert.h>
#include <unistd.h>
diff --git a/xcl/src/OpenDis.c b/xcl/src/OpenDis.c
index 398a95d..d58606d 100644
--- a/xcl/src/OpenDis.c
+++ b/xcl/src/OpenDis.c
@@ -1,3 +1,8 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1985, 1986, 1998 The Open Group
+ *
+ * See the file COPYING for licensing information. */
#include "xclint.h"
#include <X11/Xatom.h>
#include <stdio.h>
diff --git a/xcl/src/ParseCol.c b/xcl/src/ParseCol.c
index 7d44e6a..cd05236 100644
--- a/xcl/src/ParseCol.c
+++ b/xcl/src/ParseCol.c
@@ -1,3 +1,8 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1985, 1998 The Open Group
+ *
+ * See the file COPYING for licensing information. */
#include <stdio.h>
#include "xclint.h"
diff --git a/xcl/src/ParseGeom.c b/xcl/src/ParseGeom.c
index c3653a5..fe3c276 100644
--- a/xcl/src/ParseGeom.c
+++ b/xcl/src/ParseGeom.c
@@ -1,3 +1,8 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1985, 1986, 1987, 1998 The Open Group
+ *
+ * See the file COPYING for licensing information. */
#include "xclint.h"
#include <X11/Xutil.h>
diff --git a/xcl/src/Pending.c b/xcl/src/Pending.c
index 87e53de..f8da4f2 100644
--- a/xcl/src/Pending.c
+++ b/xcl/src/Pending.c
@@ -1,3 +1,8 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1986, 1998 The Open Group
+ *
+ * See the file COPYING for licensing information. */
#include "xclint.h"
/* Read in pending events if needed and return the number of queued events. */
diff --git a/xcl/src/QuColor.c b/xcl/src/QuColor.c
index 48e3207..5837382 100644
--- a/xcl/src/QuColor.c
+++ b/xcl/src/QuColor.c
@@ -1,3 +1,8 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1986, 1998 The Open Group
+ *
+ * See the file COPYING for licensing information. */
#include "xclint.h"
#include <assert.h>
diff --git a/xcl/src/QuPntr.c b/xcl/src/QuPntr.c
index 3b2d8c0..71629fb 100644
--- a/xcl/src/QuPntr.c
+++ b/xcl/src/QuPntr.c
@@ -1,3 +1,8 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1986, 1998 The Open Group
+ *
+ * See the file COPYING for licensing information. */
#include "xclint.h"
Bool XQueryPointer(register Display *dpy, Window w, Window *root, Window *child,
diff --git a/xcl/src/Quarks.c b/xcl/src/Quarks.c
index 14153c8..3e2c87b 100644
--- a/xcl/src/Quarks.c
+++ b/xcl/src/Quarks.c
@@ -1,3 +1,10 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1986, 1998 The Open Group
+ * Portions Copyright 1987, 1988, 1990 by Digital Equipment
+ * Corporation, Maynard
+ *
+ * See the file COPYING for licensing information. */
#include "xclint.h"
#include <X11/Xresource.h>
diff --git a/xcl/src/RaiseLowerWin.c b/xcl/src/RaiseLowerWin.c
index b44104c..484837e 100644
--- a/xcl/src/RaiseLowerWin.c
+++ b/xcl/src/RaiseLowerWin.c
@@ -1,3 +1,8 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1986, 1998 The Open Group
+ *
+ * See the file COPYING for licensing information. */
#include "xclint.h"
int XRaiseWindow(Display *const dpy, const Window w)
diff --git a/xcl/src/RecolorC.c b/xcl/src/RecolorC.c
index 628c54d..82a00cc 100644
--- a/xcl/src/RecolorC.c
+++ b/xcl/src/RecolorC.c
@@ -1,3 +1,8 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1986, 1998 The Open Group
+ *
+ * See the file COPYING for licensing information. */
#include "xclint.h"
int XRecolorCursor(register Display *dpy, Cursor cursor, XColor *foreground, XColor *background)
diff --git a/xcl/src/SendEvent.c b/xcl/src/SendEvent.c
index 952b7aa..89bc21b 100644
--- a/xcl/src/SendEvent.c
+++ b/xcl/src/SendEvent.c
@@ -1,3 +1,8 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1986, 1998 The Open Group
+ *
+ * See the file COPYING for licensing information. */
#include "xclint.h"
/*
diff --git a/xcl/src/SetFont.c b/xcl/src/SetFont.c
index f56156b..ed84e73 100644
--- a/xcl/src/SetFont.c
+++ b/xcl/src/SetFont.c
@@ -1,3 +1,8 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1986, 1998 The Open Group
+ *
+ * See the file COPYING for licensing information. */
#include "xclint.h"
int XSetFont(register Display *dpy, GC gc, Font font)
diff --git a/xcl/src/SetHints.c b/xcl/src/SetHints.c
index 7a604c8..c9cc05e 100644
--- a/xcl/src/SetHints.c
+++ b/xcl/src/SetHints.c
@@ -1,3 +1,10 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1986, 1998 The Open Group
+ * Portions Copyright 1987 by Digital Equipment Corporation,
+ * Maynard, Massachusetts.
+ *
+ * See the file COPYING for licensing information. */
#include "xclint.h"
#include <X11/Xutil.h>
// #include "Xatomtype.h"
diff --git a/xcl/src/SetNrmHint.c b/xcl/src/SetNrmHint.c
index df8c493..16394b5 100644
--- a/xcl/src/SetNrmHint.c
+++ b/xcl/src/SetNrmHint.c
@@ -1,3 +1,11 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1986, 1998 The Open Group
+ * Portions Copyright 1988 by Wyse Technology, Inc., San Jose, Ca
+ * Portions Copyright 1987 by Digital Equipment Corporation,
+ * Maynard, Massachusetts
+ *
+ * See the file COPYING for licensing information. */
#include "xclint.h"
#include <X11/Xutil.h>
#include <X11/Xatom.h>
diff --git a/xcl/src/SetTxtProp.c b/xcl/src/SetTxtProp.c
index 21fc0a5..920d03a 100644
--- a/xcl/src/SetTxtProp.c
+++ b/xcl/src/SetTxtProp.c
@@ -1,3 +1,9 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1988, 1998 The Open Group
+ * Portions Copyright 1988 by Wyse Technology, Inc., San Jose, Ca
+ *
+ * See the file COPYING for licensing information. */
#include "xclint.h"
#include <X11/Xatom.h>
#include <X11/Xutil.h>
diff --git a/xcl/src/SetWMProto.c b/xcl/src/SetWMProto.c
index 5da2804..fd83aeb 100644
--- a/xcl/src/SetWMProto.c
+++ b/xcl/src/SetWMProto.c
@@ -1,3 +1,10 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1987, 1998 The Open Group
+ * Portions Copyright 1987 by Digital Equipment Corporation,
+ * Maynard, Massachusetts
+ *
+ * See the file COPYING for licensing information. */
#include "xclint.h"
#include <X11/Xatom.h>
diff --git a/xcl/src/StName.c b/xcl/src/StName.c
index 1ef1bd0..1f97c5a 100644
--- a/xcl/src/StName.c
+++ b/xcl/src/StName.c
@@ -1,3 +1,8 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1986, 1998 The Open Group
+ *
+ * See the file COPYING for licensing information. */
#include "xclint.h"
#include <X11/Xatom.h>
diff --git a/xcl/src/StrKeysym.c b/xcl/src/StrKeysym.c
index c81aeab..9e21c50 100644
--- a/xcl/src/StrKeysym.c
+++ b/xcl/src/StrKeysym.c
@@ -1,3 +1,8 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1985, 1987, 1990, 1998 The Open Group
+ *
+ * See the file COPYING for licensing information. */
#include "xclint.h"
#include <X11/Xresource.h>
#include <X11/keysymdef.h>
diff --git a/xcl/src/Sync.c b/xcl/src/Sync.c
index e84f869..f87a40e 100644
--- a/xcl/src/Sync.c
+++ b/xcl/src/Sync.c
@@ -1,3 +1,8 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1986, 1998 The Open Group
+ *
+ * See the file COPYING for licensing information. */
#include "xclint.h"
/* Synchronize with errors and events, optionally discarding pending events */
diff --git a/xcl/src/Text.c b/xcl/src/Text.c
index a403705..29394b2 100644
--- a/xcl/src/Text.c
+++ b/xcl/src/Text.c
@@ -1,3 +1,8 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1986, 1998 The Open Group
+ *
+ * See the file COPYING for licensing information. */
#include "xclint.h"
/* FIXME: PolyText8 doesn't work, somehow. Make it work. */
diff --git a/xcl/src/TextList.c b/xcl/src/TextList.c
index 3b180ac..54bad52 100644
--- a/xcl/src/TextList.c
+++ b/xcl/src/TextList.c
@@ -1,3 +1,8 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1991, 1998 The Open Group
+ *
+ * See the file COPYING for licensing information. */
#include "xclint.h"
#include <X11/Xlocale.h>
#include <X11/Xutil.h>
diff --git a/xcl/src/TrCoords.c b/xcl/src/TrCoords.c
index c6ea3e5..e29a01b 100644
--- a/xcl/src/TrCoords.c
+++ b/xcl/src/TrCoords.c
@@ -1,3 +1,8 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1986, 1998 The Open Group
+ *
+ * See the file COPYING for licensing information. */
#include "xclint.h"
Bool XTranslateCoordinates(Display *dpy, Window src_win, Window dest_win, int src_x, int src_y, int *dst_x, int *dst_y, Window *child)
diff --git a/xcl/src/VisUtil.c b/xcl/src/VisUtil.c
index 277ae63..894a617 100644
--- a/xcl/src/VisUtil.c
+++ b/xcl/src/VisUtil.c
@@ -1,3 +1,8 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1986, 1998 The Open Group
+ *
+ * See the file COPYING for licensing information. */
#include "xclint.h"
#include <X11/Xutil.h>
#include <stdio.h>
diff --git a/xcl/src/WMProps.c b/xcl/src/WMProps.c
index 4b3dbc2..e096228 100644
--- a/xcl/src/WMProps.c
+++ b/xcl/src/WMProps.c
@@ -1,3 +1,11 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ * Portions Copyright 1987, 1988, 1993, 1998 The Open Group
+ * Portions Copyright 1988 by Wyse Technology, Inc., San Jose, Ca.
+ * Portions Copyright 1987 by Digital Equipment Corporation,
+ * Maynard, Massachusetts
+ *
+ * See the file COPYING for licensing information. */
#include "xclint.h"
#include <X11/Xatom.h>
#include <X11/Xutil.h>
diff --git a/xcl/src/xcl.h b/xcl/src/xcl.h
index a2cb881..ba6ad99 100644
--- a/xcl/src/xcl.h
+++ b/xcl/src/xcl.h
@@ -1,3 +1,7 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ *
+ * See the file COPYING for licensing information. */
#ifndef XCL_H
#define XCL_H
diff --git a/xcl/src/xclint.h b/xcl/src/xclint.h
index 762aad7..cdc8d30 100644
--- a/xcl/src/xclint.h
+++ b/xcl/src/xclint.h
@@ -1,3 +1,7 @@
+/* Copyright (C) 2001-2002 Bart Massey and Jamey Sharp.
+ * All Rights Reserved.
+ *
+ * See the file COPYING for licensing information. */
#ifndef XCLINT_H
#define XCLINT_H