aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-02-23 17:02:51 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-02-23 17:02:51 +0000
commit2a9f2ad3a598ad316d84fa1b2e49033f7a9a2e00 (patch)
tree13802f4b6cfad2b93bd3260f83214665961c4bb2 /gcc
parentd38d600314548929b048f0b0219e2c5be13454c9 (diff)
downloadgcc-2a9f2ad3a598ad316d84fa1b2e49033f7a9a2e00.zip
gcc-2a9f2ad3a598ad316d84fa1b2e49033f7a9a2e00.tar.gz
gcc-2a9f2ad3a598ad316d84fa1b2e49033f7a9a2e00.tar.bz2
convert.c, [...]: Update copyright.
* convert.c, gcov-io.c, libgcov.c, sched-int.h, sibcall.c, config/rs6000/linux.h, config/rs6000/rs6000-c.c: Update copyright. From-SVN: r78318
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/config/rs6000/linux.h2
-rw-r--r--gcc/config/rs6000/rs6000-c.c2
-rw-r--r--gcc/convert.c2
-rw-r--r--gcc/gcov-io.c4
-rw-r--r--gcc/libgcov.c2
-rw-r--r--gcc/sched-int.h2
-rw-r--r--gcc/sibcall.c2
8 files changed, 14 insertions, 8 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index b556658..ff10b23 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2004-02-23 Kazu Hirata <kazu@cs.umass.edu>
+
+ * convert.c, gcov-io.c, libgcov.c, sched-int.h, sibcall.c,
+ config/rs6000/linux.h, config/rs6000/rs6000-c.c: Update
+ copyright.
+
2004-02-23 Andrew Pinski <pinskia@physics.uc.edu>
PR c/14156
diff --git a/gcc/config/rs6000/linux.h b/gcc/config/rs6000/linux.h
index eacfe1a..892785d 100644
--- a/gcc/config/rs6000/linux.h
+++ b/gcc/config/rs6000/linux.h
@@ -1,6 +1,6 @@
/* Definitions of target machine for GNU compiler,
for PowerPC machines running Linux.
- Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
+ Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
Free Software Foundation, Inc.
Contributed by Michael Meissner (meissner@cygnus.com).
diff --git a/gcc/config/rs6000/rs6000-c.c b/gcc/config/rs6000/rs6000-c.c
index 08e34af..5d36d5d 100644
--- a/gcc/config/rs6000/rs6000-c.c
+++ b/gcc/config/rs6000/rs6000-c.c
@@ -1,5 +1,5 @@
/* Subroutines for the C front end on the POWER and PowerPC architectures.
- Copyright (C) 2002, 2003
+ Copyright (C) 2002, 2003, 2004
Free Software Foundation, Inc.
Contributed by Zack Weinberg <zack@codesourcery.com>
diff --git a/gcc/convert.c b/gcc/convert.c
index 8fca415..9bb28aa 100644
--- a/gcc/convert.c
+++ b/gcc/convert.c
@@ -1,6 +1,6 @@
/* Utility routines for data type conversion for GCC.
Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1997, 1998,
- 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+ 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/gcov-io.c b/gcc/gcov-io.c
index 0349fb8..0f61ef0 100644
--- a/gcc/gcov-io.c
+++ b/gcc/gcov-io.c
@@ -1,6 +1,6 @@
/* File format for coverage information
- Copyright (C) 1996, 1997, 1998, 2000, 2002,
- 2003 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1997, 1998, 2000, 2002, 2003, 2004
+ Free Software Foundation, Inc.
Contributed by Bob Manson <manson@cygnus.com>.
Completely remangled by Nathan Sidwell <nathan@codesourcery.com>.
diff --git a/gcc/libgcov.c b/gcc/libgcov.c
index d5c97a2..d334502 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.
diff --git a/gcc/sched-int.h b/gcc/sched-int.h
index b53ae0a..c8f3994 100644
--- a/gcc/sched-int.h
+++ b/gcc/sched-int.h
@@ -1,7 +1,7 @@
/* Instruction scheduling pass. This file contains definitions used
internally in the scheduler.
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998,
- 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
+ 1999, 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/sibcall.c b/gcc/sibcall.c
index fc9a63f..facc9ac 100644
--- a/gcc/sibcall.c
+++ b/gcc/sibcall.c
@@ -1,5 +1,5 @@
/* Generic sibling call optimization support
- Copyright (C) 1999, 2000, 2001, 2002, 2003
+ Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
Free Software Foundation, Inc.
This file is part of GCC.