Skip to content

Commit e4110ac

Browse files
Copilothzhangxyz
andauthored
chore: update license to AGPL-3.0-or-later (#60)
* Initial plan * chore: update license to AGPL-3.0-or-later in package.json and pyproject.toml Co-authored-by: hzhangxyz <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: hzhangxyz <[email protected]>
1 parent 4636d67 commit e4110ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "atsds",
33
"description": "A deductive system",
44
"author": "Hao Zhang <[email protected]>",
5-
"license": "GPL-3.0-or-later",
5+
"license": "AGPL-3.0-or-later",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/USTC-KnowledgeComputingLab/ds.git"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ requires-python = ">=3.10, <3.15"
1414
authors = [{ email = "[email protected]", name = "Hao Zhang" }]
1515
description = "A deductive system"
1616
readme = "README.md"
17-
license = "GPL-3.0-or-later"
17+
license = "AGPL-3.0-or-later"
1818

1919
[project.urls]
2020
Repository = "https://github.com/USTC-KnowledgeComputingLab/ds.git"

0 commit comments

Comments
 (0)