Update copyright headers

This commit is contained in:
2024-11-10 17:51:53 +11:00
parent 84e8c43c1d
commit d6b0acf807
23 changed files with 92 additions and 23 deletions

View File

@ -1,4 +1,7 @@
// SPDX-License-Identifier: Apache-2.0
/*
* darwin-apk © 2024 Gay Pizza Specifications
* SPDX-License-Identifier: Apache-2.0
*/
import Foundation

View File

@ -1,4 +1,7 @@
// SPDX-License-Identifier: Apache-2.0
/*
* darwin-apk © 2024 Gay Pizza Specifications
* SPDX-License-Identifier: Apache-2.0
*/
enum ApkVersionSpecification: Equatable {
case any

View File

@ -1,4 +1,7 @@
// SPDX-License-Identifier: Apache-2.0
/*
* darwin-apk © 2024 Gay Pizza Specifications
* SPDX-License-Identifier: Apache-2.0
*/
struct ApkIndex {
let packages: [ApkIndexPackage]

View File

@ -1,4 +1,7 @@
// SPDX-License-Identifier: Apache-2.0
/*
* darwin-apk © 2024 Gay Pizza Specifications
* SPDX-License-Identifier: Apache-2.0
*/
import Foundation

View File

@ -1,4 +1,7 @@
// SPDX-License-Identifier: Apache-2.0
/*
* darwin-apk © 2024 Gay Pizza Specifications
* SPDX-License-Identifier: Apache-2.0
*/
import Foundation
import Algorithms

View File

@ -1,4 +1,7 @@
// SPDX-License-Identifier: Apache-2.0
/*
* darwin-apk © 2024 Gay Pizza Specifications
* SPDX-License-Identifier: Apache-2.0
*/
import Foundation

View File

@ -1,4 +1,7 @@
// SPDX-License-Identifier: Apache-2.0
/*
* darwin-apk © 2024 Gay Pizza Specifications
* SPDX-License-Identifier: Apache-2.0
*/
struct ApkIndexInstallIf: ApkIndexRequirementRef {
let name: String

View File

@ -1,4 +1,7 @@
// SPDX-License-Identifier: Apache-2.0
/*
* darwin-apk © 2024 Gay Pizza Specifications
* SPDX-License-Identifier: Apache-2.0
*/
import Foundation

View File

@ -1,4 +1,7 @@
// SPDX-License-Identifier: Apache-2.0
/*
* darwin-apk © 2024 Gay Pizza Specifications
* SPDX-License-Identifier: Apache-2.0
*/
struct ApkIndexProvides: ApkIndexRequirementRef {
let name: String

View File

@ -1,4 +1,7 @@
// SPDX-License-Identifier: Apache-2.0
/*
* darwin-apk © 2024 Gay Pizza Specifications
* SPDX-License-Identifier: Apache-2.0
*/
protocol ApkIndexRequirementRef: Equatable, Hashable {
var name: String { get }

View File

@ -1,4 +1,7 @@
// SPDX-License-Identifier: Apache-2.0
/*
* darwin-apk © 2024 Gay Pizza Specifications
* SPDX-License-Identifier: Apache-2.0
*/
import Foundation
import SWCompression

View File

@ -1,4 +1,7 @@
// SPDX-License-Identifier: Apache-2.0
/*
* darwin-apk © 2024 Gay Pizza Specifications
* SPDX-License-Identifier: Apache-2.0
*/
import Foundation

View File

@ -1,4 +1,7 @@
// SPDX-License-Identifier: Apache-2.0
/*
* darwin-apk © 2024 Gay Pizza Specifications
* SPDX-License-Identifier: Apache-2.0
*/
import Foundation

View File

@ -1,4 +1,7 @@
// SPDX-License-Identifier: Apache-2.0
/*
* darwin-apk © 2024 Gay Pizza Specifications
* SPDX-License-Identifier: Apache-2.0
*/
import Foundation

View File

@ -1,4 +1,7 @@
// SPDX-License-Identifier: Apache-2.0
/*
* darwin-apk © 2024 Gay Pizza Specifications
* SPDX-License-Identifier: Apache-2.0
*/
import Foundation

View File

@ -1,4 +1,7 @@
// SPDX-License-Identifier: Apache-2.0
/*
* darwin-apk © 2024 Gay Pizza Specifications
* SPDX-License-Identifier: Apache-2.0
*/
import Foundation

View File

@ -1,4 +1,7 @@
// SPDX-License-Identifier: Apache-2.0
/*
* darwin-apk © 2024 Gay Pizza Specifications
* SPDX-License-Identifier: Apache-2.0
*/
import Foundation

View File

@ -1,4 +1,7 @@
// SPDX-License-Identifier: Apache-2.0
/*
* darwin-apk © 2024 Gay Pizza Specifications
* SPDX-License-Identifier: Apache-2.0
*/
//FIXME: I don't like this, also SLOWWW
struct TextInputStream<InStream: InputStream> where InStream.Element == UInt8 {

View File

@ -1,4 +1,7 @@
// SPDX-License-Identifier: Apache-2.0
/*
* darwin-apk © 2024 Gay Pizza Specifications
* SPDX-License-Identifier: Apache-2.0
*/
import ArgumentParser

View File

@ -1,4 +1,7 @@
// SPDX-License-Identifier: Apache-2.0
/*
* darwin-apk © 2024 Gay Pizza Specifications
* SPDX-License-Identifier: Apache-2.0
*/
import ArgumentParser

View File

@ -1,4 +1,7 @@
// SPDX-License-Identifier: Apache-2.0
/*
* darwin-apk © 2024 Gay Pizza Specifications
* SPDX-License-Identifier: Apache-2.0
*/
import ArgumentParser

View File

@ -1,4 +1,7 @@
// SPDX-License-Identifier: Apache-2.0
/*
* darwin-apk © 2024 Gay Pizza Specifications
* SPDX-License-Identifier: Apache-2.0
*/
import Foundation
import ArgumentParser

View File

@ -1,4 +1,7 @@
// SPDX-License-Identifier: Apache-2.0
/*
* darwin-apk © 2024 Gay Pizza Specifications
* SPDX-License-Identifier: Apache-2.0
*/
import ArgumentParser