summaryrefslogtreecommitdiff
path: root/help2man.PL
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2020-03-15 22:09:59 +1100
committerBrendan O'Dea <bod@debian.org>2020-03-15 22:09:59 +1100
commit8cbc27555079da1c01ca7d96a9baea9f4e40e7a7 (patch)
tree5c88830a5b27c1578530b8985652ec28d977bff0 /help2man.PL
parent611b98db2ec993fab6fd957fca62beee3b803520 (diff)
downloadhelp2man-8cbc27555079da1c01ca7d96a9baea9f4e40e7a7.tar.gz
Bump version for release, update copyright 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 ba0864c..956a8bc 100755
--- a/help2man.PL
+++ b/help2man.PL
@@ -16,7 +16,7 @@ use 5.008;
use Config;
use Getopt::Long;
-my ($program, $version) = ('help2man', '1.47.12');
+my ($program, $version) = ('help2man', '1.47.13');
my %opts;
die "Usage: $0 [--quiet] [--stdout] [--with-gettext] [--name] [--version]\n"
@@ -62,7 +62,8 @@ 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 Free Software Foundation, Inc.
+# 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2020 Free Software
+# Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -163,7 +164,7 @@ 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 Free Software Foundation, Inc.
+2011, 2012, 2013, 2014, 2015, 2016, 2017, 2020 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.