-
-
Notifications
You must be signed in to change notification settings - Fork 66
Closed
Description
Currently CI enforces REUSE 3.0, which enforces each file to have copyright and licensing information. This is a bit tedious and I'd rather avoid it if we can.
@Sereja313 also mentioned on Matrix:
This is definitely not necessary.
Currently master has these copyright lines throughout the codebase:
- © 2019 Lars Jellema [email protected]
- © 2019 Serokell [email protected]
- © 2020 Serokell [email protected]
- © 2022 Lars Jellema [email protected]
- © 2022 Serokell [email protected]
- © 2023 piegames [email protected]
- © 2024 piegames [email protected]
- © 2024 Silvan Mosberger [email protected]
All files use MPL-2.0, the Mozilla Public License 2.0.
I don't think there's a need to relicense, and the license is already inlined in LICENSE.
So we just need to union the copyright lines and put that in e.g. the README:
- © 2022 Lars Jellema [email protected]
- © 2022 Serokell [email protected]
- © 2024 piegames [email protected]
- © 2024 Silvan Mosberger [email protected]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels