From c3ddfab0bdf85b057f46913d61b433b8e8e8bf17 Mon Sep 17 00:00:00 2001 From: "Dustin L. Howett" Date: Thu, 10 Sep 2020 17:35:36 -0700 Subject: [PATCH] oss: add a manifest for x11's rgb database (#7600) We will want to add support for the x11 color names. The name table is are MIT-licensed by the X.org Foundation. --- oss/xorg_apps_rgb/MAINTAINER_README.md | 7 +++++++ oss/xorg_apps_rgb/cgmanifest.json | 13 +++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 oss/xorg_apps_rgb/MAINTAINER_README.md create mode 100644 oss/xorg_apps_rgb/cgmanifest.json diff --git a/oss/xorg_apps_rgb/MAINTAINER_README.md b/oss/xorg_apps_rgb/MAINTAINER_README.md new file mode 100644 index 0000000000..b675bdf942 --- /dev/null +++ b/oss/xorg_apps_rgb/MAINTAINER_README.md @@ -0,0 +1,7 @@ +### Notes for Future Maintainers + +This manifest anchors our usage of rgb.txt from the X11 distribution. + +The provenance information (where it came from and which commit) is stored in the file `cgmanifest.json` in the same directory as this readme. +Please update the provenance information in that file when ingesting an updated version of the dependent library. +That provenance file is automatically read and inventoried by Microsoft systems to ensure compliance with appropiate governance standards. diff --git a/oss/xorg_apps_rgb/cgmanifest.json b/oss/xorg_apps_rgb/cgmanifest.json new file mode 100644 index 0000000000..c5d7fb8e9a --- /dev/null +++ b/oss/xorg_apps_rgb/cgmanifest.json @@ -0,0 +1,13 @@ +{"Registrations":[ + { + "component": { + "type": "git", + "git": { + "repositoryUrl": "https://gitlab.freedesktop.org/xorg/app/rgb.git", + "commitHash": "97820e748eb496a1f6d3fc3bf89688f0ce1f64f9" + } + } + } + ], + "Version": 1 +}