diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 04e867f..7358499 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -9,7 +9,7 @@ jobs: name: Soundness uses: apple/swift-nio/.github/workflows/soundness.yml@main with: - license_header_check_project_name: "WebAuthn Swift" + license_header_check_project_name: "Swift WebAuthn" shell_check_enabled: false format_check_enabled: false license_header_check_enabled: false diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 23a1dc4..6fd409a 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -1,5 +1,5 @@ For the purpose of tracking copyright, this is the list of individuals and -organizations who have contributed source code to the WebAuthn Swift extension. +organizations who have contributed source code to the Swift WebAuthn extension. For employees of an organization/company where the copyright of work done by employees of that company is held by the company itself, only the company needs to be listed here. diff --git a/NOTICE.txt b/NOTICE.txt index d53cba4..acb39f8 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -1,14 +1,14 @@ -WebAuthn Swift project +Swift WebAuthn project ---------------------------------------------------------------------- -This source file is part of the WebAuthn Swift open source project +This source file is part of the Swift WebAuthn open source project -Copyright (c) 2022 the WebAuthn Swift project authors +Copyright (c) 2022 the Swift WebAuthn project authors Licensed under Apache License v2.0 See LICENSE.txt for license information -See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors SPDX-License-Identifier: Apache-2.0 diff --git a/Package.swift b/Package.swift index 55e61e4..127e953 100644 --- a/Package.swift +++ b/Package.swift @@ -1,13 +1,13 @@ // swift-tools-version:5.9 //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2022 the WebAuthn Swift project authors +// Copyright (c) 2022 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Sources/WebAuthn/Ceremonies/Authentication/AuthenticationCredential.swift b/Sources/WebAuthn/Ceremonies/Authentication/AuthenticationCredential.swift index fc4007f..2ec597b 100644 --- a/Sources/WebAuthn/Ceremonies/Authentication/AuthenticationCredential.swift +++ b/Sources/WebAuthn/Ceremonies/Authentication/AuthenticationCredential.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2022 the WebAuthn Swift project authors +// Copyright (c) 2022 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Sources/WebAuthn/Ceremonies/Authentication/AuthenticatorAssertionResponse.swift b/Sources/WebAuthn/Ceremonies/Authentication/AuthenticatorAssertionResponse.swift index e99f5ba..a97d10c 100644 --- a/Sources/WebAuthn/Ceremonies/Authentication/AuthenticatorAssertionResponse.swift +++ b/Sources/WebAuthn/Ceremonies/Authentication/AuthenticatorAssertionResponse.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2022 the WebAuthn Swift project authors +// Copyright (c) 2022 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Sources/WebAuthn/Ceremonies/Authentication/PublicKeyCredentialRequestOptions.swift b/Sources/WebAuthn/Ceremonies/Authentication/PublicKeyCredentialRequestOptions.swift index 8e5eb5b..ab6a2ff 100644 --- a/Sources/WebAuthn/Ceremonies/Authentication/PublicKeyCredentialRequestOptions.swift +++ b/Sources/WebAuthn/Ceremonies/Authentication/PublicKeyCredentialRequestOptions.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2022 the WebAuthn Swift project authors +// Copyright (c) 2022 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Sources/WebAuthn/Ceremonies/Authentication/VerifiedAuthentication.swift b/Sources/WebAuthn/Ceremonies/Authentication/VerifiedAuthentication.swift index 18e7f91..dc2dfa1 100644 --- a/Sources/WebAuthn/Ceremonies/Authentication/VerifiedAuthentication.swift +++ b/Sources/WebAuthn/Ceremonies/Authentication/VerifiedAuthentication.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2023 the WebAuthn Swift project authors +// Copyright (c) 2023 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Sources/WebAuthn/Ceremonies/Registration/AttestationConveyancePreference.swift b/Sources/WebAuthn/Ceremonies/Registration/AttestationConveyancePreference.swift index de72973..90c25e4 100644 --- a/Sources/WebAuthn/Ceremonies/Registration/AttestationConveyancePreference.swift +++ b/Sources/WebAuthn/Ceremonies/Registration/AttestationConveyancePreference.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2022 the WebAuthn Swift project authors +// Copyright (c) 2022 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Sources/WebAuthn/Ceremonies/Registration/AttestationFormat.swift b/Sources/WebAuthn/Ceremonies/Registration/AttestationFormat.swift index 850cb98..9cec853 100644 --- a/Sources/WebAuthn/Ceremonies/Registration/AttestationFormat.swift +++ b/Sources/WebAuthn/Ceremonies/Registration/AttestationFormat.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2022 the WebAuthn Swift project authors +// Copyright (c) 2022 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Sources/WebAuthn/Ceremonies/Registration/AttestationObject.swift b/Sources/WebAuthn/Ceremonies/Registration/AttestationObject.swift index 2f70129..11d2b03 100644 --- a/Sources/WebAuthn/Ceremonies/Registration/AttestationObject.swift +++ b/Sources/WebAuthn/Ceremonies/Registration/AttestationObject.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2022 the WebAuthn Swift project authors +// Copyright (c) 2022 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Sources/WebAuthn/Ceremonies/Registration/AttestedCredentialData.swift b/Sources/WebAuthn/Ceremonies/Registration/AttestedCredentialData.swift index ffed88d..71f4bf6 100644 --- a/Sources/WebAuthn/Ceremonies/Registration/AttestedCredentialData.swift +++ b/Sources/WebAuthn/Ceremonies/Registration/AttestedCredentialData.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2022 the WebAuthn Swift project authors +// Copyright (c) 2022 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Sources/WebAuthn/Ceremonies/Registration/AuthenticatorAttestationResponse.swift b/Sources/WebAuthn/Ceremonies/Registration/AuthenticatorAttestationResponse.swift index 4d95a1e..8e5b85f 100644 --- a/Sources/WebAuthn/Ceremonies/Registration/AuthenticatorAttestationResponse.swift +++ b/Sources/WebAuthn/Ceremonies/Registration/AuthenticatorAttestationResponse.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2022 the WebAuthn Swift project authors +// Copyright (c) 2022 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Sources/WebAuthn/Ceremonies/Registration/Credential.swift b/Sources/WebAuthn/Ceremonies/Registration/Credential.swift index 34faf02..8565c49 100644 --- a/Sources/WebAuthn/Ceremonies/Registration/Credential.swift +++ b/Sources/WebAuthn/Ceremonies/Registration/Credential.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2022 the WebAuthn Swift project authors +// Copyright (c) 2022 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Sources/WebAuthn/Ceremonies/Registration/Formats/PackedAttestation.swift b/Sources/WebAuthn/Ceremonies/Registration/Formats/PackedAttestation.swift index 4e83599..42ce077 100644 --- a/Sources/WebAuthn/Ceremonies/Registration/Formats/PackedAttestation.swift +++ b/Sources/WebAuthn/Ceremonies/Registration/Formats/PackedAttestation.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2023 the WebAuthn Swift project authors +// Copyright (c) 2023 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Sources/WebAuthn/Ceremonies/Registration/Formats/TPMAttestation+Structs.swift b/Sources/WebAuthn/Ceremonies/Registration/Formats/TPMAttestation+Structs.swift index 0c75674..c4a4b5e 100644 --- a/Sources/WebAuthn/Ceremonies/Registration/Formats/TPMAttestation+Structs.swift +++ b/Sources/WebAuthn/Ceremonies/Registration/Formats/TPMAttestation+Structs.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2023 the WebAuthn Swift project authors +// Copyright (c) 2023 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // @@ -407,4 +407,4 @@ // return nil // } // } -// } \ No newline at end of file +// } diff --git a/Sources/WebAuthn/Ceremonies/Registration/Formats/TPMAttestation.swift b/Sources/WebAuthn/Ceremonies/Registration/Formats/TPMAttestation.swift index 917d97f..3dc19fa 100644 --- a/Sources/WebAuthn/Ceremonies/Registration/Formats/TPMAttestation.swift +++ b/Sources/WebAuthn/Ceremonies/Registration/Formats/TPMAttestation.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2023 the WebAuthn Swift project authors +// Copyright (c) 2023 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Sources/WebAuthn/Ceremonies/Registration/PublicKeyCredentialCreationOptions.swift b/Sources/WebAuthn/Ceremonies/Registration/PublicKeyCredentialCreationOptions.swift index f08556e..61d044b 100644 --- a/Sources/WebAuthn/Ceremonies/Registration/PublicKeyCredentialCreationOptions.swift +++ b/Sources/WebAuthn/Ceremonies/Registration/PublicKeyCredentialCreationOptions.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2022 the WebAuthn Swift project authors +// Copyright (c) 2022 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // @@ -91,7 +91,7 @@ public struct PublicKeyCredentialParameters: Equatable, Encodable, Sendable { } extension Array where Element == PublicKeyCredentialParameters { - /// A list of `PublicKeyCredentialParameters` WebAuthn Swift currently supports. + /// A list of `PublicKeyCredentialParameters` Swift WebAuthn currently supports. public static var supported: [Element] { COSEAlgorithmIdentifier.allCases.map { Element.init(type: .publicKey, alg: $0) diff --git a/Sources/WebAuthn/Ceremonies/Registration/RegistrationCredential.swift b/Sources/WebAuthn/Ceremonies/Registration/RegistrationCredential.swift index c309d01..dbe1420 100644 --- a/Sources/WebAuthn/Ceremonies/Registration/RegistrationCredential.swift +++ b/Sources/WebAuthn/Ceremonies/Registration/RegistrationCredential.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2022 the WebAuthn Swift project authors +// Copyright (c) 2022 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Sources/WebAuthn/Ceremonies/Shared/AuthenticatorAttachment.swift b/Sources/WebAuthn/Ceremonies/Shared/AuthenticatorAttachment.swift index 3d1bb8c..216a4f3 100644 --- a/Sources/WebAuthn/Ceremonies/Shared/AuthenticatorAttachment.swift +++ b/Sources/WebAuthn/Ceremonies/Shared/AuthenticatorAttachment.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2024 the WebAuthn Swift project authors +// Copyright (c) 2024 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Sources/WebAuthn/Ceremonies/Shared/AuthenticatorAttestationGloballyUniqueID.swift b/Sources/WebAuthn/Ceremonies/Shared/AuthenticatorAttestationGloballyUniqueID.swift index 548ac45..814f661 100644 --- a/Sources/WebAuthn/Ceremonies/Shared/AuthenticatorAttestationGloballyUniqueID.swift +++ b/Sources/WebAuthn/Ceremonies/Shared/AuthenticatorAttestationGloballyUniqueID.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2024 the WebAuthn Swift project authors +// Copyright (c) 2024 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Sources/WebAuthn/Ceremonies/Shared/AuthenticatorData.swift b/Sources/WebAuthn/Ceremonies/Shared/AuthenticatorData.swift index d0f6771..b7f279e 100644 --- a/Sources/WebAuthn/Ceremonies/Shared/AuthenticatorData.swift +++ b/Sources/WebAuthn/Ceremonies/Shared/AuthenticatorData.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2022 the WebAuthn Swift project authors +// Copyright (c) 2022 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Sources/WebAuthn/Ceremonies/Shared/AuthenticatorFlags.swift b/Sources/WebAuthn/Ceremonies/Shared/AuthenticatorFlags.swift index 4871505..cfe66a4 100644 --- a/Sources/WebAuthn/Ceremonies/Shared/AuthenticatorFlags.swift +++ b/Sources/WebAuthn/Ceremonies/Shared/AuthenticatorFlags.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2022 the WebAuthn Swift project authors +// Copyright (c) 2022 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Sources/WebAuthn/Ceremonies/Shared/COSE/COSEAlgorithmIdentifier.swift b/Sources/WebAuthn/Ceremonies/Shared/COSE/COSEAlgorithmIdentifier.swift index d9c79ef..fb4a172 100644 --- a/Sources/WebAuthn/Ceremonies/Shared/COSE/COSEAlgorithmIdentifier.swift +++ b/Sources/WebAuthn/Ceremonies/Shared/COSE/COSEAlgorithmIdentifier.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2022 the WebAuthn Swift project authors +// Copyright (c) 2022 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Sources/WebAuthn/Ceremonies/Shared/COSE/COSECurve.swift b/Sources/WebAuthn/Ceremonies/Shared/COSE/COSECurve.swift index 3ae0727..a70392d 100644 --- a/Sources/WebAuthn/Ceremonies/Shared/COSE/COSECurve.swift +++ b/Sources/WebAuthn/Ceremonies/Shared/COSE/COSECurve.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2023 the WebAuthn Swift project authors +// Copyright (c) 2023 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Sources/WebAuthn/Ceremonies/Shared/COSE/COSEKey.swift b/Sources/WebAuthn/Ceremonies/Shared/COSE/COSEKey.swift index 36d2956..797871b 100644 --- a/Sources/WebAuthn/Ceremonies/Shared/COSE/COSEKey.swift +++ b/Sources/WebAuthn/Ceremonies/Shared/COSE/COSEKey.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2023 the WebAuthn Swift project authors +// Copyright (c) 2023 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Sources/WebAuthn/Ceremonies/Shared/COSE/COSEKeyType.swift b/Sources/WebAuthn/Ceremonies/Shared/COSE/COSEKeyType.swift index fb2103f..509ea07 100644 --- a/Sources/WebAuthn/Ceremonies/Shared/COSE/COSEKeyType.swift +++ b/Sources/WebAuthn/Ceremonies/Shared/COSE/COSEKeyType.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2022 the WebAuthn Swift project authors +// Copyright (c) 2022 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Sources/WebAuthn/Ceremonies/Shared/CollectedClientData.swift b/Sources/WebAuthn/Ceremonies/Shared/CollectedClientData.swift index 1a275ca..966bcca 100644 --- a/Sources/WebAuthn/Ceremonies/Shared/CollectedClientData.swift +++ b/Sources/WebAuthn/Ceremonies/Shared/CollectedClientData.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2022 the WebAuthn Swift project authors +// Copyright (c) 2022 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Sources/WebAuthn/Ceremonies/Shared/CredentialPublicKey.swift b/Sources/WebAuthn/Ceremonies/Shared/CredentialPublicKey.swift index ae77617..c19324a 100644 --- a/Sources/WebAuthn/Ceremonies/Shared/CredentialPublicKey.swift +++ b/Sources/WebAuthn/Ceremonies/Shared/CredentialPublicKey.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2022 the WebAuthn Swift project authors +// Copyright (c) 2022 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Sources/WebAuthn/Ceremonies/Shared/CredentialType.swift b/Sources/WebAuthn/Ceremonies/Shared/CredentialType.swift index 5f957a3..0b21ff8 100644 --- a/Sources/WebAuthn/Ceremonies/Shared/CredentialType.swift +++ b/Sources/WebAuthn/Ceremonies/Shared/CredentialType.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2024 the WebAuthn Swift project authors +// Copyright (c) 2024 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Sources/WebAuthn/Helpers/Base64Utilities.swift b/Sources/WebAuthn/Helpers/Base64Utilities.swift index 606c730..f1b4d03 100644 --- a/Sources/WebAuthn/Helpers/Base64Utilities.swift +++ b/Sources/WebAuthn/Helpers/Base64Utilities.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2022 the WebAuthn Swift project authors +// Copyright (c) 2022 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Sources/WebAuthn/Helpers/ByteCasting.swift b/Sources/WebAuthn/Helpers/ByteCasting.swift index 210e7d6..a2015f2 100644 --- a/Sources/WebAuthn/Helpers/ByteCasting.swift +++ b/Sources/WebAuthn/Helpers/ByteCasting.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2024 the WebAuthn Swift project authors +// Copyright (c) 2024 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Sources/WebAuthn/Helpers/ChallengeGenerator.swift b/Sources/WebAuthn/Helpers/ChallengeGenerator.swift index a29ac7a..f78aa64 100644 --- a/Sources/WebAuthn/Helpers/ChallengeGenerator.swift +++ b/Sources/WebAuthn/Helpers/ChallengeGenerator.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2023 the WebAuthn Swift project authors +// Copyright (c) 2023 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Sources/WebAuthn/Helpers/Data+safeSubscript.swift b/Sources/WebAuthn/Helpers/Data+safeSubscript.swift index e319820..b909eb7 100644 --- a/Sources/WebAuthn/Helpers/Data+safeSubscript.swift +++ b/Sources/WebAuthn/Helpers/Data+safeSubscript.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2023 the WebAuthn Swift project authors +// Copyright (c) 2023 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Sources/WebAuthn/Helpers/Duration+Milliseconds.swift b/Sources/WebAuthn/Helpers/Duration+Milliseconds.swift index 2b79fc4..7ce5d87 100644 --- a/Sources/WebAuthn/Helpers/Duration+Milliseconds.swift +++ b/Sources/WebAuthn/Helpers/Duration+Milliseconds.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2022 the WebAuthn Swift project authors +// Copyright (c) 2022 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Sources/WebAuthn/Helpers/KeyedDecodingContainer+decodeURLEncoded.swift b/Sources/WebAuthn/Helpers/KeyedDecodingContainer+decodeURLEncoded.swift index 16dcc6e..e71d68b 100644 --- a/Sources/WebAuthn/Helpers/KeyedDecodingContainer+decodeURLEncoded.swift +++ b/Sources/WebAuthn/Helpers/KeyedDecodingContainer+decodeURLEncoded.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2023 the WebAuthn Swift project authors +// Copyright (c) 2023 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Sources/WebAuthn/Helpers/Numbers+Bytes.swift b/Sources/WebAuthn/Helpers/Numbers+Bytes.swift index d02ee1f..582286a 100644 --- a/Sources/WebAuthn/Helpers/Numbers+Bytes.swift +++ b/Sources/WebAuthn/Helpers/Numbers+Bytes.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2022 the WebAuthn Swift project authors +// Copyright (c) 2022 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Sources/WebAuthn/Helpers/UInt8+random.swift b/Sources/WebAuthn/Helpers/UInt8+random.swift index 197eef7..ce4c7fc 100644 --- a/Sources/WebAuthn/Helpers/UInt8+random.swift +++ b/Sources/WebAuthn/Helpers/UInt8+random.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2023 the WebAuthn Swift project authors +// Copyright (c) 2023 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Sources/WebAuthn/Helpers/UnreferencedStringEnumeration.swift b/Sources/WebAuthn/Helpers/UnreferencedStringEnumeration.swift index 429a534..fdb2c5a 100644 --- a/Sources/WebAuthn/Helpers/UnreferencedStringEnumeration.swift +++ b/Sources/WebAuthn/Helpers/UnreferencedStringEnumeration.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2022 the WebAuthn Swift project authors +// Copyright (c) 2022 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Sources/WebAuthn/WebAuthnError.swift b/Sources/WebAuthn/WebAuthnError.swift index 7e2a36a..be0c215 100644 --- a/Sources/WebAuthn/WebAuthnError.swift +++ b/Sources/WebAuthn/WebAuthnError.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2022 the WebAuthn Swift project authors +// Copyright (c) 2022 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Sources/WebAuthn/WebAuthnManager+Configuration.swift b/Sources/WebAuthn/WebAuthnManager+Configuration.swift index 8bacd69..d796ec3 100644 --- a/Sources/WebAuthn/WebAuthnManager+Configuration.swift +++ b/Sources/WebAuthn/WebAuthnManager+Configuration.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2022 the WebAuthn Swift project authors +// Copyright (c) 2022 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Sources/WebAuthn/WebAuthnManager.swift b/Sources/WebAuthn/WebAuthnManager.swift index bb35089..4ac0c22 100644 --- a/Sources/WebAuthn/WebAuthnManager.swift +++ b/Sources/WebAuthn/WebAuthnManager.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2022 the WebAuthn Swift project authors +// Copyright (c) 2022 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Tests/WebAuthnTests/AuthenticatorAttestationGloballyUniqueIDTests.swift b/Tests/WebAuthnTests/AuthenticatorAttestationGloballyUniqueIDTests.swift index 4161761..2928e38 100644 --- a/Tests/WebAuthnTests/AuthenticatorAttestationGloballyUniqueIDTests.swift +++ b/Tests/WebAuthnTests/AuthenticatorAttestationGloballyUniqueIDTests.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2024 the WebAuthn Swift project authors +// Copyright (c) 2024 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Tests/WebAuthnTests/DurationTests.swift b/Tests/WebAuthnTests/DurationTests.swift index 79eba9e..3b8608b 100644 --- a/Tests/WebAuthnTests/DurationTests.swift +++ b/Tests/WebAuthnTests/DurationTests.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2022 the WebAuthn Swift project authors +// Copyright (c) 2022 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Tests/WebAuthnTests/Formats/TPMAttestationTests/CertInfoTests.swift b/Tests/WebAuthnTests/Formats/TPMAttestationTests/CertInfoTests.swift index 7f9b139..e5ce983 100644 --- a/Tests/WebAuthnTests/Formats/TPMAttestationTests/CertInfoTests.swift +++ b/Tests/WebAuthnTests/Formats/TPMAttestationTests/CertInfoTests.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2022 the WebAuthn Swift project authors +// Copyright (c) 2022 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Tests/WebAuthnTests/HelpersTests.swift b/Tests/WebAuthnTests/HelpersTests.swift index f2bdf99..ac02df8 100644 --- a/Tests/WebAuthnTests/HelpersTests.swift +++ b/Tests/WebAuthnTests/HelpersTests.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2023 the WebAuthn Swift project authors +// Copyright (c) 2023 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Tests/WebAuthnTests/Mocks/MockChallengeGenerator.swift b/Tests/WebAuthnTests/Mocks/MockChallengeGenerator.swift index cf22130..bbfb72d 100644 --- a/Tests/WebAuthnTests/Mocks/MockChallengeGenerator.swift +++ b/Tests/WebAuthnTests/Mocks/MockChallengeGenerator.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2023 the WebAuthn Swift project authors +// Copyright (c) 2023 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Tests/WebAuthnTests/Mocks/MockUser.swift b/Tests/WebAuthnTests/Mocks/MockUser.swift index 1442b29..db275cb 100644 --- a/Tests/WebAuthnTests/Mocks/MockUser.swift +++ b/Tests/WebAuthnTests/Mocks/MockUser.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2023 the WebAuthn Swift project authors +// Copyright (c) 2023 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Tests/WebAuthnTests/Utils/Hexadecimal.swift b/Tests/WebAuthnTests/Utils/Hexadecimal.swift index e0ac129..5d44a9c 100644 --- a/Tests/WebAuthnTests/Utils/Hexadecimal.swift +++ b/Tests/WebAuthnTests/Utils/Hexadecimal.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2023 the WebAuthn Swift project authors +// Copyright (c) 2023 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Tests/WebAuthnTests/Utils/TestModels/TestAttestationObject.swift b/Tests/WebAuthnTests/Utils/TestModels/TestAttestationObject.swift index 6abdaca..59b46e2 100644 --- a/Tests/WebAuthnTests/Utils/TestModels/TestAttestationObject.swift +++ b/Tests/WebAuthnTests/Utils/TestModels/TestAttestationObject.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2023 the WebAuthn Swift project authors +// Copyright (c) 2023 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Tests/WebAuthnTests/Utils/TestModels/TestAuthData.swift b/Tests/WebAuthnTests/Utils/TestModels/TestAuthData.swift index 923401a..bfde8ed 100644 --- a/Tests/WebAuthnTests/Utils/TestModels/TestAuthData.swift +++ b/Tests/WebAuthnTests/Utils/TestModels/TestAuthData.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2023 the WebAuthn Swift project authors +// Copyright (c) 2023 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Tests/WebAuthnTests/Utils/TestModels/TestClientDataJSON.swift b/Tests/WebAuthnTests/Utils/TestModels/TestClientDataJSON.swift index 8310277..1f5c1a3 100644 --- a/Tests/WebAuthnTests/Utils/TestModels/TestClientDataJSON.swift +++ b/Tests/WebAuthnTests/Utils/TestModels/TestClientDataJSON.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2023 the WebAuthn Swift project authors +// Copyright (c) 2023 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Tests/WebAuthnTests/Utils/TestModels/TestConstants.swift b/Tests/WebAuthnTests/Utils/TestModels/TestConstants.swift index 01bb866..8324acf 100644 --- a/Tests/WebAuthnTests/Utils/TestModels/TestConstants.swift +++ b/Tests/WebAuthnTests/Utils/TestModels/TestConstants.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2023 the WebAuthn Swift project authors +// Copyright (c) 2023 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Tests/WebAuthnTests/Utils/TestModels/TestCredentialPublicKey.swift b/Tests/WebAuthnTests/Utils/TestModels/TestCredentialPublicKey.swift index 9159922..408e7f1 100644 --- a/Tests/WebAuthnTests/Utils/TestModels/TestCredentialPublicKey.swift +++ b/Tests/WebAuthnTests/Utils/TestModels/TestCredentialPublicKey.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2023 the WebAuthn Swift project authors +// Copyright (c) 2023 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Tests/WebAuthnTests/Utils/TestModels/TestECCKeyPair.swift b/Tests/WebAuthnTests/Utils/TestModels/TestECCKeyPair.swift index a227db9..00cbf29 100644 --- a/Tests/WebAuthnTests/Utils/TestModels/TestECCKeyPair.swift +++ b/Tests/WebAuthnTests/Utils/TestModels/TestECCKeyPair.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2023 the WebAuthn Swift project authors +// Copyright (c) 2023 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Tests/WebAuthnTests/Utils/assert+async.swift b/Tests/WebAuthnTests/Utils/assert+async.swift index dea87fe..c33e238 100644 --- a/Tests/WebAuthnTests/Utils/assert+async.swift +++ b/Tests/WebAuthnTests/Utils/assert+async.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2023 the WebAuthn Swift project authors +// Copyright (c) 2023 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Tests/WebAuthnTests/Utils/assert+expect.swift b/Tests/WebAuthnTests/Utils/assert+expect.swift index cbdb4c8..9966577 100644 --- a/Tests/WebAuthnTests/Utils/assert+expect.swift +++ b/Tests/WebAuthnTests/Utils/assert+expect.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2023 the WebAuthn Swift project authors +// Copyright (c) 2023 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Tests/WebAuthnTests/WebAuthnManagerAuthenticationTests.swift b/Tests/WebAuthnTests/WebAuthnManagerAuthenticationTests.swift index ba53979..b23284c 100644 --- a/Tests/WebAuthnTests/WebAuthnManagerAuthenticationTests.swift +++ b/Tests/WebAuthnTests/WebAuthnManagerAuthenticationTests.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2022 the WebAuthn Swift project authors +// Copyright (c) 2022 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Tests/WebAuthnTests/WebAuthnManagerIntegrationTests.swift b/Tests/WebAuthnTests/WebAuthnManagerIntegrationTests.swift index 345f4cd..5572c8e 100644 --- a/Tests/WebAuthnTests/WebAuthnManagerIntegrationTests.swift +++ b/Tests/WebAuthnTests/WebAuthnManagerIntegrationTests.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2023 the WebAuthn Swift project authors +// Copyright (c) 2023 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Tests/WebAuthnTests/WebAuthnManagerRegistrationTests.swift b/Tests/WebAuthnTests/WebAuthnManagerRegistrationTests.swift index fa1f081..d26872b 100644 --- a/Tests/WebAuthnTests/WebAuthnManagerRegistrationTests.swift +++ b/Tests/WebAuthnTests/WebAuthnManagerRegistrationTests.swift @@ -1,12 +1,12 @@ //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) 2022 the WebAuthn Swift project authors +// Copyright (c) 2022 the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/scripts/check_no_api_breakages.sh b/scripts/check_no_api_breakages.sh index 7feff92..b39cadd 100755 --- a/scripts/check_no_api_breakages.sh +++ b/scripts/check_no_api_breakages.sh @@ -1,13 +1,13 @@ #!/bin/bash ##===----------------------------------------------------------------------===## ## -## This source file is part of the WebAuthn Swift open source project +## This source file is part of the Swift WebAuthn open source project ## -## Copyright (c) 2024 the WebAuthn Swift project authors +## Copyright (c) 2024 the Swift WebAuthn project authors ## Licensed under Apache License v2.0 ## ## See LICENSE.txt for license information -## See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +## See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors ## ## SPDX-License-Identifier: Apache-2.0 ## diff --git a/scripts/generate_contributors_list.sh b/scripts/generate_contributors_list.sh index 86a1127..273fdcf 100755 --- a/scripts/generate_contributors_list.sh +++ b/scripts/generate_contributors_list.sh @@ -1,13 +1,13 @@ #!/bin/bash ##===----------------------------------------------------------------------===## ## -## This source file is part of the WebAuthn Swift open source project +## This source file is part of the Swift WebAuthn open source project ## -## Copyright (c) 2022 the WebAuthn Swift project authors +## Copyright (c) 2022 the Swift WebAuthn project authors ## Licensed under Apache License v2.0 ## ## See LICENSE.txt for license information -## See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +## See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors ## ## SPDX-License-Identifier: Apache-2.0 ## @@ -19,7 +19,7 @@ contributors=$( cd "$here"/.. && git shortlog -es | cut -f2 | sed 's/^/- /' ) cat > "$here/../CONTRIBUTORS.txt" <<- EOF For the purpose of tracking copyright, this is the list of individuals and - organizations who have contributed source code to the WebAuthn Swift extension. + organizations who have contributed source code to the Swift WebAuthn extension. For employees of an organization/company where the copyright of work done by employees of that company is held by the company itself, only the company needs to be listed here. diff --git a/scripts/soundness.sh b/scripts/soundness.sh index 54d2e58..ea6dd1a 100755 --- a/scripts/soundness.sh +++ b/scripts/soundness.sh @@ -1,13 +1,13 @@ #!/bin/bash ##===----------------------------------------------------------------------===## ## -## This source file is part of the WebAuthn Swift open source project +## This source file is part of the Swift WebAuthn open source project ## -## Copyright (c) 2022 the WebAuthn Swift project authors +## Copyright (c) 2022 the Swift WebAuthn project authors ## Licensed under Apache License v2.0 ## ## See LICENSE.txt for license information -## See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +## See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors ## ## SPDX-License-Identifier: Apache-2.0 ## @@ -55,13 +55,13 @@ for language in swift bash; do cat > "$tmp" <<"EOF" //===----------------------------------------------------------------------===// // -// This source file is part of the WebAuthn Swift open source project +// This source file is part of the Swift WebAuthn open source project // -// Copyright (c) YEARS the WebAuthn Swift project authors +// Copyright (c) YEARS the Swift WebAuthn project authors // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // @@ -74,13 +74,13 @@ EOF #!/bin/bash ##===----------------------------------------------------------------------===## ## -## This source file is part of the WebAuthn Swift open source project +## This source file is part of the Swift WebAuthn open source project ## -## Copyright (c) YEARS the WebAuthn Swift project authors +## Copyright (c) YEARS the Swift WebAuthn project authors ## Licensed under Apache License v2.0 ## ## See LICENSE.txt for license information -## See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors +## See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors ## ## SPDX-License-Identifier: Apache-2.0 ##