diff --git a/.copywrite.hcl b/.copywrite.hcl index 54845ca7a..653fc2e54 100644 --- a/.copywrite.hcl +++ b/.copywrite.hcl @@ -12,8 +12,8 @@ project { "command/agent/bindata_assetfs.go", "ui/node_modules", - // Enterprise files do not fall under the open source licensing. OSS-ENT - // merge conflicts might happen here, please be sure to put new OSS + // 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. ] } diff --git a/api/.copywrite.hcl b/api/.copywrite.hcl index c4b09f336..61b20a2c8 100644 --- a/api/.copywrite.hcl +++ b/api/.copywrite.hcl @@ -4,5 +4,9 @@ project { license = "MPL-2.0" copyright_year = 2024 - header_ignore = [] + header_ignore = [ + // 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. + ] } diff --git a/demo/.copywrite.hcl b/demo/.copywrite.hcl index c4b09f336..61b20a2c8 100644 --- a/demo/.copywrite.hcl +++ b/demo/.copywrite.hcl @@ -4,5 +4,9 @@ project { license = "MPL-2.0" copyright_year = 2024 - header_ignore = [] + header_ignore = [ + // 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. + ] } diff --git a/drivers/shared/.copywrite.hcl b/drivers/shared/.copywrite.hcl index c4b09f336..61b20a2c8 100644 --- a/drivers/shared/.copywrite.hcl +++ b/drivers/shared/.copywrite.hcl @@ -4,5 +4,9 @@ project { license = "MPL-2.0" copyright_year = 2024 - header_ignore = [] + header_ignore = [ + // 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. + ] } diff --git a/jobspec/.copywrite.hcl b/jobspec/.copywrite.hcl index c4b09f336..61b20a2c8 100644 --- a/jobspec/.copywrite.hcl +++ b/jobspec/.copywrite.hcl @@ -4,5 +4,9 @@ project { license = "MPL-2.0" copyright_year = 2024 - header_ignore = [] + header_ignore = [ + // 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. + ] } diff --git a/jobspec2/.copywrite.hcl b/jobspec2/.copywrite.hcl index c4b09f336..61b20a2c8 100644 --- a/jobspec2/.copywrite.hcl +++ b/jobspec2/.copywrite.hcl @@ -4,5 +4,9 @@ project { license = "MPL-2.0" copyright_year = 2024 - header_ignore = [] + header_ignore = [ + // 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. + ] } diff --git a/plugins/.copywrite.hcl b/plugins/.copywrite.hcl index c4b09f336..61b20a2c8 100644 --- a/plugins/.copywrite.hcl +++ b/plugins/.copywrite.hcl @@ -4,5 +4,9 @@ project { license = "MPL-2.0" copyright_year = 2024 - header_ignore = [] + header_ignore = [ + // 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. + ] }