From 3a64a3087f53ab860c7de04da0e53dabef459520 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 21 Jan 2012 18:19:24 -0500 Subject: Update copyright year --- src/objdump.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/objdump.c') diff --git a/src/objdump.c b/src/objdump.c index e683a29f..e2fcfbf1 100644 --- a/src/objdump.c +++ b/src/objdump.c @@ -1,5 +1,5 @@ /* Print information from ELF file in human-readable form. - Copyright (C) 2005, 2006, 2007, 2009, 2011 Red Hat, Inc. + Copyright (C) 2005, 2006, 2007, 2009, 2011, 2012 Red Hat, Inc. This file is part of Red Hat elfutils. Written by Ulrich Drepper , 2005. @@ -190,7 +190,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\ -"), "2011"); +"), "2012"); fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper"); } -- cgit v1.2.1