From 49ff53a6f0833e23a9953c106a650d69fd441cbb Mon Sep 17 00:00:00 2001 From: Colin Clark Date: Sun, 16 Jan 2022 10:28:21 +0000 Subject: [PATCH] Copyright year in man page Auto generate the current year for the man page --- scripts/generate-man-page.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- 2.20.1