Skip to content

Commit b3039e5

Browse files
committed
fix license header
1 parent f61a5d2 commit b3039e5

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

Samples/SwiftKitSampleApp/Sources/MySwiftLibrary/jni/JNIImplementations.swift

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1-
// Auto-generated by Java-to-Swift wrapper generator.
1+
//===----------------------------------------------------------------------===//
2+
//
3+
// This source file is part of the Swift.org open source project
4+
//
5+
// Copyright (c) 2024 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+
215
import JavaKit
316
import JavaRuntime
417

0 commit comments

Comments
 (0)