From 5f348674203b862ba003f30b618fd290393035e8 Mon Sep 17 00:00:00 2001 From: Tim Gross Date: Wed, 27 Aug 2025 14:15:24 -0400 Subject: [PATCH] build: fix copywrite configuration file syntax (#26644) Because the Enterprise code has a set of copywrite exclusion entries below the one listed here in CE, we need to make sure that the last CE line in the configuration file ends in a comma. --- .copywrite.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.copywrite.hcl b/.copywrite.hcl index c121d647a..0dcd50545 100644 --- a/.copywrite.hcl +++ b/.copywrite.hcl @@ -12,10 +12,10 @@ project { "command/agent/bindata_assetfs.go", "ui/node_modules", "pnpm-workspace.yaml", - "pnpm-lock.yaml" + "pnpm-lock.yaml", // Enterprise files do not fall under the open source licensing. CE-ENT // merge conflicts might happen here, please be sure to put new CE - // exceptions above this comment. + // exceptions above this comment and make sure they end with a trailing "," ] }