Skip to content

Commit ce99fc9

Browse files
Revert "Updated licenses comments"
This reverts commit 78de90d.
1 parent 2bc91cc commit ce99fc9

File tree

192 files changed

+211
-469
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

+211
-469
lines changed

RMQClient/RMQAllocatedChannel.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This source code is dual-licensed under the Mozilla Public License ("MPL"),
2-
// version 1.1 and the Apache License ("ASL"), version 2.0.
2+
// version 2.0 and the Apache License ("ASL"), version 2.0.
33
//
44
// The ASL v2.0:
55
//

RMQClient/RMQAllocatedChannel.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This source code is dual-licensed under the Mozilla Public License ("MPL"),
2-
// version 1.1 and the Apache License ("ASL"), version 2.0.
2+
// version 2.0 and the Apache License ("ASL"), version 2.0.
33
//
44
// The ASL v2.0:
55
//

RMQClient/RMQBasicProperties+MergeDefaults.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This source code is dual-licensed under the Mozilla Public License ("MPL"),
2-
// version 1.1 and the Apache License ("ASL"), version 2.0.
2+
// version 2.0 and the Apache License ("ASL"), version 2.0.
33
//
44
// The ASL v2.0:
55
//

RMQClient/RMQBasicProperties+MergeDefaults.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This source code is dual-licensed under the Mozilla Public License ("MPL"),
2-
// version 1.1 and the Apache License ("ASL"), version 2.0.
2+
// version 2.0 and the Apache License ("ASL"), version 2.0.
33
//
44
// The ASL v2.0:
55
//

RMQClient/RMQBasicProperties.h

+1-41
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,4 @@
1-
// This source code is dual-licensed under the Mozilla Public License ("MPL"),
2-
// version 1.1 and the Apache License ("ASL"), version 2.0.
3-
//
4-
// The ASL v2.0:
5-
//
6-
// ---------------------------------------------------------------------------
7-
// Copyright 2017-2022 VMware, Inc. or its affiliates.
8-
//
9-
// Licensed under the Apache License, Version 2.0 (the "License");
10-
// you may not use this file except in compliance with the License.
11-
// You may obtain a copy of the License at
12-
//
13-
// https://www.apache.org/licenses/LICENSE-2.0
14-
//
15-
// Unless required by applicable law or agreed to in writing, software
16-
// distributed under the License is distributed on an "AS IS" BASIS,
17-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18-
// See the License for the specific language governing permissions and
19-
// limitations under the License.
20-
// ---------------------------------------------------------------------------
21-
//
22-
// The MPL v2.0:
23-
//
24-
// ---------------------------------------------------------------------------
25-
// This Source Code Form is subject to the terms of the Mozilla Public
26-
// License, v. 2.0. If a copy of the MPL was not distributed with this
27-
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
28-
//
29-
// Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
30-
//
31-
// Alternatively, the contents of this file may be used under the terms
32-
// of the Apache Standard license (the "ASL License"), in which case the
33-
// provisions of the ASL License are applicable instead of those
34-
// above. If you wish to allow use of your version of this file only
35-
// under the terms of the ASL License and not to allow others to use
36-
// your version of this file under the MPL, indicate your decision by
37-
// deleting the provisions above and replace them with the notice and
38-
// other provisions required by the ASL License. If you do not delete
39-
// the provisions above, a recipient may use your version of this file
40-
// under either the MPL or the ASL License.
41-
// ---------------------------------------------------------------------------
1+
// License goes here
422

433
// This file is generated. Do not edit.
444
#import "RMQTable.h"

RMQClient/RMQBasicProperties.m

+1-41
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,4 @@
1-
// This source code is dual-licensed under the Mozilla Public License ("MPL"),
2-
// version 1.1 and the Apache License ("ASL"), version 2.0.
3-
//
4-
// The ASL v2.0:
5-
//
6-
// ---------------------------------------------------------------------------
7-
// Copyright 2017-2022 VMware, Inc. or its affiliates.
8-
//
9-
// Licensed under the Apache License, Version 2.0 (the "License");
10-
// you may not use this file except in compliance with the License.
11-
// You may obtain a copy of the License at
12-
//
13-
// https://www.apache.org/licenses/LICENSE-2.0
14-
//
15-
// Unless required by applicable law or agreed to in writing, software
16-
// distributed under the License is distributed on an "AS IS" BASIS,
17-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18-
// See the License for the specific language governing permissions and
19-
// limitations under the License.
20-
// ---------------------------------------------------------------------------
21-
//
22-
// The MPL v2.0:
23-
//
24-
// ---------------------------------------------------------------------------
25-
// This Source Code Form is subject to the terms of the Mozilla Public
26-
// License, v. 2.0. If a copy of the MPL was not distributed with this
27-
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
28-
//
29-
// Copyright (c) 2007-2022 VMware, Inc. or its affiliates. All rights reserved.
30-
//
31-
// Alternatively, the contents of this file may be used under the terms
32-
// of the Apache Standard license (the "ASL License"), in which case the
33-
// provisions of the ASL License are applicable instead of those
34-
// above. If you wish to allow use of your version of this file only
35-
// under the terms of the ASL License and not to allow others to use
36-
// your version of this file under the MPL, indicate your decision by
37-
// deleting the provisions above and replace them with the notice and
38-
// other provisions required by the ASL License. If you do not delete
39-
// the provisions above, a recipient may use your version of this file
40-
// under either the MPL or the ASL License.
41-
// ---------------------------------------------------------------------------
1+
// License goes here
422

