aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcov.c
diff options
context:
space:
mode:
authorMichael Meissner <meissner@gcc.gnu.org>1998-10-12 13:51:07 +0000
committerMichael Meissner <meissner@gcc.gnu.org>1998-10-12 13:51:07 +0000
commit2595d66b99063819f62f9bb5bfd57a96ff560024 (patch)
tree9306f69de4864dcd569ea6f34d45e8d9b6563a85 /gcc/gcov.c
parente4de5a1022973b0fffdecfc2931fc6ec0f235784 (diff)
downloadgcc-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcov.c b/gcc/gcov.c
index 501c81b..4fecf00 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.