From d47fb722675ae08934deef9242f8d169b44f0fe0 Mon Sep 17 00:00:00 2001 From: xinshoutw Date: Fri, 4 Sep 2026 09:37:50 +0800 Subject: [PATCH] chore(License): declare AGPL-3.0-or-later in the manifest - the README states "v3.0 or later" while package.json said AGPL-3.0-only - update the lockfile root entry to match --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 451a2c3..991f6f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "": { "name": "freshman", "version": "0.1.0", - "license": "AGPL-3.0-only", + "license": "AGPL-3.0-or-later", "dependencies": { "@astrojs/markdown-remark": "^7.3.0", "@astrojs/sitemap": "^3.7.4", diff --git a/package.json b/package.json index 1c9f930..32475da 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "type": "module", "version": "0.1.0", "private": true, - "license": "AGPL-3.0-only", + "license": "AGPL-3.0-or-later", "scripts": { "dev": "astro dev", "build": "astro build",