From: kazu Date: Tue, 8 Mar 2005 12:49:01 +0000 (+0000) Subject: * c-semantics.c, cfghooks.c, diagnostic.h, loop-iv.c, X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c384605c898eb1534d21789b541a9f091a60070e;p=thirdparty%2Fgcc.git * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96100 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 691484e46927..463175d64f96 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -2,6 +2,11 @@ * tree-ssa-phiopt.c: Fix a comment typo. + * 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. + 2005-03-08 Richard Henderson * config/alpha/alpha.c (code_for_builtin): Replace special-case diff --git a/gcc/c-semantics.c b/gcc/c-semantics.c index ec902b617292..1acf6e899560 100644 --- a/gcc/c-semantics.c +++ b/gcc/c-semantics.c @@ -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. diff --git a/gcc/cfghooks.c b/gcc/cfghooks.c index c929cb0e1c4f..11ea0ab2c4d2 100644 --- a/gcc/cfghooks.c +++ b/gcc/cfghooks.c @@ -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 This file is part of GCC. diff --git a/gcc/config/i386/cygwin1.c b/gcc/config/i386/cygwin1.c index 88c44fc9fbf6..e8fb4bf69dfa 100644 --- a/gcc/config/i386/cygwin1.c +++ b/gcc/config/i386/cygwin1.c @@ -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. diff --git a/gcc/diagnostic.h b/gcc/diagnostic.h index adf143396431..a9fe623ae78e 100644 --- a/gcc/diagnostic.h +++ b/gcc/diagnostic.h @@ -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 This file is part of GCC. diff --git a/gcc/doc/cfg.texi b/gcc/doc/cfg.texi index 92033027066b..68b8063f9748 100644 --- a/gcc/doc/cfg.texi +++ b/gcc/doc/cfg.texi @@ -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. diff --git a/gcc/doc/objc.texi b/gcc/doc/objc.texi index 795e281f7265..a8a128dfdceb 100644 --- a/gcc/doc/objc.texi +++ b/gcc/doc/objc.texi @@ -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. diff --git a/gcc/loop-iv.c b/gcc/loop-iv.c index 99b43b74213e..e54f1372ff15 100644 --- a/gcc/loop-iv.c +++ b/gcc/loop-iv.c @@ -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. diff --git a/gcc/loop-unswitch.c b/gcc/loop-unswitch.c index 9b6262011a57..fe707dac3120 100644 --- a/gcc/loop-unswitch.c +++ b/gcc/loop-unswitch.c @@ -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. diff --git a/gcc/modulo-sched.c b/gcc/modulo-sched.c index 21296e2db5e2..abb5020c4b9a 100644 --- a/gcc/modulo-sched.c +++ b/gcc/modulo-sched.c @@ -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 diff --git a/gcc/stor-layout.c b/gcc/stor-layout.c index a26d4d1c7d63..f364dfa90a00 100644 --- a/gcc/stor-layout.c +++ b/gcc/stor-layout.c @@ -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. diff --git a/gcc/tree-gimple.h b/gcc/tree-gimple.h index 5f3431d50571..4952f725c4d5 100644 --- a/gcc/tree-gimple.h +++ b/gcc/tree-gimple.h @@ -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 This file is part of GCC.