diff --git a/scripts/wrap-compiler-for-flag-check b/scripts/wrap-compiler-for-flag-check index ee1100c..b014f11 100755 --- a/scripts/wrap-compiler-for-flag-check +++ b/scripts/wrap-compiler-for-flag-check @@ -1,5 +1,8 @@ #!/bin/sh +# This file is in the public domain. +# https://github.com/kmcallister/autoharden/blob/c5c7842f39c2f8d19836bb5427d6479db4436d62/LICENSE +# # From kmcallister: # https://github.com/kmcallister/autoharden/blob/efaf5a16612589808c276a11536ea9a47071f74b/scripts/wrap-compiler-for-flag-check @@ -10,7 +13,6 @@ # Ideally the search string would also include 'clang: ' but this output might # depend on clang's argv[0]. # -# This file is in the public domain. set -o errexit set -o nounset