mirror of
https://github.com/GayPizzaSpecifications/darwin-apk.git
synced 2025-08-03 21:41:31 +00:00
Update copyright headers
This commit is contained in:
@ -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 Foundation
|
||||||
|
|
||||||
|
@ -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 {
|
enum ApkVersionSpecification: Equatable {
|
||||||
case any
|
case any
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
// SPDX-License-Identifier: Apache-2.0
|
/*
|
||||||
|
* darwin-apk © 2024 Gay Pizza Specifications
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*/
|
||||||
|
|
||||||
struct ApkIndex {
|
struct ApkIndex {
|
||||||
let packages: [ApkIndexPackage]
|
let packages: [ApkIndexPackage]
|
||||||
|
@ -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 Foundation
|
||||||
|
|
||||||
|
@ -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 Foundation
|
||||||
import Algorithms
|
import Algorithms
|
||||||
|
@ -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 Foundation
|
||||||
|
|
||||||
|
@ -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 {
|
struct ApkIndexInstallIf: ApkIndexRequirementRef {
|
||||||
let name: String
|
let name: String
|
||||||
|
@ -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 Foundation
|
||||||
|
|
||||||
|
@ -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 {
|
struct ApkIndexProvides: ApkIndexRequirementRef {
|
||||||
let name: String
|
let name: String
|
||||||
|
@ -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 {
|
protocol ApkIndexRequirementRef: Equatable, Hashable {
|
||||||
var name: String { get }
|
var name: String { get }
|
||||||
|
@ -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 Foundation
|
||||||
import SWCompression
|
import SWCompression
|
||||||
|
@ -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 Foundation
|
||||||
|
|
||||||
|
@ -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 Foundation
|
||||||
|
|
||||||
|
@ -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 Foundation
|
||||||
|
|
||||||
|
@ -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 Foundation
|
||||||
|
|
||||||
|
@ -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 Foundation
|
||||||
|
|
||||||
|
@ -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 Foundation
|
||||||
|
|
||||||
|
@ -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
|
//FIXME: I don't like this, also SLOWWW
|
||||||
struct TextInputStream<InStream: InputStream> where InStream.Element == UInt8 {
|
struct TextInputStream<InStream: InputStream> where InStream.Element == UInt8 {
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
// SPDX-License-Identifier: Apache-2.0
|
/*
|
||||||
|
* darwin-apk © 2024 Gay Pizza Specifications
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*/
|
||||||
|
|
||||||
import ArgumentParser
|
import ArgumentParser
|
||||||
|
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
// SPDX-License-Identifier: Apache-2.0
|
/*
|
||||||
|
* darwin-apk © 2024 Gay Pizza Specifications
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*/
|
||||||
|
|
||||||
import ArgumentParser
|
import ArgumentParser
|
||||||
|
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
// SPDX-License-Identifier: Apache-2.0
|
/*
|
||||||
|
* darwin-apk © 2024 Gay Pizza Specifications
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*/
|
||||||
|
|
||||||
import ArgumentParser
|
import ArgumentParser
|
||||||
|
|
||||||
|
@ -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 Foundation
|
||||||
import ArgumentParser
|
import ArgumentParser
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
// SPDX-License-Identifier: Apache-2.0
|
/*
|
||||||
|
* darwin-apk © 2024 Gay Pizza Specifications
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*/
|
||||||
|
|
||||||
import ArgumentParser
|
import ArgumentParser
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user