From ecb96e83324ea17cf38b7b90753d745d3c7f51bd Mon Sep 17 00:00:00 2001 From: Chick Markley Date: Wed, 16 Sep 2020 18:52:16 -0700 Subject: Change to Apache 2.0 License (#1901) --- .run_formal_checks.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to '.run_formal_checks.sh') diff --git a/.run_formal_checks.sh b/.run_formal_checks.sh index 1caa2297..f5ffec25 100755 --- a/.run_formal_checks.sh +++ b/.run_formal_checks.sh @@ -1,4 +1,7 @@ #!/usr/bin/env bash + +# SPDX-License-Identifier: Apache-2.0 + set -e if [ $# -ne 1 ]; then -- cgit v1.2.3