Skip to content

Commit

Permalink
remove part of comment which is no longer relevant
Browse files Browse the repository at this point in the history
Signed-off-by: Spencer Schrock <[email protected]>
  • Loading branch information
spencerschrock committed Jun 6, 2024
1 parent b56174f commit 2ea480f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion checks/raw/license.go
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ func getSpdxID(matches []string) string {
// For the regex's 'un' will match the [pre|suf]Spdx
// regex group (just as it would match '0BSD'), but
// 'un' will not "hit" in the map with key 'Unlicense'
// so change to 'UN' for 'unlicense' for 'isLicenseFile()
if strings.EqualFold(id, "UN") {
id = "UNLICENSE"
}
Expand Down

0 comments on commit 2ea480f

Please sign in to comment.