Skip to content

Commit 3bfd7ca

Browse files
committed
Canonicalize the license header
1 parent 4805fb7 commit 3bfd7ca

File tree

188 files changed

+1329
-976
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

188 files changed

+1329
-976
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# This source file is part of the Swift.org open source project
1+
# This source file is part of the Swift open source project
22
#
33
# Copyright (c) 2014 - 2019 Apple Inc. and the Swift project authors
4-
# Licensed under Apache License v2.0 with Runtime Library Exception
4+
# Licensed under Apache License v2.0
55
#
66
# See http://swift.org/LICENSE.txt for license information
77
# See http://swift.org/CONTRIBUTORS.txt for Swift project authors

Sources/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# This source file is part of the Swift.org open source project
1+
# This source file is part of the Swift open source project
22
#
33
# Copyright (c) 2014 - 2019 Apple Inc. and the Swift project authors
4-
# Licensed under Apache License v2.0 with Runtime Library Exception
4+
# Licensed under Apache License v2.0
55
#
66
# See http://swift.org/LICENSE.txt for license information
77
# See http://swift.org/CONTRIBUTORS.txt for Swift project authors

Sources/CSwiftScan/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# This source file is part of the Swift.org open source project
1+
# This source file is part of the Swift open source project
22
#
33
# Copyright (c) 2014 - 2020 Apple Inc. and the Swift project authors
4-
# Licensed under Apache License v2.0 with Runtime Library Exception
4+
# Licensed under Apache License v2.0
55
#
66
# See http://swift.org/LICENSE.txt for license information
77
# See http://swift.org/CONTRIBUTORS.txt for Swift project authors

Sources/CSwiftScan/include/swiftscan_header.h

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
//===-- swiftscan_header.h - C API for Swift Dependency Scanning --*- C -*-===//
22
//
3-
// This source file is part of the Swift.org open source project
3+
// This source file is part of the Swift open source project
44
//
55
// Copyright (c) 2014 - 2020 Apple Inc. and the Swift project authors
6-
// Licensed under Apache License v2.0 with Runtime Library Exception
6+
// Licensed under Apache License v2.0
77
//
8-
// See https://swift.org/LICENSE.txt for license information
9-
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
8+
// See LICENSE.txt for license information
9+
// See CONTRIBUTORS.txt for the list of Swift project authors
1010
//
11+
// SPDX-License-Identifier: Apache-2.0
1112
//===----------------------------------------------------------------------===//
1213

1314
#ifndef SWIFT_C_DEPENDENCY_SCAN_H

Sources/SwiftDriver/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# This source file is part of the Swift.org open source project
1+
# This source file is part of the Swift open source project
22
#
33
# Copyright (c) 2014 - 2019 Apple Inc. and the Swift project authors
4-
# Licensed under Apache License v2.0 with Runtime Library Exception
4+
# Licensed under Apache License v2.0
55
#
66
# See http://swift.org/LICENSE.txt for license information
77
# See http://swift.org/CONTRIBUTORS.txt for Swift project authors

Sources/SwiftDriver/Driver/CompilerMode.swift

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
//===--------------- CompilerMode.swift - Swift Compiler Mode -------------===//
1+
//===----------------------------------------------------------------------===//
2+
//
3+
// This source file is part of the Swift open source project
24
//
3-
// This source file is part of the Swift.org open source project
5+
// Copyright (c) 2014 - 2025 Apple Inc. and the Swift project authors
6+
// Licensed under Apache License v2.0
47
//
5-
// Copyright (c) 2014 - 2019 Apple Inc. and the Swift project authors
6-
// Licensed under Apache License v2.0 with Runtime Library Exception
8+
// See LICENSE.txt for license information
9+
// See CONTRIBUTORS.txt for the list of Swift project authors
710
//
8-
// See https://swift.org/LICENSE.txt for license information
9-
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
11+
// SPDX-License-Identifier: Apache-2.0
1012
//
1113
//===----------------------------------------------------------------------===//
1214
/// The mode of the compiler.

