Skip to content

Commit 2c07d38

Browse files
committed
Merge pull request #269 from scanf/master
minor change to license header for TestNSTask
2 parents 2ef2e06 + 14c0add commit 2c07d38

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

TestFoundation/TestNSTask.swift

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1+
// This source file is part of the Swift.org open source project
12
//
2-
// TestNSTask.swift
3-
// Foundation
3+
// Copyright (c) 2015 - 2016 Apple Inc. and the Swift project authors
4+
// Licensed under Apache License v2.0 with Runtime Library Exception
45
//
5-
// Created by Daniel Stenmark on 12/27/15.
6-
// Copyright © 2015 Apple. All rights reserved.
6+
// See http://swift.org/LICENSE.txt for license information
7+
// See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
78
//
89

910
#if DEPLOYMENT_RUNTIME_OBJC || os(Linux)
@@ -83,4 +84,4 @@ class TestNSTask : XCTestCase {
8384
task.waitUntilExit()
8485
XCTAssertEqual(task.terminationStatus, 1)
8586
}
86-
}
87+
}

0 commit comments

Comments
 (0)