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 51b5ab6 commit 8e2fac3Copy full SHA for 8e2fac3
Sources/JExtractSwiftLib/SwiftTypes/SwiftTypeLookupContext.swift
@@ -1,9 +1,16 @@
1
+//===----------------------------------------------------------------------===//
2
//
-// SwiftTypeLookupContext.swift
3
-// swift-java
+// This source file is part of the Swift.org open source project
4
5
-// Created by Rintaro Ishizaki on 7/16/25.
+// Copyright (c) 2025 Apple Inc. and the Swift.org project authors
6
+// Licensed under Apache License v2.0
7
8
+// See LICENSE.txt for license information
9
+// See CONTRIBUTORS.txt for the list of Swift.org project authors
10
+//
11
+// SPDX-License-Identifier: Apache-2.0
12
13
14
15
import SwiftSyntax
16
@_spi(Experimental) import SwiftLexicalLookup
0 commit comments