[patch] gcc/*: Update copyright.

Kazu Hirata kazu@cs.umass.edu
Tue Mar 8 12:49:00 GMT 2005


Hi,

Committed as obvious.

Kazu Hirata

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

	* c-semantics.c, cfghooks.c, diagnostic.h, loop-iv.c,
	loop-unswitch.c, modulo-sched.c, stor-layout.c, tree-gimple.h,
	config/i386/cygwin1.c, doc/cfg.texi, doc/objc.texi: Update
	copyright.

Index: c-semantics.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/c-semantics.c,v
retrieving revision 1.94
diff -u -d -p -r1.94 c-semantics.c
--- c-semantics.c	5 Mar 2005 20:21:28 -0000	1.94
+++ c-semantics.c	8 Mar 2005 12:46:18 -0000
@@ -1,7 +1,8 @@
 /* This file contains the definitions and documentation for the common
    tree codes used in the GNU C and C++ compilers (see c-common.def
    for the standard codes).
-   Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005
+   Free Software Foundation, Inc.
    Written by Benjamin Chelf (chelf@codesourcery.com).
 
 This file is part of GCC.
Index: cfghooks.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/cfghooks.c,v
retrieving revision 1.22
diff -u -d -p -r1.22 cfghooks.c
--- cfghooks.c	7 Mar 2005 15:15:26 -0000	1.22
+++ cfghooks.c	8 Mar 2005 12:46:18 -0000
@@ -1,5 +1,5 @@
 /* Hooks for cfg representation specific functions.
-   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Sebastian Pop <s.pop@laposte.net>
 
 This file is part of GCC.
Index: diagnostic.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/diagnostic.h,v
retrieving revision 1.71
diff -u -d -p -r1.71 diagnostic.h
--- diagnostic.h	8 Mar 2005 02:25:52 -0000	1.71
+++ diagnostic.h	8 Mar 2005 12:46:18 -0000
@@ -1,5 +1,6 @@
 /* Various declarations for language-independent diagnostics subroutines.
-   Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005
+   Free Software Foundation, Inc.
    Contributed by Gabriel Dos Reis <gdr@codesourcery.com>
 
 This file is part of GCC.
Index: loop-iv.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/loop-iv.c,v
retrieving revision 2.27
diff -u -d -p -r2.27 loop-iv.c
--- loop-iv.c	5 Mar 2005 17:25:32 -0000	2.27
+++ loop-iv.c	8 Mar 2005 12:46:18 -0000
@@ -1,5 +1,5 @@
 /* Rtl-level induction variable analysis.
-   Copyright (C) 2004 Free Software Foundation, Inc.
+   Copyright (C) 2004, 2005 Free Software Foundation, Inc.
    
 This file is part of GCC.
    
Index: loop-unswitch.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/loop-unswitch.c,v
retrieving revision 1.26
diff -u -d -p -r1.26 loop-unswitch.c
--- loop-unswitch.c	7 Mar 2005 15:17:21 -0000	1.26
+++ loop-unswitch.c	8 Mar 2005 12:46:18 -0000
@@ -1,5 +1,5 @@
 /* Loop unswitching 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: modulo-sched.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/modulo-sched.c,v
retrieving revision 1.20
diff -u -d -p -r1.20 modulo-sched.c
--- modulo-sched.c	8 Mar 2005 02:25:53 -0000	1.20
+++ modulo-sched.c	8 Mar 2005 12:46:19 -0000
@@ -1,5 +1,5 @@
 /* Swing Modulo Scheduling implementation.
-   Copyright (C) 2004
+   Copyright (C) 2004, 2005
    Free Software Foundation, Inc.
    Contributed by Ayal Zaks and Mustafa Hagog <zaks,mustafa@il.ibm.com>
 
Index: stor-layout.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/stor-layout.c,v
retrieving revision 1.225
diff -u -d -p -r1.225 stor-layout.c
--- stor-layout.c	7 Mar 2005 13:59:50 -0000	1.225
+++ stor-layout.c	8 Mar 2005 12:46:19 -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, 2004 Free Software Foundation, Inc.
+   1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: tree-gimple.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/tree-gimple.h,v
retrieving revision 2.21
diff -u -d -p -r2.21 tree-gimple.h
--- tree-gimple.h	8 Mar 2005 02:20:19 -0000	2.21
+++ tree-gimple.h	8 Mar 2005 12:46:19 -0000
@@ -1,5 +1,5 @@
 /* Functions to analyze and validate GIMPLE trees.
-   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc.
    Contributed by Diego Novillo <dnovillo@redhat.com>
 
 This file is part of GCC.
Index: config/i386/cygwin1.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/i386/cygwin1.c,v
retrieving revision 1.5
diff -u -d -p -r1.5 cygwin1.c
--- config/i386/cygwin1.c	7 Mar 2005 04:18:08 -0000	1.5
+++ config/i386/cygwin1.c	8 Mar 2005 12:46:20 -0000
@@ -1,6 +1,6 @@
 /* Helper routines for cygwin-specific command-line parsing.
    Contributed by Christopher Faylor (cgf@redhat.com)
-   Copyright 2003 Free Software Foundation, Inc.
+   Copyright 2003, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
Index: doc/cfg.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/cfg.texi,v
retrieving revision 1.12
diff -u -d -p -r1.12 cfg.texi
--- doc/cfg.texi	7 Mar 2005 13:56:00 -0000	1.12
+++ doc/cfg.texi	8 Mar 2005 12:46:20 -0000
@@ -1,5 +1,5 @@
 @c -*-texinfo-*-
-@c Copyright (C) 2001, 2003, 2004 Free Software Foundation, Inc.
+@c Copyright (C) 2001, 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/objc.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/objc.texi,v
retrieving revision 1.11
diff -u -d -p -r1.11 objc.texi
--- doc/objc.texi	5 Mar 2005 19:56:29 -0000	1.11
+++ doc/objc.texi	8 Mar 2005 12:46:20 -0000
@@ -1,5 +1,5 @@
 @c Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-@c 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+@c 1999, 2000, 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