aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarfield Tan <xutan@google.com>2017-09-29 10:56:17 -0700
committerGarfield Tan <xutan@google.com>2017-09-29 11:28:21 -0700
commitf327e6811222306156714ecae9e041251be180ab (patch)
tree74e271c629a8b6d8ce64aa18f0e742986ad60fbc
parent07e6c9cfb3f38fde0c4584e195f3138f3eeb478b (diff)
downloadwayland-f327e6811222306156714ecae9e041251be180ab.tar.gz
Add LICENSE and METADATA.
Android 3p review needs them.
l---------LICENSE1
-rw-r--r--METADATA22
2 files changed, 23 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
new file mode 120000
index 0000000..d24842f
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1 @@
+COPYING \ No newline at end of file
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..1220d8f
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,22 @@
+name: "wayland"
+description:
+ "Wayland is a protocol for a compositor to talk to its clients as well as a "
+ "C library implementation of that protocol. The compositor can be a "
+ "standalone display server running on Linux kernel modesetting and evdev "
+ "input devices, an X application, or a wayland client itself. The clients "
+ "can be traditional applications, X servers (rootless or fullscreen) or "
+ "other display servers"
+
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://wayland.freedesktop.org/"
+ }
+ url {
+ type: GIT
+ value: "https://cgit.freedesktop.org/wayland/wayland/"
+ }
+ version: "1.12.90"
+ last_upgrade_date { year: 2017 month: 9 day: 29 }
+ license_type: NOTICE
+}