Skip to content

Commit b4cdc9d

Browse files
committed
add busl license header to mdx migration script (#163)
1 parent b91a8da commit b4cdc9d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/update-mdx-files.sh

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/bash
2+
# Copyright (c) HashiCorp, Inc.
3+
# SPDX-License-Identifier: BUSL-1.1
24

35
# Check if a path was provided
46
if [ -z "$1" ]; then

0 commit comments

Comments
 (0)