diff --git a/.mailmap b/.mailmap index e59b14fe..a0262f56 100644 --- a/.mailmap +++ b/.mailmap @@ -1,2 +1,3 @@ +Marius Seufzer <44228394+marius-se@users.noreply.github.com> Tim Condon <0xtimc@gmail.com> <0xTim@users.noreply.github.com> -Tim Condon <0xtimc@gmail.com> Tim <0xtimc@gmail.com> \ No newline at end of file +Tim Condon <0xtimc@gmail.com> Tim <0xtimc@gmail.com> diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt deleted file mode 100644 index 6fd409a0..00000000 --- a/CONTRIBUTORS.txt +++ /dev/null @@ -1,11 +0,0 @@ -For the purpose of tracking copyright, this is the list of individuals and -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. -## COPYRIGHT HOLDERS -- Swift Server Work Group -### Contributors -- Tim Condon <0xtimc@gmail.com> -**Updating this list** -Please do not edit this file manually. It is generated using `./scripts/generate_contributors_list.sh`. If a name is misspelled or appearing multiple times: add an entry in `./.mailmap` diff --git a/NOTICE.txt b/NOTICE.txt index acb39f83..3d4e94f5 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -8,7 +8,6 @@ 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 Swift WebAuthn project authors SPDX-License-Identifier: Apache-2.0 diff --git a/Package.swift b/Package.swift index 127e953f..8c9ec3ff 100644 --- a/Package.swift +++ b/Package.swift @@ -7,7 +7,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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 2ec597b6..88dc8842 100644 --- a/Sources/WebAuthn/Ceremonies/Authentication/AuthenticationCredential.swift +++ b/Sources/WebAuthn/Ceremonies/Authentication/AuthenticationCredential.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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 a97d10ce..979ba088 100644 --- a/Sources/WebAuthn/Ceremonies/Authentication/AuthenticatorAssertionResponse.swift +++ b/Sources/WebAuthn/Ceremonies/Authentication/AuthenticatorAssertionResponse.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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 ab6a2ff2..e142aa38 100644 --- a/Sources/WebAuthn/Ceremonies/Authentication/PublicKeyCredentialRequestOptions.swift +++ b/Sources/WebAuthn/Ceremonies/Authentication/PublicKeyCredentialRequestOptions.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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 dc2dfa17..723b7770 100644 --- a/Sources/WebAuthn/Ceremonies/Authentication/VerifiedAuthentication.swift +++ b/Sources/WebAuthn/Ceremonies/Authentication/VerifiedAuthentication.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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 90c25e4d..770af121 100644 --- a/Sources/WebAuthn/Ceremonies/Registration/AttestationConveyancePreference.swift +++ b/Sources/WebAuthn/Ceremonies/Registration/AttestationConveyancePreference.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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 9cec8537..521fd384 100644 --- a/Sources/WebAuthn/Ceremonies/Registration/AttestationFormat.swift +++ b/Sources/WebAuthn/Ceremonies/Registration/AttestationFormat.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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 11d2b031..bd32cc15 100644 --- a/Sources/WebAuthn/Ceremonies/Registration/AttestationObject.swift +++ b/Sources/WebAuthn/Ceremonies/Registration/AttestationObject.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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 71f4bf60..ae54c89b 100644 --- a/Sources/WebAuthn/Ceremonies/Registration/AttestedCredentialData.swift +++ b/Sources/WebAuthn/Ceremonies/Registration/AttestedCredentialData.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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 8e5b85f4..0d454391 100644 --- a/Sources/WebAuthn/Ceremonies/Registration/AuthenticatorAttestationResponse.swift +++ b/Sources/WebAuthn/Ceremonies/Registration/AuthenticatorAttestationResponse.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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 8565c492..ca669f22 100644 --- a/Sources/WebAuthn/Ceremonies/Registration/Credential.swift +++ b/Sources/WebAuthn/Ceremonies/Registration/Credential.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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 42ce077b..a58da70a 100644 --- a/Sources/WebAuthn/Ceremonies/Registration/Formats/PackedAttestation.swift +++ b/Sources/WebAuthn/Ceremonies/Registration/Formats/PackedAttestation.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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 c4a4b5e8..b96ac80a 100644 --- a/Sources/WebAuthn/Ceremonies/Registration/Formats/TPMAttestation+Structs.swift +++ b/Sources/WebAuthn/Ceremonies/Registration/Formats/TPMAttestation+Structs.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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.swift b/Sources/WebAuthn/Ceremonies/Registration/Formats/TPMAttestation.swift index 3dc19faa..036bd210 100644 --- a/Sources/WebAuthn/Ceremonies/Registration/Formats/TPMAttestation.swift +++ b/Sources/WebAuthn/Ceremonies/Registration/Formats/TPMAttestation.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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 61d044bc..a069c4a5 100644 --- a/Sources/WebAuthn/Ceremonies/Registration/PublicKeyCredentialCreationOptions.swift +++ b/Sources/WebAuthn/Ceremonies/Registration/PublicKeyCredentialCreationOptions.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // diff --git a/Sources/WebAuthn/Ceremonies/Registration/RegistrationCredential.swift b/Sources/WebAuthn/Ceremonies/Registration/RegistrationCredential.swift index dbe1420c..fe8a88fa 100644 --- a/Sources/WebAuthn/Ceremonies/Registration/RegistrationCredential.swift +++ b/Sources/WebAuthn/Ceremonies/Registration/RegistrationCredential.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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 216a4f3d..860d2867 100644 --- a/Sources/WebAuthn/Ceremonies/Shared/AuthenticatorAttachment.swift +++ b/Sources/WebAuthn/Ceremonies/Shared/AuthenticatorAttachment.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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 814f661e..a9bef10c 100644 --- a/Sources/WebAuthn/Ceremonies/Shared/AuthenticatorAttestationGloballyUniqueID.swift +++ b/Sources/WebAuthn/Ceremonies/Shared/AuthenticatorAttestationGloballyUniqueID.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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 dafd865c..103de569 100644 --- a/Sources/WebAuthn/Ceremonies/Shared/AuthenticatorData.swift +++ b/Sources/WebAuthn/Ceremonies/Shared/AuthenticatorData.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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 cfe66a43..a1c540f7 100644 --- a/Sources/WebAuthn/Ceremonies/Shared/AuthenticatorFlags.swift +++ b/Sources/WebAuthn/Ceremonies/Shared/AuthenticatorFlags.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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 fb4a172f..50ecee27 100644 --- a/Sources/WebAuthn/Ceremonies/Shared/COSE/COSEAlgorithmIdentifier.swift +++ b/Sources/WebAuthn/Ceremonies/Shared/COSE/COSEAlgorithmIdentifier.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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 a70392dd..863669ef 100644 --- a/Sources/WebAuthn/Ceremonies/Shared/COSE/COSECurve.swift +++ b/Sources/WebAuthn/Ceremonies/Shared/COSE/COSECurve.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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 797871bf..ff71e801 100644 --- a/Sources/WebAuthn/Ceremonies/Shared/COSE/COSEKey.swift +++ b/Sources/WebAuthn/Ceremonies/Shared/COSE/COSEKey.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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 509ea07b..4b4fe56c 100644 --- a/Sources/WebAuthn/Ceremonies/Shared/COSE/COSEKeyType.swift +++ b/Sources/WebAuthn/Ceremonies/Shared/COSE/COSEKeyType.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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 966bcca0..2726cb26 100644 --- a/Sources/WebAuthn/Ceremonies/Shared/CollectedClientData.swift +++ b/Sources/WebAuthn/Ceremonies/Shared/CollectedClientData.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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 c19324ad..307b0ce9 100644 --- a/Sources/WebAuthn/Ceremonies/Shared/CredentialPublicKey.swift +++ b/Sources/WebAuthn/Ceremonies/Shared/CredentialPublicKey.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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 0b21ff81..38693205 100644 --- a/Sources/WebAuthn/Ceremonies/Shared/CredentialType.swift +++ b/Sources/WebAuthn/Ceremonies/Shared/CredentialType.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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 f1b4d034..126af5c5 100644 --- a/Sources/WebAuthn/Helpers/Base64Utilities.swift +++ b/Sources/WebAuthn/Helpers/Base64Utilities.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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 09926827..83695bd6 100644 --- a/Sources/WebAuthn/Helpers/ByteCasting.swift +++ b/Sources/WebAuthn/Helpers/ByteCasting.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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 f78aa647..ecbaa69d 100644 --- a/Sources/WebAuthn/Helpers/ChallengeGenerator.swift +++ b/Sources/WebAuthn/Helpers/ChallengeGenerator.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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 b909eb7f..520101c9 100644 --- a/Sources/WebAuthn/Helpers/Data+safeSubscript.swift +++ b/Sources/WebAuthn/Helpers/Data+safeSubscript.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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 7ce5d87b..4a3c3b94 100644 --- a/Sources/WebAuthn/Helpers/Duration+Milliseconds.swift +++ b/Sources/WebAuthn/Helpers/Duration+Milliseconds.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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 e71d68b3..e6af1b5a 100644 --- a/Sources/WebAuthn/Helpers/KeyedDecodingContainer+decodeURLEncoded.swift +++ b/Sources/WebAuthn/Helpers/KeyedDecodingContainer+decodeURLEncoded.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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 ce4c7fc9..85652e71 100644 --- a/Sources/WebAuthn/Helpers/UInt8+random.swift +++ b/Sources/WebAuthn/Helpers/UInt8+random.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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 fdb2c5a4..4c35088a 100644 --- a/Sources/WebAuthn/Helpers/UnreferencedStringEnumeration.swift +++ b/Sources/WebAuthn/Helpers/UnreferencedStringEnumeration.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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 be0c215f..f9b942a8 100644 --- a/Sources/WebAuthn/WebAuthnError.swift +++ b/Sources/WebAuthn/WebAuthnError.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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 d796ec37..d600439d 100644 --- a/Sources/WebAuthn/WebAuthnManager+Configuration.swift +++ b/Sources/WebAuthn/WebAuthnManager+Configuration.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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 4ac0c226..1da063bf 100644 --- a/Sources/WebAuthn/WebAuthnManager.swift +++ b/Sources/WebAuthn/WebAuthnManager.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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 2928e383..7c2ccf27 100644 --- a/Tests/WebAuthnTests/AuthenticatorAttestationGloballyUniqueIDTests.swift +++ b/Tests/WebAuthnTests/AuthenticatorAttestationGloballyUniqueIDTests.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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 3b8608b2..5c576f6c 100644 --- a/Tests/WebAuthnTests/DurationTests.swift +++ b/Tests/WebAuthnTests/DurationTests.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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 e5ce983a..00c93963 100644 --- a/Tests/WebAuthnTests/Formats/TPMAttestationTests/CertInfoTests.swift +++ b/Tests/WebAuthnTests/Formats/TPMAttestationTests/CertInfoTests.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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 ac02df83..35ddaa44 100644 --- a/Tests/WebAuthnTests/HelpersTests.swift +++ b/Tests/WebAuthnTests/HelpersTests.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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 bbfb72d5..a1aa4c1b 100644 --- a/Tests/WebAuthnTests/Mocks/MockChallengeGenerator.swift +++ b/Tests/WebAuthnTests/Mocks/MockChallengeGenerator.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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 db275cb7..b5d51ae4 100644 --- a/Tests/WebAuthnTests/Mocks/MockUser.swift +++ b/Tests/WebAuthnTests/Mocks/MockUser.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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 5d44a9c2..8e5cfe99 100644 --- a/Tests/WebAuthnTests/Utils/Hexadecimal.swift +++ b/Tests/WebAuthnTests/Utils/Hexadecimal.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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 59b46e21..a60813a2 100644 --- a/Tests/WebAuthnTests/Utils/TestModels/TestAttestationObject.swift +++ b/Tests/WebAuthnTests/Utils/TestModels/TestAttestationObject.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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 bfde8ed6..05ba4ea5 100644 --- a/Tests/WebAuthnTests/Utils/TestModels/TestAuthData.swift +++ b/Tests/WebAuthnTests/Utils/TestModels/TestAuthData.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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 1f5c1a35..aa3c4fe9 100644 --- a/Tests/WebAuthnTests/Utils/TestModels/TestClientDataJSON.swift +++ b/Tests/WebAuthnTests/Utils/TestModels/TestClientDataJSON.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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 8324acf2..f3fd4ba8 100644 --- a/Tests/WebAuthnTests/Utils/TestModels/TestConstants.swift +++ b/Tests/WebAuthnTests/Utils/TestModels/TestConstants.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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 408e7f1d..7b6402f7 100644 --- a/Tests/WebAuthnTests/Utils/TestModels/TestCredentialPublicKey.swift +++ b/Tests/WebAuthnTests/Utils/TestModels/TestCredentialPublicKey.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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 00cbf297..49bb811a 100644 --- a/Tests/WebAuthnTests/Utils/TestModels/TestECCKeyPair.swift +++ b/Tests/WebAuthnTests/Utils/TestModels/TestECCKeyPair.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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 c33e2382..e9cd0795 100644 --- a/Tests/WebAuthnTests/Utils/assert+async.swift +++ b/Tests/WebAuthnTests/Utils/assert+async.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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 99665778..67447b8e 100644 --- a/Tests/WebAuthnTests/Utils/assert+expect.swift +++ b/Tests/WebAuthnTests/Utils/assert+expect.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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 b23284c9..52f37524 100644 --- a/Tests/WebAuthnTests/WebAuthnManagerAuthenticationTests.swift +++ b/Tests/WebAuthnTests/WebAuthnManagerAuthenticationTests.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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 5572c8e1..01020452 100644 --- a/Tests/WebAuthnTests/WebAuthnManagerIntegrationTests.swift +++ b/Tests/WebAuthnTests/WebAuthnManagerIntegrationTests.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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 d26872b6..0654d5fe 100644 --- a/Tests/WebAuthnTests/WebAuthnManagerRegistrationTests.swift +++ b/Tests/WebAuthnTests/WebAuthnManagerRegistrationTests.swift @@ -6,7 +6,6 @@ // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// 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 deleted file mode 100755 index 273fdcf2..00000000 --- a/scripts/generate_contributors_list.sh +++ /dev/null @@ -1,32 +0,0 @@ -#!/bin/bash -##===----------------------------------------------------------------------===## -## -## This source file is part of the Swift WebAuthn open source project -## -## 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 Swift WebAuthn project authors -## -## SPDX-License-Identifier: Apache-2.0 -## -##===----------------------------------------------------------------------===## - -set -eu -here="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" -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 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. - ## COPYRIGHT HOLDERS - - Swift Server Work Group - ### Contributors - $contributors - **Updating this list** - Please do not edit this file manually. It is generated using \`./scripts/generate_contributors_list.sh\`. If a name is misspelled or appearing multiple times: add an entry in \`./.mailmap\` -EOF diff --git a/scripts/soundness.sh b/scripts/soundness.sh index ea6dd1a3..aca40cdb 100755 --- a/scripts/soundness.sh +++ b/scripts/soundness.sh @@ -7,7 +7,6 @@ ## Licensed under Apache License v2.0 ## ## See LICENSE.txt for license information -## See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors ## ## SPDX-License-Identifier: Apache-2.0 ## @@ -61,7 +60,6 @@ for language in swift bash; do // Licensed under Apache License v2.0 // // See LICENSE.txt for license information -// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors // // SPDX-License-Identifier: Apache-2.0 // @@ -80,7 +78,6 @@ EOF ## Licensed under Apache License v2.0 ## ## See LICENSE.txt for license information -## See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors ## ## SPDX-License-Identifier: Apache-2.0 ##