summaryrefslogtreecommitdiff
path: root/gcc/libgcov.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-02-23 17:02:51 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-02-23 17:02:51 +0000
commitf9b1fb17500f06cc22907e5fb48199fc6930125a (patch)
tree13802f4b6cfad2b93bd3260f83214665961c4bb2 /gcc/libgcov.c
parent8d5c9357afdf35a31a804610a161eadb97a4df95 (diff)
downloadgcc-f9b1fb17500f06cc22907e5fb48199fc6930125a.tar.gz
* convert.c, gcov-io.c, libgcov.c, sched-int.h, sibcall.c,
config/rs6000/linux.h, config/rs6000/rs6000-c.c: Update copyright. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78318 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/libgcov.c')
-rw-r--r--gcc/libgcov.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/libgcov.c b/gcc/libgcov.c
index d5c97a2854d..d3345024bcb 100644
--- a/gcc/libgcov.c
+++ b/gcc/libgcov.c
@@ -1,7 +1,7 @@
/* Routines required for instrumenting a program. */
/* Compile this one with gcc. */
/* Copyright (C) 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+ 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
This file is part of GCC.