Change license from Apache-2.0 to AGPL 3.0

This commit is contained in:
pliny 2026-03-30 10:48:52 -07:00 committed by GitHub
parent ac664dab98
commit 0665a9e81b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 4 deletions

View File

@ -7,7 +7,7 @@ name = "stegosaurus-wrecks"
version = "3.0.0"
description = "🦕 Ultimate Steganography Suite - Encode, Decode, Inject"
readme = "README.md"
license = {text = "Apache-2.0"}
license = {text = "AGPL 3.0"}
requires-python = ">=3.9"
authors = [
{name = "STEGOSAURUS WRECKS"}
@ -18,7 +18,6 @@ classifiers = [
"Environment :: Console",
"Intended Audience :: Developers",
"Intended Audience :: Information Technology",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
@ -54,8 +53,8 @@ steg-web = "webui:main"
# steg-web-legacy requires: streamlit run app.py (no main() entry point)
[project.urls]
Homepage = "https://github.com/LYS10S/ST3GG"
Repository = "https://github.com/LYS10S/ST3GG"
Homepage = "https://github.com/elder-plinius/ST3GG"
Repository = "https://github.com/elder-plinius/ST3GG"
[tool.setuptools.packages.find]
where = ["."]