Skip to content

Commit

Permalink
chore: add copywrite config
Browse files Browse the repository at this point in the history
  • Loading branch information
jimlambrt committed Aug 28, 2023
1 parent 1f3296e commit fc871bc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .copywrite.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
schema_version = 1

project {
license = "BUSL-1.1"
copyright_year = 2023

header_ignore = [
".github/**",
"internal/coverage/**"
]
}
4 changes: 3 additions & 1 deletion coverage/cov-diff.sh
Original file line number Diff line number Diff line change
@@ -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!"
Expand Down

0 comments on commit fc871bc

Please sign in to comment.