copywrite: add placeholder for OSS/ENT ignore split. (#17965)

This commit is contained in:
James Rasell
2023-07-19 11:29:06 +01:00
committed by GitHub
parent 3a687930bd
commit 3abb1124c3

View File

@@ -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.
]
}