From a5132e02852acb588aed46cbbb973bdf0f5308a6 Mon Sep 17 00:00:00 2001 From: Michele Degges Date: Tue, 26 Sep 2023 12:58:45 -0700 Subject: [PATCH] Update .copywrite.hcl (#3775) Ignores the directories licensed under MPL --- .copywrite.hcl | 8 ++++++++ 1 file changed, 8 insertions(+) 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/**", ] }