diff options
author | Michael Meissner <meissner@gcc.gnu.org> | 1998-10-12 13:51:07 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 1998-10-12 13:51:07 +0000 |
commit | 2595d66b99063819f62f9bb5bfd57a96ff560024 (patch) | |
tree | 9306f69de4864dcd569ea6f34d45e8d9b6563a85 /gcc/gcov.c | |
parent | e4de5a1022973b0fffdecfc2931fc6ec0f235784 (diff) | |
download | gcc-2595d66b99063819f62f9bb5bfd57a96ff560024.zip gcc-2595d66b99063819f62f9bb5bfd57a96ff560024.tar.gz gcc-2595d66b99063819f62f9bb5bfd57a96ff560024.tar.bz2 |
update copyright
From-SVN: r23026
Diffstat (limited to 'gcc/gcov.c')
-rw-r--r-- | gcc/gcov.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ /* Gcov.c: prepend line execution counts and branch probabilities to a source file. - Copyright (C) 1990, 91, 92, 93, 94, 96, 1997 Free Software Foundation, Inc. + Copyright (C) 1990, 91, 92, 93, 94, 96, 97, 1998 Free Software Foundation, Inc. Contributed by James E. Wilson of Cygnus Support. Mangled by Bob Manson of Cygnus Support. |