From 3abb1124c32c0e34c592aaace36d907daf54c063 Mon Sep 17 00:00:00 2001 From: James Rasell Date: Wed, 19 Jul 2023 11:29:06 +0100 Subject: [PATCH] copywrite: add placeholder for OSS/ENT ignore split. (#17965) --- .copywrite.hcl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.copywrite.hcl b/.copywrite.hcl index 900965d62..d3bf61e6d 100644 --- a/.copywrite.hcl +++ b/.copywrite.hcl @@ -7,5 +7,8 @@ project { header_ignore = [ "command/asset/*.hcl", "command/agent/bindata_assetfs.go", + // Enterprise files do not fall under the open source licensing. OSS-ENT + // merge conflicts might happen here, please be sure to put new OSS + // exceptions above this comment. ] }