433
// This file is generated. Do not edit.
444
#import "RMQBasicProperties.h"

RMQClient/RMQChannel.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This source code is dual-licensed under the Mozilla Public License ("MPL"),
2-
// version 1.1 and the Apache License ("ASL"), version 2.0.
2+
// version 2.0 and the Apache License ("ASL"), version 2.0.
33
//
44
// The ASL v2.0:
55
//

RMQClient/RMQChannelAllocator.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This source code is dual-licensed under the Mozilla Public License ("MPL"),
2-
// version 1.1 and the Apache License ("ASL"), version 2.0.
2+
// version 2.0 and the Apache License ("ASL"), version 2.0.
33
//
44
// The ASL v2.0:
55
//

RMQClient/RMQClient.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This source code is dual-licensed under the Mozilla Public License ("MPL"),
2-
// version 1.1 and the Apache License ("ASL"), version 2.0.
2+
// version 2.0 and the Apache License ("ASL"), version 2.0.
33
//
44
// The ASL v2.0:
55
//

RMQClient/RMQClock.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This source code is dual-licensed under the Mozilla Public License ("MPL"),
2-
// version 1.1 and the Apache License ("ASL"), version 2.0.
2+
// version 2.0 and the Apache License ("ASL"), version 2.0.
33
//
44
// The ASL v2.0:
55
//

RMQClient/RMQConfirmationTransaction.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This source code is dual-licensed under the Mozilla Public License ("MPL"),
2-
// version 1.1 and the Apache License ("ASL"), version 2.0.
2+
// version 2.0 and the Apache License ("ASL"), version 2.0.
33
//
44
// The ASL v2.0:
55
//

RMQClient/RMQConfirmationTransaction.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This source code is dual-licensed under the Mozilla Public License ("MPL"),
2-
// version 1.1 and the Apache License ("ASL"), version 2.0.
2+
// version 2.0 and the Apache License ("ASL"), version 2.0.
33
//
44
// The ASL v2.0:
55
//

RMQClient/RMQConfirmations.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This source code is dual-licensed under the Mozilla Public License ("MPL"),
2-
// version 1.1 and the Apache License ("ASL"), version 2.0.
2+
// version 2.0 and the Apache License ("ASL"), version 2.0.
33
//
44
// The ASL v2.0:
55
//

RMQClient/RMQConnection.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This source code is dual-licensed under the Mozilla Public License ("MPL"),
2-
// version 1.1 and the Apache License ("ASL"), version 2.0.
2+
// version 2.0 and the Apache License ("ASL"), version 2.0.
33
//
44
// The ASL v2.0:
55
//

RMQClient/RMQConnection.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This source code is dual-licensed under the Mozilla Public License ("MPL"),
2-
// version 1.1 and the Apache License ("ASL"), version 2.0.
2+
// version 2.0 and the Apache License ("ASL"), version 2.0.
33
//
44
// The ASL v2.0:
55
//

RMQClient/RMQConnectionConfig.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This source code is dual-licensed under the Mozilla Public License ("MPL"),
2-
// version 1.1 and the Apache License ("ASL"), version 2.0.
2+
// version 2.0 and the Apache License ("ASL"), version 2.0.
33
//
44
// The ASL v2.0:
55
//

RMQClient/RMQConnectionConfig.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This source code is dual-licensed under the Mozilla Public License ("MPL"),
2-
// version 1.1 and the Apache License ("ASL"), version 2.0.
2+
// version 2.0 and the Apache License ("ASL"), version 2.0.
33
//
44
// The ASL v2.0:
55
//

