Skip to content

Commit

Permalink
Use correct SPDX license expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
medihack committed Aug 18, 2023
1 parent a9f536d commit f4ac8fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion adit-client/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "adit-client"
version = "0.1.0"
description = "ADIT Client library to connect to an ADIT server."
authors = ["Kai Schlamp <[email protected]>"]
license = "GPLv3"
license = "GPL-3.0-or-later"
readme = "README.md"
packages = [{ include = "adit-client" }]

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "git+https://github.com/medihack/adit.git"
},
"author": "[email protected]",
"license": "GPLv3",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/medihack/adit/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "adit"
version = "0.26.0"
description = "ADIT (Automated DICOM Transfer) is a swiss army knife to exchange DICOM data between various systems by using a convenient web frontend."
authors = ["medihack <[email protected]>"]
license = "GPLv3"
license = "GPL-3.0-or-later"

[tool.poetry.dependencies]
adrf = "^0.1.1"
Expand Down

0 comments on commit f4ac8fc

Please sign in to comment.