License¶
MIT License¶
Copyright © 2024 PipeOps
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Third-Party Licenses¶
The PipeOps Kubernetes Agent incorporates several open-source components. The licenses for these components are listed below:
Go Standard Library¶
- License: BSD-3-Clause
- Copyright: The Go Authors
- URL: https://golang.org/LICENSE
Kubernetes Client Libraries¶
- License: Apache-2.0
- Copyright: The Kubernetes Authors
- URL: https://github.com/kubernetes/client-go/blob/master/LICENSE
Prometheus Client¶
- License: Apache-2.0
- Copyright: The Prometheus Authors
- URL: https://github.com/prometheus/client_golang/blob/main/LICENSE
Gin Web Framework¶
- License: MIT
- Copyright: Manuel MartÃnez-Almeida
- URL: https://github.com/gin-gonic/gin/blob/master/LICENSE
Gorilla WebSocket¶
- License: BSD-2-Clause
- Copyright: The Gorilla WebSocket Authors
- URL: https://github.com/gorilla/websocket/blob/master/LICENSE
Logrus¶
- License: MIT
- Copyright: Simon Eskildsen
- URL: https://github.com/sirupsen/logrus/blob/master/LICENSE
Viper Configuration¶
- License: MIT
- Copyright: Steve Francia
- URL: https://github.com/spf13/viper/blob/master/LICENSE
Cobra CLI¶
- License: Apache-2.0
- Copyright: Steve Francia
- URL: https://github.com/spf13/cobra/blob/master/LICENSE
YAML Parser¶
- License: Apache-2.0 and MIT
- Copyright: Canonical Ltd.
- URL: https://github.com/go-yaml/yaml/blob/v3/LICENSE
JWT Library¶
- License: MIT
- Copyright: Dave Grijalva
- URL: https://github.com/golang-jwt/jwt/blob/main/LICENSE
Docker SDK for Go¶
- License: Apache-2.0
- Copyright: Docker, Inc.
- URL: https://github.com/docker/docker/blob/master/LICENSE
Testify Testing Toolkit¶
- License: MIT
- Copyright: Mat Ryer and Tyler Bunnell
- URL: https://github.com/stretchr/testify/blob/master/LICENSE
Container Base Images¶
Alpine Linux¶
- License: MIT and other licenses
- Copyright: Alpine Linux Development Team
- URL: https://www.alpinelinux.org/
Distroless Images¶
- License: Apache-2.0
- Copyright: Google Inc.
- URL: https://github.com/GoogleContainerTools/distroless/blob/main/LICENSE
Monitoring Stack Components¶
Prometheus¶
- License: Apache-2.0
- Copyright: The Prometheus Authors
- URL: https://github.com/prometheus/prometheus/blob/main/LICENSE
Grafana¶
- License: AGPL-3.0
- Copyright: Grafana Labs
- URL: https://github.com/grafana/grafana/blob/main/LICENSE
Loki¶
- License: AGPL-3.0
- Copyright: Grafana Labs
- URL: https://github.com/grafana/loki/blob/main/LICENSE
Development Tools¶
golangci-lint¶
- License: GPL-3.0
- Copyright: Denis Isaev
- URL: https://github.com/golangci/golangci-lint/blob/master/LICENSE
GoReleaser¶
- License: MIT
- Copyright: Carlos Alexandro Becker
- URL: https://github.com/goreleaser/goreleaser/blob/main/LICENSE.md
Helm¶
- License: Apache-2.0
- Copyright: The Helm Authors
- URL: https://github.com/helm/helm/blob/main/LICENSE
Documentation Tools¶
MkDocs¶
- License: BSD-2-Clause
- Copyright: Tom Christie
- URL: https://github.com/mkdocs/mkdocs/blob/master/LICENSE
Material for MkDocs¶
- License: MIT
- Copyright: Martin Donath
- URL: https://github.com/squidfunk/mkdocs-material/blob/master/LICENSE
Attribution¶
This software includes components developed by:
- The Go programming language team
- The Kubernetes community
- The Prometheus community
- The Grafana community
- Various open-source contributors
For a complete list of dependencies and their licenses, see the vendor/modules.txt file in the source distribution.
Notice¶
Some components may have additional license requirements or attributions. Please refer to the individual component directories in the vendor/ folder for complete license information.
Commercial Use¶
The MIT license permits commercial use of this software. However, please note that some included components (such as Grafana and Loki) use the AGPL-3.0 license, which has specific requirements for commercial use. Please consult with your legal team if you plan to use this software in a commercial context.
Trademark¶
PipeOps is a trademark of PipeOps. The use of this trademark is subject to PipeOps' trademark guidelines.
Contributing¶
By contributing to this project, you agree that your contributions will be licensed under the same MIT license that covers the project. Additionally, you represent that you have the right to license your contributions to PipeOps.
Contact¶
For questions about licensing or to report license violations, please contact:
- Email: [email protected]
- Website: https://pipeops.io
Last updated: October 26, 2023