[patch] gcc/*: Update copyright.

Kazu Hirata kazu@cs.umass.edu
Wed Mar 2 14:04:00 GMT 2005


Hi,

Committed as obvious.

Kazu Hirata

2005-03-02  Kazu Hirata  <kazu@cs.umass.edu>

	* cfgloop.h, cfgloopanal.c, cfgloopmanip.c, conflict.c,
	loop-init.c, loop-unroll.c, print-tree.c, reg-notes.def,
	config/m68k/m68k.c, config/mips/mips.h,
	config/rs6000/rs6000-protos.h, doc/contrib.texi,
	doc/include/gcc-common.texi: Update copyright.

Index: cfgloop.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/cfgloop.h,v
retrieving revision 1.41
diff -u -d -p -r1.41 cfgloop.h
--- cfgloop.h	1 Mar 2005 13:44:42 -0000	1.41
+++ cfgloop.h	2 Mar 2005 13:59:26 -0000
@@ -1,5 +1,5 @@
 /* Natural loop functions
-   Copyright (C) 1987, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
+   Copyright (C) 1987, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
    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.30
diff -u -d -p -r1.30 cfgloopanal.c
--- cfgloopanal.c	1 Mar 2005 13:44:42 -0000	1.30
+++ cfgloopanal.c	2 Mar 2005 13:59:26 -0000
@@ -1,5 +1,5 @@
 /* Natural loop analysis code for GNU compiler.
-   Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: cfgloopmanip.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/cfgloopmanip.c,v
retrieving revision 1.41
diff -u -d -p -r1.41 cfgloopmanip.c
--- cfgloopmanip.c	1 Mar 2005 13:44:42 -0000	1.41
+++ cfgloopmanip.c	2 Mar 2005 13:59:27 -0000
@@ -1,5 +1,5 @@
 /* Loop manipulation code for GNU compiler.
-   Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: conflict.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/conflict.c,v
retrieving revision 1.29
diff -u -d -p -r1.29 conflict.c
--- conflict.c	24 Feb 2005 21:47:19 -0000	1.29
+++ conflict.c	2 Mar 2005 13:59:28 -0000
@@ -1,5 +1,5 @@
 /* Register conflict graph computation routines.
-   Copyright (C) 2000, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by CodeSourcery, LLC
 
 This file is part of GCC.
Index: loop-init.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/loop-init.c,v
retrieving revision 1.14
diff -u -d -p -r1.14 loop-init.c
--- loop-init.c	1 Mar 2005 13:44:44 -0000	1.14
+++ loop-init.c	2 Mar 2005 13:59:28 -0000
@@ -1,5 +1,5 @@
 /* Loop optimizer initialization routines.
-   Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004, 2005 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.25
diff -u -d -p -r1.25 loop-unroll.c
--- loop-unroll.c	1 Mar 2005 13:44:44 -0000	1.25
+++ loop-unroll.c	2 Mar 2005 13:59:29 -0000
@@ -1,5 +1,5 @@
 /* Loop unrolling and peeling.
-   Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: print-tree.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/print-tree.c,v
retrieving revision 1.98
diff -u -d -p -r1.98 print-tree.c
--- print-tree.c	24 Feb 2005 18:53:40 -0000	1.98
+++ print-tree.c	2 Mar 2005 13:59:29 -0000
@@ -1,6 +1,6 @@
 /* Prints out tree in human readable form - GCC
    Copyright (C) 1990, 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
-   2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: reg-notes.def
===================================================================
RCS file: /cvs/gcc/gcc/gcc/reg-notes.def,v
retrieving revision 2.4
diff -u -d -p -r2.4 reg-notes.def
--- reg-notes.def	28 Feb 2005 18:18:24 -0000	2.4
+++ reg-notes.def	2 Mar 2005 13:59:29 -0000
@@ -1,5 +1,5 @@
 /* Register note definitions.
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: config/m68k/m68k.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/m68k/m68k.c,v
retrieving revision 1.144
diff -u -d -p -r1.144 m68k.c
--- config/m68k/m68k.c	24 Feb 2005 01:50:33 -0000	1.144
+++ config/m68k/m68k.c	2 Mar 2005 13:59:32 -0000
@@ -1,6 +1,6 @@
 /* Subroutines for insn-output.c for Motorola 68000 family.
    Copyright (C) 1987, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
-   2001, 2003, 2004
+   2001, 2003, 2004, 2005
    Free Software Foundation, Inc.
 
 This file is part of GCC.
Index: config/mips/mips.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/mips/mips.h,v
retrieving revision 1.380
diff -u -d -p -r1.380 mips.h
--- config/mips/mips.h	1 Mar 2005 00:55:14 -0000	1.380
+++ config/mips/mips.h	2 Mar 2005 13:59:34 -0000
@@ -1,6 +1,6 @@
 /* Definitions of target machine for GNU compiler.  MIPS version.
    Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998
-   1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by A. Lichnewsky (lich@inria.inria.fr).
    Changed by Michael Meissner	(meissner@osf.org).
    64 bit r4000 support by Ian Lance Taylor (ian@cygnus.com) and
Index: config/rs6000/rs6000-protos.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/rs6000/rs6000-protos.h,v
retrieving revision 1.93
diff -u -d -p -r1.93 rs6000-protos.h
--- config/rs6000/rs6000-protos.h	28 Feb 2005 19:07:35 -0000	1.93
+++ config/rs6000/rs6000-protos.h	2 Mar 2005 13:59:35 -0000
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GNU compiler, for IBM RS/6000.
-   Copyright (C) 2000, 2001, 2002, 2003, 2004
+   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005
    Free Software Foundation, Inc.
    Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
 
Index: doc/contrib.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/contrib.texi,v
retrieving revision 1.62
diff -u -d -p -r1.62 contrib.texi
--- doc/contrib.texi	28 Feb 2005 16:30:16 -0000	1.62
+++ doc/contrib.texi	2 Mar 2005 13:59:35 -0000
@@ -1,5 +1,5 @@
 @c Copyright (C) 1988,1989,1992,1993,1994,1995,1996,1997,1998,1999,2000,
-@c 2001,2002,2003,2004 Free Software Foundation, Inc.
+@c 2001,2002,2003,2004,2005 Free Software Foundation, Inc.
 @c This is part of the GCC manual.
 @c For copying conditions, see the file gcc.texi.
 
Index: doc/include/gcc-common.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/include/gcc-common.texi,v
retrieving revision 1.11
diff -u -d -p -r1.11 gcc-common.texi
--- doc/include/gcc-common.texi	25 Feb 2005 22:14:01 -0000	1.11
+++ doc/include/gcc-common.texi	2 Mar 2005 13:59:35 -0000
@@ -1,4 +1,4 @@
-@c Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+@c Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 @c This is part of the GCC manual.
 @c For copying conditions, see the file gcc.texi.
 



More information about the Gcc-patches mailing list