Skip to content

Commit f69532a

Browse files
Update license for the Broadcom era
1 parent 30538c8 commit f69532a

File tree

192 files changed

+238
-204
lines changed

Some content is hidden

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

192 files changed

+238
-204
lines changed

RMQClient/RMQAllocatedChannel.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// The ASL v2.0:
55
//
66
// ---------------------------------------------------------------------------
7-
// Copyright 2017-2022 VMware, Inc. or its affiliates.
7+
// Copyright (c) 2007-2024 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. 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.

RMQClient/RMQAllocatedChannel.m

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// The ASL v2.0:
55
//
66
// ---------------------------------------------------------------------------
7-
// Copyright 2017-2022 VMware, Inc. or its affiliates.
7+
// Copyright (c) 2007-2024 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. 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.
@@ -160,7 +160,7 @@ - (void)recover {
160160
[self recoverPrefetch];
161161
[self recoverConfirmations];
162162
[self recoverExchanges];
163-
[self recoverExchangeBindings];
163+
[self recoverExchangeBindings];
164164
[self recoverQueuesAndTheirBindings];
165165
[self recoverConsumers];
166166
}

RMQClient/RMQBasicProperties+MergeDefaults.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// The ASL v2.0:
55
//
66
// ---------------------------------------------------------------------------
7-
// Copyright 2017-2022 VMware, Inc. or its affiliates.
7+
// Copyright (c) 2007-2024 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. 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.

RMQClient/RMQBasicProperties+MergeDefaults.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// The ASL v2.0:
55
//
66
// ---------------------------------------------------------------------------
7-
// Copyright 2017-2022 VMware, Inc. or its affiliates.
7+
// Copyright (c) 2007-2024 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. 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.

RMQClient/RMQChannel.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// The ASL v2.0:
55
//
66
// ---------------------------------------------------------------------------
7-
// Copyright 2017-2022 VMware, Inc. or its affiliates.
7+
// Copyright (c) 2007-2024 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. 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.
@@ -215,7 +215,7 @@ typedef void (^RMQChannelCompletionHandler)(void);
215215
options:(RMQBasicConsumeOptions)options
216216
arguments:(RMQTable * _Nonnull)arguments
217217
handler:(RMQConsumerDeliveryHandler _Nonnull)handler;
218-
218+
219219
/// @brief Internal method used by a consumer object
220220
- (nonnull NSString *)generateConsumerTag;
221221

RMQClient/RMQChannelAllocator.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// The ASL v2.0:
55
//
66
// ---------------------------------------------------------------------------
7-
// Copyright 2017-2022 VMware, Inc. or its affiliates.
7+
// Copyright (c) 2007-2024 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. 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.

RMQClient/RMQClient.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// The ASL v2.0:
55
//
66
// ---------------------------------------------------------------------------
7-
// Copyright 2017-2022 VMware, Inc. or its affiliates.
7+
// Copyright (c) 2007-2024 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. 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.

RMQClient/RMQClock.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// The ASL v2.0:
55
//
66
// ---------------------------------------------------------------------------
7-
// Copyright 2017-2022 VMware, Inc. or its affiliates.
7+
// Copyright (c) 2007-2024 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. 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.

RMQClient/RMQConfirmationTransaction.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// The ASL v2.0:
55
//
66
// ---------------------------------------------------------------------------
7-
// Copyright 2017-2022 VMware, Inc. or its affiliates.
7+
// Copyright (c) 2007-2024 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. 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.

RMQClient/RMQConfirmationTransaction.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// The ASL v2.0:
55
//
66
// ---------------------------------------------------------------------------
7-
// Copyright 2017-2022 VMware, Inc. or its affiliates.
7+
// Copyright (c) 2007-2024 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. 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.

RMQClient/RMQConfirmations.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// The ASL v2.0:
55
//
66
// ---------------------------------------------------------------------------
7-
// Copyright 2017-2022 VMware, Inc. or its affiliates.
7+
// Copyright (c) 2007-2024 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. 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.

RMQClient/RMQConnection.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// The ASL v2.0:
55
//
66
// ---------------------------------------------------------------------------
7-
// Copyright 2017-2022 VMware, Inc. or its affiliates.
7+
// Copyright (c) 2007-2024 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. 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.

