File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
//
3
3
// This source file is part of the SwiftNIO open source project
4
4
//
5
- // Copyright (c) 2017-2021 Apple Inc. and the SwiftNIO project authors
5
+ // Copyright (c) 2017-2022 Apple Inc. and the SwiftNIO project authors
6
6
// Licensed under Apache License v2.0
7
7
//
8
8
// See LICENSE.txt for license information
Original file line number Diff line number Diff line change 3
3
# #
4
4
# # This source file is part of the SwiftNIO open source project
5
5
# #
6
- # # Copyright (c) 2017-2019 Apple Inc. and the SwiftNIO project authors
6
+ # # Copyright (c) 2017-2022 Apple Inc. and the SwiftNIO project authors
7
7
# # Licensed under Apache License v2.0
8
8
# #
9
9
# # See LICENSE.txt for license information
@@ -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][78901 ]-20[12][8901 ]/YEARS/' -e ' s/20[12][8901 ]/YEARS/'
21
+ sed -e ' s/20[12][789012 ]-20[12][89012 ]/YEARS/' -e ' s/20[12][89012 ]/YEARS/'
22
22
}
23
23
24
24
printf " => Checking linux tests... "
You can’t perform that action at this time.
0 commit comments