Skip to content

Commit cdc3b28

Browse files
authored
Update DiagnosticsFormatter.swift
Use correct fileheader
1 parent ea09951 commit cdc3b28

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

Sources/swift-parser-test/DiagnosticsFormatter.swift

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1+
//===------------ DiagnosticsFormatter.swift - Formatter for diagnostics ----------===//
12
//
2-
// File.swift
3-
//
3+
// This source file is part of the Swift.org open source project
44
//
5-
// Created by Felix Wehnert on 02.10.22.
5+
// Copyright (c) 2014 - 2022 Apple Inc. and the Swift project authors
6+
// Licensed under Apache License v2.0 with Runtime Library Exception
67
//
8+
// See https://swift.org/LICENSE.txt for license information
9+
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10+
//
11+
//===----------------------------------------------------------------------===//
12+
713

814
import Foundation
915
import SwiftParser

0 commit comments

Comments
 (0)