Skip to content

Commit 921507b

Browse files
committed
soundness.sh: make 2023 valid copyright date
1 parent 43ceb76 commit 921507b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Sources/SwiftKafka/Configuration/KafkaConfiguration.swift

-2
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ public enum KafkaConfiguration {
169169
}
170170
}
171171

172-
// TODO: what to do here?
173172
/// SSL options.
174173
public struct SSLOptions: Sendable, Hashable {
175174
/// Path to client's private key (PEM) used for authentication.
@@ -194,7 +193,6 @@ public enum KafkaConfiguration {
194193
public var keystorePassword: String = ""
195194
}
196195

197-
// TODO: what to do here? -> follow up ticket
198196
/// SASL options.
199197
public struct SASLOptions: Sendable, Hashable {
200198
/// SASL mechanism to use for authentication.

scripts/soundness.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ here="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
1818

1919
function replace_acceptable_years() {
2020
# this needs to replace all acceptable forms with 'YEARS'
21-
sed -e 's/20[12][789012]-20[12][89012]/YEARS/' -e 's/20[12][89012]/YEARS/'
21+
sed -e 's/20[12][789012]-20[12][890123]/YEARS/' -e 's/20[12][890123]/YEARS/'
2222
}
2323

2424
printf "=> Checking for unacceptable language... "

0 commit comments

Comments
 (0)