]> gcc.gnu.org Git - gcc.git/commitdiff
Copyright fixes.
authorJeff Law <law@gcc.gnu.org>
Sat, 26 Feb 2000 05:45:17 +0000 (22:45 -0700)
committerJeff Law <law@gcc.gnu.org>
Sat, 26 Feb 2000 05:45:17 +0000 (22:45 -0700)
From-SVN: r32171

gcc/Makefile.in
gcc/builtins.c
gcc/c-aux-info.c
gcc/c-common.h
gcc/c-iterate.c
gcc/c-lang.c
gcc/c-lex.c
gcc/caller-save.c
gcc/regclass.c

index 4d1131ed082fd0c57ae895a3c8530848323de9c4..c05d763113db786c1c9c552d9ecdd794105bdfbc 100644 (file)
@@ -1,5 +1,6 @@
 # Makefile for GNU C compiler.
-#   Copyright (C) 1987, 88, 90-99, 2000 Free Software Foundation, Inc.
+#   Copyright (C) 1987, 1988, 1990, 1991, 1992, 1993, 1994, 1995
+#   1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
 
 #This file is part of GNU CC.
 
index aaacc8decc18c00f92ee2ed86db57ccc6f3db724..3473740ac59d0dae93979b362b9e4fb0dd08819d 100644 (file)
@@ -1,5 +1,6 @@
 /* Expand builtin functions.
-   Copyright (C) 1988, 92-98, 1999, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+   1999, 2000 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
index e2f65b50b1c8c2433e957eca196d96db26b8b923..17c2a492382061ef77ed7fb68b4e5e257e8f96b1 100644 (file)
@@ -1,7 +1,8 @@
 /* Generate information regarding function declarations and definitions based
    on information stored in GCC's tree structure.  This code implements the
    -aux-info option.
-   Copyright (C) 1989, 91, 94, 95, 97-99, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1989, 1991, 1994, 1995, 1997, 1998,
+   1999, 2000 Free Software Foundation, Inc.
    Contributed by Ron Guilmette (rfg@segfault.us.com).
 
 This file is part of GNU CC.
index dd3eeaf33d69d131c7c3468c2866ff5ca188deea..dfcac1ea8b6f7c1e86d6fa42ec07eb927d9f56eb 100644 (file)
@@ -1,5 +1,6 @@
 /* Definitions for c-common.c.
-   Copyright (C) 1987, 93-95, 97-99, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1987, 1993, 1994, 1995, 1997, 1998,
+   1999, 2000 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
index fa194502841fa6f990332b2b1faf5882571167ab..1692d2a4bf0af09cf41fc42790f1bbf9f1f76cf2 100644 (file)
@@ -1,5 +1,6 @@
 /* Build expressions with type checking for C compiler.
-   Copyright (C) 1987, 88, 89, 92-98, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996
+   1997, 1998, 2000 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
index be1acdea1546ce5719b2b420c808934ba2dc862f..331ff54e5dce74ca9608f060528ab3f2dd75399b 100644 (file)
@@ -1,5 +1,6 @@
 /* Language-specific hook definitions for C front end.
-   Copyright (C) 1991, 1995, 97-99, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1991, 1995, 1997, 1998,
+   1999, 2000 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
index 7456659ea0203fd0be4f62d88f0716e8cf78d6d3..128467d813eb9dd238e8e3031cfbd1efe19cd90b 100644 (file)
@@ -1,5 +1,6 @@
 /* Lexical analyzer for C and Objective C.
-   Copyright (C) 1987, 88, 89, 92, 94-99, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1987, 1988, 1989, 1992, 1994, 1995, 1996, 1997
+   1998, 1999, 2000 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
index 65621adab365ca5677632b2fb80000b98d47a39d..305894ede91be8c8cee910d48807f095cf187177 100644 (file)
@@ -1,5 +1,6 @@
 /* Save and restore call-clobbered registers which are live across a call.
-   Copyright (C) 1989, 92, 94, 95, 97-99, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1989, 1992, 1994, 1995, 1997, 1998,
+   1999, 2000 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
index 8780ec64da0f84c52c734134ff8fbf43fcac4907..41d33533566c46abc668a9a020984f3166c42f78 100644 (file)
@@ -1,5 +1,6 @@
 /* Compute register class preferences for pseudo-registers.
-   Copyright (C) 1987, 88, 91-98, 1999, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1996
+   1997, 1998, 1999, 2000 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
This page took 0.084554 seconds and 5 git commands to generate.