diff options
author | Richard Hughes <richard@hughsie.com> | 2012-11-26 16:27:45 +0000 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2012-11-26 16:36:52 +0000 |
commit | bded4a841076477be690ccf8b2ca7fca3940d508 (patch) | |
tree | cdab5ac09fe65f8b580e30d7a78d465590195443 /doc | |
parent | 547c00a7cf850a58a760d3dc60b384b573804bfc (diff) | |
download | colord-bded4a841076477be690ccf8b2ca7fca3940d508.tar.gz |
Add a profile metadata key of 'License'
This is intended to contain machine-readable licence information, like
'Public Domain' or 'CC0' -- NOT freeform text.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/metadata-spec.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/metadata-spec.txt b/doc/metadata-spec.txt index be4b103..94186a5 100644 --- a/doc/metadata-spec.txt +++ b/doc/metadata-spec.txt @@ -19,6 +19,7 @@ Profile.Metadata dictionary. These keys are optional but recomended. Other keys may also be present, and should be ignored. +License A content license, e.g. "Public Domain" or "CC0" STANDARD_space A standard space, where "srgb" : sRGB "adobe-rgb" : AdobeRGB |