From: Rodney Brown Date: Thu, 7 Dec 2000 01:58:25 +0000 (+0000) Subject: osf.h: Standarize copyright statement. X-Git-Tag: prereleases/libstdc++-2.92~2406 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2398fb2aeafe5a2a28b71093a0f3103dbaf12bc5;p=thirdparty%2Fgcc.git osf.h: Standarize copyright statement. * config/alpha/osf.h: Standarize copyright statement. * config/arc/arc.h: Likewise. * config/arm/elf.h config/arm/coff.h config/arm/aout.h: Likewise. * config/arm/arm.c config/arm/arm.h: Likewise. * config/elxsi/elxsi.h: Likewise. * config/i386/sco.h: Likewise. * config/m68k/crds.h config/m68k/hp320.h config/m68k/lynx.h: Likewise. * config/m68k/m68kv4.h config/m68k/next21.h: Likewise. * config/m68k/sun3.h: Likewise. * config/m88k/dgux.h config/m88k/dguxbcs.h: Likewise. * config/pdp11/2bsd.h config/pdp11/pdp11.h: Likewise. * config/romp/romp.h: Likewise. * config/rs6000/aix41.h: Likewise. * config/sparc/sysv4.h: Likewise. * config/we32k/we32k.c config/we32k/we32k.h: Likewise. * fixinc/gnu-regex.c fixinc/gnu-regex.h: Likewise. * cpplib.h cppexp.c cselib.h profile.c: Likewise. * longlong.h: Likewise. * libgcc2.c: Likewise. From-SVN: r38088 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 66fd20e4d399..28963839103a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,25 @@ +2000-12-06 Rodney Brown + + * config/alpha/osf.h: Standarize copyright statement. + * config/arc/arc.h: Likewise. + * config/arm/elf.h config/arm/coff.h config/arm/aout.h: Likewise. + * config/arm/arm.c config/arm/arm.h: Likewise. + * config/elxsi/elxsi.h: Likewise. + * config/i386/sco.h: Likewise. + * config/m68k/crds.h config/m68k/hp320.h config/m68k/lynx.h: Likewise. + * config/m68k/m68kv4.h config/m68k/next21.h: Likewise. + * config/m68k/sun3.h: Likewise. + * config/m88k/dgux.h config/m88k/dguxbcs.h: Likewise. + * config/pdp11/2bsd.h config/pdp11/pdp11.h: Likewise. + * config/romp/romp.h: Likewise. + * config/rs6000/aix41.h: Likewise. + * config/sparc/sysv4.h: Likewise. + * config/we32k/we32k.c config/we32k/we32k.h: Likewise. + * fixinc/gnu-regex.c fixinc/gnu-regex.h: Likewise. + * cpplib.h cppexp.c cselib.h profile.c: Likewise. + * longlong.h: Likewise. + * libgcc2.c: Likewise. + 2000-12-06 Herman A.J. ten Brugge * machmode.def: Use correct definition for BITSIZE on targets where diff --git a/gcc/config/alpha/osf.h b/gcc/config/alpha/osf.h index f4ad241aa867..17538f6188f6 100644 --- a/gcc/config/alpha/osf.h +++ b/gcc/config/alpha/osf.h @@ -1,5 +1,6 @@ /* Definitions of target machine for GNU compiler, for DEC Alpha on OSF/1. - Copyright (C) 1992, 93, 94, 95, 96, 97, 1998 Free Software Foundation, Inc. + Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998 + Free Software Foundation, Inc. Contributed by Richard Kenner (kenner@vlsi1.ultra.nyu.edu) This file is part of GNU CC. diff --git a/gcc/config/arc/arc.h b/gcc/config/arc/arc.h index 3a15d6d38f63..de005e6ff6df 100644 --- a/gcc/config/arc/arc.h +++ b/gcc/config/arc/arc.h @@ -1,5 +1,6 @@ /* Definitions of target machine for GNU compiler, Argonaut ARC cpu. - Copyright (C) 1994, 95, 97, 98, 99, 2000 Free Software Foundation, Inc. + Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000 + Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/config/arm/aout.h b/gcc/config/arm/aout.h index d270f85fe49a..2a151c9214bd 100644 --- a/gcc/config/arm/aout.h +++ b/gcc/config/arm/aout.h @@ -1,5 +1,6 @@ /* Definitions of target machine for GNU compiler, for ARM with a.out - Copyright (C) 1995 - 2000 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000 + Free Software Foundation, Inc. Contributed by Richard Earnshaw (rearnsha@armltd.co.uk). This file is part of GNU CC. diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c index cdcc3667f747..984afa430a86 100644 --- a/gcc/config/arm/arm.c +++ b/gcc/config/arm/arm.c @@ -1,5 +1,6 @@ /* Output routines for GCC for ARM. - Copyright (C) 1991, 93, 94, 95, 96, 97, 98, 99, 2000 Free Software Foundation, Inc. + Copyright (C) 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000 + Free Software Foundation, Inc. Contributed by Pieter `Tiggr' Schoenmakers (rcpieter@win.tue.nl) and Martin Simmons (@harleqn.co.uk). More major hacks by Richard Earnshaw (rearnsha@arm.com). diff --git a/gcc/config/arm/arm.h b/gcc/config/arm/arm.h index 4390204283a4..0aa9024cb4c5 100644 --- a/gcc/config/arm/arm.h +++ b/gcc/config/arm/arm.h @@ -1,5 +1,6 @@ /* Definitions of target machine for GNU compiler, for ARM. - Copyright (C) 1991, 93, 94, 95, 96, 97, 98, 99, 2000 Free Software Foundation, Inc. + Copyright (C) 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000 + Free Software Foundation, Inc. Contributed by Pieter `Tiggr' Schoenmakers (rcpieter@win.tue.nl) and Martin Simmons (@harleqn.co.uk). More major hacks by Richard Earnshaw (rearnsha@arm.com) diff --git a/gcc/config/arm/coff.h b/gcc/config/arm/coff.h index b69ca3e41ec7..6884029b5c45 100644 --- a/gcc/config/arm/coff.h +++ b/gcc/config/arm/coff.h @@ -1,6 +1,7 @@ /* Definitions of target machine for GNU compiler. For ARM with COFF object format. - Copyright (C) 1995 - 2000 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000 + Free Software Foundation, Inc. Contributed by Doug Evans (devans@cygnus.com). This file is part of GNU CC. diff --git a/gcc/config/arm/elf.h b/gcc/config/arm/elf.h index 99f5861856cc..355d40e784e5 100644 --- a/gcc/config/arm/elf.h +++ b/gcc/config/arm/elf.h @@ -1,6 +1,7 @@ /* Definitions of target machine for GNU compiler. For ARM with ELF obj format. - Copyright (C) 1995 - 2000 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000 + Free Software Foundation, Inc. Contributed by Philip Blundell and Catherine Moore diff --git a/gcc/config/elxsi/elxsi.h b/gcc/config/elxsi/elxsi.h index 038912c35672..8aefa21dfbb6 100644 --- a/gcc/config/elxsi/elxsi.h +++ b/gcc/config/elxsi/elxsi.h @@ -1,5 +1,6 @@ /* Definitions of target machine for GNU compiler. Elxsi version. - Copyright (C) 1987, 88, 92, 95, 96, 98, 99, 2000 Free Software Foundation, Inc. + Copyright (C) 1987, 1988, 1992, 1995, 1996, 1998, 1999, 2000 + Free Software Foundation, Inc. Contributed by Mike Stump in 1988. This is the first 64 bit port of GNU CC. Based upon the VAX port. diff --git a/gcc/config/i386/sco.h b/gcc/config/i386/sco.h index 53053a2b6660..f7c366e672a3 100644 --- a/gcc/config/i386/sco.h +++ b/gcc/config/i386/sco.h @@ -1,5 +1,6 @@ /* Definitions for Intel 386 running SCO Unix System V. - Copyright (C) 1988, 92, 94, 95, 96, 1999 Free Software Foundation, Inc. + Copyright (C) 1988, 1992, 1994, 1995, 1996, 1999 + Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/config/m68k/crds.h b/gcc/config/m68k/crds.h index 1fcc729713c3..b3e807843f44 100644 --- a/gcc/config/m68k/crds.h +++ b/gcc/config/m68k/crds.h @@ -1,6 +1,7 @@ /* Definitions of target machine for GNU compiler; Charles River Data Systems UNiverse/32. - Copyright (C) 1987, 93, 94, 96, 97, 1998, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1987, 1993, 1994, 1996, 1997, 1998, 1999, 2000 + Free Software Foundation, Inc. Contributed by Gary E. Miller (Gary_Edmunds_Miller@cup.portal.com) This file is part of GNU CC. diff --git a/gcc/config/m68k/hp320.h b/gcc/config/m68k/hp320.h index f9b2aa241c8b..83140058d2de 100644 --- a/gcc/config/m68k/hp320.h +++ b/gcc/config/m68k/hp320.h @@ -1,5 +1,6 @@ /* Definitions of target machine for GNU compiler. HP-UX 68000/68020 version. - Copyright (C) 1987, 88, 93, 94, 95, 96, 1997, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1987, 1988, 1993, 1994, 1995, 1996, 1997, 1999, 2000 + Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/config/m68k/lynx.h b/gcc/config/m68k/lynx.h index 393cb6498af9..74fefd75846d 100644 --- a/gcc/config/m68k/lynx.h +++ b/gcc/config/m68k/lynx.h @@ -1,5 +1,6 @@ /* Definitions for Motorola 680x0 running LynxOS. - Copyright (C) 1993, 94, 95, 96, 98, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1993, 1994, 1995, 1996, 1998, 1999, 2000 + Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/config/m68k/m68kv4.h b/gcc/config/m68k/m68kv4.h index c5e2d9d7b11b..dafe7fdedfa3 100644 --- a/gcc/config/m68k/m68kv4.h +++ b/gcc/config/m68k/m68kv4.h @@ -1,5 +1,6 @@ /* Target definitions for GNU compiler for mc680x0 running System V.4 - Copyright (C) 1991, 93, 94, 95, 96, 1998, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1991, 1993, 1994, 1995, 1996, 1998, 1999, 2000 + Free Software Foundation, Inc. Contributed by Ron Guilmette (rfg@monkeys.com) and Fred Fish (fnf@cygnus.com). diff --git a/gcc/config/m68k/next21.h b/gcc/config/m68k/next21.h index 5d18c4edbc32..960bcf351e94 100644 --- a/gcc/config/m68k/next21.h +++ b/gcc/config/m68k/next21.h @@ -1,5 +1,6 @@ /* Target definitions for GNU compiler for mc680x0 running NeXTSTEP 2.1 - Copyright (C) 1989, 90, 91, 92, 93, 1994 Free Software Foundation, Inc. + Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994 + Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/config/m68k/sun3.h b/gcc/config/m68k/sun3.h index 7c817a1ba190..f1727e07c02e 100644 --- a/gcc/config/m68k/sun3.h +++ b/gcc/config/m68k/sun3.h @@ -1,5 +1,6 @@ /* Definitions of target machine for GNU compiler. Sun 68000/68020 version. - Copyright (C) 1987, 88, 93, 95, 96, 98, 1999 Free Software Foundation, Inc. + Copyright (C) 1987, 1988, 1993, 1995, 1996, 1998, 1999 + Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/config/pdp11/2bsd.h b/gcc/config/pdp11/2bsd.h index 54c368c354ca..117992a82f27 100644 --- a/gcc/config/pdp11/2bsd.h +++ b/gcc/config/pdp11/2bsd.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler, for a PDP with 2BSD - Copyright (C) 1995, 96, 99, 2000 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1999, 2000 Free Software Foundation, Inc. Contributed by Michael K. Gschwind (mike@vlsivie.tuwien.ac.at). This file is part of GNU CC. diff --git a/gcc/config/pdp11/pdp11.h b/gcc/config/pdp11/pdp11.h index c670a99f048f..190a594c8547 100644 --- a/gcc/config/pdp11/pdp11.h +++ b/gcc/config/pdp11/pdp11.h @@ -1,5 +1,6 @@ /* Definitions of target machine for GNU compiler, for the pdp-11 - Copyright (C) 1994, 95, 96, 98, 99, 2000 Free Software Foundation, Inc. + Copyright (C) 1994, 1995, 1996, 1998, 1999, 2000 + Free Software Foundation, Inc. Contributed by Michael K. Gschwind (mike@vlsivie.tuwien.ac.at). This file is part of GNU CC. diff --git a/gcc/config/romp/romp.h b/gcc/config/romp/romp.h index 742c894ecebb..d8784c9cb171 100644 --- a/gcc/config/romp/romp.h +++ b/gcc/config/romp/romp.h @@ -1,5 +1,6 @@ /* Definitions of target machine for GNU compiler, for ROMP chip. - Copyright (C) 1989, 91, 93, 95, 96, 98, 99, 2000 Free Software Foundation, Inc. + Copyright (C) 1989, 1991, 1993, 1995, 1996, 1998, 1999, 2000 + Free Software Foundation, Inc. Contributed by Richard Kenner (kenner@nyu.edu) This file is part of GNU CC. diff --git a/gcc/config/rs6000/aix41.h b/gcc/config/rs6000/aix41.h index 186fb8ef9c84..e21d5de23e14 100644 --- a/gcc/config/rs6000/aix41.h +++ b/gcc/config/rs6000/aix41.h @@ -1,6 +1,6 @@ /* Definitions of target machine for GNU compiler, for IBM RS/6000 POWER running AIX version 4.1. - Copyright (C) 1994, 95, 1996, 1997, 1998, 1999, 2000 + Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc. Contributed by David Edelsohn (edelsohn@gnu.org). diff --git a/gcc/config/sparc/sysv4.h b/gcc/config/sparc/sysv4.h index 0825910d4bd8..19b7f15fc4c2 100644 --- a/gcc/config/sparc/sysv4.h +++ b/gcc/config/sparc/sysv4.h @@ -1,5 +1,6 @@ /* Target definitions for GNU compiler for Sparc running System V.4 - Copyright (C) 1991, 92, 95, 96, 97, 1998, 2000 Free Software Foundation, Inc. + Copyright (C) 1991, 1992, 1995, 1996, 1997, 1998, 2000 + Free Software Foundation, Inc. Contributed by Ron Guilmette (rfg@monkeys.com). This file is part of GNU CC. diff --git a/gcc/config/we32k/we32k.c b/gcc/config/we32k/we32k.c index 4a39dc87a422..6d5c00a9dfe3 100644 --- a/gcc/config/we32k/we32k.c +++ b/gcc/config/we32k/we32k.c @@ -1,5 +1,5 @@ /* Subroutines for insn-output.c for AT&T we32000 Family. - Copyright (C) 1991, 92, 1997, 1998, 1999, 2000 + Copyright (C) 1991, 1992, 1997, 1998, 1999, 2000 Free Software Foundation, Inc. Contributed by John Wehle (john@feith1.uucp) diff --git a/gcc/config/we32k/we32k.h b/gcc/config/we32k/we32k.h index 845067cbc811..5da5d27f8315 100644 --- a/gcc/config/we32k/we32k.h +++ b/gcc/config/we32k/we32k.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler. AT&T we32000 version. - Copyright (C) 1991, 92, 93, 94, 95, 96, 98, 99, 2000 + Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000 Free Software Foundation, Inc. Contributed by John Wehle (john@feith1.uucp) diff --git a/gcc/cppexp.c b/gcc/cppexp.c index f7d17ed94225..e101592dd155 100644 --- a/gcc/cppexp.c +++ b/gcc/cppexp.c @@ -1,5 +1,6 @@ /* Parse C expressions for cpplib. - Copyright (C) 1987, 92, 94, 95, 97, 98, 1999, 2000 Free Software Foundation. + Copyright (C) 1987, 1992, 1994, 1995, 1997, 1998, 1999, 2000 + Free Software Foundation. Contributed by Per Bothner, 1994. This program is free software; you can redistribute it and/or modify it diff --git a/gcc/cpplib.h b/gcc/cpplib.h index 0caff3fb98ee..325eb0c8ef27 100644 --- a/gcc/cpplib.h +++ b/gcc/cpplib.h @@ -1,5 +1,6 @@ /* Definitions for CPP library. - Copyright (C) 1995, 96-99, 2000 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000 + Free Software Foundation, Inc. Written by Per Bothner, 1994-95. This program is free software; you can redistribute it and/or modify it diff --git a/gcc/cselib.h b/gcc/cselib.h index 879b9c6c3d5d..59f811ad5e1f 100644 --- a/gcc/cselib.h +++ b/gcc/cselib.h @@ -1,5 +1,6 @@ /* Common subexpression elimination for GNU compiler. - Copyright (C) 1987, 88, 89, 92-7, 1998, 1999 Free Software Foundation, Inc. + Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, + 1999 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/fixinc/gnu-regex.c b/gcc/fixinc/gnu-regex.c index eb12e033845c..1c8b3a09d5e1 100644 --- a/gcc/fixinc/gnu-regex.c +++ b/gcc/fixinc/gnu-regex.c @@ -2,7 +2,8 @@ version 0.12. (Implements POSIX draft P1003.2/D11.2, except for some of the internationalization features.) - Copyright (C) 1993, 94, 95, 96, 97, 98 Free Software Foundation, Inc. + Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998 + Free Software Foundation, Inc. NOTE: The canonical source of this file is maintained with the GNU C Library. Bugs can be reported to bug-glibc@prep.ai.mit.edu. diff --git a/gcc/fixinc/gnu-regex.h b/gcc/fixinc/gnu-regex.h index 57a4f1416ced..392abf5f9a97 100644 --- a/gcc/fixinc/gnu-regex.h +++ b/gcc/fixinc/gnu-regex.h @@ -1,6 +1,7 @@ /* Definitions for data structures and routines for the regular expression library, version 0.12. - Copyright (C) 1985,89,90,91,92,93,95,96,97,98 Free Software Foundation, Inc. + Copyright (C) 1985, 1989, 1990, 1991, 1992, 1993, 1995, 1996, 1997, 1998 + Free Software Foundation, Inc. NOTE: The canonical source of this file is maintained with the GNU C Library. Bugs can be reported to bug-glibc@prep.ai.mit.edu. diff --git a/gcc/libgcc2.c b/gcc/libgcc2.c index 3d95afa99ca0..6d49f377feeb 100644 --- a/gcc/libgcc2.c +++ b/gcc/libgcc2.c @@ -1,6 +1,6 @@ /* More subroutines needed by GCC output code on some machines. */ /* Compile this one with gcc. */ -/* Copyright (C) 1989, 92, 93, 94, 95, 96, 97, 98, 1999, 2000 +/* Copyright (C) 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc. This file is part of GNU CC. diff --git a/gcc/longlong.h b/gcc/longlong.h index bcd4abc843e6..e4d9629d20fa 100644 --- a/gcc/longlong.h +++ b/gcc/longlong.h @@ -1,5 +1,6 @@ /* longlong.h -- definitions for mixed size 32/64 bit arithmetic. - Copyright (C) 1991,92,94,95,96,97,98,99, 2000 Free Software Foundation, Inc. + Copyright (C) 1991, 1992, 1994, 1995, 1996, 1997, 1998, 1999, 2000 + Free Software Foundation, Inc. This definition file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public diff --git a/gcc/profile.c b/gcc/profile.c index 1525391b90dd..17f1f740afd3 100644 --- a/gcc/profile.c +++ b/gcc/profile.c @@ -1,5 +1,6 @@ /* Calculate branch probabilities, and basic block execution counts. - Copyright (C) 1990, 91-94, 96-99, 2000 Free Software Foundation, Inc. + Copyright (C) 1990, 1991, 1992, 1993, 1994, 1996, 1997, 1998, 1999, 2000 + Free Software Foundation, Inc. Contributed by James E. Wilson, UC Berkeley/Cygnus Support; based on some ideas from Dain Samples of UC Berkeley. Further mangling by Bob Manson, Cygnus Support.