diff --git a/pyproject.toml b/pyproject.toml index 04dae02..fed2262 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dynamic = ["version"] description = '' readme = "README.md" requires-python = ">=3.12" -license = "LICENSE" +license = "GPL-3.0-or-later" keywords = [] authors = [ { name = "th3r00t", email = "tty0@th3r00t.dev" }, diff --git a/src/__about__.py b/src/__about__.py index 2615afb..25dd683 100644 --- a/src/__about__.py +++ b/src/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2023-present th3r00t # -# SPDX-License-Identifier: CC-BY-NC-ND-4.0 +# SPDX-License-Identifier: GPL-3.0-or-later __version__ = "0.0.1"