diff options
author | Joseph Myers <joseph@codesourcery.com> | 2006-01-21 18:22:19 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2006-01-21 18:22:19 +0000 |
commit | a6d6c2c0e61a1f023ce17e81208318210baa5108 (patch) | |
tree | 56cc98a51ecbab43f9ec2dba6ef0a76a72839b39 /gcc/gcov.c | |
parent | a55b8e1826cd3c5e399fdcb4802f1603e49f8ba9 (diff) | |
download | gcc-a6d6c2c0e61a1f023ce17e81208318210baa5108.zip gcc-a6d6c2c0e61a1f023ce17e81208318210baa5108.tar.gz gcc-a6d6c2c0e61a1f023ce17e81208318210baa5108.tar.bz2 |
gcov.c (print_version), [...]): Update copyright notice dates.
* gcov.c (print_version), gcov-dump.c (print_version),
mips-tdump.c (main), mips-tfile.c (main): Update copyright notice
dates.
fortran:
* gfortranspec.c (lang_specific_driver): Update copyright notice
date.
java: * jv-scan.c (version), jcf-dump.c (version), gjavah.c (version):
Update copyright notice dates.
treelang:
* spec.c (lang_specific_driver): Update copyright notice date.
From-SVN: r110069
Diffstat (limited to 'gcc/gcov.c')
-rw-r--r-- | gcc/gcov.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ /* Gcov.c: prepend line execution counts and branch probabilities to a source file. - Copyright (C) 1990, 1991, 1992, 1993, 1994, 1996, 1997, 1998, - 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 1990, 1991, 1992, 1993, 1994, 1996, 1997, 1998, 1999, + 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. Contributed by James E. Wilson of Cygnus Support. Mangled by Bob Manson of Cygnus Support. Mangled further by Nathan Sidwell <nathan@codesourcery.com> @@ -411,7 +411,7 @@ static void print_version (void) { fnotice (stdout, "gcov (GCC) %s\n", version_string); - fprintf (stdout, "Copyright %s 2004 Free Software Foundation, Inc.\n", + fprintf (stdout, "Copyright %s 2006 Free Software Foundation, Inc.\n", _("(C)")); fnotice (stdout, _("This is free software; see the source for copying conditions.\n" |