Repo // Fix copyright information among certain headers.
This commit is contained in:
parent
c04684d5e4
commit
560920150d
|
@ -1,4 +1,4 @@
|
|||
// (c) 2021 and onwards The vChewing Project (MIT-NTL License).
|
||||
// (c) 2022 and onwards The vChewing Project (MIT-NTL License).
|
||||
// ====================
|
||||
// This code is released under the MIT license (SPDX-License-Identifier: MIT)
|
||||
// ... with NTL restriction stating that:
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
import Foundation
|
||||
import InputMethodKit
|
||||
|
||||
// MARK: - TISInputSource Extension by The vChewing Project (MIT License).
|
||||
// MARK: - TISInputSource Extension by The vChewing Project (MIT-NTL License).
|
||||
|
||||
extension TISInputSource {
|
||||
public static var allRegisteredInstancesOfThisInputMethod: [TISInputSource] {
|
||||
|
|
Loading…
Reference in New Issue