Skip to content

Commit a912b00

Browse files
authored
Merge pull request #1589 from rabbitmq/rabbitmq-dotnet-client-1413-copyright
Update copyright message
2 parents 77dd240 + ae679f4 commit a912b00

File tree

273 files changed

+545
-543
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

273 files changed

+545
-543
lines changed

.git-blame-ignore-revs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
67c02d79d3ae48fea7de93c758dce91a51d14988
44
# Revert the above
55
6b1a06bd429f395891a3230cad92e674dcbbb0d2
6+
# Update copyright to Broadcom
7+
7c532d95f354502a87c01d1af5314246b829faf6

projects/RabbitMQ.Client.OAuth2/OAuth2Client.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;

projects/RabbitMQ.Client.OAuth2/OAuth2CredentialsProvider.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;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<AssemblyTitle>RabbitMQ OAuth2 Client Library for .NET</AssemblyTitle>
88
<Authors>VMware</Authors>
99
<Company>VMware, Inc. or its affiliates.</Company>
10-
<Copyright>Copyright © 2007-2023 VMware, Inc. or its affiliates.</Copyright>
10+
<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>
1313
<PackageIcon>icon.png</PackageIcon>

projects/RabbitMQ.Client/FrameworkExtension/DictionaryExtension.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.Collections.Generic;

projects/RabbitMQ.Client/RabbitMQ.Client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<AssemblyTitle>RabbitMQ Client Library for .NET</AssemblyTitle>
99
<Authors>VMware</Authors>
1010
<Company>VMware, Inc. or its affiliates.</Company>
11-
<Copyright>Copyright © 2007-2022 VMware, Inc. or its affiliates.</Copyright>
11+
<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>
1414
<PackageIcon>icon.png</PackageIcon>

projects/RabbitMQ.Client/client/RentedMemory.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;

projects/RabbitMQ.Client/client/TaskExtensions.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;

projects/RabbitMQ.Client/client/api/AmqpTcpEndpoint.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;

projects/RabbitMQ.Client/client/api/AmqpTimestamp.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;

projects/RabbitMQ.Client/client/api/BasicCredentialsProvider.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;

projects/RabbitMQ.Client/client/api/BasicGetResult.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;

projects/RabbitMQ.Client/client/api/BasicProperties.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;

projects/RabbitMQ.Client/client/api/BinaryTableValue.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
namespace RabbitMQ.Client

projects/RabbitMQ.Client/client/api/ConnectionConfig.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;

projects/RabbitMQ.Client/client/api/ConnectionFactory.cs

Lines changed: 3 additions & 3 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;
@@ -306,7 +306,7 @@ public AmqpTcpEndpoint Endpoint
306306
["product"] = Encoding.UTF8.GetBytes("RabbitMQ"),
307307
["version"] = Encoding.UTF8.GetBytes(typeof(ConnectionFactory).Assembly.GetCustomAttribute<AssemblyInformationalVersionAttribute>().InformationalVersion),
308308
["platform"] = Encoding.UTF8.GetBytes(".NET"),
309-
["copyright"] = Encoding.UTF8.GetBytes("Copyright (c) 2007-2020 VMware, Inc."),
309+
["copyright"] = Encoding.UTF8.GetBytes("Copyright (c) 2007-2023 Broadcom."),
310310
["information"] = Encoding.UTF8.GetBytes("Licensed under the MPL. See https://www.rabbitmq.com/")
311311
};
312312

projects/RabbitMQ.Client/client/api/ConnectionFactoryBase.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;

projects/RabbitMQ.Client/client/api/DefaultBasicConsumer.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;

projects/RabbitMQ.Client/client/api/DefaultEndpointResolver.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;

projects/RabbitMQ.Client/client/api/DeliveryModes.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
namespace RabbitMQ.Client

projects/RabbitMQ.Client/client/api/ExchangeType.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.Collections.Generic;

projects/RabbitMQ.Client/client/api/ExternalMechanism.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;

projects/RabbitMQ.Client/client/api/ExternalMechanismFactory.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
namespace RabbitMQ.Client

0 commit comments

Comments
 (0)