From 0665a9e81bf22ae1c27b477338294d2a5ac6629a Mon Sep 17 00:00:00 2001 From: pliny <133052465+elder-plinius@users.noreply.github.com> Date: Mon, 30 Mar 2026 10:48:52 -0700 Subject: [PATCH] Change license from Apache-2.0 to AGPL 3.0 --- pyproject.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a6b3800..8932136 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = ["."]