RMQClient/RMQConnection.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// The ASL v2.0:
55
//
66
// ---------------------------------------------------------------------------
7-
// Copyright 2017-2022 VMware, Inc. or its affiliates.
7+
// Copyright (c) 2007-2024 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. 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.

RMQClient/RMQConnectionConfig.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// The ASL v2.0:
55
//
66
// ---------------------------------------------------------------------------
7-
// Copyright 2017-2022 VMware, Inc. or its affiliates.
7+
// Copyright (c) 2007-2024 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. 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.

RMQClient/RMQConnectionConfig.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// The ASL v2.0:
55
//
66
// ---------------------------------------------------------------------------
7-
// Copyright 2017-2022 VMware, Inc. or its affiliates.
7+
// Copyright (c) 2007-2024 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. 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.

RMQClient/RMQConnectionDefaults.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// The ASL v2.0:
55
//
66
// ---------------------------------------------------------------------------
7-
// Copyright 2017-2022 VMware, Inc. or its affiliates.
7+
// Copyright (c) 2007-2024 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. 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.

RMQClient/RMQConnectionDelegate.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// The ASL v2.0:
55
//
66
// ---------------------------------------------------------------------------
7-
// Copyright 2017-2022 VMware, Inc. or its affiliates.
7+
// Copyright (c) 2007-2024 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. 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.

RMQClient/RMQConnectionDelegateLogger.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// The ASL v2.0:
55
//
66
// ---------------------------------------------------------------------------
7-
// Copyright 2017-2022 VMware, Inc. or its affiliates.
7+
// Copyright (c) 2007-2024 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. 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.

RMQClient/RMQConnectionDelegateLogger.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// The ASL v2.0:
55
//
66
// ---------------------------------------------------------------------------
7-
// Copyright 2017-2022 VMware, Inc. or its affiliates.
7+
// Copyright (c) 2007-2024 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. 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.

RMQClient/RMQConnectionRecover.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// The ASL v2.0:
55
//
66
// ---------------------------------------------------------------------------
7-
// Copyright 2017-2022 VMware, Inc. or its affiliates.
7+
// Copyright (c) 2007-2024 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. 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.

RMQClient/RMQConnectionRecover.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// The ASL v2.0:
55
//
66
// ---------------------------------------------------------------------------
7-
// Copyright 2017-2022 VMware, Inc. or its affiliates.
7+
// Copyright (c) 2007-2024 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. 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.

RMQClient/RMQConnectionRecovery.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// The ASL v2.0:
55
//
66
// ---------------------------------------------------------------------------
7-
// Copyright 2017-2022 VMware, Inc. or its affiliates.
7+
// Copyright (c) 2007-2024 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. 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.

RMQClient/RMQConsumer.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// The ASL v2.0:
55
//
66
// ---------------------------------------------------------------------------
7-
// Copyright 2017-2022 VMware, Inc. or its affiliates.
7+
// Copyright (c) 2007-2024 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. 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.

RMQClient/RMQConsumer.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// The ASL v2.0:
55
//
66
// ---------------------------------------------------------------------------
7-
// Copyright 2017-2022 VMware, Inc. or its affiliates.
7+
// Copyright (c) 2007-2024 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. 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.

RMQClient/RMQConsumerHandlers.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// The ASL v2.0:
55
//
66
// ---------------------------------------------------------------------------
7-
// Copyright 2017-2022 VMware, Inc. or its affiliates.
7+
// Copyright (c) 2007-2024 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. 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.

RMQClient/RMQDispatcher.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// The ASL v2.0:
55
//
66
// ---------------------------------------------------------------------------
7-
// Copyright 2017-2022 VMware, Inc. or its affiliates.
7+
// Copyright (c) 2007-2024 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. 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.

RMQClient/RMQErrors.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// The ASL v2.0:
55
//
66
// ---------------------------------------------------------------------------
7-
// Copyright 2017-2022 VMware, Inc. or its affiliates.
7+
// Copyright (c) 2007-2024 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. 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.

