From: Colin Clark Date: Sun, 16 Jan 2022 10:28:21 +0000 (+0000) Subject: Copyright year in man page X-Git-Tag: v1.7~1 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=49ff53a6f0833e23a9953c106a650d69fd441cbb Copyright year in man page Auto generate the current year for the man page --- diff --git a/scripts/generate-man-page.sh b/scripts/generate-man-page.sh index f89d7ed3..26efeff2 100755 --- a/scripts/generate-man-page.sh +++ b/scripts/generate-man-page.sh @@ -24,6 +24,7 @@ then fi options_file=$(mktemp) +year=$(date +"%Y") echo "[NAME] Geeqie - GTK based multiformat image viewer @@ -41,7 +42,7 @@ Full documentation: https://www.geeqie.org/help/GuideIndex.html Please send bug reports and feedback to https://github.com/BestImageViewer/geeqie/issues [COPYRIGHT] -Copyright (C) 1999-2004 by John Ellis. Copyright (C) 2004-2021 by The Geeqie Team. Use this software at your +Copyright (C) 1999-2004 by John Ellis. Copyright (C) 2004-$year by The Geeqie Team. Use this software at your own risk! This software released under the GNU General Public License. Please read the COPYING file for more information." > "$options_file"