Skip to content

Commit 3adee90

Browse files
committed
More VMware -> Broadcom
1 parent 8ffaa1a commit 3adee90

File tree

5 files changed

+10
-14
lines changed

5 files changed

+10
-14
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
![CodeQL](https://github.com/rabbitmq/rabbitmq-dotnet-client/workflows/CodeQL/badge.svg)
66

77
This repository contains source code of the [RabbitMQ .NET client](https://www.rabbitmq.com/dotnet.html).
8-
The client is maintained by the [RabbitMQ team at VMware](https://github.com/rabbitmq/).
8+
The client is maintained by the [RabbitMQ team at Broadcom](https://github.com/rabbitmq/).
99

1010

1111
## Dependency (NuGet Artifact)

projects/RabbitMQ.Client.OAuth2/RabbitMQ.Client.OAuth2.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<NoWarn>$(NoWarn);CS1591</NoWarn>
66
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
77
<AssemblyTitle>RabbitMQ OAuth2 Client Library for .NET</AssemblyTitle>
8-
<Authors>VMware</Authors>
9-
<Company>VMware, Inc. or its affiliates.</Company>
8+
<Authors>Broadcom</Authors>
9+
<Company>Broadcom, Inc. and/or its subsidiaries.</Company>
1010
<Copyright>Copyright (c) 2007-2024 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.</Copyright>
1111
<Description>The RabbitMQ OAuth2 Client Library for .NET enables OAuth2 token refresh for RabbitMQ.Client</Description>
1212
<GenerateDocumentationFile>true</GenerateDocumentationFile>

projects/RabbitMQ.Client.OpenTelemetry/RabbitMQ.Client.OpenTelemetry.csproj

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<NoWarn>$(NoWarn);CS1591</NoWarn>
66
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
77
<AssemblyTitle>RabbitMQ OpenTelemetry Integration Package for .NET</AssemblyTitle>
8-
<Authors>VMware</Authors>
9-
<Company>VMware, Inc. or its affiliates.</Company>
8+
<Authors>Broadcom</Authors>
9+
<Company>Broadcom, Inc. and/or its subsidiaries.</Company>
1010
<Copyright>Copyright (c) 2007-2024 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.</Copyright>
1111
<Description>The RabbitMQ OpenTelemetry Library for .NET adds convenience extension methods for RabbitMQ/OpenTelemetry</Description>
1212
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1313
<PackageIcon>icon.png</PackageIcon>
1414
<PackageLicenseExpression>Apache-2.0 OR MPL-2.0</PackageLicenseExpression>
1515
<PackageProjectUrl>https://www.rabbitmq.com/dotnet.html</PackageProjectUrl>
16-
<PackageTags>rabbitmq, amqp, oauth2</PackageTags>
16+
<PackageTags>rabbitmq, amqp, opentelemetry</PackageTags>
1717
<Product>RabbitMQ</Product>
1818
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1919
<RepositoryUrl>https://github.com/rabbitmq/rabbitmq-dotnet-client.git</RepositoryUrl>
@@ -41,10 +41,6 @@
4141

4242
<ItemGroup>
4343
<None Remove="icon.png" />
44-
<None Remove="PublicAPI.Shipped.txt" />
45-
<None Remove="PublicAPI.Unshipped.txt" />
46-
<AdditionalFiles Include="PublicAPI.Shipped.txt" />
47-
<AdditionalFiles Include="PublicAPI.Unshipped.txt" />
4844
<Content Include="icon.png" PackagePath="" />
4945
<None Include="README.md" Pack="true" PackagePath="/" />
5046
<InternalsVisibleTo Include="Unit" />

projects/RabbitMQ.Client/RabbitMQ.Client.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
77
<EnableTrimAnalyzer>true</EnableTrimAnalyzer>
88
<AssemblyTitle>RabbitMQ Client Library for .NET</AssemblyTitle>
9-
<Authors>VMware</Authors>
10-
<Company>VMware, Inc. or its affiliates.</Company>
9+
<Authors>Broadcom</Authors>
10+
<Company>Broadcom, Inc. or its subsidiaries.</Company>
1111
<Copyright>Copyright (c) 2007-2024 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.</Copyright>
1212
<Description>The RabbitMQ .NET client is the official client library for C# (and, implicitly, other .NET languages)</Description>
1313
<GenerateDocumentationFile>true</GenerateDocumentationFile>

projects/Test/SequentialIntegration/TestOpenTelemetry.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// The APL v2.0:
55
//
66
//---------------------------------------------------------------------------
7-
// Copyright (c) 2007-2020 VMware, Inc.
7+
// Copyright (c) 2007-2024 Broadcom. All Rights Reserved.
88
//
99
// Licensed under the Apache License, Version 2.0 (the "License");
1010
// you may not use this file except in compliance with the License.
@@ -26,7 +26,7 @@
2626
// License, v. 2.0. If a copy of the MPL was not distributed with this
2727
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
2828
//
29-
// Copyright (c) 2007-2020 VMware, Inc. All rights reserved.
29+
// Copyright (c) 2007-2024 Broadcom. All Rights Reserved.
3030
//---------------------------------------------------------------------------
3131

3232
using System;

0 commit comments

Comments
 (0)