diff options
author | Adam Jackson <ajax@redhat.com> | 2018-01-30 12:01:49 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2018-01-30 12:01:49 -0500 |
commit | 30e7d98da2d5ccc7c17d2c18d4d3297204c1bc33 (patch) | |
tree | ceab54e01c61347ee09466adb720e357f6c7cc73 | |
parent | 8111465b578c0c675b893a21aa60d20601e8fd86 (diff) |
Add an AUTHORS file
Mostly x11proto/AUTHORS, plus some merge commentary.
Signed-off-by: Adam Jackson <ajax@redhat.com>
-rw-r--r-- | AUTHORS (renamed from x11proto/AUTHORS) | 9 | ||||
-rw-r--r-- | compositeproto/AUTHORS | 1 | ||||
-rw-r--r-- | damageproto/AUTHORS | 2 | ||||
-rw-r--r-- | fixesproto/AUTHORS | 1 | ||||
-rw-r--r-- | lg3dproto/AUTHORS | 1 |
5 files changed, 9 insertions, 5 deletions
diff --git a/x11proto/AUTHORS b/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 |