From 3adee90d41106ddc841d9ad66c68e45fc0fd7c84 Mon Sep 17 00:00:00 2001 From: Luke Bakken Date: Tue, 4 Jun 2024 13:35:44 -0700 Subject: [PATCH] More VMware -> Broadcom --- README.md | 2 +- .../RabbitMQ.Client.OAuth2.csproj | 4 ++-- .../RabbitMQ.Client.OpenTelemetry.csproj | 10 +++------- projects/RabbitMQ.Client/RabbitMQ.Client.csproj | 4 ++-- .../Test/SequentialIntegration/TestOpenTelemetry.cs | 4 ++-- 5 files changed, 10 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index ed4573cc7c..7738f195dd 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ![CodeQL](https://github.com/rabbitmq/rabbitmq-dotnet-client/workflows/CodeQL/badge.svg) This repository contains source code of the [RabbitMQ .NET client](https://www.rabbitmq.com/dotnet.html). -The client is maintained by the [RabbitMQ team at VMware](https://github.com/rabbitmq/). +The client is maintained by the [RabbitMQ team at Broadcom](https://github.com/rabbitmq/). ## Dependency (NuGet Artifact) diff --git a/projects/RabbitMQ.Client.OAuth2/RabbitMQ.Client.OAuth2.csproj b/projects/RabbitMQ.Client.OAuth2/RabbitMQ.Client.OAuth2.csproj index 0ef41ed346..4ee7126c0a 100644 --- a/projects/RabbitMQ.Client.OAuth2/RabbitMQ.Client.OAuth2.csproj +++ b/projects/RabbitMQ.Client.OAuth2/RabbitMQ.Client.OAuth2.csproj @@ -5,8 +5,8 @@ $(NoWarn);CS1591 true RabbitMQ OAuth2 Client Library for .NET - VMware - VMware, Inc. or its affiliates. + Broadcom + Broadcom, Inc. and/or its subsidiaries. Copyright (c) 2007-2024 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries. The RabbitMQ OAuth2 Client Library for .NET enables OAuth2 token refresh for RabbitMQ.Client true diff --git a/projects/RabbitMQ.Client.OpenTelemetry/RabbitMQ.Client.OpenTelemetry.csproj b/projects/RabbitMQ.Client.OpenTelemetry/RabbitMQ.Client.OpenTelemetry.csproj index 3106b28119..c58a1cd955 100644 --- a/projects/RabbitMQ.Client.OpenTelemetry/RabbitMQ.Client.OpenTelemetry.csproj +++ b/projects/RabbitMQ.Client.OpenTelemetry/RabbitMQ.Client.OpenTelemetry.csproj @@ -5,15 +5,15 @@ $(NoWarn);CS1591 true RabbitMQ OpenTelemetry Integration Package for .NET - VMware - VMware, Inc. or its affiliates. + Broadcom + Broadcom, Inc. and/or its subsidiaries. Copyright (c) 2007-2024 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries. The RabbitMQ OpenTelemetry Library for .NET adds convenience extension methods for RabbitMQ/OpenTelemetry true icon.png Apache-2.0 OR MPL-2.0 https://www.rabbitmq.com/dotnet.html - rabbitmq, amqp, oauth2 + rabbitmq, amqp, opentelemetry RabbitMQ true https://github.com/rabbitmq/rabbitmq-dotnet-client.git @@ -41,10 +41,6 @@ - - - - diff --git a/projects/RabbitMQ.Client/RabbitMQ.Client.csproj b/projects/RabbitMQ.Client/RabbitMQ.Client.csproj index a0a0fca7e3..2f70573e9b 100644 --- a/projects/RabbitMQ.Client/RabbitMQ.Client.csproj +++ b/projects/RabbitMQ.Client/RabbitMQ.Client.csproj @@ -6,8 +6,8 @@ true true RabbitMQ Client Library for .NET - VMware - VMware, Inc. or its affiliates. + Broadcom + Broadcom, Inc. or its subsidiaries. Copyright (c) 2007-2024 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries. The RabbitMQ .NET client is the official client library for C# (and, implicitly, other .NET languages) true diff --git a/projects/Test/SequentialIntegration/TestOpenTelemetry.cs b/projects/Test/SequentialIntegration/TestOpenTelemetry.cs index e113b31ba5..dbeb603180 100644 --- a/projects/Test/SequentialIntegration/TestOpenTelemetry.cs +++ b/projects/Test/SequentialIntegration/TestOpenTelemetry.cs @@ -4,7 +4,7 @@ // The APL v2.0: // //--------------------------------------------------------------------------- -// Copyright (c) 2007-2020 VMware, Inc. +// Copyright (c) 2007-2024 Broadcom. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -26,7 +26,7 @@ // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at https://mozilla.org/MPL/2.0/. // -// Copyright (c) 2007-2020 VMware, Inc. All rights reserved. +// Copyright (c) 2007-2024 Broadcom. All Rights Reserved. //--------------------------------------------------------------------------- using System;