diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-11-28 13:52:51 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-11-28 13:52:51 +0100 |
commit | 1390373af5b926253f6299ebd7be78a972379862 (patch) | |
tree | 38145a75b2b4ae336eedda7fe5e18e05ad82dc40 /pyproject.toml | |
parent | d5e94d1c843eb2794d8d89055f4ced879be2ac6d (diff) | |
download | gemato-1390373af5b926253f6299ebd7be78a972379862.tar.gz |
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index da4b304..e70a289 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ classifiers = [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: System Administrators", - "License :: OSI Approved :: BSD License", + "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)", "Operating System :: POSIX", "Programming Language :: Python :: 3 :: Only", "Topic :: Security :: Cryptography", |