Skip to content

Commit 3ddd2b7

Browse files
committed
License fix
1 parent 1adeb87 commit 3ddd2b7

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Sources/JavaKitVM/LockedState.swift

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
//
33
// This source file is part of the Swift.org open source project
44
//
5-
// Copyright (c) 2022 Apple Inc. and the Swift project authors
6-
// Licensed under Apache License v2.0 with Runtime Library Exception
5+
// Copyright (c) 2024 Apple Inc. and the Swift.org project authors
6+
// Licensed under Apache License v2.0
77
//
8-
// See https://swift.org/LICENSE.txt for license information
9-
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
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
1012
//
1113
//===----------------------------------------------------------------------===//
1214

0 commit comments

Comments
 (0)