summaryrefslogtreecommitdiff
path: root/help2man.PL
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2021-01-19 22:30:43 +1100
committerBrendan O'Dea <bod@debian.org>2021-01-19 22:30:43 +1100
commit7e65048958f80603e9f0dd47eec39acdab09e4c0 (patch)
treef2e3004886891fecfe6e567ceb523acfcb582336 /help2man.PL
parentb2198ce08c209d5645862eabf473d390afd0d938 (diff)
downloadhelp2man-7e65048958f80603e9f0dd47eec39acdab09e4c0.tar.gz
Update copywrite years
Diffstat (limited to 'help2man.PL')
-rwxr-xr-xhelp2man.PL7
1 files changed, 4 insertions, 3 deletions
diff --git a/help2man.PL b/help2man.PL
index 5c0d404..56e53a7 100755
--- a/help2man.PL
+++ b/help2man.PL
@@ -62,7 +62,7 @@ print OUT <<'!NO!SUBS!';
# Generate a short man page from --help and --version output.
# Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2009,
-# 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2020 Free Software
+# 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2020, 2021 Free Software
# Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
@@ -163,8 +163,9 @@ sub fix_italic_spacing;
my $version_info = enc_user sprintf _(<<'EOT'), $this_program, $this_version;
GNU %s %s
-Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2009, 2010,
-2011, 2012, 2013, 2014, 2015, 2016, 2017, 2020 Free Software Foundation, Inc.
+Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2009,
+2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2020, 2021 Free Software
+Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.