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",