diff options
Diffstat (limited to 'functions/man.sh')
-rwxr-xr-x | functions/man.sh | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/functions/man.sh b/functions/man.sh index c01cf1b5a..672ed7bc3 100755 --- a/functions/man.sh +++ b/functions/man.sh @@ -1,11 +1,12 @@ #!/bin/sh -# man.sh - print man information -# 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. + Man () { |