Skip to content

Commit 0f31a51

Browse files
Removed CONTRIBUTORS.txt as we can rely on GitHub to perform the same function
1 parent 78d0c32 commit 0f31a51

File tree

61 files changed

+2
-104
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+2
-104
lines changed

.mailmap

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
12
2-
3+

CONTRIBUTORS.txt

-11
This file was deleted.

NOTICE.txt

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Copyright (c) 2022 the Swift WebAuthn project authors
88
Licensed under Apache License v2.0
99

1010
See LICENSE.txt for license information
11-
See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
1211

1312
SPDX-License-Identifier: Apache-2.0
1413

Package.swift

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
// Licensed under Apache License v2.0
88
//
99
// See LICENSE.txt for license information
10-
// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
1110
//
1211
// SPDX-License-Identifier: Apache-2.0
1312
//

Sources/WebAuthn/Ceremonies/Authentication/AuthenticationCredential.swift

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information
9-
// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
109
//
1110
// SPDX-License-Identifier: Apache-2.0
1211
//

Sources/WebAuthn/Ceremonies/Authentication/AuthenticatorAssertionResponse.swift

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information
9-
// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
109
//
1110
// SPDX-License-Identifier: Apache-2.0
1211
//

Sources/WebAuthn/Ceremonies/Authentication/PublicKeyCredentialRequestOptions.swift

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information
9-
// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
109
//
1110
// SPDX-License-Identifier: Apache-2.0
1211
//

Sources/WebAuthn/Ceremonies/Authentication/VerifiedAuthentication.swift

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information
9-
// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
109
//
1110
// SPDX-License-Identifier: Apache-2.0
1211
//

Sources/WebAuthn/Ceremonies/Registration/AttestationConveyancePreference.swift

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information
9-
// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
109
//
1110
// SPDX-License-Identifier: Apache-2.0
1211
//

Sources/WebAuthn/Ceremonies/Registration/AttestationFormat.swift

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information
9-
// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
109
//
1110
// SPDX-License-Identifier: Apache-2.0
1211
//

Sources/WebAuthn/Ceremonies/Registration/AttestationObject.swift

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information
9-
// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
109
//
1110
// SPDX-License-Identifier: Apache-2.0
1211
//

Sources/WebAuthn/Ceremonies/Registration/AttestedCredentialData.swift

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information
9-
// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
109
//
1110
// SPDX-License-Identifier: Apache-2.0
1211
//

Sources/WebAuthn/Ceremonies/Registration/AuthenticatorAttestationResponse.swift

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information
9-
// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
109
//
1110
// SPDX-License-Identifier: Apache-2.0
1211
//

Sources/WebAuthn/Ceremonies/Registration/Credential.swift

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information
9-
// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
109
//
1110
// SPDX-License-Identifier: Apache-2.0
1211
//

Sources/WebAuthn/Ceremonies/Registration/Formats/PackedAttestation.swift

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information
9-
// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
109
//
1110
// SPDX-License-Identifier: Apache-2.0
1211
//

Sources/WebAuthn/Ceremonies/Registration/Formats/TPMAttestation+Structs.swift

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information
9-
// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
109
//
1110
// SPDX-License-Identifier: Apache-2.0
1211
//

Sources/WebAuthn/Ceremonies/Registration/Formats/TPMAttestation.swift

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information
9-
// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
109
//
1110
// SPDX-License-Identifier: Apache-2.0
1211
//

Sources/WebAuthn/Ceremonies/Registration/PublicKeyCredentialCreationOptions.swift

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information
9-
// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
109
//
1110
// SPDX-License-Identifier: Apache-2.0
1211
//

Sources/WebAuthn/Ceremonies/Registration/RegistrationCredential.swift

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information
9-
// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
109
//
1110
// SPDX-License-Identifier: Apache-2.0
1211
//

Sources/WebAuthn/Ceremonies/Shared/AuthenticatorAttachment.swift

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information
9-
// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
109
//
1110
// SPDX-License-Identifier: Apache-2.0
1211
//

Sources/WebAuthn/Ceremonies/Shared/AuthenticatorAttestationGloballyUniqueID.swift

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information
9-
// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
109
//
1110
// SPDX-License-Identifier: Apache-2.0
1211
//

Sources/WebAuthn/Ceremonies/Shared/AuthenticatorData.swift

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information
9-
// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
109
//
1110
// SPDX-License-Identifier: Apache-2.0
1211
//

Sources/WebAuthn/Ceremonies/Shared/AuthenticatorFlags.swift

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information
9-
// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
109
//
1110
// SPDX-License-Identifier: Apache-2.0
1211
//

