We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dc50a0 commit 14c0addCopy full SHA for 14c0add
TestFoundation/TestNSTask.swift
@@ -1,9 +1,10 @@
1
+// This source file is part of the Swift.org open source project
2
//
-// TestNSTask.swift
3
-// Foundation
+// Copyright (c) 2015 - 2016 Apple Inc. and the Swift project authors
4
+// Licensed under Apache License v2.0 with Runtime Library Exception
5
-// Created by Daniel Stenmark on 12/27/15.
6
-// Copyright © 2015 Apple. All rights reserved.
+// See http://swift.org/LICENSE.txt for license information
7
+// See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
8
9
10
#if DEPLOYMENT_RUNTIME_OBJC || os(Linux)
@@ -83,4 +84,4 @@ class TestNSTask : XCTestCase {
83
84
task.waitUntilExit()
85
XCTAssertEqual(task.terminationStatus, 1)
86
}
-}
87
+}
0 commit comments