move public domain to top, help automatic tools
This commit is contained in:
parent
813e7bdac1
commit
5be407a424
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user