From a0830f9fbffc625302095e96e7a4f8351e6ebe4e Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Tue, 28 Apr 2026 18:53:37 +0200 Subject: [PATCH] Align License header with the GPL-2.0 URI The License URI points to https://www.gnu.org/licenses/gpl-2.0.html, which is the GPL v2 license text. Update the License declaration to GPL-2.0 so the SPDX identifier and the URI agree. --- atmosphere.php | 2 +- readme.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/atmosphere.php b/atmosphere.php index ebddc3d..c0c508f 100644 --- a/atmosphere.php +++ b/atmosphere.php @@ -6,7 +6,7 @@ * Version: unreleased * Author: Automattic * Author URI: https://automattic.com - * License: GPL-2.0-or-later + * License: GPL-2.0 * License URI: https://www.gnu.org/licenses/gpl-2.0.html * Text Domain: atmosphere * Requires PHP: 8.2 diff --git a/readme.txt b/readme.txt index 6e68f0c..aa3b2f2 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Requires at least: 6.2 Tested up to: 7.0 Requires PHP: 8.2 Stable tag: unreleased -License: GPL-2.0-or-later +License: GPL-2.0 License URI: https://www.gnu.org/licenses/gpl-2.0.html Publish WordPress posts to AT Protocol (Bluesky and standard.site) via native OAuth.