From 677efe1c35141f88547eb9632aa6a1dc30475d90 Mon Sep 17 00:00:00 2001 From: Brendan Quinn Date: Thu, 14 Nov 2024 16:59:54 +0200 Subject: [PATCH 1/2] Update LICENSE We never actually had a license file in this repository... --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/LICENSE b/LICENSE index e69de29..385e193 100644 --- a/LICENSE +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 International Press Telecommunications Council (IPTC) + +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, sublicense, 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 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 NONINFRINGEMENT. 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. From 40294ba711941096dc30605413e45857e5c64889 Mon Sep 17 00:00:00 2001 From: Brendan Quinn Date: Mon, 25 Nov 2024 16:54:09 +0200 Subject: [PATCH 2/2] 3.0 docs update (#220) * Update docs to refer to new eventstatus CV --- documentation/IPTC-NinJS-Guidelines.adoc | 2 +- specification/ninjs-schema_3.0.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/IPTC-NinJS-Guidelines.adoc b/documentation/IPTC-NinJS-Guidelines.adoc index 08d1bf4..f3e18d3 100644 --- a/documentation/IPTC-NinJS-Guidelines.adoc +++ b/documentation/IPTC-NinJS-Guidelines.adoc @@ -1197,7 +1197,7 @@ The main new object to cover such events is the eventDetails object, which conta |`eventStatus` |Status of the event (as opposed to the status of coverage of the event). + -Suggested CV: http://cv.iptc.org/newscodes/eventoccurstatus/ (which contains values such as "Planned, occurrence highly uncertain" and "Planned, then cancelled") +Suggested CV: http://cv.iptc.org/newscodes/eventstatus/ (which contains values such as "scheduled" and "canceled") |uri |`plannedCoverageStatus` diff --git a/specification/ninjs-schema_3.0.json b/specification/ninjs-schema_3.0.json index cb820e8..a6ed20a 100644 --- a/specification/ninjs-schema_3.0.json +++ b/specification/ninjs-schema_3.0.json @@ -787,7 +787,7 @@ "properties": { "eventStatus": { "type": "string", - "description": "Status of the event (as opposed to the status of coverage of the event). Suggested CV: http://cv.iptc.org/newscodes/eventoccurstatus/", + "description": "Status of the event (as opposed to the status of coverage of the event). Suggested CV: http://cv.iptc.org/newscodes/eventstatus/", "format": "uri" }, "plannedCoverageStatus": {