From 731d60e0758657f71bf0ab3880810e17cfb05cf5 Mon Sep 17 00:00:00 2001 From: Rafael Teixeira Date: Fri, 28 Mar 2025 10:44:04 -0300 Subject: [PATCH] Fix some AGPL references that were left after returning to Apache2 licensing --- fixcore/pyproject.toml | 2 +- fixlib/pyproject.toml | 2 +- fixmetrics/pyproject.toml | 2 +- fixshell/pyproject.toml | 2 +- plugins/aws/pyproject.toml | 2 +- plugins/aws/tools/awspolicygen/setup.py | 2 +- plugins/azure/pyproject.toml | 2 +- plugins/digitalocean/pyproject.toml | 2 +- plugins/dockerhub/pyproject.toml | 2 +- plugins/example_collector/pyproject.toml | 2 +- plugins/gcp/pyproject.toml | 2 +- plugins/gcp/tools/gcppolicygen/setup.py | 2 +- plugins/github/pyproject.toml | 2 +- plugins/hetzner/pyproject.toml | 2 +- plugins/k8s/pyproject.toml | 2 +- plugins/onelogin/pyproject.toml | 2 +- plugins/posthog/pyproject.toml | 2 +- plugins/random/pyproject.toml | 2 +- plugins/scarf/pyproject.toml | 2 +- plugins/slack/pyproject.toml | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/fixcore/pyproject.toml b/fixcore/pyproject.toml index f3fb8efd94..e56cab83b2 100644 --- a/fixcore/pyproject.toml +++ b/fixcore/pyproject.toml @@ -13,7 +13,7 @@ classifiers = [ "Intended Audience :: System Administrators", "Intended Audience :: Information Technology", # License information - "License :: OSI Approved :: GNU Affero General Public License v3 or later (Apache-2.0+)", + "License :: OSI Approved :: Apache License 2.0 (Apache-2.0+)", # Supported python versions "Programming Language :: Python :: 3.12", # Supported OS's diff --git a/fixlib/pyproject.toml b/fixlib/pyproject.toml index cc12a8a3a9..00ed91dac8 100644 --- a/fixlib/pyproject.toml +++ b/fixlib/pyproject.toml @@ -12,7 +12,7 @@ classifiers = [ "Intended Audience :: System Administrators", "Intended Audience :: Information Technology", # License information - "License :: OSI Approved :: GNU Affero General Public License v3 or later (Apache-2.0+)", + "License :: OSI Approved :: Apache License 2.0 (Apache-2.0+)", # Supported python versions "Programming Language :: Python :: 3.12", # Supported OS's diff --git a/fixmetrics/pyproject.toml b/fixmetrics/pyproject.toml index dc6586a9c6..6171509091 100644 --- a/fixmetrics/pyproject.toml +++ b/fixmetrics/pyproject.toml @@ -12,7 +12,7 @@ classifiers = [ "Intended Audience :: System Administrators", "Intended Audience :: Information Technology", # License information - "License :: OSI Approved :: GNU Affero General Public License v3 or later (Apache-2.0+)", + "License :: OSI Approved :: Apache License 2.0 (Apache-2.0+)", # Supported python versions "Programming Language :: Python :: 3.12", # Supported OS's diff --git a/fixshell/pyproject.toml b/fixshell/pyproject.toml index ff23ef8094..c8a071731e 100644 --- a/fixshell/pyproject.toml +++ b/fixshell/pyproject.toml @@ -12,7 +12,7 @@ classifiers = [ "Intended Audience :: System Administrators", "Intended Audience :: Information Technology", # License information - "License :: OSI Approved :: GNU Affero General Public License v3 or later (Apache-2.0+)", + "License :: OSI Approved :: Apache License 2.0 (Apache-2.0+)", # Supported python versions "Programming Language :: Python :: 3.12", # Supported OS's diff --git a/plugins/aws/pyproject.toml b/plugins/aws/pyproject.toml index 56b2b0518e..c4a84a7667 100644 --- a/plugins/aws/pyproject.toml +++ b/plugins/aws/pyproject.toml @@ -12,7 +12,7 @@ classifiers = [ "Intended Audience :: System Administrators", "Intended Audience :: Information Technology", # License information - "License :: OSI Approved :: GNU Affero General Public License v3 or later (Apache-2.0+)", + "License :: OSI Approved :: Apache License 2.0 (Apache-2.0+)", # Supported python versions "Programming Language :: Python :: 3.12", # Supported OS's diff --git a/plugins/aws/tools/awspolicygen/setup.py b/plugins/aws/tools/awspolicygen/setup.py index e995c3d7e6..bb4def36d3 100644 --- a/plugins/aws/tools/awspolicygen/setup.py +++ b/plugins/aws/tools/awspolicygen/setup.py @@ -34,7 +34,7 @@ "Intended Audience :: System Administrators", "Intended Audience :: Information Technology", # License information - "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", + "License :: OSI Approved :: Apache License 2.0 (Apache-2.0+)", # Supported python versions "Programming Language :: Python :: 3.12", # Supported OS's diff --git a/plugins/azure/pyproject.toml b/plugins/azure/pyproject.toml index 750c75bc45..86cd83769b 100644 --- a/plugins/azure/pyproject.toml +++ b/plugins/azure/pyproject.toml @@ -12,7 +12,7 @@ classifiers = [ "Intended Audience :: System Administrators", "Intended Audience :: Information Technology", # License information - "License :: OSI Approved :: GNU Affero General Public License v3 or later (Apache-2.0+)", + "License :: OSI Approved :: Apache License 2.0 (Apache-2.0+)", # Supported python versions "Programming Language :: Python :: 3.12", # Supported OS's diff --git a/plugins/digitalocean/pyproject.toml b/plugins/digitalocean/pyproject.toml index c9bdd04f49..421d1680e6 100644 --- a/plugins/digitalocean/pyproject.toml +++ b/plugins/digitalocean/pyproject.toml @@ -12,7 +12,7 @@ classifiers = [ "Intended Audience :: System Administrators", "Intended Audience :: Information Technology", # License information - "License :: OSI Approved :: GNU Affero General Public License v3 or later (Apache-2.0+)", + "License :: OSI Approved :: Apache License 2.0 (Apache-2.0+)", # Supported python versions "Programming Language :: Python :: 3.12", # Supported OS's diff --git a/plugins/dockerhub/pyproject.toml b/plugins/dockerhub/pyproject.toml index 114b24505f..a3159f2aa9 100644 --- a/plugins/dockerhub/pyproject.toml +++ b/plugins/dockerhub/pyproject.toml @@ -12,7 +12,7 @@ classifiers = [ "Intended Audience :: System Administrators", "Intended Audience :: Information Technology", # License information - "License :: OSI Approved :: GNU Affero General Public License v3 or later (Apache-2.0+)", + "License :: OSI Approved :: Apache License 2.0 (Apache-2.0+)", # Supported python versions "Programming Language :: Python :: 3.12", # Supported OS's diff --git a/plugins/example_collector/pyproject.toml b/plugins/example_collector/pyproject.toml index bc4028574c..8c7de0f2da 100644 --- a/plugins/example_collector/pyproject.toml +++ b/plugins/example_collector/pyproject.toml @@ -12,7 +12,7 @@ classifiers = [ "Intended Audience :: System Administrators", "Intended Audience :: Information Technology", # License information - "License :: OSI Approved :: GNU Affero General Public License v3 or later (Apache-2.0+)", + "License :: OSI Approved :: Apache License 2.0 (Apache-2.0+)", # Supported python versions "Programming Language :: Python :: 3.12", # Supported OS's diff --git a/plugins/gcp/pyproject.toml b/plugins/gcp/pyproject.toml index 3ecb1c95b4..ce7d1af7db 100644 --- a/plugins/gcp/pyproject.toml +++ b/plugins/gcp/pyproject.toml @@ -12,7 +12,7 @@ classifiers = [ "Intended Audience :: System Administrators", "Intended Audience :: Information Technology", # License information - "License :: OSI Approved :: GNU Affero General Public License v3 or later (Apache-2.0+)", + "License :: OSI Approved :: Apache License 2.0 (Apache-2.0+)", # Supported python versions "Programming Language :: Python :: 3.12", # Supported OS's diff --git a/plugins/gcp/tools/gcppolicygen/setup.py b/plugins/gcp/tools/gcppolicygen/setup.py index 89beb86d22..c6ae197bb7 100644 --- a/plugins/gcp/tools/gcppolicygen/setup.py +++ b/plugins/gcp/tools/gcppolicygen/setup.py @@ -34,7 +34,7 @@ "Intended Audience :: System Administrators", "Intended Audience :: Information Technology", # License information - "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", + "License :: OSI Approved :: Apache License 2.0 (Apache-2.0+)", # Supported python versions "Programming Language :: Python :: 3.12", # Supported OS's diff --git a/plugins/github/pyproject.toml b/plugins/github/pyproject.toml index d132345ace..751d8e6bb5 100644 --- a/plugins/github/pyproject.toml +++ b/plugins/github/pyproject.toml @@ -12,7 +12,7 @@ classifiers = [ "Intended Audience :: System Administrators", "Intended Audience :: Information Technology", # License information - "License :: OSI Approved :: GNU Affero General Public License v3 or later (Apache-2.0+)", + "License :: OSI Approved :: Apache License 2.0 (Apache-2.0+)", # Supported python versions "Programming Language :: Python :: 3.12", # Supported OS's diff --git a/plugins/hetzner/pyproject.toml b/plugins/hetzner/pyproject.toml index fab7b314ac..3b341cf3ac 100644 --- a/plugins/hetzner/pyproject.toml +++ b/plugins/hetzner/pyproject.toml @@ -12,7 +12,7 @@ classifiers = [ "Intended Audience :: System Administrators", "Intended Audience :: Information Technology", # License information - "License :: OSI Approved :: GNU Affero General Public License v3 or later (Apache-2.0+)", + "License :: OSI Approved :: Apache License 2.0 (Apache-2.0+)", # Supported python versions "Programming Language :: Python :: 3.11", # Supported OS's diff --git a/plugins/k8s/pyproject.toml b/plugins/k8s/pyproject.toml index e546ec0974..14239fa305 100644 --- a/plugins/k8s/pyproject.toml +++ b/plugins/k8s/pyproject.toml @@ -12,7 +12,7 @@ classifiers = [ "Intended Audience :: System Administrators", "Intended Audience :: Information Technology", # License information - "License :: OSI Approved :: GNU Affero General Public License v3 or later (Apache-2.0+)", + "License :: OSI Approved :: Apache License 2.0 (Apache-2.0+)", # Supported python versions "Programming Language :: Python :: 3.12", # Supported OS's diff --git a/plugins/onelogin/pyproject.toml b/plugins/onelogin/pyproject.toml index 5f600480d5..48f55a6680 100644 --- a/plugins/onelogin/pyproject.toml +++ b/plugins/onelogin/pyproject.toml @@ -12,7 +12,7 @@ classifiers = [ "Intended Audience :: System Administrators", "Intended Audience :: Information Technology", # License information - "License :: OSI Approved :: GNU Affero General Public License v3 or later (Apache-2.0+)", + "License :: OSI Approved :: Apache License 2.0 (Apache-2.0+)", # Supported python versions "Programming Language :: Python :: 3.12", # Supported OS's diff --git a/plugins/posthog/pyproject.toml b/plugins/posthog/pyproject.toml index 5d07c42b67..3b7c2f78d9 100644 --- a/plugins/posthog/pyproject.toml +++ b/plugins/posthog/pyproject.toml @@ -12,7 +12,7 @@ classifiers = [ "Intended Audience :: System Administrators", "Intended Audience :: Information Technology", # License information - "License :: OSI Approved :: GNU Affero General Public License v3 or later (Apache-2.0+)", + "License :: OSI Approved :: Apache License 2.0 (Apache-2.0+)", # Supported python versions "Programming Language :: Python :: 3.12", # Supported OS's diff --git a/plugins/random/pyproject.toml b/plugins/random/pyproject.toml index f1d39213b3..5032338366 100644 --- a/plugins/random/pyproject.toml +++ b/plugins/random/pyproject.toml @@ -12,7 +12,7 @@ classifiers = [ "Intended Audience :: System Administrators", "Intended Audience :: Information Technology", # License information - "License :: OSI Approved :: GNU Affero General Public License v3 or later (Apache-2.0+)", + "License :: OSI Approved :: Apache License 2.0 (Apache-2.0+)", # Supported python versions "Programming Language :: Python :: 3.12", # Supported OS's diff --git a/plugins/scarf/pyproject.toml b/plugins/scarf/pyproject.toml index 72c98e3c96..6ac5dcf07e 100644 --- a/plugins/scarf/pyproject.toml +++ b/plugins/scarf/pyproject.toml @@ -12,7 +12,7 @@ classifiers = [ "Intended Audience :: System Administrators", "Intended Audience :: Information Technology", # License information - "License :: OSI Approved :: GNU Affero General Public License v3 or later (Apache-2.0+)", + "License :: OSI Approved :: Apache License 2.0 (Apache-2.0+)", # Supported python versions "Programming Language :: Python :: 3.12", # Supported OS's diff --git a/plugins/slack/pyproject.toml b/plugins/slack/pyproject.toml index 0aa999c841..06c3b05260 100644 --- a/plugins/slack/pyproject.toml +++ b/plugins/slack/pyproject.toml @@ -12,7 +12,7 @@ classifiers = [ "Intended Audience :: System Administrators", "Intended Audience :: Information Technology", # License information - "License :: OSI Approved :: GNU Affero General Public License v3 or later (Apache-2.0+)", + "License :: OSI Approved :: Apache License 2.0 (Apache-2.0+)", # Supported python versions "Programming Language :: Python :: 3.12", # Supported OS's