Sources/SwiftDriver/Driver/DebugInfo.swift

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
//===--------------- DebugInfo.swift - Swift Debug Information ------------===//
1+
//===----------------------------------------------------------------------===//
2+
//
3+
// This source file is part of the Swift open source project
24
//
3-
// This source file is part of the Swift.org open source project
5+
// Copyright (c) 2014 - 2025 Apple Inc. and the Swift project authors
6+
// Licensed under Apache License v2.0
47
//
5-
// Copyright (c) 2014 - 2019 Apple Inc. and the Swift project authors
6-
// Licensed under Apache License v2.0 with Runtime Library Exception
8+
// See LICENSE.txt for license information
9+
// See CONTRIBUTORS.txt for the list of Swift project authors
710
//
8-
// See https://swift.org/LICENSE.txt for license information
9-
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
11+
// SPDX-License-Identifier: Apache-2.0
1012
//
1113
//===----------------------------------------------------------------------===//
1214

Sources/SwiftDriver/Driver/Driver.swift

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
//===--------------- Driver.swift - Swift Driver --------------------------===//
1+
//===----------------------------------------------------------------------===//
2+
//
3+
// This source file is part of the Swift open source project
24
//
3-
// This source file is part of the Swift.org open source project
5+
// Copyright (c) 2014 - 2025 Apple Inc. and the Swift project authors
6+
// Licensed under Apache License v2.0
47
//
5-
// Copyright (c) 2014 - 2019 Apple Inc. and the Swift project authors
6-
// Licensed under Apache License v2.0 with Runtime Library Exception
8+
// See LICENSE.txt for license information
9+
// See CONTRIBUTORS.txt for the list of Swift project authors
710
//
8-
// See https://swift.org/LICENSE.txt for license information
9-
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
11+
// SPDX-License-Identifier: Apache-2.0
1012
//
1113
//===----------------------------------------------------------------------===//
1214
import SwiftOptions

Sources/SwiftDriver/Driver/DriverVersion.swift

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
//===------ DriverVersion.swift - Swift Driver Source Version--------------===//
1+
//===----------------------------------------------------------------------===//
2+
//
3+
// This source file is part of the Swift open source project
24
//
3-
// This source file is part of the Swift.org open source project
5+
// Copyright (c) 2014 - 2025 Apple Inc. and the Swift project authors
6+
// Licensed under Apache License v2.0
47
//
5-
// Copyright (c) 2014 - 2020 Apple Inc. and the Swift project authors
6-
// Licensed under Apache License v2.0 with Runtime Library Exception
8+
// See LICENSE.txt for license information
9+
// See CONTRIBUTORS.txt for the list of Swift project authors
710
//
8-
// See https://swift.org/LICENSE.txt for license information
9-
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
11+
// SPDX-License-Identifier: Apache-2.0
1012
//
1113
//===----------------------------------------------------------------------===//
1214
extension Driver {

Sources/SwiftDriver/Driver/LinkKind.swift

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
//===--------------- LinkKind.swift - Swift Linking Kind ------------------===//
1+
//===----------------------------------------------------------------------===//
2+
//
3+
// This source file is part of the Swift open source project
24
//
3-
// This source file is part of the Swift.org open source project
5+
// Copyright (c) 2014 - 2025 Apple Inc. and the Swift project authors
6+
// Licensed under Apache License v2.0
47
//
5-
// Copyright (c) 2014 - 2019 Apple Inc. and the Swift project authors
6-
// Licensed under Apache License v2.0 with Runtime Library Exception
8+
// See LICENSE.txt for license information
9+
// See CONTRIBUTORS.txt for the list of Swift project authors
710
//
8-
// See https://swift.org/LICENSE.txt for license information
9-
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
11+
// SPDX-License-Identifier: Apache-2.0
1012
//
1113
//===----------------------------------------------------------------------===//
1214

0 commit comments

Comments
 (0)