summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog4
-rw-r--r--lib/printversion.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 8cac7afb..1fc1a38c 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,7 @@
+2017-05-05 Mark Wielaard <mark@klomp.org>
+
+ * printversion.c (print_version): Update copyright year.
+
2017-04-20 Ulf Hermann <ulf.hermann@qt.io>
* crc32.c: include config.h.
diff --git a/lib/printversion.c b/lib/printversion.c
index 4056b938..263c1060 100644
--- a/lib/printversion.c
+++ b/lib/printversion.c
@@ -1,5 +1,5 @@
/* Common argp_print_version_hook for all tools.
- Copyright (C) 2016 Red Hat, Inc.
+ Copyright (C) 2016, 2017 Red Hat, Inc.
This file is part of elfutils.
This file is free software; you can redistribute it and/or modify
@@ -41,5 +41,5 @@ print_version (FILE *stream, struct argp_state *state)
Copyright (C) %s The elfutils developers <%s>.\n\
This is free software; see the source for copying conditions. There is NO\n\
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
-"), "2016", PACKAGE_URL);
+"), "2017", PACKAGE_URL);
}