Skip to content

Commit 0e37de9

Browse files
authored
Merge pull request #1755 from rabbitmq/lukebakken/copyright-year
Update copyright year to 2025
2 parents 5b64e27 + ba8c2e0 commit 0e37de9

File tree

298 files changed

+592
-592
lines changed

Some content is hidden

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

298 files changed

+592
-592
lines changed

projects/Applications/CreateChannel/Program.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-2024 Broadcom. All Rights Reserved.
7+
// Copyright (c) 2007-2025 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-2024 Broadcom. All Rights Reserved.
29+
// Copyright (c) 2007-2025 Broadcom. All Rights Reserved.
3030
//---------------------------------------------------------------------------
3131

3232
using System;

projects/Applications/GH-1647/Program.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-2024 Broadcom. All Rights Reserved.
7+
// Copyright (c) 2007-2025 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-2024 Broadcom. All Rights Reserved.
29+
// Copyright (c) 2007-2025 Broadcom. All Rights Reserved.
3030
//---------------------------------------------------------------------------
3131

3232
#pragma warning disable CA2007 // Consider calling ConfigureAwait on the awaited task

projects/Applications/MassPublish/Program.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-2024 Broadcom. All Rights Reserved.
7+
// Copyright (c) 2007-2025 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-2024 Broadcom. All Rights Reserved.
29+
// Copyright (c) 2007-2025 Broadcom. All Rights Reserved.
3030
//---------------------------------------------------------------------------
3131

3232
using System;

projects/Applications/PublisherConfirms/PublisherConfirms.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-2024 Broadcom. All Rights Reserved.
7+
// Copyright (c) 2007-2025 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-2024 Broadcom. All Rights Reserved.
29+
// Copyright (c) 2007-2025 Broadcom. All Rights Reserved.
3030
//---------------------------------------------------------------------------
3131

3232
using System;

projects/Benchmarks/ConsumerDispatching/AsyncBasicConsumerFake.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-2024 Broadcom. All Rights Reserved.
7+
// Copyright (c) 2007-2025 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-2024 Broadcom. All Rights Reserved.
29+
// Copyright (c) 2007-2025 Broadcom. All Rights Reserved.
3030
//---------------------------------------------------------------------------
3131

3232
using System;

projects/Benchmarks/WireFormatting/MethodFraming.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-2024 Broadcom. All Rights Reserved.
7+
// Copyright (c) 2007-2025 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-2024 Broadcom. All Rights Reserved.
29+
// Copyright (c) 2007-2025 Broadcom. All Rights Reserved.
3030
//---------------------------------------------------------------------------
3131

3232
using System;

projects/RabbitMQ.Client.OAuth2/CredentialsRefresher.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-2024 Broadcom. All Rights Reserved.
7+
// Copyright (c) 2007-2025 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-2024 Broadcom. All Rights Reserved.
29+
// Copyright (c) 2007-2025 Broadcom. All Rights Reserved.
3030
//---------------------------------------------------------------------------
3131

3232
using System;

projects/RabbitMQ.Client.OAuth2/CredentialsRefresherEventSource.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-2024 Broadcom. All Rights Reserved.
7+
// Copyright (c) 2007-2025 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-2024 Broadcom. All Rights Reserved.
29+
// Copyright (c) 2007-2025 Broadcom. All Rights Reserved.
3030
//---------------------------------------------------------------------------
3131

3232
using System.Diagnostics.CodeAnalysis;

projects/RabbitMQ.Client.OAuth2/IOAuth2Client.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-2024 Broadcom. All Rights Reserved.
7+
// Copyright (c) 2007-2025 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-2024 Broadcom. All Rights Reserved.
29+
// Copyright (c) 2007-2025 Broadcom. All Rights Reserved.
3030
//---------------------------------------------------------------------------
3131

3232
using System.Threading;

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-2024 Broadcom. All Rights Reserved.
7+
// Copyright (c) 2007-2025 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-2024 Broadcom. All Rights Reserved.
29+
// Copyright (c) 2007-2025 Broadcom. All Rights Reserved.
3030
//---------------------------------------------------------------------------
3131

3232
using System;

0 commit comments

Comments
 (0)