Skip to content

chore: update readme, changes licenses #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -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.
Binary file removed LICENSE.pdf
Binary file not shown.
File renamed without changes.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 6 additions & 0 deletions REUSE.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version = 1

[[annotations]]
path = "**"
SPDX-FileCopyrightText = "iRealisatie - Ministerie van Volksgezondheid, Welzijn en Sport"
SPDX-License-Identifier = "EUPL-1.2"
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down