Skip to content

Commit 624f866

Browse files
Updated license headers
1 parent b287fea commit 624f866

File tree

63 files changed

+195
-195
lines changed

Some content is hidden

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

63 files changed

+195
-195
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Soundness
1010
uses: apple/swift-nio/.github/workflows/soundness.yml@main
1111
with:
12-
license_header_check_project_name: "WebAuthn Swift"
12+
license_header_check_project_name: "Swift WebAuthn"
1313
shell_check_enabled: false
1414
format_check_enabled: false
1515
license_header_check_enabled: false

CONTRIBUTORS.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
For the purpose of tracking copyright, this is the list of individuals and
2-
organizations who have contributed source code to the WebAuthn Swift extension.
2+
organizations who have contributed source code to the Swift WebAuthn extension.
33
For employees of an organization/company where the copyright of work done
44
by employees of that company is held by the company itself, only the company
55
needs to be listed here.

NOTICE.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
WebAuthn Swift project
1+
Swift WebAuthn project
22

33
----------------------------------------------------------------------
44

5-
This source file is part of the WebAuthn Swift open source project
5+
This source file is part of the Swift WebAuthn open source project
66

7-
Copyright (c) 2022 the WebAuthn Swift project authors
7+
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 WebAuthn Swift project authors
11+
See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
1212

1313
SPDX-License-Identifier: Apache-2.0
1414

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
// swift-tools-version:5.9
22
//===----------------------------------------------------------------------===//
33
//
4-
// This source file is part of the WebAuthn Swift open source project
4+
// This source file is part of the Swift WebAuthn open source project
55
//
6-
// Copyright (c) 2022 the WebAuthn Swift project authors
6+
// Copyright (c) 2022 the Swift WebAuthn project authors
77
// Licensed under Apache License v2.0
88
//
99
// See LICENSE.txt for license information
10-
// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors
10+
// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
1111
//
1212
// SPDX-License-Identifier: Apache-2.0
1313
//

Sources/WebAuthn/Ceremonies/Authentication/AuthenticationCredential.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// This source file is part of the WebAuthn Swift open source project
3+
// This source file is part of the Swift WebAuthn open source project
44
//
5-
// Copyright (c) 2022 the WebAuthn Swift project authors
5+
// Copyright (c) 2022 the Swift WebAuthn project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information
9-
// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors
9+
// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
1010
//
1111
// SPDX-License-Identifier: Apache-2.0
1212
//

Sources/WebAuthn/Ceremonies/Authentication/AuthenticatorAssertionResponse.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// This source file is part of the WebAuthn Swift open source project
3+
// This source file is part of the Swift WebAuthn open source project
44
//
5-
// Copyright (c) 2022 the WebAuthn Swift project authors
5+
// Copyright (c) 2022 the Swift WebAuthn project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information
9-
// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors
9+
// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
1010
//
1111
// SPDX-License-Identifier: Apache-2.0
1212
//

Sources/WebAuthn/Ceremonies/Authentication/PublicKeyCredentialRequestOptions.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// This source file is part of the WebAuthn Swift open source project
3+
// This source file is part of the Swift WebAuthn open source project
44
//
5-
// Copyright (c) 2022 the WebAuthn Swift project authors
5+
// Copyright (c) 2022 the Swift WebAuthn project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information
9-
// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors
9+
// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
1010
//
1111
// SPDX-License-Identifier: Apache-2.0
1212
//

Sources/WebAuthn/Ceremonies/Authentication/VerifiedAuthentication.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// This source file is part of the WebAuthn Swift open source project
3+
// This source file is part of the Swift WebAuthn open source project
44
//
5-
// Copyright (c) 2023 the WebAuthn Swift project authors
5+
// Copyright (c) 2023 the Swift WebAuthn project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information
9-
// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors
9+
// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
1010
//
1111
// SPDX-License-Identifier: Apache-2.0
1212
//

Sources/WebAuthn/Ceremonies/Registration/AttestationConveyancePreference.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// This source file is part of the WebAuthn Swift open source project
3+
// This source file is part of the Swift WebAuthn open source project
44
//
5-
// Copyright (c) 2022 the WebAuthn Swift project authors
5+
// Copyright (c) 2022 the Swift WebAuthn project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information
9-
// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors
9+
// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
1010
//
1111
// SPDX-License-Identifier: Apache-2.0
1212
//

Sources/WebAuthn/Ceremonies/Registration/AttestationFormat.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// This source file is part of the WebAuthn Swift open source project
3+
// This source file is part of the Swift WebAuthn open source project
44
//
5-
// Copyright (c) 2022 the WebAuthn Swift project authors
5+
// Copyright (c) 2022 the Swift WebAuthn project authors
66
// Licensed under Apache License v2.0
77
//
88
// See LICENSE.txt for license information
9-
// See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors
9+
// See CONTRIBUTORS.txt for the list of Swift WebAuthn project authors
1010
//
1111
// SPDX-License-Identifier: Apache-2.0
1212
//

0 commit comments

Comments
 (0)