Skip to content

Commit 03eade6

Browse files
committed
updated license
1 parent eb64fd9 commit 03eade6

File tree

2 files changed

+76
-9
lines changed

2 files changed

+76
-9
lines changed

MemoryTest/AppDelegate.swift

Lines changed: 38 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,44 @@
1+
// This source code is dual-licensed under the Mozilla Public License ("MPL"),
2+
// version 2.0 and the Apache License ("ASL"), version 2.0.
13
//
2-
// AppDelegate.swift
3-
// MemoryTest
4+
// The ASL v2.0:
45
//
5-
// Created by Barry Duggan on 01/04/2022.
6-
// Copyright © 2022 VMware. All rights reserved.
6+
// ---------------------------------------------------------------------------
7+
// Copyright 2017-2022 VMware, Inc. or its affiliates.
78
//
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+
// ---------------------------------------------------------------------------
842

943
import UIKit
1044

MemoryTest/SceneDelegate.swift

Lines changed: 38 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,44 @@
1+
// This source code is dual-licensed under the Mozilla Public License ("MPL"),
2+
// version 2.0 and the Apache License ("ASL"), version 2.0.
13
//
2-
// SceneDelegate.swift
3-
// MemoryTest
4+
// The ASL v2.0:
45
//
5-
// Created by Barry Duggan on 01/04/2022.
6-
// Copyright © 2022 VMware. All rights reserved.
6+
// ---------------------------------------------------------------------------
7+
// Copyright 2017-2022 VMware, Inc. or its affiliates.
78
//
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+
// ---------------------------------------------------------------------------
942
import UIKit
1043

1144
class SceneDelegate: UIResponder, UIWindowSceneDelegate {

0 commit comments

Comments
 (0)