Skip to content

Commit c4ef0f5

Browse files
authored
Merge pull request swiftlang#149 from google/generate-pipeline-license
Update license header in the pipeline generator.
2 parents 74dd900 + 8cd331d commit c4ef0f5

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

Sources/generate-pipeline/main.swift

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -124,15 +124,13 @@ handle.write(
124124
"""
125125
//===----------------------------------------------------------------------===//
126126
//
127-
// This source file is part of the Swift Formatter open source project.
127+
// This source file is part of the Swift.org open source project
128128
//
129-
// Copyright (c) 2018 Apple Inc. and the Swift Formatter project authors
130-
// Licensed under Apache License v2.0
129+
// Copyright (c) 2014 - 2018 Apple Inc. and the Swift project authors
130+
// Licensed under Apache License v2.0 with Runtime Library Exception
131131
//
132-
// See LICENSE.txt for license information
133-
// See CONTRIBUTORS.txt for the list of Swift Formatter project authors
134-
//
135-
// SPDX-License-Identifier: Apache-2.0
132+
// See https://swift.org/LICENSE.txt for license information
133+
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
136134
//
137135
//===----------------------------------------------------------------------===//
138136

0 commit comments

Comments
 (0)