Proposal: License convention #25
clbarnes
started this conversation in
Show and tell
Replies: 1 comment
-
|
i think this looks great! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've drafted a proposal for a convention to manage license metadata. https://github.com/clbarnes/zarr-convention-license
tl;dr a
licensefield which is an array of objects, where each object is an externally-tagged enum representation of a license. The variants look like one of:{"spdx": "CC0-1.0"} {"url": "https://raw.githubusercontent.com/clbarnes/zarr-convention-license/refs/tags/v1/LICENSE"} {"text": "This data is licensed under the terms of ..."} {"file": "relative/path/to/license.txt"} {"path": "relative/path/to/zarr_node"} // this zarr node's metadata has license informationBeta Was this translation helpful? Give feedback.
All reactions