From 5be407a42427a298cc00241f5d6bf67c9c7fa041 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Fri, 2 Jan 2015 07:42:15 -0600 Subject: [PATCH] move public domain to top, help automatic tools --- scripts/wrap-compiler-for-flag-check | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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