X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=manpages%2Fbin%2Fupdate-version.sh;h=0935d39e7285f526483c83a1caecd5527ac84be0;hb=ff77ad620812543c74c839b4126659b4290beb6c;hp=c549429468144843c393e522894c932b30932b93;hpb=202dc5012543bcfcc6b535b90ca1c652241f7eb2;p=live-boot-grml.git diff --git a/manpages/bin/update-version.sh b/manpages/bin/update-version.sh index c549429..0935d39 100755 --- a/manpages/bin/update-version.sh +++ b/manpages/bin/update-version.sh @@ -1,6 +1,7 @@ #!/bin/sh ## live-boot(7) - System Boot Components +## Copyright (C) 2016-2020 The Debian Live team ## Copyright (C) 2006-2015 Daniel Baumann ## ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING. @@ -25,7 +26,7 @@ for MANPAGE in en/* do SECTION="$(basename ${MANPAGE} | awk -F. '{ print $2 }')" - sed -i -e "s|^.TH.*$|.TH ${PROGRAM} ${SECTION} ${DATE} ${VERSION} \"Live Systems Project\"|" ${MANPAGE} + sed -i -e "s|^.TH.*$|.TH ${PROGRAM} ${SECTION} ${DATE} ${VERSION} \"Debian Live Project\"|" ${MANPAGE} done # European date format