This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[patch] gcc, cp: Update copyright.
- From: Kazu Hirata <kazu at cs dot umass dot edu>
- To: gcc-patches at gcc dot gnu dot org
- Date: Wed, 18 Feb 2004 10:05:23 -0500 (EST)
- Subject: [patch] gcc, cp: Update copyright.
Hi,
Committed as obvious.
Kazu Hirata
gcc/
2004-02-18 Kazu Hirata <kazu@cs.umass.edu>
* cfgloop.h, cfgloopanal.c, cpplex.c, except.h, loop-init.c,
loop-unroll.c, scan-decls.c, scan.h, stor-layout.c,
xcoffout.c, xcoffout.h, config/arm/mmintrin.h,
config/mips/linux64.h, config/pa/pa-64.h,
config/rs6000/aix51.h, config/rs6000/aix52.h,
config/rs6000/spe.md, config/sparc/linux.h,
config/sparc/linux64.h: Update copyright.
gcc/cp/
2004-02-18 Kazu Hirata <kazu@cs.umass.edu>
* cp-tree.def, cvt.c: Update copyright.
Index: cfgloop.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/cfgloop.h,v
retrieving revision 1.13
diff -u -r1.13 cfgloop.h
--- cfgloop.h 17 Feb 2004 16:41:43 -0000 1.13
+++ cfgloop.h 18 Feb 2004 15:01:12 -0000
@@ -1,5 +1,5 @@
/* Natural loop functions
- Copyright (C) 1987, 1997, 1998, 1999, 2000, 2001, 2002, 2003
+ Copyright (C) 1987, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
Free Software Foundation, Inc.
This file is part of GCC.
Index: cfgloopanal.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/cfgloopanal.c,v
retrieving revision 1.19
diff -u -r1.19 cfgloopanal.c
--- cfgloopanal.c 13 Feb 2004 11:19:09 -0000 1.19
+++ cfgloopanal.c 18 Feb 2004 15:01:13 -0000
@@ -1,5 +1,5 @@
/* Natural loop analysis code for GNU compiler.
- Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
This file is part of GCC.
Index: cpplex.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/cpplex.c,v
retrieving revision 1.251
diff -u -r1.251 cpplex.c
--- cpplex.c 11 Feb 2004 15:29:24 -0000 1.251
+++ cpplex.c 18 Feb 2004 15:01:14 -0000
@@ -1,5 +1,5 @@
/* CPP Library - lexical analysis.
- Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+ Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
Contributed by Per Bothner, 1994-95.
Based on CCCP program by Paul Rubin, June 1986
Adapted to ANSI C, Richard Stallman, Jan 1987
Index: except.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/except.h,v
retrieving revision 1.73
diff -u -r1.73 except.h
--- except.h 9 Feb 2004 21:18:45 -0000 1.73
+++ except.h 18 Feb 2004 15:01:14 -0000
@@ -1,5 +1,5 @@
/* Exception Handling interface routines.
- 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 Mike Stump <mrs@cygnus.com>.
Index: loop-init.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/loop-init.c,v
retrieving revision 1.8
diff -u -r1.8 loop-init.c
--- loop-init.c 17 Feb 2004 16:41:43 -0000 1.8
+++ loop-init.c 18 Feb 2004 15:01:14 -0000
@@ -1,5 +1,5 @@
/* Loop optimizer initialization routines.
- Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
This file is part of GCC.
Index: loop-unroll.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/loop-unroll.c,v
retrieving revision 1.14
diff -u -r1.14 loop-unroll.c
--- loop-unroll.c 17 Feb 2004 16:41:43 -0000 1.14
+++ loop-unroll.c 18 Feb 2004 15:01:15 -0000
@@ -1,5 +1,5 @@
/* Loop unrolling and peeling.
- Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
This file is part of GCC.
Index: scan-decls.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/scan-decls.c,v
retrieving revision 1.34
diff -u -r1.34 scan-decls.c
--- scan-decls.c 14 Feb 2004 17:40:52 -0000 1.34
+++ scan-decls.c 18 Feb 2004 15:01:15 -0000
@@ -1,6 +1,6 @@
/* scan-decls.c - Extracts declarations from cpp output.
Copyright (C) 1993, 1995, 1997, 1998,
- 1999, 2000, 2003 Free Software Foundation, Inc.
+ 1999, 2000, 2003, 2004 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Index: scan.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/scan.h,v
retrieving revision 1.21
diff -u -r1.21 scan.h
--- scan.h 14 Feb 2004 17:40:52 -0000 1.21
+++ scan.h 18 Feb 2004 15:01:15 -0000
@@ -1,5 +1,5 @@
/* scan.h - Utility declarations for scan-decls and fix-header programs.
- Copyright (C) 1993, 1998, 1999, 2003 Free Software Foundation, Inc.
+ Copyright (C) 1993, 1998, 1999, 2003, 2004 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Index: stor-layout.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/stor-layout.c,v
retrieving revision 1.176
diff -u -r1.176 stor-layout.c
--- stor-layout.c 17 Feb 2004 16:41:43 -0000 1.176
+++ stor-layout.c 18 Feb 2004 15:01:16 -0000
@@ -1,6 +1,6 @@
/* C-compiler utilities for types and variables storage layout
Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1996, 1998,
- 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+ 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
This file is part of GCC.
Index: xcoffout.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/xcoffout.c,v
retrieving revision 1.40
diff -u -r1.40 xcoffout.c
--- xcoffout.c 13 Feb 2004 18:24:06 -0000 1.40
+++ xcoffout.c 18 Feb 2004 15:01:17 -0000
@@ -1,5 +1,5 @@
/* Output xcoff-format symbol table information from GNU compiler.
- Copyright (C) 1992, 1994, 1995, 1997, 1998, 1999, 2000, 2002, 2003
+ Copyright (C) 1992, 1994, 1995, 1997, 1998, 1999, 2000, 2002, 2003, 2004
Free Software Foundation, Inc.
This file is part of GCC.
Index: xcoffout.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/xcoffout.h,v
retrieving revision 1.22
diff -u -r1.22 xcoffout.h
--- xcoffout.h 12 Feb 2004 21:42:26 -0000 1.22
+++ xcoffout.h 18 Feb 2004 15:01:17 -0000
@@ -1,6 +1,6 @@
/* XCOFF definitions. These are needed in dbxout.c, final.c,
and xcoffout.h.
- Copyright (C) 1998, 2000, 2002, 2003
+ Copyright (C) 1998, 2000, 2002, 2003, 2004
Free Software Foundation, Inc.
This file is part of GCC.
Index: config/arm/mmintrin.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/arm/mmintrin.h,v
retrieving revision 1.2
diff -u -r1.2 mmintrin.h
--- config/arm/mmintrin.h 13 Feb 2004 21:49:26 -0000 1.2
+++ config/arm/mmintrin.h 18 Feb 2004 15:01:18 -0000
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+/* Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
This file is part of GCC.
Index: config/mips/linux64.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/mips/linux64.h,v
retrieving revision 1.6
diff -u -r1.6 linux64.h
--- config/mips/linux64.h 11 Feb 2004 10:15:16 -0000 1.6
+++ config/mips/linux64.h 18 Feb 2004 15:01:18 -0000
@@ -1,6 +1,6 @@
/* Definitions for MIPS running Linux-based GNU systems with ELF format
using n32/64 abi.
- Copyright 2002, 2003 Free Software Foundation, Inc.
+ Copyright 2002, 2003, 2004 Free Software Foundation, Inc.
This file is part of GCC.
Index: config/pa/pa-64.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/pa/pa-64.h,v
retrieving revision 1.15
diff -u -r1.15 pa-64.h
--- config/pa/pa-64.h 7 Feb 2004 17:06:21 -0000 1.15
+++ config/pa/pa-64.h 18 Feb 2004 15:01:18 -0000
@@ -1,6 +1,6 @@
/* Definitions of target machine for GNU compiler, for HPs using the
64bit runtime model.
- Copyright (C) 1999, 2000, 2003 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2000, 2003, 2004 Free Software Foundation, Inc.
This file is part of GCC.
Index: config/rs6000/aix51.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/rs6000/aix51.h,v
retrieving revision 1.21
diff -u -r1.21 aix51.h
--- config/rs6000/aix51.h 7 Feb 2004 17:06:22 -0000 1.21
+++ config/rs6000/aix51.h 18 Feb 2004 15:01:18 -0000
@@ -1,6 +1,6 @@
/* Definitions of target machine for GNU compiler,
for IBM RS/6000 POWER running AIX V5.
- Copyright (C) 2001, 2003 Free Software Foundation, Inc.
+ Copyright (C) 2001, 2003, 2004 Free Software Foundation, Inc.
Contributed by David Edelsohn (edelsohn@gnu.org).
This file is part of GCC.
Index: config/rs6000/aix52.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/rs6000/aix52.h,v
retrieving revision 1.6
diff -u -r1.6 aix52.h
--- config/rs6000/aix52.h 7 Feb 2004 17:06:22 -0000 1.6
+++ config/rs6000/aix52.h 18 Feb 2004 15:01:18 -0000
@@ -1,6 +1,6 @@
/* Definitions of target machine for GNU compiler,
for IBM RS/6000 POWER running AIX V5.2.
- Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
Contributed by David Edelsohn (edelsohn@gnu.org).
This file is part of GCC.
Index: config/rs6000/spe.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/rs6000/spe.md,v
retrieving revision 1.17
diff -u -r1.17 spe.md
--- config/rs6000/spe.md 11 Feb 2004 12:37:21 -0000 1.17
+++ config/rs6000/spe.md 18 Feb 2004 15:01:19 -0000
@@ -1,5 +1,5 @@
;; e500 SPE description
-;; Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
;; Contributed by Aldy Hernandez (aldy@quesejoda.com)
;; This file is part of GCC.
Index: config/sparc/linux.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/sparc/linux.h,v
retrieving revision 1.57
diff -u -r1.57 linux.h
--- config/sparc/linux.h 7 Feb 2004 17:06:25 -0000 1.57
+++ config/sparc/linux.h 18 Feb 2004 15:01:19 -0000
@@ -1,5 +1,5 @@
/* Definitions for SPARC running Linux-based GNU systems with ELF.
- Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003
+ Copyright (C) 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004
Free Software Foundation, Inc.
Contributed by Eddie C. Dost (ecd@skynet.be)
Index: config/sparc/linux64.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/sparc/linux64.h,v
retrieving revision 1.78
diff -u -r1.78 linux64.h
--- config/sparc/linux64.h 7 Feb 2004 17:06:25 -0000 1.78
+++ config/sparc/linux64.h 18 Feb 2004 15:01:19 -0000
@@ -1,5 +1,6 @@
/* Definitions for 64-bit SPARC running Linux-based GNU systems with ELF.
- Copyright 1996, 1997, 1998, 2000, 2002, 2003 Free Software Foundation, Inc.
+ Copyright 1996, 1997, 1998, 2000, 2002, 2003, 2004
+ Free Software Foundation, Inc.
Contributed by David S. Miller (davem@caip.rutgers.edu)
This file is part of GCC.
Index: cp/cp-tree.def
===================================================================
RCS file: /cvs/gcc/gcc/gcc/cp/cp-tree.def,v
retrieving revision 1.81
diff -u -r1.81 cp-tree.def
--- cp/cp-tree.def 13 Feb 2004 07:19:16 -0000 1.81
+++ cp/cp-tree.def 18 Feb 2004 15:01:19 -0000
@@ -1,7 +1,7 @@
/* This file contains the definitions and documentation for the
additional tree codes used in the GNU C++ compiler (see tree.def
for the standard codes).
- Copyright (C) 1987, 1988, 1990, 1993, 1997, 1998, 2003,
+ Copyright (C) 1987, 1988, 1990, 1993, 1997, 1998, 2003, 2004,
1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
Hacked by Michael Tiemann (tiemann@cygnus.com)
Index: cp/cvt.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/cp/cvt.c,v
retrieving revision 1.152
diff -u -r1.152 cvt.c
--- cp/cvt.c 13 Feb 2004 07:19:17 -0000 1.152
+++ cp/cvt.c 18 Feb 2004 15:01:20 -0000
@@ -1,6 +1,6 @@
/* Language-level data type conversion for GNU C++.
Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
- 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+ 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
Hacked by Michael Tiemann (tiemann@cygnus.com)
This file is part of GCC.