diff --git a/.copywrite.hcl b/.copywrite.hcl new file mode 100644 index 0000000..77b12f3 --- /dev/null +++ b/.copywrite.hcl @@ -0,0 +1,11 @@ +schema_version = 1 + +project { + license = "MPL-2.0" + 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!"