diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-01-30 18:58:05 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-01-30 18:58:05 +0000 |
commit | ab65399b4c8e0f7ab9e88b3b64bbb37d537882ed (patch) | |
tree | af1db4395c4e7c5b8d7ebb269f3a604cf60523d6 /gcc/gcov.c | |
parent | d79997ffbdaff189a4788eaf327237002e049e6f (diff) | |
download | gcc-ab65399b4c8e0f7ab9e88b3b64bbb37d537882ed.tar.gz |
Copyright dates.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24930 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 bc77e6c5dde..cd77109fde0 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, 1998 Free Software Foundation, Inc. + Copyright (C) 1990, 91-94, 96, 97, 98, 1999 Free Software Foundation, Inc. Contributed by James E. Wilson of Cygnus Support. Mangled by Bob Manson of Cygnus Support. |