]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Update copyrights
authorKaveh Ghazi <ghazi@gcc.gnu.org>
Mon, 17 Jan 2000 16:49:30 +0000 (16:49 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Mon, 17 Jan 2000 16:49:30 +0000 (16:49 +0000)
From-SVN: r31464

17 files changed:
gcc/ch/actions.h
gcc/ch/ch-tree.h
gcc/ch/convert.c
gcc/ch/decl.c
gcc/ch/except.c
gcc/ch/expr.c
gcc/ch/grant.c
gcc/ch/inout.c
gcc/ch/lang.c
gcc/ch/lex.h
gcc/ch/loop.c
gcc/ch/nloop.c
gcc/ch/parse.c
gcc/ch/satisfy.c
gcc/ch/tasking.c
gcc/ch/tree.c
gcc/ch/typeck.c

index f47039856c00d63bf3137a7cc08ca9e8fc8bb980..071e07289fccf9c5b4a50adf057ad323defb6832 100644 (file)
@@ -1,5 +1,5 @@
 /* Declarations for ch-actions.c.
-   Copyright (C) 1992, 93, 1994 Free Software Foundation, Inc.
+   Copyright (C) 1992, 93, 94, 98, 2000 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
index b5a56aeb8b9cce9dad7c736a0be8a704bfe66f8d..a4cdc0e91539f9cd29cc28f16573b333db705b98 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for CHILL parsing and type checking.
-   Copyright (C) 1992, 93, 94, 98, 1999 Free Software Foundation, Inc.
+   Copyright (C) 1992, 93, 94, 98, 99, 2000 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
index 7ad914b9f33393dff6cf6635393ecb02623129e0..80405dab841ea8a7fbb52f76f769a6c1a0bfa516 100644 (file)
@@ -1,5 +1,5 @@
 /* Language-level data type conversion for GNU CHILL.
-   Copyright (C) 1992, 93, 1994, 1998 Free Software Foundation, Inc.
+   Copyright (C) 1992, 93, 94, 98, 99, 2000 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
index 6e1cf730aac17f284d8f686c98d4bdcb3c8e0545..3ce4715c326cb7b0973abab0e39708e61d94412d 100644 (file)
@@ -1,5 +1,5 @@
 /* Process declarations and variables for GNU CHILL compiler.
-   Copyright (C) 1992, 93, 1994, 1998, 1999 Free Software Foundation, Inc. 
+   Copyright (C) 1992, 93, 94, 98, 99, 2000 Free Software Foundation, Inc. 
    
    This file is part of GNU CC.
    
index 92a94258022ae0f5aa169817e78cfd966329e807..fc3eb51f21fa5af632cfffdae8dccad8a624790f 100644 (file)
@@ -1,6 +1,6 @@
 /* Exception support for GNU CHILL.
    WARNING:  Only works for native (needs setjmp.h)!  FIXME!
-   Copyright (C) 1992, 93, 1994, 1998 Free Software Foundation, Inc.
+   Copyright (C) 1992, 93, 94, 98, 99, 2000 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
index 84a409af4b33f0e64732c12a4750bbb59e6df1ae..01574ed8531cfa630888496c435e1eaa2165a3e2 100644 (file)
@@ -1,6 +1,6 @@
 /* Convert language-specific tree expression to rtl instructions,
    for GNU CHILL compiler.
-   Copyright (C) 1992, 93, 1994, 1998, 1999 Free Software Foundation, Inc.
+   Copyright (C) 1992, 93, 94, 98, 99, 2000 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
index 4784ce6dc00a488e02cb8f947ca1f7be4d502f32..4cbe7d4ce9859324d0acc4cb1b967fa4c05319d3 100644 (file)
@@ -1,5 +1,5 @@
 /* Implement grant-file output & seize-file input for CHILL.
-   Copyright (C) 1992, 93, 94, 95, 1996, 1998 Free Software Foundation, Inc.
+   Copyright (C) 1992, 93-96, 98, 99, 2000 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
index ad5f971f2987582675dc0ae819de3612a28f988c..5700da1e369e9cd0dcfb9b5c781329565e964a06 100644 (file)
@@ -1,5 +1,5 @@
 /* Implement I/O-related actions for CHILL.
-   Copyright (C) 1992, 93, 1994, 1998, 1999 Free Software Foundation, Inc.
+   Copyright (C) 1992, 93, 94, 98, 99, 2000 Free Software Foundation, Inc.
    
    This file is part of GNU CC.
    
index fdc7f4ca2a3d652ce4cc8538a9a2809d80005999..d2f21f1ee4203df6f9da0f4663c6a759988112fe 100644 (file)
@@ -1,5 +1,5 @@
 /* Language-specific hook definitions for CHILL front end.
-   Copyright (C) 1992, 93, 1994, 1998 Free Software Foundation, Inc.
+   Copyright (C) 1992, 93, 94, 98, 99, 2000 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
index 466ba285db6f1f816e4e14725ea4828f742cbcd7..25bdf7d0e8992990a2732567ab702761ae24e55c 100644 (file)
@@ -1,5 +1,5 @@
 /* Define constants for communication with the CHILL parser.
-   Copyright (C) 1992, 93, 1994 Free Software Foundation, Inc.
+   Copyright (C) 1992, 93, 94, 95, 96, 99, 2000 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
index c23138ad0ee2827a8264231919905aabffb2d35f..c47528f3030fb31628203c87eef73597de0c2489 100644 (file)
@@ -1,5 +1,5 @@
 /* Implement looping actions for CHILL.
-   Copyright (C) 1992, 93, 1994, 1998 Free Software Foundation, Inc.
+   Copyright (C) 1992, 93, 94, 98, 99, 2000 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
index 0bd935200eb48908fbe78f8430bce1ba6b5bc297..dc712813d23b390a4f7845f3d1f01ad8f9f91525 100644 (file)
@@ -1,5 +1,5 @@
 /* Implement looping actions for CHILL.
-   Copyright (C) 1992, 93, 1994 Free Software Foundation, Inc.
+   Copyright (C) 1992, 93, 94, 2000 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
index a2cad5ba78875eea4455d0c5c6f9c46a0ee128b3..92ca55bb97f20dc667ea1f6f84213276fea740e7 100644 (file)
@@ -1,5 +1,5 @@
 /* Parser for GNU CHILL (CCITT High-Level Language)  -*- C -*-
-   Copyright (C) 1992, 1993, 1998, 1999 Free Software Foundation, Inc.
+   Copyright (C) 1992, 93, 98, 99, 2000 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
index 6e7e7363f385191c160117b227b00823225bbb27..a52c9fd0c621629ca26895061d88fe39bc5d0a3f 100644 (file)
@@ -1,5 +1,5 @@
 /* Name-satisfaction for GNU Chill compiler.
-   Copyright (C) 1993, 1998 Free Software Foundation, Inc.
+   Copyright (C) 1993, 98, 99, 2000 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
index eb6465dbeea95971fc13b28a98d6c4f058e4ea29..1a67e99d41afa1332e7f80efdc090a68df7973b4 100644 (file)
@@ -1,5 +1,5 @@
 /* Implement tasking-related actions for CHILL.
-   Copyright (C) 1992, 93, 1994, 1998, 1999 Free Software Foundation, Inc.
+   Copyright (C) 1992, 93, 94, 98, 99, 2000 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
index 17cbd8ef52d1c0b184f1b7615b000d8e081a5daa..88fd5ffd2d577efc1d3a961591e64f819c963067 100644 (file)
@@ -1,5 +1,5 @@
 /* Language-dependent node constructors for parse phase of GNU compiler.
-   Copyright (C) 1992, 93, 1994, 1998  Free Software Foundation, Inc.
+   Copyright (C) 1992, 93, 94, 98, 99, 2000  Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
index fd91227a0f080fa639bfa0f76ba9ec56df4891c6..0116de30e37fa8ba139168bd48ced75dab72daa0 100644 (file)
@@ -1,5 +1,5 @@
 /* Build expressions with type checking for CHILL compiler.
-   Copyright (C) 1992, 93, 1994, 1998, 1999 Free Software Foundation, Inc.
+   Copyright (C) 1992, 93, 94, 98, 99, 2000 Free Software Foundation, Inc.
 
 This file is part of GNU CC.