aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-01-02 07:42:15 -0600
committerBrent Cook <bcook@openbsd.org>2015-01-02 07:42:15 -0600
commit5be407a42427a298cc00241f5d6bf67c9c7fa041 (patch)
tree778e389d7985b7dc9fa01ae6e83b8d2bf771d10d
parent813e7bdac1308a39be89eba7eb02063970f795b3 (diff)
downloadportable-5be407a42427a298cc00241f5d6bf67c9c7fa041.tar.gz
portable-5be407a42427a298cc00241f5d6bf67c9c7fa041.tar.bz2
portable-5be407a42427a298cc00241f5d6bf67c9c7fa041.zip
move public domain to top, help automatic tools
-rwxr-xr-xscripts/wrap-compiler-for-flag-check4
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.
14set -o errexit 16set -o errexit
15set -o nounset 17set -o nounset
16 18