summaryrefslogtreecommitdiff
path: root/macros/texinfo/texinfo/info/info.c
diff options
context:
space:
mode:
Diffstat (limited to 'macros/texinfo/texinfo/info/info.c')
-rw-r--r--macros/texinfo/texinfo/info/info.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/texinfo/texinfo/info/info.c b/macros/texinfo/texinfo/info/info.c
index 4d2137fda4..072782552b 100644
--- a/macros/texinfo/texinfo/info/info.c
+++ b/macros/texinfo/texinfo/info/info.c
@@ -1,6 +1,6 @@
/* info.c -- Display nodes of Info files in multiple windows.
- Copyright 1993-2019 Free Software Foundation, Inc.
+ Copyright 1993-2021 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
@@ -860,7 +860,7 @@ main (int argc, char *argv[])
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
This is free software: you are free to change and redistribute it.\n\
There is NO WARRANTY, to the extent permitted by law.\n"),
- "2019");
+ "2021");
exit (EXIT_SUCCESS);
}