From 20ca37938c7abd1e48da23655ee045b4dfaa7f91 Mon Sep 17 00:00:00 2001 From: Ske Date: Sun, 8 Nov 2020 18:52:36 +0100 Subject: [PATCH] Relicense project to AGPLv3 --- README.md | 2 +- docs/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a6ca8b28..65b03194 100644 --- a/README.md +++ b/README.md @@ -63,4 +63,4 @@ For more information, see [LEGACYMIGRATE.md](./LEGACYMIGRATE.md). See [the docs/ directory](./docs/README.md) # License -This project is under the Apache License, Version 2.0. It is available at the following link: https://www.apache.org/licenses/LICENSE-2.0 +This project is under the GNU Affero General Public License, Version 3. It is available at the following link: https://www.gnu.org/licenses/agpl-3.0.en.html \ No newline at end of file diff --git a/docs/package.json b/docs/package.json index 22892e74..7ff4ea14 100644 --- a/docs/package.json +++ b/docs/package.json @@ -6,7 +6,7 @@ "dev": "vuepress dev content", "build": "vuepress build content" }, - "license": "Apache-2.0", + "license": "AGPL-3.0-or-later", "devDependencies": { "@vuepress/plugin-back-to-top": "^1.3.1", "@vuepress/plugin-google-analytics": "^1.5.2",