Skip to content

Commit

Permalink
Add generated protobuf to runAnt accepted licenses
Browse files Browse the repository at this point in the history
Signed-off-by: Finn Carroll <carrofin@amazon.com>
  • Loading branch information
finnegancarroll committed Aug 27, 2024
1 parent 46907f7 commit 717da75
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ class LicenseHeadersTask extends AntTask {
licenseFamilyName: "Generated") {
// parsers generated by antlr
pattern(substring: "ANTLR GENERATED CODE")
// Protobuf
pattern(substring: "Generated by the protocol buffer compiler")
}

// Vendored Code
Expand Down

0 comments on commit 717da75

Please sign in to comment.