Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[resoto][chore] Move to AGPLv3 License #1787

Merged
merged 7 commits into from
Oct 2, 2023
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
864 changes: 662 additions & 202 deletions LICENSE

Large diffs are not rendered by default.

16 changes: 1 addition & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,4 @@ If you have any questions, feel free to [join our Discord](https://discord.gg/so


## License
```
Copyright 2023 Some Engineering Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```
See repository [LICENSE](LICENSE) for details.
aquamatthias marked this conversation as resolved.
Show resolved Hide resolved
6 changes: 3 additions & 3 deletions plugins/aws/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ name = "resoto-plugin-aws"
version = "3.7.0"
authors = [{name="Some Engineering Inc."}]
description = "Runs collector plugins and sends the result to resotocore."
license = {file="LICENSE"}
license = { text="AGPLv3" }
requires-python = ">=3.9"
classifiers = [
# Current project status
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
# Audience
"Intended Audience :: System Administrators",
"Intended Audience :: Information Technology",
# License information
"License :: OSI Approved :: Apache Software License",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
# Supported python versions
"Programming Language :: Python :: 3.9",
# Supported OS's
Expand Down
13 changes: 1 addition & 12 deletions plugins/aws/tools/awspolicygen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,5 @@ This script creates and uploads AWS policies to the CDN
## License
```
Copyright 2022 Some Engineering Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
See repository LICENSE for details.
```
9 changes: 0 additions & 9 deletions plugins/aws/tools/awspolicygen/awspolicygen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,8 @@
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This script generates the required AWS access policy and uploads it to the CDN.
:copyright: © 2022 Some Engineering Inc.
:license: Apache 2.0, see LICENSE for more details.
"""

__title__ = "awspolicygen"
__description__ = "Resoto AWS policy generator and uploader."
__author__ = "Some Engineering Inc."
__license__ = "Apache 2.0"
__copyright__ = "Copyright © 2023 Some Engineering Inc."
__version__ = "0.0.1"


logging.basicConfig(
level=logging.INFO,
format="%(levelname)s - %(message)s",
Expand Down
2 changes: 1 addition & 1 deletion plugins/aws/tools/awspolicygen/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"Intended Audience :: System Administrators",
"Intended Audience :: Information Technology",
# License information
"License :: OSI Approved :: Apache Software License",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
# Supported python versions
"Programming Language :: Python :: 3.9",
# Supported OS's
Expand Down
4 changes: 2 additions & 2 deletions plugins/azure/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "resoto-plugin-azure"
version = "3.7.0"
authors = [{name="Some Engineering Inc."}]
description = "Runs collector plugins and sends the result to resotocore."
license = {file="LICENSE"}
license = { text="AGPLv3" }
requires-python = ">=3.9"
classifiers = [
# Current project status
Expand All @@ -12,7 +12,7 @@ classifiers = [
"Intended Audience :: System Administrators",
"Intended Audience :: Information Technology",
# License information
"License :: OSI Approved :: Apache Software License",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
# Supported python versions
"Programming Language :: Python :: 3.9",
# Supported OS's
Expand Down
6 changes: 3 additions & 3 deletions plugins/digitalocean/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ name = "resoto-plugin-digitalocean"
description = "Resoto DigitalOcean Collector Plugin"
version = "3.7.0"
authors = [{name="Some Engineering Inc."}]
license = {file="LICENSE"}
license = { text="AGPLv3" }
requires-python = ">=3.9"
classifiers = [
# Current project status
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
# Audience
"Intended Audience :: System Administrators",
"Intended Audience :: Information Technology",
# License information
"License :: OSI Approved :: Apache Software License",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
# Supported python versions
"Programming Language :: Python :: 3.9",
# Supported OS's
Expand Down
4 changes: 2 additions & 2 deletions plugins/dockerhub/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "resoto-plugin-dockerhub"
description = "Resoto Docker Hub Collector Plugin"
version = "3.7.0"
authors = [{name="Some Engineering Inc."}]
license = {file="LICENSE"}
license = { text="AGPLv3" }
requires-python = ">=3.9"
classifiers = [
# Current project status
Expand All @@ -12,7 +12,7 @@ classifiers = [
"Intended Audience :: System Administrators",
"Intended Audience :: Information Technology",
# License information
"License :: OSI Approved :: Apache Software License",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
# Supported python versions
"Programming Language :: Python :: 3.9",
# Supported OS's
Expand Down
4 changes: 2 additions & 2 deletions plugins/example_collector/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "resoto-plugin-example-collector"
description = "Resoto Example Collector Plugin"
version = "3.7.0"
authors = [{name="Some Engineering Inc."}]
license = {file="LICENSE"}
license = { text="AGPLv3" }
requires-python = ">=3.9"
classifiers = [
# Current project status
Expand All @@ -12,7 +12,7 @@ classifiers = [
"Intended Audience :: System Administrators",
"Intended Audience :: Information Technology",
# License information
"License :: OSI Approved :: Apache Software License",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
# Supported python versions
"Programming Language :: Python :: 3.9",
# Supported OS's
Expand Down
6 changes: 3 additions & 3 deletions plugins/gcp/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ name = "resoto-plugin-gcp"
description = "Resoto GCP Collector Plugin"
version = "3.7.0"
authors = [{name="Some Engineering Inc."}]
license = {file="LICENSE"}
license = { text="AGPLv3" }
requires-python = ">=3.9"
classifiers = [
# Current project status
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
# Audience
"Intended Audience :: System Administrators",
"Intended Audience :: Information Technology",
# License information
"License :: OSI Approved :: Apache Software License",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
# Supported python versions
"Programming Language :: Python :: 3.9",
# Supported OS's
Expand Down
13 changes: 1 addition & 12 deletions plugins/gcp/tools/gcppolicygen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,5 @@ This script creates and uploads GCP policies to the CDN
## License
```
Copyright 2023 Some Engineering Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
See repository LICENSE for details.
```
15 changes: 0 additions & 15 deletions plugins/gcp/tools/gcppolicygen/gcppolicygen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,6 @@
import logging
from argparse import ArgumentParser, Namespace

"""
Resoto GCP policy generator and uploader
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This script generates the required GCP access policy and uploads it to the CDN.
:copyright: © 2023 Some Engineering Inc.
:license: Apache 2.0, see LICENSE for more details.
"""

__title__ = "gcppolicygen"
__description__ = "Resoto GCP policy generator and uploader."
__author__ = "Some Engineering Inc."
__license__ = "Apache 2.0"
__copyright__ = "Copyright © 2023 Some Engineering Inc."
__version__ = "0.0.1"


logging.basicConfig(
level=logging.INFO,
Expand Down
2 changes: 1 addition & 1 deletion plugins/gcp/tools/gcppolicygen/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"Intended Audience :: System Administrators",
"Intended Audience :: Information Technology",
# License information
"License :: OSI Approved :: Apache Software License",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
# Supported python versions
"Programming Language :: Python :: 3.9",
# Supported OS's
Expand Down
4 changes: 2 additions & 2 deletions plugins/github/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "resoto-plugin-github"
description = "Resoto Github Collector Plugin"
version = "3.7.0"
authors = [{name="Some Engineering Inc."}]
license = {file="LICENSE"}
license = { text="AGPLv3" }
requires-python = ">=3.9"
classifiers = [
# Current project status
Expand All @@ -12,7 +12,7 @@ classifiers = [
"Intended Audience :: System Administrators",
"Intended Audience :: Information Technology",
# License information
"License :: OSI Approved :: Apache Software License",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
# Supported python versions
"Programming Language :: Python :: 3.9",
# Supported OS's
Expand Down
4 changes: 2 additions & 2 deletions plugins/k8s/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "resoto-plugin-k8s"
description = "Resoto Kubernetes Collector Plugin"
version = "3.7.0"
authors = [{name="Some Engineering Inc."}]
license = {file="LICENSE"}
license = { text="AGPLv3" }
requires-python = ">=3.9"
classifiers = [
# Current project status
Expand All @@ -12,7 +12,7 @@ classifiers = [
"Intended Audience :: System Administrators",
"Intended Audience :: Information Technology",
# License information
"License :: OSI Approved :: Apache Software License",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
# Supported python versions
"Programming Language :: Python :: 3.9",
# Supported OS's
Expand Down
4 changes: 2 additions & 2 deletions plugins/onelogin/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "resoto-plugin-onelogin"
description = "Resoto OneLogin Plugin"
version = "3.7.0"
authors = [{name="Some Engineering Inc."}]
license = {file="LICENSE"}
license = { text="AGPLv3" }
requires-python = ">=3.9"
classifiers = [
# Current project status
Expand All @@ -12,7 +12,7 @@ classifiers = [
"Intended Audience :: System Administrators",
"Intended Audience :: Information Technology",
# License information
"License :: OSI Approved :: Apache Software License",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
# Supported python versions
"Programming Language :: Python :: 3.9",
# Supported OS's
Expand Down
4 changes: 2 additions & 2 deletions plugins/onprem/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "resoto-plugin-onprem"
description = "Resoto On-Premises Collector Plugin"
version = "3.7.0"
authors = [{name="Some Engineering Inc."}]
license = {file="LICENSE"}
license = { text="AGPLv3" }
requires-python = ">=3.9"
classifiers = [
# Current project status
Expand All @@ -12,7 +12,7 @@ classifiers = [
"Intended Audience :: System Administrators",
"Intended Audience :: Information Technology",
# License information
"License :: OSI Approved :: Apache Software License",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
# Supported python versions
"Programming Language :: Python :: 3.9",
# Supported OS's
Expand Down
4 changes: 2 additions & 2 deletions plugins/posthog/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "resoto-plugin-posthog"
description = "Resoto Posthog Collector Plugin"
version = "3.7.0"
authors = [{name="Some Engineering Inc."}]
license = {file="LICENSE"}
license = { text="AGPLv3" }
requires-python = ">=3.9"
classifiers = [
# Current project status
Expand All @@ -12,7 +12,7 @@ classifiers = [
"Intended Audience :: System Administrators",
"Intended Audience :: Information Technology",
# License information
"License :: OSI Approved :: Apache Software License",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
# Supported python versions
"Programming Language :: Python :: 3.9",
# Supported OS's
Expand Down
4 changes: 2 additions & 2 deletions plugins/random/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "resoto-plugin-random"
description = "Resoto Random Collector Plugin"
version = "3.7.0"
authors = [{name="Some Engineering Inc."}]
license = {file="LICENSE"}
license = { text="AGPLv3" }
requires-python = ">=3.9"
classifiers = [
# Current project status
Expand All @@ -12,7 +12,7 @@ classifiers = [
"Intended Audience :: System Administrators",
"Intended Audience :: Information Technology",
# License information
"License :: OSI Approved :: Apache Software License",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
# Supported python versions
"Programming Language :: Python :: 3.9",
# Supported OS's
Expand Down
4 changes: 2 additions & 2 deletions plugins/scarf/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "resoto-plugin-scarf"
description = "Resoto Scarf Collector Plugin"
version = "3.7.0"
authors = [{name="Some Engineering Inc."}]
license = {file="LICENSE"}
license = { text="AGPLv3" }
requires-python = ">=3.9"
classifiers = [
# Current project status
Expand All @@ -12,7 +12,7 @@ classifiers = [
"Intended Audience :: System Administrators",
"Intended Audience :: Information Technology",
# License information
"License :: OSI Approved :: Apache Software License",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
# Supported python versions
"Programming Language :: Python :: 3.9",
# Supported OS's
Expand Down
4 changes: 2 additions & 2 deletions plugins/slack/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "resoto-plugin-slack"
description = "Resoto Slack Plugin"
version = "3.7.0"
authors = [{name="Some Engineering Inc."}]
license = {file="LICENSE"}
license = { text="AGPLv3" }
requires-python = ">=3.9"
classifiers = [
# Current project status
Expand All @@ -12,7 +12,7 @@ classifiers = [
"Intended Audience :: System Administrators",
"Intended Audience :: Information Technology",
# License information
"License :: OSI Approved :: Apache Software License",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
# Supported python versions
"Programming Language :: Python :: 3.9",
# Supported OS's
Expand Down
Loading
Loading