diff --git a/.copywrite.hcl b/.copywrite.hcl index 7c54610b04..5f27fbf8a9 100644 --- a/.copywrite.hcl +++ b/.copywrite.hcl @@ -8,7 +8,9 @@ project { # Supports doublestar glob patterns for more flexibility in defining which # files or folders should be ignored header_ignore = [ - # "vendors/**", - # "**autogen**", + # Forked and modified UI libs + "ui/packages/consul-ui/app/utils/dom/event-target/**", + "ui/packages/consul-ui/lib/rehype-prism/**", + "ui/packages/consul-ui/lib/block-slots/**", ] } diff --git a/ui/packages/consul-acls/app/components/consul/acl/selector/index.hbs b/ui/packages/consul-acls/app/components/consul/acl/selector/index.hbs index f5e6bae348..afee096263 100644 --- a/ui/packages/consul-acls/app/components/consul/acl/selector/index.hbs +++ b/ui/packages/consul-acls/app/components/consul/acl/selector/index.hbs @@ -1,3 +1,8 @@ +{{! + Copyright (c) HashiCorp, Inc. + SPDX-License-Identifier: MPL-2.0 +}} +