From 2c2554d3dbff71e7800e8d8f4fd018a17eac3419 Mon Sep 17 00:00:00 2001 From: Richard Acayan Date: Wed, 16 Oct 2024 18:29:17 -0400 Subject: [PATCH] COPYING: rename license to remove inaccurate license label The code has always been licensed as GPL-3.0-only as shown by the SPDX License Identifiers. Gitlab does not understand this and needs to stop mislabelling the license. Rename the license so the inaccurate license identifier stops showing on Gitlab. --- COPYING => COPYING3 | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename COPYING => COPYING3 (100%) diff --git a/COPYING b/COPYING3 similarity index 100% rename from COPYING rename to COPYING3