diff options
author | meissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-10-12 13:51:07 +0000 |
---|---|---|
committer | meissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-10-12 13:51:07 +0000 |
commit | ea4871c0801ea739e00dee275b8678aae16c9841 (patch) | |
tree | 9306f69de4864dcd569ea6f34d45e8d9b6563a85 /gcc/gcov.c | |
parent | f1f551668dfa1dd59c964bde528088c820fa99e5 (diff) | |
download | gcc-ea4871c0801ea739e00dee275b8678aae16c9841.tar.gz |
update copyright
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23026 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gcov.c')
-rw-r--r-- | gcc/gcov.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcov.c b/gcc/gcov.c index 501c81befb5..4fecf0012eb 100644 --- a/gcc/gcov.c +++ b/gcc/gcov.c @@ -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. |