File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
1
+ //===----------------------------------------------------------------------===//
2
+ //
3
+ // This source file is part of the WebAuthn Swift open source project
4
+ //
5
+ // Copyright (c) 2023 the WebAuthn Swift project authors
6
+ // Licensed under Apache License v2.0
7
+ //
8
+ // See LICENSE.txt for license information
9
+ // See CONTRIBUTORS.txt for the list of WebAuthn Swift project authors
10
+ //
11
+ // SPDX-License-Identifier: Apache-2.0
12
+ //
13
+ //===----------------------------------------------------------------------===//
14
+
1
15
import Foundation
2
16
3
17
extension KeyedDecodingContainer {
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ here="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
18
18
19
19
function replace_acceptable_years() {
20
20
# this needs to replace all acceptable forms with 'YEARS'
21
- sed -e ' s/20[12][7890123 ]-20[12][890123 ]/YEARS/' -e ' s/20[12][890123 ]/YEARS/'
21
+ sed -e ' s/20[12][78901234 ]-20[12][8901234 ]/YEARS/' -e ' s/20[12][8901234 ]/YEARS/'
22
22
}
23
23
24
24
printf " => Checking for unacceptable language... "
You can’t perform that action at this time.
0 commit comments