Skip to content

Commit 0368959

Browse files
committed
fix(license-exceptions): correct date typo in exception comments
Fixed typo '20212-04-12' -> '2022-04-12' in 5 exception comments. Signed-off-by: Jeffrey Sica <me@jeefy.dev>
1 parent 92d0036 commit 0368959

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

license-exceptions/cncf-exceptions-current.spdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ FilesAnalyzed: false
334334
PackageLicenseConcluded: EPL-2.0
335335
PackageLicenseDeclared: NOASSERTION
336336
PackageCopyrightText: NOASSERTION
337-
PackageComment: not auto-allowlist because: Non-allowlist license(s); approved by GB exception 20212-04-12
337+
PackageComment: not auto-allowlist because: Non-allowlist license(s); approved by GB exception 2022-04-12
338338

339339
##### Package: hashicorp/go-version
340340

@@ -345,7 +345,7 @@ FilesAnalyzed: false
345345
PackageLicenseConcluded: MPL-2.0
346346
PackageLicenseDeclared: NOASSERTION
347347
PackageCopyrightText: NOASSERTION
348-
PackageComment: not auto-allowlist because: Non-allowlist license(s); approved by GB exception 20212-04-12
348+
PackageComment: not auto-allowlist because: Non-allowlist license(s); approved by GB exception 2022-04-12
349349

350350
##### Package: hashicorp/raft
351351

@@ -356,7 +356,7 @@ FilesAnalyzed: false
356356
PackageLicenseConcluded: MPL-2.0
357357
PackageLicenseDeclared: NOASSERTION
358358
PackageCopyrightText: NOASSERTION
359-
PackageComment: not auto-allowlist because: Non-allowlist license(s); approved by GB exception 20212-04-12
359+
PackageComment: not auto-allowlist because: Non-allowlist license(s); approved by GB exception 2022-04-12
360360

361361
##### Package: hashicorp/raft-boltdb
362362

@@ -367,7 +367,7 @@ FilesAnalyzed: false
367367
PackageLicenseConcluded: MPL-2.0
368368
PackageLicenseDeclared: NOASSERTION
369369
PackageCopyrightText: NOASSERTION
370-
PackageComment: not auto-allowlist because: Non-allowlist license(s); approved by GB exception 20212-04-12
370+
PackageComment: not auto-allowlist because: Non-allowlist license(s); approved by GB exception 2022-04-12
371371

372372
##### Package: Microsoft/tslib
373373

@@ -378,7 +378,7 @@ FilesAnalyzed: false
378378
PackageLicenseConcluded: 0BSD
379379
PackageLicenseDeclared: NOASSERTION
380380
PackageCopyrightText: NOASSERTION
381-
PackageComment: not auto-allowlist because: Non-allowlist license(s); approved by GB exception 20212-04-12
381+
PackageComment: not auto-allowlist because: Non-allowlist license(s); approved by GB exception 2022-04-12
382382

383383
##### Package: go-version
384384

license-exceptions/exceptions.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -257,39 +257,39 @@
257257
"license": "EPL-2.0",
258258
"approvedDate": "2022-04-12",
259259
"status": "approved",
260-
"comment": "not auto-allowlist because: Non-allowlist license(s); approved by GB exception 20212-04-12"
260+
"comment": "not auto-allowlist because: Non-allowlist license(s); approved by GB exception 2022-04-12"
261261
},
262262
{
263263
"id": "exc-2022-04-12-002",
264264
"package": "github.com/hashicorp/go-version",
265265
"license": "MPL-2.0",
266266
"approvedDate": "2022-04-12",
267267
"status": "approved",
268-
"comment": "not auto-allowlist because: Non-allowlist license(s); approved by GB exception 20212-04-12"
268+
"comment": "not auto-allowlist because: Non-allowlist license(s); approved by GB exception 2022-04-12"
269269
},
270270
{
271271
"id": "exc-2022-04-12-003",
272272
"package": "github.com/hashicorp/raft",
273273
"license": "MPL-2.0",
274274
"approvedDate": "2022-04-12",
275275
"status": "approved",
276-
"comment": "not auto-allowlist because: Non-allowlist license(s); approved by GB exception 20212-04-12"
276+
"comment": "not auto-allowlist because: Non-allowlist license(s); approved by GB exception 2022-04-12"
277277
},
278278
{
279279
"id": "exc-2022-04-12-004",
280280
"package": "github.com/hashicorp/raft-boltdb",
281281
"license": "MPL-2.0",
282282
"approvedDate": "2022-04-12",
283283
"status": "approved",
284-
"comment": "not auto-allowlist because: Non-allowlist license(s); approved by GB exception 20212-04-12"
284+
"comment": "not auto-allowlist because: Non-allowlist license(s); approved by GB exception 2022-04-12"
285285
},
286286
{
287287
"id": "exc-2022-04-12-005",
288288
"package": "github.com/Microsoft/tslib",
289289
"license": "0BSD",
290290
"approvedDate": "2022-04-12",
291291
"status": "approved",
292-
"comment": "not auto-allowlist because: Non-allowlist license(s); approved by GB exception 20212-04-12"
292+
"comment": "not auto-allowlist because: Non-allowlist license(s); approved by GB exception 2022-04-12"
293293
},
294294
{
295295
"id": "exc-2022-04-12-006",

0 commit comments

Comments
 (0)