|
| 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. |
1 | 3 | // |
2 | | -// MemoryTestUITestsLaunchTests.swift |
3 | | -// MemoryTestUITests |
| 4 | +// The ASL v2.0: |
4 | 5 | // |
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. |
7 | 8 | // |
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 | +// --------------------------------------------------------------------------- |
9 | 42 | import XCTest |
10 | 43 |
|
11 | 44 | class MemoryTestUITestsLaunchTests: XCTestCase { |
|
0 commit comments