From 30e7d98da2d5ccc7c17d2c18d4d3297204c1bc33 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 30 Jan 2018 12:01:49 -0500 Subject: [PATCH] Add an AUTHORS file Mostly x11proto/AUTHORS, plus some merge commentary. Signed-off-by: Adam Jackson --- x11proto/AUTHORS => AUTHORS | 9 +++++++++ compositeproto/AUTHORS | 1 - damageproto/AUTHORS | 2 -- fixesproto/AUTHORS | 1 - lg3dproto/AUTHORS | 1 - 5 files changed, 9 insertions(+), 5 deletions(-) rename x11proto/AUTHORS => AUTHORS (70%) delete mode 100644 compositeproto/AUTHORS delete mode 100644 damageproto/AUTHORS delete mode 100644 fixesproto/AUTHORS delete mode 100644 lg3dproto/AUTHORS diff --git a/x11proto/AUTHORS b/AUTHORS similarity index 70% rename from x11proto/AUTHORS rename to AUTHORS index 1bfcc43..f2f0cac 100644 --- a/x11proto/AUTHORS +++ b/AUTHORS @@ -21,3 +21,12 @@ principles. If there are mistakes here, they are mine; entirely possible after over 15 years. - Jim Gettys + +--- + +The above is a description of the core protocol, inherited from the merge of +the various per-protocol repos into this unified project. The LG3D protocol was +by Deron Johnson at Sun Microsystems. XFIXES, DAMAGE and COMPOSITE were by +Keith Packard at HP; DAMAGE had additional contributions from Eric Anholt at +Intel. The remaining extensions had no AUTHORS file; contributions for correct +attribution here would be most welcome. - Adam Jackson diff --git a/compositeproto/AUTHORS b/compositeproto/AUTHORS deleted file mode 100644 index 8e18f9b..0000000 --- a/compositeproto/AUTHORS +++ /dev/null @@ -1 +0,0 @@ -Keith Packard, HP diff --git a/damageproto/AUTHORS b/damageproto/AUTHORS deleted file mode 100644 index 78b329f..0000000 --- a/damageproto/AUTHORS +++ /dev/null @@ -1,2 +0,0 @@ -Keith Packard, HP -Eric Anholt, Intel diff --git a/fixesproto/AUTHORS b/fixesproto/AUTHORS deleted file mode 100644 index 8e18f9b..0000000 --- a/fixesproto/AUTHORS +++ /dev/null @@ -1 +0,0 @@ -Keith Packard, HP diff --git a/lg3dproto/AUTHORS b/lg3dproto/AUTHORS deleted file mode 100644 index 456f836..0000000 --- a/lg3dproto/AUTHORS +++ /dev/null @@ -1 +0,0 @@ -Deron Johnson, Sun Microsystems