RMQClient/RMQConnectionDefaults.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This source code is dual-licensed under the Mozilla Public License ("MPL"),
2-
// version 1.1 and the Apache License ("ASL"), version 2.0.
2+
// version 2.0 and the Apache License ("ASL"), version 2.0.
33
//
44
// The ASL v2.0:
55
//

RMQClient/RMQConnectionDelegate.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This source code is dual-licensed under the Mozilla Public License ("MPL"),
2-
// version 1.1 and the Apache License ("ASL"), version 2.0.
2+
// version 2.0 and the Apache License ("ASL"), version 2.0.
33
//
44
// The ASL v2.0:
55
//

RMQClient/RMQConnectionDelegateLogger.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This source code is dual-licensed under the Mozilla Public License ("MPL"),
2-
// version 1.1 and the Apache License ("ASL"), version 2.0.
2+
// version 2.0 and the Apache License ("ASL"), version 2.0.
33
//
44
// The ASL v2.0:
55
//

RMQClient/RMQConnectionDelegateLogger.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This source code is dual-licensed under the Mozilla Public License ("MPL"),
2-
// version 1.1 and the Apache License ("ASL"), version 2.0.
2+
// version 2.0 and the Apache License ("ASL"), version 2.0.
33
//
44
// The ASL v2.0:
55
//

RMQClient/RMQConnectionRecover.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This source code is dual-licensed under the Mozilla Public License ("MPL"),
2-
// version 1.1 and the Apache License ("ASL"), version 2.0.
2+
// version 2.0 and the Apache License ("ASL"), version 2.0.
33
//
44
// The ASL v2.0:
55
//

RMQClient/RMQConnectionRecover.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This source code is dual-licensed under the Mozilla Public License ("MPL"),
2-
// version 1.1 and the Apache License ("ASL"), version 2.0.
2+
// version 2.0 and the Apache License ("ASL"), version 2.0.
33
//
44
// The ASL v2.0:
55
//

RMQClient/RMQConnectionRecovery.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This source code is dual-licensed under the Mozilla Public License ("MPL"),
2-
// version 1.1 and the Apache License ("ASL"), version 2.0.
2+
// version 2.0 and the Apache License ("ASL"), version 2.0.
33
//
44
// The ASL v2.0:
55
//

RMQClient/RMQConsumer.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This source code is dual-licensed under the Mozilla Public License ("MPL"),
2-
// version 1.1 and the Apache License ("ASL"), version 2.0.
2+
// version 2.0 and the Apache License ("ASL"), version 2.0.
33
//
44
// The ASL v2.0:
55
//

RMQClient/RMQConsumer.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This source code is dual-licensed under the Mozilla Public License ("MPL"),
2-
// version 1.1 and the Apache License ("ASL"), version 2.0.
2+
// version 2.0 and the Apache License ("ASL"), version 2.0.
33
//
44
// The ASL v2.0:
55
//

RMQClient/RMQConsumerHandlers.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This source code is dual-licensed under the Mozilla Public License ("MPL"),
2-
// version 1.1 and the Apache License ("ASL"), version 2.0.
2+
// version 2.0 and the Apache License ("ASL"), version 2.0.
33
//
44
// The ASL v2.0:
55
//

RMQClient/RMQDispatcher.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This source code is dual-licensed under the Mozilla Public License ("MPL"),
2-
// version 1.1 and the Apache License ("ASL"), version 2.0.
2+
// version 2.0 and the Apache License ("ASL"), version 2.0.
33
//
44
// The ASL v2.0:
55
//

RMQClient/RMQErrors.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This source code is dual-licensed under the Mozilla Public License ("MPL"),
2-
// version 1.1 and the Apache License ("ASL"), version 2.0.
2+
// version 2.0 and the Apache License ("ASL"), version 2.0.
33
//
44
// The ASL v2.0:
55
//

RMQClient/RMQErrors.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This source code is dual-licensed under the Mozilla Public License ("MPL"),
2-
// version 1.1 and the Apache License ("ASL"), version 2.0.
2+
// version 2.0 and the Apache License ("ASL"), version 2.0.
33
//
44
// The ASL v2.0:
55
//

RMQClient/RMQExchange.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This source code is dual-licensed under the Mozilla Public License ("MPL"),
2-
// version 1.1 and the Apache License ("ASL"), version 2.0.
2+
// version 2.0 and the Apache License ("ASL"), version 2.0.
33
//
44
// The ASL v2.0:
55
//

RMQClient/RMQExchange.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This source code is dual-licensed under the Mozilla Public License ("MPL"),
2-
// version 1.1 and the Apache License ("ASL"), version 2.0.
2+
// version 2.0 and the Apache License ("ASL"), version 2.0.
33
//
44
// The ASL v2.0:
55
//

