diff options
author | Daniel Baumann <daniel@debian.org> | 2010-09-02 13:12:37 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:18 +0100 |
commit | 4d22ca948ad3def3f98fd89d32bf2ba8209460fd (patch) | |
tree | 498efe572298a2bed6dcac7a007c1d3379fdbaee /functions/common.sh | |
parent | 45e1f443ac1eaa8fcd8aa53923cb4cc7a7fdd216 (diff) | |
download | vyos-live-build-4d22ca948ad3def3f98fd89d32bf2ba8209460fd.tar.gz vyos-live-build-4d22ca948ad3def3f98fd89d32bf2ba8209460fd.zip |
Updating copyright headers for live-build.
Diffstat (limited to 'functions/common.sh')
-rwxr-xr-x | functions/common.sh | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/functions/common.sh b/functions/common.sh index 7d3331028..2f95fe4c2 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 }')" |