From 3da978f5eabee498a0d6d9bdc694e127b5a86274 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 16 Feb 2025 01:05:13 -0500 Subject: [PATCH] chore: update to use SPDX license (GPL-2.0-or-later) Signed-off-by: Rui Chen --- README.rst | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 23f0ca1..eadc46d 100644 --- a/README.rst +++ b/README.rst @@ -81,6 +81,8 @@ Licence Please see `LICENSE`_. +SPDX-License-Identifier: [GPL-2.0-or-later](https://spdx.org/licenses/GPL-2.0-or-later) + Changelog ========= diff --git a/setup.py b/setup.py index a3b6100..61dcded 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ classifiers=[ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", - "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", + 'License :: OSI Approved :: GNU General Public License v2 or later (GPL-2.0-or-later)', "Programming Language :: Python :: 3", "Topic :: Scientific/Engineering :: Information Analysis", "Topic :: Security",