Skip to content

Commit 78de90d

Browse files
Updated licenses comments
1 parent 85779a8 commit 78de90d

File tree

192 files changed

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

+469
-211
lines changed

RMQClient/RMQAllocatedChannel.h

Lines changed: 1 addition & 1 deletion
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 2.0 and the Apache License ("ASL"), version 2.0.
2+
// version 1.1 and the Apache License ("ASL"), version 2.0.
33
//
44
// The ASL v2.0:
55
//

RMQClient/RMQAllocatedChannel.m

Lines changed: 1 addition & 1 deletion
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 2.0 and the Apache License ("ASL"), version 2.0.
2+
// version 1.1 and the Apache License ("ASL"), version 2.0.
33
//
44
// The ASL v2.0:
55
//

RMQClient/RMQBasicProperties+MergeDefaults.h

Lines changed: 1 addition & 1 deletion
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 2.0 and the Apache License ("ASL"), version 2.0.
2+
// version 1.1 and the Apache License ("ASL"), version 2.0.
33
//
44
// The ASL v2.0:
55
//

RMQClient/RMQBasicProperties+MergeDefaults.m

Lines changed: 1 addition & 1 deletion
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 2.0 and the Apache License ("ASL"), version 2.0.
2+
// version 1.1 and the Apache License ("ASL"), version 2.0.
33
//
44
// The ASL v2.0:
55
//

RMQClient/RMQBasicProperties.h

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,44 @@
1-
// License goes here
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+
// ---------------------------------------------------------------------------
242

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

RMQClient/RMQBasicProperties.m

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,44 @@
1-
// License goes here
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+
// ---------------------------------------------------------------------------
242

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

RMQClient/RMQChannel.h

Lines changed: 1 addition & 1 deletion
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 2.0 and the Apache License ("ASL"), version 2.0.
2+
// version 1.1 and the Apache License ("ASL"), version 2.0.
33
//
44
// The ASL v2.0:
55
//

RMQClient/RMQChannelAllocator.h

Lines changed: 1 addition & 1 deletion
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 2.0 and the Apache License ("ASL"), version 2.0.
2+
// version 1.1 and the Apache License ("ASL"), version 2.0.
33
//
44
// The ASL v2.0:
55
//

RMQClient/RMQClient.h

Lines changed: 1 addition & 1 deletion
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 2.0 and the Apache License ("ASL"), version 2.0.
2+
// version 1.1 and the Apache License ("ASL"), version 2.0.
33
//
44
// The ASL v2.0:
55
//

RMQClient/RMQClock.h

Lines changed: 1 addition & 1 deletion
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 2.0 and the Apache License ("ASL"), version 2.0.
2+
// version 1.1 and the Apache License ("ASL"), version 2.0.
33
//
44
// The ASL v2.0:
55
//

0 commit comments

Comments
 (0)