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+
115import Foundation
216
317extension KeyedDecodingContainer {
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ here="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
1818
1919function replace_acceptable_years() {
2020 # 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/'
2222}
2323
2424printf " => Checking for unacceptable language... "
You can’t perform that action at this time.
0 commit comments