diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..2a8a765 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,7 @@ +# License + +This repository follows the +[REUSE Specfication v3.2](https://reuse.software/spec-3.2/). The code is +available under the EUPL-1.2 license, but the fonts and images are not. Please +see [LICENSES/](./LICENSES), [REUSE.toml](./REUSE.toml) and the individual +`*.license` files (if any) for copyright and license information. \ No newline at end of file diff --git a/LICENSE.pdf b/LICENSE.pdf deleted file mode 100644 index b3abd45..0000000 Binary files a/LICENSE.pdf and /dev/null differ diff --git a/LICENSE.txt b/LICENSES/EUPL-1.2.txt similarity index 100% rename from LICENSE.txt rename to LICENSES/EUPL-1.2.txt diff --git a/README.md b/README.md index 4e2329c..344ca66 100644 --- a/README.md +++ b/README.md @@ -415,8 +415,9 @@ request on the GitHub repository of this package. ## License -This package is open-source and released under the [European Union Public License version 1.2](LICENSE.txt). -You are free to use, modify, and distribute the package in accordance with the terms of the license. +This repository follows the [REUSE Specfication v3.2](https://reuse.software/spec-3.2/). The code is available under the +EUPL-1.2 license, but the fonts and images are not. Please see [LICENSES/](./LICENSES), [REUSE.toml](./REUSE.toml) and +the individual `*.license` files (if any) for copyright and license information. ## Part of iCore diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 0000000..73b7687 --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,6 @@ +version = 1 + +[[annotations]] +path = "**" +SPDX-FileCopyrightText = "iRealisatie - Ministerie van Volksgezondheid, Welzijn en Sport" +SPDX-License-Identifier = "EUPL-1.2" diff --git a/composer.json b/composer.json index 4e47092..b006a49 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "minvws/codable", "description": "Encode/decode objects to/from various formats", - "license": "MIT", + "license": "EUPL-1.2", "authors": [ { "name": "Peter Verhage",