Skip to content

Commit 9d50fdc

Browse files
committed
Clarify rights owner
1 parent e648597 commit 9d50fdc

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

spec/2023-07-draft.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Key | Type
151151
[credits](#credits) | String or map with keys as defined below | No |
152152
[source](#source) | String, a sequence, or a map as defined below | No |
153153
[license](#license) | String | No | `unknown`
154-
[rights_owner](#license) | String | See below | See below
154+
[rights_owner](#rights-owner) | String | See below | See below
155155
[embargo-until](#problem-publication-embargo) | Date | No |
156156
[limits](#limits) | Map with keys as defined below | No | See below
157157
[keywords](#keywords) | Sequence of strings | No |
@@ -310,9 +310,12 @@ Value | Comments
310310
`educational` | May be freely used for educational purposes. |
311311
`permission` | Used with permission. The rights owner must be contacted for every additional use. |
312312
313-
`rights_owner` is the owner of the copyright of the problem.
314-
Values other than `unknown` or `public domain` require `rights_owner` to have a value.
315-
`rights_owner` defaults to `credits.authors`, if present, otherwise value of `source`.
313+
### Rights Owner
314+
315+
A rights owner is needed if the [license](#license) is anything other than `unknown` or `public domain`.
316+
If `rights_owner` is provided, this is the rights owner.
317+
Otherwise, if one or several authors are specified in `credits`, that group or individual is the rights owner.
318+
Otherwise, if a `source` is specified, the legal entity owning the rights associated with that source is the rights owner.
316319
317320
### Problem Publication Embargo
318321

0 commit comments

Comments
 (0)