Skip to content

minor change to license header for TestNSTask #269

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 1, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions TestFoundation/TestNSTask.swift
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
// This source file is part of the Swift.org open source project
//
// TestNSTask.swift
// Foundation
// Copyright (c) 2015 - 2016 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// Created by Daniel Stenmark on 12/27/15.
// Copyright © 2015 Apple. All rights reserved.
// See http://swift.org/LICENSE.txt for license information
// See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
//

#if DEPLOYMENT_RUNTIME_OBJC || os(Linux)
Expand Down Expand Up @@ -83,4 +84,4 @@ class TestNSTask : XCTestCase {
task.waitUntilExit()
XCTAssertEqual(task.terminationStatus, 1)
}
}
}