From 0d0f9509e4bfaafe2f5b21b9c1701f99f48ffd2e Mon Sep 17 00:00:00 2001 From: Melvin Carvalho Date: Thu, 5 Mar 2026 07:13:16 +0100 Subject: [PATCH] Upgrade license from MIT to AGPL-3.0-or-later Closes #3. Aligns with JavaScriptSolidServer org licensing and upcoming ActivityPub compatibility work. Christoph's prior MIT contributions are preserved and noted. Bump version to 0.0.6. --- LICENSE | 22 +++++++++++++++++++++- package.json | 4 ++-- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 94357ff..168ca5e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,27 @@ +GNU AFFERO GENERAL PUBLIC LICENSE +Version 3, 19 November 2007 + +Copyright (C) 2007 Free Software Foundation, Inc. + +Everyone is permitted to copy and distribute verbatim copies of this +license document, but changing it is not allowed. + +The full text of the GNU Affero General Public License version 3 is +available at: https://www.gnu.org/licenses/agpl-3.0.txt + +This project is licensed under the AGPL-3.0-or-later. + +Copyright (c) 2025 Melvin Carvalho +Copyright (c) 2025 Christoph Braun (uvdsl) + +--- + +NOTICE: Prior contributions by Christoph Braun (uvdsl) were made under +the MIT License. The MIT License text is reproduced below for reference: + MIT License Copyright (c) 2025 Christoph Braun (uvdsl) -Copyright (c) 2025 Melvin Carvalho Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index 0af33b9..14e351c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "solid-oidc", - "version": "0.0.5", + "version": "0.0.6", "description": "Minimal, zero-build Solid-OIDC client for browsers", "type": "module", "main": "solid-oidc.js", @@ -38,7 +38,7 @@ "url": "https://github.com/uvdsl" } ], - "license": "MIT", + "license": "AGPL-3.0-or-later", "bugs": { "url": "https://github.com/JavaScriptSolidServer/solid-oidc/issues" },