summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xutil/getdefs1
-rwxr-xr-xutil/getenum1
-rwxr-xr-xutil/make-enum1
-rwxr-xr-xutil/make-mask1
-rwxr-xr-xutil/make-multiextractor1
-rwxr-xr-xutil/make-sym-extractor1
-rwxr-xr-xutil/what-architecture-am-i-using1
7 files changed, 7 insertions, 0 deletions
diff --git a/util/getdefs b/util/getdefs
index 869dff6..43c0d0d 100755
--- a/util/getdefs
+++ b/util/getdefs
@@ -1,4 +1,5 @@
#!/bin/sh
+# See LICENSE file for copyright and license details.
set -e
diff --git a/util/getenum b/util/getenum
index 84cb73e..343ce76 100755
--- a/util/getenum
+++ b/util/getenum
@@ -1,4 +1,5 @@
#!/bin/sh
+# See LICENSE file for copyright and license details.
set -e
diff --git a/util/make-enum b/util/make-enum
index 7b63e3c..962baba 100755
--- a/util/make-enum
+++ b/util/make-enum
@@ -1,4 +1,5 @@
#!/bin/sh
+# See LICENSE file for copyright and license details.
set -e
diff --git a/util/make-mask b/util/make-mask
index 1285f52..81e57a5 100755
--- a/util/make-mask
+++ b/util/make-mask
@@ -1,4 +1,5 @@
#!/bin/sh
+# See LICENSE file for copyright and license details.
set -e
diff --git a/util/make-multiextractor b/util/make-multiextractor
index 487162e..18285de 100755
--- a/util/make-multiextractor
+++ b/util/make-multiextractor
@@ -1,4 +1,5 @@
#!/bin/sh
+# See LICENSE file for copyright and license details.
set -e
diff --git a/util/make-sym-extractor b/util/make-sym-extractor
index 7fec6b8..6dfcfad 100755
--- a/util/make-sym-extractor
+++ b/util/make-sym-extractor
@@ -1,4 +1,5 @@
#!/bin/sh
+# See LICENSE file for copyright and license details.
set -e
diff --git a/util/what-architecture-am-i-using b/util/what-architecture-am-i-using
index e64d255..80841ff 100755
--- a/util/what-architecture-am-i-using
+++ b/util/what-architecture-am-i-using
@@ -1,4 +1,5 @@
#!/bin/sh
+# See LICENSE file for copyright and license details.
dir="$(dirname -- "$0")"