This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] gcc/*: Update copyright.


Hi,

Committed as obvious.

Kazu Hirata

2005-05-09  Kazu Hirata  <kazu@cs.umass.edu>

	* crtstuff.c, integrate.h, tree-scalar-evolution.h,
	config/alpha/unicosmk.h, config/arc/arc.md,
	config/arm/bpabi.h, config/arm/coff.h, config/arm/elf.h,
	config/arm/ieee754-df.S, config/arm/ieee754-sf.S,
	config/arm/netbsd.h, config/arm/pe.c, config/arm/pe.h,
	config/arm/semi.h, config/arm/uclinux-elf.h,
	config/arm/wince-pe.h, config/fr30/fr30.c,
	config/rs6000/altivec.h: Update copyright.

Index: crtstuff.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/crtstuff.c,v
retrieving revision 1.72
diff -u -d -p -r1.72 crtstuff.c
--- crtstuff.c	8 May 2005 10:13:16 -0000	1.72
+++ crtstuff.c	9 May 2005 16:19:17 -0000
@@ -1,7 +1,7 @@
 /* Specialized bits of code needed to support construction and
    destruction of file-scope objects in C++ code.
    Copyright (C) 1991, 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 Ron Guilmette (rfg@monkeys.com).
 
 This file is part of GCC.
Index: integrate.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/integrate.h,v
retrieving revision 1.34
diff -u -d -p -r1.34 integrate.h
--- integrate.h	8 May 2005 09:16:47 -0000	1.34
+++ integrate.h	9 May 2005 16:19:17 -0000
@@ -1,5 +1,5 @@
 /* Function integration definitions for GCC
-   Copyright (C) 1990, 1995, 1998, 1999, 2000, 2001, 2003, 2004
+   Copyright (C) 1990, 1995, 1998, 1999, 2000, 2001, 2003, 2004, 2005
    Free Software Foundation, Inc.
 
 This file is part of GCC.
Index: tree-scalar-evolution.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/tree-scalar-evolution.h,v
retrieving revision 2.4
diff -u -d -p -r2.4 tree-scalar-evolution.h
--- tree-scalar-evolution.h	1 May 2005 08:08:06 -0000	2.4
+++ tree-scalar-evolution.h	9 May 2005 16:19:17 -0000
@@ -1,5 +1,5 @@
 /* Scalar evolution detector.
-   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: config/alpha/unicosmk.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/alpha/unicosmk.h,v
retrieving revision 1.36
diff -u -d -p -r1.36 unicosmk.h
--- config/alpha/unicosmk.h	8 May 2005 09:48:22 -0000	1.36
+++ config/alpha/unicosmk.h	9 May 2005 16:19:17 -0000
@@ -1,6 +1,6 @@
 /* Definitions of target machine for GNU compiler, for DEC Alpha on Cray
    T3E running Unicos/Mk.
-   Copyright (C) 2001, 2002, 2004
+   Copyright (C) 2001, 2002, 2004, 2005
    Free Software Foundation, Inc.
    Contributed by Roman Lechtchinsky (rl@cs.tu-berlin.de)
 
Index: config/arc/arc.md
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/arc/arc.md,v
retrieving revision 1.14
diff -u -d -p -r1.14 arc.md
--- config/arc/arc.md	5 May 2005 11:06:14 -0000	1.14
+++ config/arc/arc.md	9 May 2005 16:19:17 -0000
@@ -1,5 +1,5 @@
 ;; Machine description of the Argonaut ARC cpu for GNU C compiler
-;; Copyright (C) 1994, 1997, 1998, 1999, 2000, 2004
+;; Copyright (C) 1994, 1997, 1998, 1999, 2000, 2004, 2005
 ;; Free Software Foundation, Inc.
 
 ;; This file is part of GCC.
Index: config/arm/bpabi.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/arm/bpabi.h,v
retrieving revision 1.10
diff -u -d -p -r1.10 bpabi.h
--- config/arm/bpabi.h	30 Apr 2005 19:40:53 -0000	1.10
+++ config/arm/bpabi.h	9 May 2005 16:19:17 -0000
@@ -1,5 +1,5 @@
 /* Configuration file for ARM BPABI targets.
-   Copyright (C) 2004
+   Copyright (C) 2004, 2005
    Free Software Foundation, Inc.
    Contributed by CodeSourcery, LLC   
 
Index: config/arm/coff.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/arm/coff.h,v
retrieving revision 1.35
diff -u -d -p -r1.35 coff.h
--- config/arm/coff.h	5 May 2005 12:08:59 -0000	1.35
+++ config/arm/coff.h	9 May 2005 16:19:17 -0000
@@ -1,6 +1,6 @@
 /* Definitions of target machine for GNU compiler.
    For ARM with COFF object format.
-   Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004
+   Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2005
    Free Software Foundation, Inc.
    Contributed by Doug Evans (devans@cygnus.com).
    
Index: config/arm/elf.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/arm/elf.h,v
retrieving revision 1.51
diff -u -d -p -r1.51 elf.h
--- config/arm/elf.h	5 May 2005 12:08:59 -0000	1.51
+++ config/arm/elf.h	9 May 2005 16:19:17 -0000
@@ -1,6 +1,6 @@
 /* Definitions of target machine for GNU compiler.
    For ARM with ELF obj format.
-   Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2004
+   Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2004, 2005
    Free Software Foundation, Inc.
    Contributed by Philip Blundell <philb@gnu.org> and
    Catherine Moore <clm@cygnus.com>
Index: config/arm/ieee754-df.S
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/arm/ieee754-df.S,v
retrieving revision 1.10
diff -u -d -p -r1.10 ieee754-df.S
--- config/arm/ieee754-df.S	30 Apr 2005 19:40:53 -0000	1.10
+++ config/arm/ieee754-df.S	9 May 2005 16:19:17 -0000
@@ -1,6 +1,6 @@
 /* ieee754-df.S double-precision floating point support for ARM
 
-   Copyright (C) 2003, 2004  Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2005  Free Software Foundation, Inc.
    Contributed by Nicolas Pitre (nico@cam.org)
 
    This file is free software; you can redistribute it and/or modify it
Index: config/arm/ieee754-sf.S
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/arm/ieee754-sf.S,v
retrieving revision 1.10
diff -u -d -p -r1.10 ieee754-sf.S
--- config/arm/ieee754-sf.S	30 Apr 2005 19:40:53 -0000	1.10
+++ config/arm/ieee754-sf.S	9 May 2005 16:19:17 -0000
@@ -1,6 +1,6 @@
 /* ieee754-sf.S single-precision floating point support for ARM
 
-   Copyright (C) 2003, 2004  Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2005  Free Software Foundation, Inc.
    Contributed by Nicolas Pitre (nico@cam.org)
 
    This file is free software; you can redistribute it and/or modify it
Index: config/arm/netbsd.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/arm/netbsd.h,v
retrieving revision 1.32
diff -u -d -p -r1.32 netbsd.h
--- config/arm/netbsd.h	5 May 2005 12:08:59 -0000	1.32
+++ config/arm/netbsd.h	9 May 2005 16:19:17 -0000
@@ -1,5 +1,5 @@
 /* NetBSD/arm a.out version.
-   Copyright (C) 1993, 1994, 1997, 1998, 2003, 2004
+   Copyright (C) 1993, 1994, 1997, 1998, 2003, 2004, 2005
    Free Software Foundation, Inc.
    Contributed by Mark Brinicombe (amb@physig.ph.kcl.ac.uk)
 
Index: config/arm/pe.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/arm/pe.c,v
retrieving revision 1.27
diff -u -d -p -r1.27 pe.c
--- config/arm/pe.c	27 Apr 2005 16:09:03 -0000	1.27
+++ config/arm/pe.c	9 May 2005 16:19:17 -0000
@@ -1,5 +1,5 @@
 /* Routines for GCC for ARM/pe.
-   Copyright (C) 1995, 1996, 2000, 2001, 2002, 2004
+   Copyright (C) 1995, 1996, 2000, 2001, 2002, 2004, 2005
    Free Software Foundation, Inc.
    Contributed by Doug Evans (dje@cygnus.com).
 
Index: config/arm/pe.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/arm/pe.h,v
retrieving revision 1.31
diff -u -d -p -r1.31 pe.h
--- config/arm/pe.h	5 May 2005 12:08:59 -0000	1.31
+++ config/arm/pe.h	9 May 2005 16:19:17 -0000
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GNU compiler, for ARM with PE obj format.
-   Copyright (C) 1995, 1996, 1999, 2000, 2002, 2003, 2004
+   Copyright (C) 1995, 1996, 1999, 2000, 2002, 2003, 2004, 2005
    Free Software Foundation, Inc.
    Contributed by Doug Evans (dje@cygnus.com).
    
Index: config/arm/semi.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/arm/semi.h,v
retrieving revision 1.17
diff -u -d -p -r1.17 semi.h
--- config/arm/semi.h	5 May 2005 12:09:00 -0000	1.17
+++ config/arm/semi.h	9 May 2005 16:19:17 -0000
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GNU compiler.  ARM on semi-hosted platform
-   Copyright (C) 1994, 1995, 1996, 1997, 2001, 2004
+   Copyright (C) 1994, 1995, 1996, 1997, 2001, 2004, 2005
    Free Software Foundation, Inc.
    Contributed by Richard Earnshaw (richard.earnshaw@arm.com)
 
Index: config/arm/uclinux-elf.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/arm/uclinux-elf.h,v
retrieving revision 1.7
diff -u -d -p -r1.7 uclinux-elf.h
--- config/arm/uclinux-elf.h	5 May 2005 12:09:00 -0000	1.7
+++ config/arm/uclinux-elf.h	9 May 2005 16:19:17 -0000
@@ -1,5 +1,5 @@
 /* Definitions for ARM running ucLinux using ELF
-   Copyright (C) 1999, 2001, 2004 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2001, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Philip Blundell <pb@nexus.co.uk>
 
    This file is part of GCC.
Index: config/arm/wince-pe.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/arm/wince-pe.h,v
retrieving revision 1.4
diff -u -d -p -r1.4 wince-pe.h
--- config/arm/wince-pe.h	5 May 2005 12:09:00 -0000	1.4
+++ config/arm/wince-pe.h	9 May 2005 16:19:17 -0000
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GNU compiler, for ARM with WINCE-PE obj format.
-   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Nick Clifton <nickc@redhat.com>
    
    This file is part of GCC.
Index: config/fr30/fr30.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/fr30/fr30.c,v
retrieving revision 1.49
diff -u -d -p -r1.49 fr30.c
--- config/fr30/fr30.c	29 Apr 2005 14:45:42 -0000	1.49
+++ config/fr30/fr30.c	9 May 2005 16:19:17 -0000
@@ -1,5 +1,5 @@
 /* FR30 specific functions.
-   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004
+   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2005
    Free Software Foundation, Inc.
    Contributed by Cygnus Solutions.
 
Index: config/rs6000/altivec.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/rs6000/altivec.h,v
retrieving revision 1.46
diff -u -d -p -r1.46 altivec.h
--- config/rs6000/altivec.h	2 May 2005 16:02:33 -0000	1.46
+++ config/rs6000/altivec.h	9 May 2005 16:19:17 -0000
@@ -1,5 +1,5 @@
 /* PowerPC AltiVec include file.
-   Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Aldy Hernandez (aldyh@redhat.com).
    Rewritten by Paolo Bonzini (bonzini@gnu.org).
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]