Skip to content

Commit

Permalink
Update license-checker.cfg with updated license names
Browse files Browse the repository at this point in the history
The golang license library that license-checker uses changed the naming of `Apache-2.0-Header` to `Apache-2.0`.

Update the config to match this change
  • Loading branch information
ben-clayton authored and dneto0 committed Apr 21, 2021
1 parent 3fe94c6 commit a07b2fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions license-checker.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"licenses": [ "Apache-2.0-Header" ],
"licenses": [ "Apache-2.0" ],
"paths": [
{
"exclude": [
Expand Down Expand Up @@ -33,4 +33,4 @@
{ "include": [ "utils/git-sync-deps" ] }
]
}
]
]

0 comments on commit a07b2fd

Please sign in to comment.