move public domain to top, help automatic tools

This commit is contained in:
Brent Cook 2015-01-02 07:42:15 -06:00
parent 813e7bdac1
commit 5be407a424

View File

@ -1,5 +1,8 @@
#!/bin/sh #!/bin/sh
# This file is in the public domain.
# https://github.com/kmcallister/autoharden/blob/c5c7842f39c2f8d19836bb5427d6479db4436d62/LICENSE
#
# From kmcallister: # From kmcallister:
# https://github.com/kmcallister/autoharden/blob/efaf5a16612589808c276a11536ea9a47071f74b/scripts/wrap-compiler-for-flag-check # 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 # Ideally the search string would also include 'clang: ' but this output might
# depend on clang's argv[0]. # depend on clang's argv[0].
# #
# This file is in the public domain.
set -o errexit set -o errexit
set -o nounset set -o nounset