Upgrade libkmsxx to a5545df02b40414c2bf3abc60cf629c5f59d00ec

Exempt-From-Owner-Approval: document only change
Test: None
Change-Id: I479809554904a1f9548999300dab35293ccaf175
diff --git a/LICENSE b/LICENSE
index 14e2f77..cf12db8 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,3 +1,6 @@
+libkms++ is mostly under the MPLv2 license except for a snippet in modedb_cea.cpp
+which is derived from 2-clause BSD licensed files from the Linux kernel.
+
 Mozilla Public License Version 2.0
 ==================================
 
@@ -371,3 +374,36 @@
 
   This Source Code Form is "Incompatible With Secondary Licenses", as
   defined by the Mozilla Public License, v. 2.0.
+
+---------------------------------------------------------------------------
+kms++/src/modedb_cea.cpp
+
+From Linux kernel: drm_edid.c
+
+Copyright (c) 2006 Luc Verhaegen (quirks list)
+Copyright (c) 2007-2008 Intel Corporation
+  Jesse Barnes <jesse.barnes@intel.com>
+Copyright 2010 Red Hat, Inc.
+
+DDC probing routines (drm_ddc_read & drm_do_probe_ddc_edid) originally from
+FB layer.
+  Copyright (C) 2006 Dennis Munsie <dmunsie@cecropia.com>
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the "Software"),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sub license,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice (including the
+next paragraph) shall be included in all copies or substantial portions
+of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
+THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+DEALINGS IN THE SOFTWARE.
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..e098fe8
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,19 @@
+name: "kms++"
+description: "libkmsxx is a small C++11 library for kernel mode setting. It tries to implement as little extra as possible while bringing the kms API in a C++ form to the user. It only implements a subset of what libdrm supports."
+third_party {
+  url {
+    type: HOMEPAGE
+    value: "https://github.com/tomba/kmsxx"
+  }
+  url {
+    type: GIT
+    value: "https://github.com/tomba/kmsxx"
+  }
+  version: "a5545df02b40414c2bf3abc60cf629c5f59d00ec"
+  license_type: RECIPROCAL
+  last_upgrade_date {
+    year: 2019
+    month: 7
+    day: 30
+  }
+}
diff --git a/MODULE_LICENSE_MPL2 b/MODULE_LICENSE_MPL2
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/MODULE_LICENSE_MPL2
diff --git a/NOTICE b/NOTICE
new file mode 120000
index 0000000..7a694c9
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1 @@
+LICENSE
\ No newline at end of file
diff --git a/OWNERS b/OWNERS
new file mode 100644
index 0000000..17d23e7
--- /dev/null
+++ b/OWNERS
@@ -0,0 +1,3 @@
+# Default code reviewers picked from top 3 or more developers.
+# Please update this list if you find better candidates.
+astrachan@google.com