summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominique Martinet <asmadeus@codewreck.org>2011-09-18 11:39:14 +0200
committerDominique Martinet <asmadeus@codewreck.org>2011-09-18 11:39:14 +0200
commitb5e6be27551e79730b2adf6903b9fa925451f7db (patch)
tree873040053b1b5459d2f1a0b0a319489ab98b08ef
parent5b201cf105869cff8b8a7e0655a6f4d26c5446d5 (diff)
license for autoconf script
-rw-r--r--autoconf2
1 files changed, 2 insertions, 0 deletions
diff --git a/autoconf b/autoconf
index cd707d2..a44a970 100644
--- a/autoconf
+++ b/autoconf
@@ -1,5 +1,7 @@
# This is the script that autoconfigures the vm descriptor.
# You can use the desc_update_setting-like functions and $VM_NAME
+# Copyright (C) 2011 Dominique Martinet <asmadeus@codewreck.org>
+# Published under the WTFPLv2 (see LICENSE)
IP=`host $VM_NAME|head -n 1|grep -o -e "[0-9.]*$"`