Fix some tests.
[lightning.git] / version.sh
index d17f361c76dfb10c546a01cbde49f7537f8a3ce4..2f8ad548b8d85baf78c3abea7a12e21cd798c5ce 100755 (executable)
@@ -1,4 +1,9 @@
 #!/bin/bash
+
+# Copyright (C) The Lightning Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 set -e -o pipefail
 echo -n "0.0.0"
 echo -n "+$(git log -n1 --format=%h)"