RMQClient/RMQErrors.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// The ASL v2.0:
55
//
66
// ---------------------------------------------------------------------------
7-
// Copyright 2017-2022 VMware, Inc. or its affiliates.
7+
// Copyright (c) 2007-2024 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. 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.

RMQClient/RMQExchange.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// The ASL v2.0:
55
//
66
// ---------------------------------------------------------------------------
7-
// Copyright 2017-2022 VMware, Inc. or its affiliates.
7+
// Copyright (c) 2007-2024 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. 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.

RMQClient/RMQExchange.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// The ASL v2.0:
55
//
66
// ---------------------------------------------------------------------------
7-
// Copyright 2017-2022 VMware, Inc. or its affiliates.
7+
// Copyright (c) 2007-2024 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. 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.

RMQClient/RMQFrame.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// The ASL v2.0:
55
//
66
// ---------------------------------------------------------------------------
7-
// Copyright 2017-2022 VMware, Inc. or its affiliates.
7+
// Copyright (c) 2007-2024 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. 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.

RMQClient/RMQFrame.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// The ASL v2.0:
55
//
66
// ---------------------------------------------------------------------------
7-
// Copyright 2017-2022 VMware, Inc. or its affiliates.
7+
// Copyright (c) 2007-2024 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. 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.

RMQClient/RMQFrameHandler.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// The ASL v2.0:
55
//
66
// ---------------------------------------------------------------------------
7-
// Copyright 2017-2022 VMware, Inc. or its affiliates.
7+
// Copyright (c) 2007-2024 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. 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.

RMQClient/RMQFrameset.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// The ASL v2.0:
55
//
66
// ---------------------------------------------------------------------------
7-
// Copyright 2017-2022 VMware, Inc. or its affiliates.
7+
// Copyright (c) 2007-2024 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. 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.

RMQClient/RMQFrameset.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// The ASL v2.0:
55
//
66
// ---------------------------------------------------------------------------
7-
// Copyright 2017-2022 VMware, Inc. or its affiliates.
7+
// Copyright (c) 2007-2024 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. 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.

RMQClient/RMQFramesetValidationResult.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// The ASL v2.0:
55
//
66
// ---------------------------------------------------------------------------
7-
// Copyright 2017-2022 VMware, Inc. or its affiliates.
7+
// Copyright (c) 2007-2024 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. 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.

RMQClient/RMQFramesetValidationResult.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// The ASL v2.0:
55
//
66
// ---------------------------------------------------------------------------
7-
// Copyright 2017-2022 VMware, Inc. or its affiliates.
7+
// Copyright (c) 2007-2024 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. 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.

RMQClient/RMQFramesetValidator.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// The ASL v2.0:
55
//
66
// ---------------------------------------------------------------------------
7-
// Copyright 2017-2022 VMware, Inc. or its affiliates.
7+
// Copyright (c) 2007-2024 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. 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.

RMQClient/RMQFramesetValidator.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// The ASL v2.0:
55
//
66
// ---------------------------------------------------------------------------
7-
// Copyright 2017-2022 VMware, Inc. or its affiliates.
7+
// Copyright (c) 2007-2024 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. 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.

RMQClient/RMQGCDHeartbeatSender.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// The ASL v2.0:
55
//
66
// ---------------------------------------------------------------------------
7-
// Copyright 2017-2022 VMware, Inc. or its affiliates.
7+
// Copyright (c) 2007-2024 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. 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.

RMQClient/RMQGCDHeartbeatSender.m

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// The ASL v2.0:
55
//
66
// ---------------------------------------------------------------------------
7-
// Copyright 2017-2022 VMware, Inc. or its affiliates.
7+
// Copyright (c) 2007-2024 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. 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.
@@ -72,7 +72,7 @@ - (instancetype)init {
7272

7373
- (void (^)(void))startWithInterval:(NSNumber *)intervalSeconds {
7474
self.timer = dispatch_source_create(DISPATCH_SOURCE_TYPE_TIMER, 0, 0, self.dispatchQueue);
75-
75+
7676
void (^eventHandler)(void) = ^{
7777
if ([self intervalPassed:intervalSeconds]) [self.transport write:self.heartbeatData];
7878
};

0 commit comments

Comments
 (0)