aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcov.c
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1999-01-30 11:58:05 -0700
committerJeff Law <law@gcc.gnu.org>1999-01-30 11:58:05 -0700
commita2f5e296c2e7a1f04267965f958d7f3ce3c4239b (patch)
treeaf1db4395c4e7c5b8d7ebb269f3a604cf60523d6 /gcc/gcov.c
parent726127a4f54125cd32cd6777b168e4e9fb33497a (diff)
downloadgcc-a2f5e296c2e7a1f04267965f958d7f3ce3c4239b.zip
gcc-a2f5e296c2e7a1f04267965f958d7f3ce3c4239b.tar.gz
gcc-a2f5e296c2e7a1f04267965f958d7f3ce3c4239b.tar.bz2
Copyright dates.
From-SVN: r24930
Diffstat (limited to 'gcc/gcov.c')
-rw-r--r--gcc/gcov.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcov.c b/gcc/gcov.c
index bc77e6c..cd77109 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.