summaryrefslogtreecommitdiff
path: root/functions/common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'functions/common.sh')
-rwxr-xr-xfunctions/common.sh16
1 files changed, 8 insertions, 8 deletions
diff --git a/functions/common.sh b/functions/common.sh
index 7d33310..2f95fe4 100755
--- a/functions/common.sh
+++ b/functions/common.sh
@@ -1,13 +1,13 @@
#!/bin/sh
-# common.sh - common things for all live-helpers
-# Copyright (C) 2006-2010 Daniel Baumann <daniel@debian.org>
-#
-# live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
-# This is free software, and you are welcome to redistribute it
-# under certain conditions; see COPYING for details.
-
-PROGRAM="$(basename ${0})"
+## live-build(7) - System Build Scripts
+## Copyright (C) 2006-2010 Daniel Baumann <daniel@debian.org>
+##
+## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
+## This is free software, and you are welcome to redistribute it
+## under certain conditions; see COPYING for details.
+
+
PACKAGE="live-helper"
VERSION="2.0~a23-1"
CONFIG_VERSION="$(echo ${VERSION} | awk -F- '{ print $1 }')"