RMQClient/RMQFrame.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This source code is dual-licensed under the Mozilla Public License ("MPL"),
2-
// version 1.1 and the Apache License ("ASL"), version 2.0.
2+
// version 2.0 and the Apache License ("ASL"), version 2.0.
33
//
44
// The ASL v2.0:
55
//

RMQClient/RMQFrame.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This source code is dual-licensed under the Mozilla Public License ("MPL"),
2-
// version 1.1 and the Apache License ("ASL"), version 2.0.
2+
// version 2.0 and the Apache License ("ASL"), version 2.0.
33
//
44
// The ASL v2.0:
55
//

RMQClient/RMQFrameHandler.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This source code is dual-licensed under the Mozilla Public License ("MPL"),
2-
// version 1.1 and the Apache License ("ASL"), version 2.0.
2+
// version 2.0 and the Apache License ("ASL"), version 2.0.
33
//
44
// The ASL v2.0:
55
//

RMQClient/RMQFrameset.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This source code is dual-licensed under the Mozilla Public License ("MPL"),
2-
// version 1.1 and the Apache License ("ASL"), version 2.0.
2+
// version 2.0 and the Apache License ("ASL"), version 2.0.
33
//
44
// The ASL v2.0:
55
//

RMQClient/RMQFrameset.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This source code is dual-licensed under the Mozilla Public License ("MPL"),
2-
// version 1.1 and the Apache License ("ASL"), version 2.0.
2+
// version 2.0 and the Apache License ("ASL"), version 2.0.
33
//
44
// The ASL v2.0:
55
//

RMQClient/RMQFramesetValidationResult.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This source code is dual-licensed under the Mozilla Public License ("MPL"),
2-
// version 1.1 and the Apache License ("ASL"), version 2.0.
2+
// version 2.0 and the Apache License ("ASL"), version 2.0.
33
//
44
// The ASL v2.0:
55
//

RMQClient/RMQFramesetValidationResult.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This source code is dual-licensed under the Mozilla Public License ("MPL"),
2-
// version 1.1 and the Apache License ("ASL"), version 2.0.
2+
// version 2.0 and the Apache License ("ASL"), version 2.0.
33
//
44
// The ASL v2.0:
55
//

RMQClient/RMQFramesetValidator.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This source code is dual-licensed under the Mozilla Public License ("MPL"),
2-
// version 1.1 and the Apache License ("ASL"), version 2.0.
2+
// version 2.0 and the Apache License ("ASL"), version 2.0.
33
//
44
// The ASL v2.0:
55
//

RMQClient/RMQFramesetValidator.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This source code is dual-licensed under the Mozilla Public License ("MPL"),
2-
// version 1.1 and the Apache License ("ASL"), version 2.0.
2+
// version 2.0 and the Apache License ("ASL"), version 2.0.
33
//
44
// The ASL v2.0:
55
//

RMQClient/RMQGCDHeartbeatSender.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This source code is dual-licensed under the Mozilla Public License ("MPL"),
2-
// version 1.1 and the Apache License ("ASL"), version 2.0.
2+
// version 2.0 and the Apache License ("ASL"), version 2.0.
33
//
44
// The ASL v2.0:
55
//

RMQClient/RMQGCDHeartbeatSender.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This source code is dual-licensed under the Mozilla Public License ("MPL"),
2-
// version 1.1 and the Apache License ("ASL"), version 2.0.
2+
// version 2.0 and the Apache License ("ASL"), version 2.0.
33
//
44
// The ASL v2.0:
55
//

RMQClient/RMQGCDSerialQueue.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This source code is dual-licensed under the Mozilla Public License ("MPL"),
2-
// version 1.1 and the Apache License ("ASL"), version 2.0.
2+
// version 2.0 and the Apache License ("ASL"), version 2.0.
33
//
44
// The ASL v2.0:
55
//

RMQClient/RMQGCDSerialQueue.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This source code is dual-licensed under the Mozilla Public License ("MPL"),
2-
// version 1.1 and the Apache License ("ASL"), version 2.0.
2+
// version 2.0 and the Apache License ("ASL"), version 2.0.
33
//
44
// The ASL v2.0:
55
//

RMQClient/RMQHandshaker.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This source code is dual-licensed under the Mozilla Public License ("MPL"),
2-
// version 1.1 and the Apache License ("ASL"), version 2.0.
2+
// version 2.0 and the Apache License ("ASL"), version 2.0.
33
//
44
// The ASL v2.0:
55
//

0 commit comments

Comments
 (0)