]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
cfgcleanup.c, [...]: Update copyright.
authorKazu Hirata <kazu@cs.umass.edu>
Mon, 7 Feb 2005 15:53:36 +0000 (15:53 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 7 Feb 2005 15:53:36 +0000 (15:53 +0000)
* cfgcleanup.c, df.h, diagnostic.c, rtl.c, tree-vectorizer.h,
config/darwin7.h, config/mips/mips.c,
config/rs6000/altivec.md, config/rs6000/darwin-tramp.asm:
Update copyright.

From-SVN: r94704

gcc/ChangeLog
gcc/cfgcleanup.c
gcc/config/darwin7.h
gcc/config/mips/mips.c
gcc/config/rs6000/altivec.md
gcc/config/rs6000/darwin-tramp.asm
gcc/df.h
gcc/diagnostic.c
gcc/rtl.c
gcc/tree-vectorizer.h

index dec53756db9ffff6d58eda8e2184d54ca4f06c97..132faac602237a281dae43de58132c415994959d 100644 (file)
@@ -1,3 +1,10 @@
+2005-02-07  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * cfgcleanup.c, df.h, diagnostic.c, rtl.c, tree-vectorizer.h,
+       config/darwin7.h, config/mips/mips.c,
+       config/rs6000/altivec.md, config/rs6000/darwin-tramp.asm:
+       Update copyright.
+
 2005-02-07  Richard Guenther  <rguenth@gcc.gnu.org>
 
        PR middle-end/19775
index 3d04a55b2d50478159d02470045c2b16bb840134..bbe6807627a789fe1c118a59807348e77113b469 100644 (file)
@@ -1,6 +1,6 @@
 /* Control flow optimization code for GNU compiler.
    Copyright (C) 1987, 1988, 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.
 
 This file is part of GCC.
 
index f9ee65f9823e10dd3bf590eeeb128cbbe2a157d0..d54ca88f47b88ca13807925ce64d07d432c3b52b 100644 (file)
@@ -1,5 +1,5 @@
 /* Target definitions for Darwin 7.x (Mac OS X) systems.
-   Copyright (C) 2004
+   Copyright (C) 2004, 2005
    Free Software Foundation, Inc.
 
 This file is part of GCC.
index e3b4b312f9cd931f1d9a9adb653547b84b267189..b295ffcb8e1bccc789949a0be0e245c1aa419c9f 100644 (file)
@@ -1,6 +1,6 @@
 /* Subroutines used for MIPS code generation.
    Copyright (C) 1989, 1990, 1991, 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.
    Changes by Michael Meissner, meissner@osf.org.
    64 bit r4000 support by Ian Lance Taylor, ian@cygnus.com, and
index 1b3beffadfc226a0fc0e90a6ee7e34a8491fac03..9e98ffe1a6b37f0858ed9d89f7f2be8c9b35a6bc 100644 (file)
@@ -1,5 +1,5 @@
 ;; AltiVec patterns.
-;; Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 ;; Contributed by Aldy Hernandez (aldy@quesejoda.com)
 
 ;; This file is part of GCC.
index a8125527bfd7dd5e2837ae1df806b6de0015cf6b..64902116ff2755b232e9c988fe6a9bc3868abb7c 100644 (file)
@@ -1,6 +1,6 @@
 /*  Special support for trampolines
  *
- *   Copyright (C) 1996, 1997, 2000, 2004 Free Software Foundation, Inc.
+ *   Copyright (C) 1996, 1997, 2000, 2004, 2005 Free Software Foundation, Inc.
  *   Written By Michael Meissner
  * 
  * This file is free software; you can redistribute it and/or modify it
index a916bc5b2a7b74664d103966746b936047cb5c71..0bd2bb43e73f598feecd220b8f3e0b8b1e8bd52e 100644 (file)
--- a/gcc/df.h
+++ b/gcc/df.h
@@ -1,6 +1,7 @@
 /* Form lists of pseudo register references for autoinc optimization
    for GNU compiler.  This is part of flow optimization.
-   Copyright (C) 1999, 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005
+   Free Software Foundation, Inc.
    Contributed by Michael P. Hayes (m.hayes@elec.canterbury.ac.nz)
 
 This file is part of GCC.
index eb1037a5c3af81cec2561cbc847713a427286b39..b047167bc492086e752660a801384c5114af3e78 100644 (file)
@@ -1,5 +1,5 @@
 /* Language-independent diagnostic subroutines for the GNU Compiler Collection
-   Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004
+   Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
    Free Software Foundation, Inc.
    Contributed by Gabriel Dos Reis <gdr@codesourcery.com>
 
index 6ec1d7e0f56093d9c07b0b6f5c02a9b9c886e5f5..e6e4ac149693af7dcedd356d52299a48d109b75c 100644 (file)
--- a/gcc/rtl.c
+++ b/gcc/rtl.c
@@ -1,6 +1,6 @@
 /* RTL utility routines.
    Copyright (C) 1987, 1988, 1991, 1994, 1997, 1998, 1999, 2000, 2001, 2002,
-   2003, 2004 Free Software Foundation, Inc.
+   2003, 2004, 2005 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index c4b89ca5c09d94e04103db2ea56e3c842f002fe4..3d540596b662e6a3af645d704525c3ae03c8e948 100644 (file)
@@ -1,5 +1,5 @@
 /* Loop Vectorization
-   Copyright (C) 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
    Contributed by Dorit Naishlos <dorit@il.ibm.com>
 
 This file is part of GCC.