From fc871bc220b96887cee12577d2fa226e335c748d Mon Sep 17 00:00:00 2001 From: Jim Date: Mon, 28 Aug 2023 13:31:59 -0400 Subject: [PATCH] chore: add copywrite config --- .copywrite.hcl | 11 +++++++++++ coverage/cov-diff.sh | 4 +++- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 .copywrite.hcl diff --git a/.copywrite.hcl b/.copywrite.hcl new file mode 100644 index 0000000..28451aa --- /dev/null +++ b/.copywrite.hcl @@ -0,0 +1,11 @@ +schema_version = 1 + +project { + license = "BUSL-1.1" + copyright_year = 2023 + + header_ignore = [ + ".github/**", + "internal/coverage/**" + ] +} \ No newline at end of file diff --git a/coverage/cov-diff.sh b/coverage/cov-diff.sh index bad6514..e22e3ca 100755 --- a/coverage/cov-diff.sh +++ b/coverage/cov-diff.sh @@ -1,5 +1,7 @@ #!/bin/bash - +# Copyright (c) HashiCorp, Inc. + # SPDX-License-Identifier: MPL-2.0 + # Check if the file exists if [ ! -f "$1" ]; then echo "File not found!"