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 9cdf78c commit 80619d8Copy full SHA for 80619d8
Sources/swift-parser-test/DiagnosticsFormatter.swift
@@ -1,9 +1,15 @@
1
+//===------------ DiagnosticsFormatter.swift - Formatter for diagnostics ----------===//
2
//
-// File.swift
3
-//
+// This source file is part of the Swift.org open source project
4
5
-// Created by Felix Wehnert on 02.10.22.
+// Copyright (c) 2014 - 2022 Apple Inc. and the Swift project authors
6
+// Licensed under Apache License v2.0 with Runtime Library Exception
7
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
+
13
14
import Foundation
15
import SwiftParser
0 commit comments