diff options
Diffstat (limited to 'scripts/build/source_tar')
-rwxr-xr-x | scripts/build/source_tar | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/scripts/build/source_tar b/scripts/build/source_tar index d21ad9c5c..cd0f39896 100755 --- a/scripts/build/source_tar +++ b/scripts/build/source_tar @@ -1,11 +1,12 @@ #!/bin/sh -# lh_source_tar(1) - build source tarball -# 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. +## 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. + set -e |