commit: 97f31072ce22e381b4fff3f8da74de1a2f5aebbd
parent 2823e1632512b51bad7a92c3081bdb16b8856aad
Author: Gábor Stefanik <netrolller.3d@gmail.com>
Date: Sat, 23 Dec 2023 07:30:11 +0100
Add license information to break.sh
Not that it's exactly copyrightable, being just "exit 0", but linter complains about it.
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/steps/jump/break.sh b/steps/jump/break.sh
@@ -1 +1,7 @@
+#!/bin/bash
+#
+# SPDX-FileCopyrightText: 2023 Gábor Stefanik <netrolller.3d@gmail.com>
+#
+# SPDX-License-Identifier: GPL-3.0-or-later
+
exit 0