Sources/WebAuthn/Ceremonies/Shared/COSE/COSEAlgorithmIdentifier.swift

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information
9-
// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
109
//
1110
// SPDX-License-Identifier: Apache-2.0
1211
//

Sources/WebAuthn/Ceremonies/Shared/COSE/COSECurve.swift

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information
9-
// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
109
//
1110
// SPDX-License-Identifier: Apache-2.0
1211
//

Sources/WebAuthn/Ceremonies/Shared/COSE/COSEKey.swift

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information
9-
// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
109
//
1110
// SPDX-License-Identifier: Apache-2.0
1211
//

Sources/WebAuthn/Ceremonies/Shared/COSE/COSEKeyType.swift

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information
9-
// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
109
//
1110
// SPDX-License-Identifier: Apache-2.0
1211
//

Sources/WebAuthn/Ceremonies/Shared/CollectedClientData.swift

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information
9-
// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
109
//
1110
// SPDX-License-Identifier: Apache-2.0
1211
//

Sources/WebAuthn/Ceremonies/Shared/CredentialPublicKey.swift

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information
9-
// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
109
//
1110
// SPDX-License-Identifier: Apache-2.0
1211
//

Sources/WebAuthn/Ceremonies/Shared/CredentialType.swift

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information
9-
// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
109
//
1110
// SPDX-License-Identifier: Apache-2.0
1211
//

Sources/WebAuthn/Helpers/Base64Utilities.swift

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information
9-
// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
109
//
1110
// SPDX-License-Identifier: Apache-2.0
1211
//

Sources/WebAuthn/Helpers/ByteCasting.swift

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information
9-
// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
109
//
1110
// SPDX-License-Identifier: Apache-2.0
1211
//

Sources/WebAuthn/Helpers/ChallengeGenerator.swift

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information
9-
// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
109
//
1110
// SPDX-License-Identifier: Apache-2.0
1211
//

Sources/WebAuthn/Helpers/Data+safeSubscript.swift

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information
9-
// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
109
//
1110
// SPDX-License-Identifier: Apache-2.0
1211
//

Sources/WebAuthn/Helpers/Duration+Milliseconds.swift

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information
9-
// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
109
//
1110
// SPDX-License-Identifier: Apache-2.0
1211
//

Sources/WebAuthn/Helpers/KeyedDecodingContainer+decodeURLEncoded.swift

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information
9-
// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
109
//
1110
// SPDX-License-Identifier: Apache-2.0
1211
//

Sources/WebAuthn/Helpers/UInt8+random.swift

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information
9-
// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
109
//
1110
// SPDX-License-Identifier: Apache-2.0
1211
//

Sources/WebAuthn/Helpers/UnreferencedStringEnumeration.swift

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information
9-
// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
109
//
1110
// SPDX-License-Identifier: Apache-2.0
1211
//

Sources/WebAuthn/WebAuthnError.swift

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information
9-
// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
109
//
1110
// SPDX-License-Identifier: Apache-2.0
1211
//

Sources/WebAuthn/WebAuthnManager+Configuration.swift

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information
9-
// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
109
//
1110
// SPDX-License-Identifier: Apache-2.0
1211
//

Sources/WebAuthn/WebAuthnManager.swift

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information
9-
// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
109
//
1110
// SPDX-License-Identifier: Apache-2.0
1211
//

Tests/WebAuthnTests/AuthenticatorAttestationGloballyUniqueIDTests.swift

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information
9-
// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
109
//
1110
// SPDX-License-Identifier: Apache-2.0
1211
//

Tests/WebAuthnTests/DurationTests.swift

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information
9-
// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
109
//
1110
// SPDX-License-Identifier: Apache-2.0
1211
//

Tests/WebAuthnTests/Formats/TPMAttestationTests/CertInfoTests.swift

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information
9-
// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
109
//
1110
// SPDX-License-Identifier: Apache-2.0
1211
//

Tests/WebAuthnTests/HelpersTests.swift

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information
9-
// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
109
//
1110
// SPDX-License-Identifier: Apache-2.0
1211
//

Tests/WebAuthnTests/Mocks/MockChallengeGenerator.swift

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information
9-
// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
109
//
1110
// SPDX-License-Identifier: Apache-2.0
1211
//

Tests/WebAuthnTests/Mocks/MockUser.swift

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information
9-
// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
109
//
1110
// SPDX-License-Identifier: Apache-2.0
1211
//

Tests/WebAuthnTests/Utils/Hexadecimal.swift

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information
9-
// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
109
//
1110
// SPDX-License-Identifier: Apache-2.0
1211
//

Tests/WebAuthnTests/Utils/TestModels/TestAttestationObject.swift

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information
9-
// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
109
//
1110
// SPDX-License-Identifier: Apache-2.0
1211
//

0 commit comments

Comments
 (0)