diff options
author | Brent Cook <bcook@openbsd.org> | 2015-01-02 07:42:15 -0600 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-01-02 07:42:15 -0600 |
commit | 5be407a42427a298cc00241f5d6bf67c9c7fa041 (patch) | |
tree | 778e389d7985b7dc9fa01ae6e83b8d2bf771d10d | |
parent | 813e7bdac1308a39be89eba7eb02063970f795b3 (diff) | |
download | portable-5be407a42427a298cc00241f5d6bf67c9c7fa041.tar.gz portable-5be407a42427a298cc00241f5d6bf67c9c7fa041.tar.bz2 portable-5be407a42427a298cc00241f5d6bf67c9c7fa041.zip |
move public domain to top, help automatic tools
-rwxr-xr-x | scripts/wrap-compiler-for-flag-check | 4 |
1 files changed, 3 insertions, 1 deletions
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 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | # This file is in the public domain. | ||
4 | # https://github.com/kmcallister/autoharden/blob/c5c7842f39c2f8d19836bb5427d6479db4436d62/LICENSE | ||
5 | # | ||
3 | # From kmcallister: | 6 | # From kmcallister: |
4 | # https://github.com/kmcallister/autoharden/blob/efaf5a16612589808c276a11536ea9a47071f74b/scripts/wrap-compiler-for-flag-check | 7 | # https://github.com/kmcallister/autoharden/blob/efaf5a16612589808c276a11536ea9a47071f74b/scripts/wrap-compiler-for-flag-check |
5 | 8 | ||
@@ -10,7 +13,6 @@ | |||
10 | # Ideally the search string would also include 'clang: ' but this output might | 13 | # Ideally the search string would also include 'clang: ' but this output might |
11 | # depend on clang's argv[0]. | 14 | # depend on clang's argv[0]. |
12 | # | 15 | # |
13 | # This file is in the public domain. | ||
14 | set -o errexit | 16 | set -o errexit |
15 | set -o nounset | 17 | set -o nounset |
16 | 18 | ||