summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-19 21:53:21 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-19 21:53:21 -0800
commit7ecd11d573a087e075036e0479c9e3f58ee9fa5d (patch)
treed6d6fb9a0f48cfa91bd62ff322c34265518c7e39 /README.md
parenta07b4bb8290d0c1bba7bcecd5bb6896fbe1b169c (diff)
downloadxorg-lib-libXext-7ecd11d573a087e075036e0479c9e3f58ee9fa5d.tar.gz
Update README for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..cae5316
--- /dev/null
+++ b/README.md
@@ -0,0 +1,22 @@
+libXext - library for common extensions to the X11 protocol
+-----------------------------------------------------------
+
+No new extensions should be added to this library - it is now instead
+preferred to make per-extension libraries that can be evolved as needed
+without breaking compatibility of this core library.
+
+All questions regarding this software should be directed at the
+Xorg mailing list:
+
+ https://lists.x.org/mailman/listinfo/xorg
+
+The master development code repository can be found at:
+
+ https://gitlab.freedesktop.org/xorg/lib/libXext
+
+Please submit bug reports and requests to merge patches there.
+
+For patch submission instructions, see:
+
+ https://www.x.org/wiki/Development/Documentation/SubmittingPatches
+