X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fgcov-dump.c;h=174a02daface999a79981c22c069c10bf7b0b9af;hb=db899978cbb5a0ffe7e7ddf741c5c61f949f28d2;hp=ae8504669fb36e4613c017a73def9654ae43ad29;hpb=44d32dba0a0cfd8b4956af9ef221e28d6b476c0a;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/gcov-dump.c b/gcc/gcov-dump.c index ae8504669fb..174a02dafac 100644 --- a/gcc/gcov-dump.c +++ b/gcc/gcov-dump.c @@ -1,5 +1,5 @@ /* Dump a gcov file, for debugging use. - Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 + Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. Contributed by Nathan Sidwell @@ -121,7 +121,7 @@ static void print_version (void) { printf ("gcov-dump %s%s\n", pkgversion_string, version_string); - printf ("Copyright (C) 2008 Free Software Foundation, Inc.\n"); + printf ("Copyright (C) 2009 Free Software Foundation, Inc.\n"); printf ("This is free software; see the source for copying conditions.\n" "There is NO warranty; not even for MERCHANTABILITY or \n" "FITNESS FOR A PARTICULAR PURPOSE.\n\n");