From 5e387aebe5f65ca53d03d0f0725572d592234d5f Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Fri, 24 Apr 2026 08:44:36 -0500 Subject: [PATCH 1/2] update license to correct GPLv2-or-greater link --- atmosphere.php | 2 +- readme.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/atmosphere.php b/atmosphere.php index ebddc3d..6016a83 100644 --- a/atmosphere.php +++ b/atmosphere.php @@ -7,7 +7,7 @@ * Author: Automattic * Author URI: https://automattic.com * License: GPL-2.0-or-later - * License URI: https://www.gnu.org/licenses/gpl-2.0.html + * License URI: https://spdx.org/licenses/GPL-2.0-or-later.html * Text Domain: atmosphere * Requires PHP: 8.2 * Requires at least: 6.2 diff --git a/readme.txt b/readme.txt index 6e68f0c..bcf2a50 100644 --- a/readme.txt +++ b/readme.txt @@ -6,7 +6,7 @@ Tested up to: 7.0 Requires PHP: 8.2 Stable tag: unreleased License: GPL-2.0-or-later -License URI: https://www.gnu.org/licenses/gpl-2.0.html +License URI: https://spdx.org/licenses/GPL-2.0-or-later.html Publish WordPress posts to AT Protocol (Bluesky and standard.site) via native OAuth. From f22878fe603afc849b200a7508f46c2413d680c6 Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Wed, 29 Apr 2026 08:42:27 +0200 Subject: [PATCH 2/2] Make GPL-2.0-or-later explicit in LICENSE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The plugin metadata in `atmosphere.php`, `readme.txt`, `composer.json`, and `package.json` all declare `GPL-2.0-or-later`. Add a preamble to LICENSE — modelled on WordPress core's `license.txt` — so the file itself indicates the "or later" intent before the verbatim GPL v2 text. --- LICENSE | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/LICENSE b/LICENSE index 9efa6fb..b3036da 100644 --- a/LICENSE +++ b/LICENSE @@ -1,3 +1,25 @@ +ATmosphere - Publish WordPress posts to AT Protocol (Bluesky and standard.site) + +Copyright (C) 2025 Automattic and ATmosphere contributors + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +The full text of GPL version 2 follows. + +=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= + GNU GENERAL PUBLIC LICENSE Version 2, June 1991