X-Git-Url: https://gitweb.dragonflybsd.org/~polachok/dragonfly.git/blobdiff_plain/144812d8c03dff8dba6ac3d0c622ccbff87024d4..1378ea41ccecbea1d5148234c9b6bac3c6147143:/contrib/gcc-3.4/gcc/gcov-dump.c diff --git a/contrib/gcc-3.4/gcc/gcov-dump.c b/contrib/gcc-3.4/gcc/gcov-dump.c index e0115622ab..7e3921a63d 100644 --- a/contrib/gcc-3.4/gcc/gcov-dump.c +++ b/contrib/gcc-3.4/gcc/gcov-dump.c @@ -1,5 +1,5 @@ /* Dump a gcov file, for debugging use. - Copyright (C) 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2006 Free Software Foundation, Inc. Contributed by Nathan Sidwell Gcov is free software; you can redistribute it and/or modify @@ -118,7 +118,7 @@ static void print_version (void) { printf ("gcov-dump (GCC) %s\n", version_string); - printf ("Copyright (C) 2003 Free Software Foundation, Inc.\n"); + printf ("Copyright (C) 2006 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");