mirror of
https://github.com/wiltodelta/remove-ai-watermarks.git
synced 2026-08-08 06:58:35 +02:00
chore(license): switch from MIT to Apache 2.0
Replace LICENSE with the canonical Apache License 2.0 text + a brief copyright notice for "wiltodelta 2025-2026". Update pyproject.toml's `license` field to "Apache-2.0" and the PyPI classifier to "Apache Software License". Update README's License section to point at the LICENSE file and name the copyright holder. Why: Apache 2.0 gives downstream users an explicit patent grant and the trademark-use clause, which MIT doesn't carry. It is also the more common license among the upstream projects this library depends on / mirrors (diffusers, transformers, controlnet-aux, xinsir's canny controlnet weights), so contributions can flow either way without a permission-shape mismatch. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
20d7eda96a
commit
a4554bb5d3
+2
-2
@@ -4,9 +4,9 @@ version = "0.8.9"
|
||||
description = "Remove visible and invisible AI watermarks from images (Gemini / Nano Banana, ChatGPT, Stable Diffusion)"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
license = {text = "MIT"}
|
||||
license = {text = "Apache-2.0"}
|
||||
classifiers = [
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"License :: OSI Approved :: Apache Software License",
|
||||
"Operating System :: OS Independent",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
|
||||
Reference in New Issue
Block a user