From 6b44c75b1e83ac3b80dff9d58c831d032e4a9824 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20L=C3=B6sche?= Date: Fri, 28 Mar 2025 16:27:32 +0100 Subject: [PATCH] Update license to match Trove classifier --- 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 e56cab83b2..f84bab5582 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 :: Apache License 2.0 (Apache-2.0+)", + "License :: OSI Approved :: Apache Software License", # Supported python versions "Programming Language :: Python :: 3.12", # Supported OS's diff --git a/fixlib/pyproject.toml b/fixlib/pyproject.toml index 00ed91dac8..e1ca64fec0 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 :: Apache License 2.0 (Apache-2.0+)", + "License :: OSI Approved :: Apache Software License", # Supported python versions "Programming Language :: Python :: 3.12", # Supported OS's diff --git a/fixmetrics/pyproject.toml b/fixmetrics/pyproject.toml index 6171509091..abb1172820 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 :: Apache License 2.0 (Apache-2.0+)", + "License :: OSI Approved :: Apache Software License", # Supported python versions "Programming Language :: Python :: 3.12", # Supported OS's diff --git a/fixshell/pyproject.toml b/fixshell/pyproject.toml index c8a071731e..08d14a2feb 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 :: Apache License 2.0 (Apache-2.0+)", + "License :: OSI Approved :: Apache Software License", # Supported python versions "Programming Language :: Python :: 3.12", # Supported OS's diff --git a/plugins/aws/pyproject.toml b/plugins/aws/pyproject.toml index c4a84a7667..8d187b5189 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 :: Apache License 2.0 (Apache-2.0+)", + "License :: OSI Approved :: Apache Software License", # 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 bb4def36d3..d138012cea 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 :: Apache License 2.0 (Apache-2.0+)", + "License :: OSI Approved :: Apache Software License", # Supported python versions "Programming Language :: Python :: 3.12", # Supported OS's diff --git a/plugins/azure/pyproject.toml b/plugins/azure/pyproject.toml index 86cd83769b..13e613b802 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 :: Apache License 2.0 (Apache-2.0+)", + "License :: OSI Approved :: Apache Software License", # Supported python versions "Programming Language :: Python :: 3.12", # Supported OS's diff --git a/plugins/digitalocean/pyproject.toml b/plugins/digitalocean/pyproject.toml index 421d1680e6..a22a080290 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 :: Apache License 2.0 (Apache-2.0+)", + "License :: OSI Approved :: Apache Software License", # Supported python versions "Programming Language :: Python :: 3.12", # Supported OS's diff --git a/plugins/dockerhub/pyproject.toml b/plugins/dockerhub/pyproject.toml index a3159f2aa9..da393d0f9e 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 :: Apache License 2.0 (Apache-2.0+)", + "License :: OSI Approved :: Apache Software License", # 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 8c7de0f2da..498af1dcba 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 :: Apache License 2.0 (Apache-2.0+)", + "License :: OSI Approved :: Apache Software License", # Supported python versions "Programming Language :: Python :: 3.12", # Supported OS's diff --git a/plugins/gcp/pyproject.toml b/plugins/gcp/pyproject.toml index ce7d1af7db..227d205cd8 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 :: Apache License 2.0 (Apache-2.0+)", + "License :: OSI Approved :: Apache Software License", # 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 c6ae197bb7..5cfc2db7ce 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 :: Apache License 2.0 (Apache-2.0+)", + "License :: OSI Approved :: Apache Software License", # Supported python versions "Programming Language :: Python :: 3.12", # Supported OS's diff --git a/plugins/github/pyproject.toml b/plugins/github/pyproject.toml index 751d8e6bb5..ebe238fa72 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 :: Apache License 2.0 (Apache-2.0+)", + "License :: OSI Approved :: Apache Software License", # Supported python versions "Programming Language :: Python :: 3.12", # Supported OS's diff --git a/plugins/hetzner/pyproject.toml b/plugins/hetzner/pyproject.toml index 3b341cf3ac..ef38c05ab0 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 :: Apache License 2.0 (Apache-2.0+)", + "License :: OSI Approved :: Apache Software License", # Supported python versions "Programming Language :: Python :: 3.11", # Supported OS's diff --git a/plugins/k8s/pyproject.toml b/plugins/k8s/pyproject.toml index 14239fa305..f4b3405069 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 :: Apache License 2.0 (Apache-2.0+)", + "License :: OSI Approved :: Apache Software License", # Supported python versions "Programming Language :: Python :: 3.12", # Supported OS's diff --git a/plugins/onelogin/pyproject.toml b/plugins/onelogin/pyproject.toml index 48f55a6680..7487925cc9 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 :: Apache License 2.0 (Apache-2.0+)", + "License :: OSI Approved :: Apache Software License", # Supported python versions "Programming Language :: Python :: 3.12", # Supported OS's diff --git a/plugins/posthog/pyproject.toml b/plugins/posthog/pyproject.toml index 3b7c2f78d9..32cabc0298 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 :: Apache License 2.0 (Apache-2.0+)", + "License :: OSI Approved :: Apache Software License", # Supported python versions "Programming Language :: Python :: 3.12", # Supported OS's diff --git a/plugins/random/pyproject.toml b/plugins/random/pyproject.toml index 5032338366..7c5a42faff 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 :: Apache License 2.0 (Apache-2.0+)", + "License :: OSI Approved :: Apache Software License", # Supported python versions "Programming Language :: Python :: 3.12", # Supported OS's diff --git a/plugins/scarf/pyproject.toml b/plugins/scarf/pyproject.toml index 6ac5dcf07e..77c412fe87 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 :: Apache License 2.0 (Apache-2.0+)", + "License :: OSI Approved :: Apache Software License", # Supported python versions "Programming Language :: Python :: 3.12", # Supported OS's diff --git a/plugins/slack/pyproject.toml b/plugins/slack/pyproject.toml index 06c3b05260..c9e121c5e8 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 :: Apache License 2.0 (Apache-2.0+)", + "License :: OSI Approved :: Apache Software License", # Supported python versions "Programming Language :: Python :: 3.12", # Supported OS's