aboutsummaryrefslogtreecommitdiff
path: root/.run_formal_checks.sh
diff options
context:
space:
mode:
authorChick Markley2020-09-16 18:52:16 -0700
committerGitHub2020-09-16 18:52:16 -0700
commitecb96e83324ea17cf38b7b90753d745d3c7f51bd (patch)
tree98b2aacab28edc29fadcf9d02b59848c4a9dc1ee /.run_formal_checks.sh
parent0c646459b52394e8a388143cee324b8af3dc7c09 (diff)
Change to Apache 2.0 License (#1901)
Diffstat (limited to '.run_formal_checks.sh')
-rwxr-xr-x.run_formal_checks.sh3
1 files changed, 3 insertions, 0 deletions
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