summaryrefslogtreecommitdiff
path: root/lib/version-etc.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2021-01-01 07:28:52 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2020-12-31 23:30:01 -0800
commit4b948321967ac9215b03d9a00931ba6f33f616f9 (patch)
tree741c0c2c818bf3fe57dac4b7ee9f948f60839e57 /lib/version-etc.c
parente0f5efe219d3afeb067e714da089a6ae936182b7 (diff)
downloadgnulib-4b948321967ac9215b03d9a00931ba6f33f616f9.tar.gz
maint: run 'make update-copyright'
Diffstat (limited to 'lib/version-etc.c')
-rw-r--r--lib/version-etc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/version-etc.c b/lib/version-etc.c
index 506f0175e7..525691d991 100644
--- a/lib/version-etc.c
+++ b/lib/version-etc.c
@@ -1,5 +1,5 @@
/* Print --version and bug-reporting information in a consistent format.
- Copyright (C) 1999-2020 Free Software Foundation, Inc.
+ Copyright (C) 1999-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
@@ -37,7 +37,7 @@
# define PACKAGE PACKAGE_TARNAME
#endif
-enum { COPYRIGHT_YEAR = 2020 };
+enum { COPYRIGHT_YEAR = 2021 };
/* The three functions below display the --version information the
standard way.