summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2020-01-01 09:33:03 -0800
committerJim Meyering <meyering@fb.com>2020-01-01 09:33:03 -0800
commit351f87d0c4b97eb48bcc28585a926045b437ab4e (patch)
treea32a8c3e2542aa7ac8f82cbfe7eaaee2be3dabd5 /man
parentdb5ff0eb0a8ebfa040b07b80b3aebb8d335ea3f9 (diff)
downloaddiffutils-351f87d0c4b97eb48bcc28585a926045b437ab4e.tar.gz
maint: update all copyright year number ranges
Run "make update-copyright" and then... * gnulib: Update to latest with copyright year adjusted. * tests/init.sh: Sync with gnulib to pick up copyright year. * bootstrap: Likewise.
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.am2
-rwxr-xr-xman/help2man2
2 files changed, 2 insertions, 2 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index 88c5623..dfaa883 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -1,6 +1,6 @@
# Automakefile for GNU diffutils man pages
-# Copyright (C) 2002, 2009-2013, 2015-2019 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2009-2013, 2015-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
diff --git a/man/help2man b/man/help2man
index 72c00a8..a5709b3 100755
--- a/man/help2man
+++ b/man/help2man
@@ -1,7 +1,7 @@
#!/usr/bin/perl -w
# Generate a short man page from --help and --version output.
-# Copyright (C) 1997-2005, 2009-2011, 2013, 2015-2019 Free Software Foundation,
+# Copyright (C) 1997-2005, 2009-2011, 2013, 2015-2020 Free Software Foundation,
# Inc.
# This program is free software; you can redistribute it and/or modify