X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/8b645f0ed11c256edd214edc24732a1567742c75..372d8d466d78a89031d07323b898b4e0703336dc:/man/mh-chart-gen.sh diff --git a/man/mh-chart-gen.sh b/man/mh-chart-gen.sh index c59af2ae..712c6cc6 100755 --- a/man/mh-chart-gen.sh +++ b/man/mh-chart-gen.sh @@ -2,12 +2,16 @@ # # Generates mh-chart.man from other .man files that have a SYNOPSIS # section. +# +# This code is Copyright (c) 2012, by the authors of nmh. +# See the COPYRIGHT file in the root directory of the nmh +# distribution for complete copyright information. nmhmandir=`dirname $0` # The following ensures the generated date field in the manpage is divorced # from the local build environment when building distribution packages. -export LC_TIME=C +LC_TIME=C; export LC_TIME unset LANG datestamp=`date '+%B %d, %Y'`