diff --git a/.copywrite.hcl b/.copywrite.hcl index 86fe885299..5c38a66df8 100644 --- a/.copywrite.hcl +++ b/.copywrite.hcl @@ -14,5 +14,13 @@ project { "website/prettier.config.js", "**/*_ent.*", "**/*_ent_test.*", + + # licensed under MPL - ignoring for now until the copywrite tool can support + # multiple licenses per repo. + "api/**", + "sdk/**", + "internal/proto/plugin/**", + "internal/proto/controller/custom_options/**", + "internal/proto/controller/api/**", ] }