Skip to content

Commit f865f3a

Browse files
authored
refactor: ♻️ rename to MIT license (#80)
# Description Since data packages will contain code as well as data, we should use a license for the code (MIT) and for the data (to be determined later). This PR needs a quick review.
1 parent 6682ffc commit f865f3a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

template/LICENSE.md.jinja renamed to template/LICENSE-MIT.md.jinja

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# MIT License
22

3-
Copyright (c) 2023-2025 Aarhus University
3+
<!-- TODO: Add the year -->
4+
5+
Copyright (c) YEAR {{ package_abbrev }} authors
46

57
Permission is hereby granted, free of charge, to any person obtaining a copy
68
of this software and associated documentation files (the "Software"), to deal

template/pyproject.toml.jinja

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ maintainers = [
1212
# TODO: Add more maintainers as needed.
1313
]
1414
readme = "README.md"
15-
# TODO: Add a license for the package.
16-
license = ""
17-
license-files = ["LICENSE.md"]
15+
# TODO: Update with a license for the data.
16+
license = "MIT AND "
17+
license-files = ["LICENSE-MIT.md", ""]
1818
requires-python = ">=3.12"
1919
dependencies = [
2020
"polars>=1.27.0",

0 commit comments

Comments
 (0)