From: Jan Kiszka <
jan.k...@siemens.com>
Primary authorship is with Claudius according to git log.
Signed-off-by: Jan Kiszka <
jan.k...@siemens.com>
---
.travis-build.sh | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/.travis-build.sh b/.travis-build.sh
index 12e75df..3a03b8f 100755
--- a/.travis-build.sh
+++ b/.travis-build.sh
@@ -1,4 +1,15 @@
#!/bin/bash
+#
+# EFI Boot Guard
+#
+# Copyright (c) Siemens AG, 2017
+#
+# Authors:
+# Claudius Heine <
c...@denx.de>
+#
+# This work is licensed under the terms of the GNU GPL, version 2. See
+# the COPYING file in the top-level directory.
+#
set -euo pipefail
@@ -158,4 +169,3 @@ case "$TARGET_EFFECTIVE" in
exit -1
;;
esac
-