From 4f016f583cf843f3b77262da3ae294f0fa550293 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Biron?= Date: Fri, 31 Jan 2025 09:35:42 +0100 Subject: [PATCH 1/2] Add Content Monetisation Policy --- termsTypes.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/termsTypes.json b/termsTypes.json index 7807421..616b637 100644 --- a/termsTypes.json +++ b/termsTypes.json @@ -342,5 +342,15 @@ "Open Terms Archive discussion": "https://github.com/OpenTermsArchive/terms-types/discussions/79", "Wikipedia page on Service-level agreement": "https://en.wikipedia.org/wiki/Service-level_agreement" } + }, + "Content Monetisation Policy": { + "topic": "forms of content that generate revenue for their creator", + "obligee": "monetised content creator", + "aliases": [ + "Content Monetization Policy" + ], + "references": { + "Open Terms Archive discussion": "https://github.com/OpenTermsArchive/terms-types/discussions/89" + } } } From c06f4b4c428fcaaac4cf8d8d3f0d96534facccbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Biron?= Date: Fri, 31 Jan 2025 09:38:17 +0100 Subject: [PATCH 2/2] Add changelog entry --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0eb0d81..17c1e1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All changes that impact users of this module are documented in this file, in the [Common Changelog](https://common-changelog.org) format with some additional specifications defined in the [CONTRIBUTING](./CONTRIBUTING.md) file. This codebase adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased [minor] + +> Development of this release was supported by the [French Ministry for Foreign Affairs](https://www.diplomatie.gouv.fr/fr/politique-etrangere-de-la-france/diplomatie-numerique/) through its ministerial [State Startups incubator](https://beta.gouv.fr/startups/open-terms-archive.html) under the aegis of the Ambassador for Digital Affairs. + +### Added + +- Add `Content Monetisation Policy` ([discussions/89](https://github.com/OpenTermsArchive/terms-types/discussions/89)) + ## 2.0.0 - 2024-12-02 _Full changeset and discussions: [#87](https://github.com/OpenTermsArchive/terms-types/pull/87)._