summaryrefslogtreecommitdiffstats
path: root/src/ranlib.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2012-01-21 18:19:24 -0500
committerUlrich Drepper <drepper@gmail.com>2012-01-21 18:19:24 -0500
commit3a64a3087f53ab860c7de04da0e53dabef459520 (patch)
tree631ac65081e2f8654c1240ddb2b5c942abaf1646 /src/ranlib.c
parentc6b3d0c27833c8e0936cb6b8973e8578e3a9421f (diff)
downloadandroid_external_elfutils-3a64a3087f53ab860c7de04da0e53dabef459520.tar.gz
android_external_elfutils-3a64a3087f53ab860c7de04da0e53dabef459520.tar.bz2
android_external_elfutils-3a64a3087f53ab860c7de04da0e53dabef459520.zip
Update copyright year
Diffstat (limited to 'src/ranlib.c')
-rw-r--r--src/ranlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ranlib.c b/src/ranlib.c
index cf2f1270..d30fc320 100644
--- a/src/ranlib.c
+++ b/src/ranlib.c
@@ -137,7 +137,7 @@ print_version (FILE *stream, struct argp_state *state __attribute__ ((unused)))
Copyright (C) %s Red Hat, Inc.\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\
-"), "2009");
+"), "2012");
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
}