From aac22043ba71a68adc7b220f3a40d250435ae3bb Mon Sep 17 00:00:00 2001 From: David McWhorter Date: Fri, 14 Apr 2023 15:30:51 -0400 Subject: [PATCH] add licence for amqp091-go --- executor/licenses/dep.txt | 1 + executor/licenses/license.txt | 29 +++++++++++++++++++++++++++++ executor/licenses/license_info.csv | 1 + executor/licenses/repo.txt | 1 + 4 files changed, 32 insertions(+) diff --git a/executor/licenses/dep.txt b/executor/licenses/dep.txt index d281c8bda4..a938fda166 100644 --- a/executor/licenses/dep.txt +++ b/executor/licenses/dep.txt @@ -302,6 +302,7 @@ github.com/prometheus/common github.com/prometheus/procfs github.com/prometheus/statsd_exporter github.com/prometheus/tsdb +github.com/rabbitmq/amqp091-go github.com/rcrowley/go-metrics github.com/robfig/cron/v3 github.com/rogpeppe/fastuuid diff --git a/executor/licenses/license.txt b/executor/licenses/license.txt index 91775677a2..a20bfe7697 100644 --- a/executor/licenses/license.txt +++ b/executor/licenses/license.txt @@ -31268,6 +31268,35 @@ prometheus/tsdb Apache License 2.0 https://github.com/prometheus-junkyard/tsdb See the License for the specific language governing permissions and limitations under the License. +-------------------------------------------------------------------------------- +rabbitmq/amqp091-go BSD 2-Clause "Simplified" License https://github.com/rabbitmq/amqp091-go/blob/main/LICENSE +-------------------------------------------------------------------------------- +AMQP 0-9-1 Go Client +Copyright (c) 2021 VMware, Inc. or its affiliates. All Rights Reserved. + +Copyright (c) 2012-2021, Sean Treadway, SoundCloud Ltd. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +Redistributions of source code must retain the above copyright notice, this +list of conditions and the following disclaimer. + +Redistributions in binary form must reproduce the above copyright notice, this +list of conditions and the following disclaimer in the documentation and/or +other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + -------------------------------------------------------------------------------- rcrowley/go-metrics BSD 2-Clause "Simplified" License https://github.com/rcrowley/go-metrics/blob/master/LICENSE -------------------------------------------------------------------------------- diff --git a/executor/licenses/license_info.csv b/executor/licenses/license_info.csv index fc276c065f..23d1031713 100644 --- a/executor/licenses/license_info.csv +++ b/executor/licenses/license_info.csv @@ -272,6 +272,7 @@ prometheus/common,https://github.com/prometheus/common/blob/main/LICENSE,Apache prometheus/procfs,https://github.com/prometheus/procfs/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/prometheus/procfs/master/LICENSE prometheus/statsd_exporter,https://github.com/prometheus/statsd_exporter/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/prometheus/statsd_exporter/master/LICENSE prometheus/tsdb,https://github.com/prometheus-junkyard/tsdb/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/prometheus-junkyard/tsdb/master/LICENSE +rabbitmq/amqp091-go,https://github.com/rabbitmq/amqp091-go/blob/main/LICENSE,BSD 2-Clause "Simplified" License,https://raw.githubusercontent.com/rabbitmq/amqp091-go/main/LICENSE rcrowley/go-metrics,https://github.com/rcrowley/go-metrics/blob/master/LICENSE,BSD 2-Clause "Simplified" License,https://raw.githubusercontent.com/rcrowley/go-metrics/master/LICENSE robfig/cron,https://github.com/robfig/cron/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/robfig/cron/master/LICENSE rogpeppe/fastuuid,https://github.com/rogpeppe/fastuuid/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/rogpeppe/fastuuid/master/LICENSE diff --git a/executor/licenses/repo.txt b/executor/licenses/repo.txt index 2762c8f2f2..2a9814607f 100644 --- a/executor/licenses/repo.txt +++ b/executor/licenses/repo.txt @@ -273,6 +273,7 @@ prometheus/common prometheus/procfs prometheus/statsd_exporter prometheus/tsdb +rabbitmq/amqp091-go rcrowley/go-metrics robfig/cron rogpeppe/fastuuid