From e7f59f0c6bcf44a0c0edf16ca8155f48f0a2cbf6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 2 Dec 2025 02:24:52 +0000 Subject: [PATCH 1/2] Initial plan From 8f36e17fe60589b03d194f9fbcbeb6c9084483fa Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 2 Dec 2025 02:26:48 +0000 Subject: [PATCH 2/2] chore: update license to AGPL-3.0-or-later in package.json and pyproject.toml Co-authored-by: hzhangxyz <11623447+hzhangxyz@users.noreply.github.com> --- package.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 43ec81d..9b79eb0 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "atsds", "description": "A deductive system", "author": "Hao Zhang ", - "license": "GPL-3.0-or-later", + "license": "AGPL-3.0-or-later", "repository": { "type": "git", "url": "https://github.com/USTC-KnowledgeComputingLab/ds.git" diff --git a/pyproject.toml b/pyproject.toml index 095d22e..4141875 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ requires-python = ">=3.10, <3.15" authors = [{ email = "hzhangxyz@outlook.com", name = "Hao Zhang" }] description = "A deductive system" readme = "README.md" -license = "GPL-3.0-or-later" +license = "AGPL-3.0-or-later" [project.urls] Repository = "https://github.com/USTC-KnowledgeComputingLab/ds.git"