actions.h: Standarize copyright statement.
authorRodney Brown <RodneyBrown@mynd.com>
Thu, 7 Dec 2000 01:55:52 +0000 (01:55 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 7 Dec 2000 01:55:52 +0000 (18:55 -0700)
        * actions.h: Standarize copyright statement.
        * except.c inout.c lang.c lex.c lex.h loop.c nloop.c: Likewise.
        * parse.c tasking.c tasking.h timing.c xtypeck.c: Likewise.

From-SVN: r38087

14 files changed:
gcc/ch/ChangeLog
gcc/ch/actions.h
gcc/ch/except.c
gcc/ch/inout.c
gcc/ch/lang.c
gcc/ch/lex.c
gcc/ch/lex.h
gcc/ch/loop.c
gcc/ch/nloop.c
gcc/ch/parse.c
gcc/ch/tasking.c
gcc/ch/tasking.h
gcc/ch/timing.c
gcc/ch/xtypeck.c

index c8d57666160d2d004db6b90881b3fc3f38134562..2253cc5293ae2d33a961092b228391fc576ec086 100644 (file)
@@ -1,3 +1,9 @@
+2000-12-06  Rodney Brown  <RodneyBrown@mynd.com>
+
+       * actions.h: Standarize copyright statement.
+       * except.c inout.c lang.c lex.c lex.h loop.c nloop.c: Likewise.
+       * parse.c tasking.c tasking.h timing.c xtypeck.c: Likewise.
+
 2000-11-07  Joseph S. Myers  <jsm28@cam.ac.uk>
 
        * actions.c (check_missing_cases), typeck.c (build_chill_slice,
index 071e07289fccf9c5b4a50adf057ad323defb6832..acffa4bfd06b52505311bdfc9b2630baa03daaf2 100644 (file)
@@ -1,5 +1,5 @@
 /* Declarations for ch-actions.c.
-   Copyright (C) 1992, 93, 94, 98, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1992, 1993, 1994, 1998, 2000 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
index 22abd048dda6dce88c6db1999d5db1914062ef33..c1b85dffea6feb806cc6c6d80a052b94cf903e72 100644 (file)
@@ -1,6 +1,7 @@
 /* Exception support for GNU CHILL.
    WARNING:  Only works for native (needs setjmp.h)!  FIXME!
-   Copyright (C) 1992, 93, 94, 98, 99, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1992, 1993, 1994, 1998, 1999, 2000
+   Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
index ff2de0a3619fc1fea2885ca537f878da330bf257..c4593471eaf8236a3a8236d2000b64734b60630e 100644 (file)
@@ -1,5 +1,6 @@
 /* Implement I/O-related actions for CHILL.
-   Copyright (C) 1992, 93, 94, 98, 99, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1992, 1993, 1994, 1998, 1999, 2000
+   Free Software Foundation, Inc.
    
    This file is part of GNU CC.
    
index 86d300425ba6af5fc7fe7342e5a662639a6053f9..fbb646bca5102b1c57fc81e7aa05d84be17e254b 100644 (file)
@@ -1,5 +1,6 @@
 /* Language-specific hook definitions for CHILL front end.
-   Copyright (C) 1992, 93, 94, 98, 99, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1992, 1993, 1994, 1998, 1999, 2000
+   Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
index 868d8eda03e48cd5e878a1b1a0182fa8ac534918..5e9a46fc1e89748b3dc3c1ef532b9bc3986bea9a 100644 (file)
@@ -1,5 +1,6 @@
 /* Lexical analyzer for GNU CHILL. -*- C -*-
-   Copyright (C) 1992, 93, 94, 98, 99, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1992, 1993, 1994, 1998, 1999, 2000
+   Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
index 25bdf7d0e8992990a2732567ab702761ae24e55c..4bf748c7da6f69bdf07f6951aa17b2c55e5ce7d9 100644 (file)
@@ -1,5 +1,6 @@
 /* Define constants for communication with the CHILL parser.
-   Copyright (C) 1992, 93, 94, 95, 96, 99, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1999, 2000
+   Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
index c47528f3030fb31628203c87eef73597de0c2489..d42c65f8077a0c395064ed0a12ae4df9b25af87e 100644 (file)
@@ -1,5 +1,6 @@
 /* Implement looping actions for CHILL.
-   Copyright (C) 1992, 93, 94, 98, 99, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1992, 1993, 1994, 1998, 1999, 2000
+   Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
index dc712813d23b390a4f7845f3d1f01ad8f9f91525..51ffbaba3fbf6f164852872d9af6b10afcfcbcd9 100644 (file)
@@ -1,5 +1,6 @@
 /* Implement looping actions for CHILL.
-   Copyright (C) 1992, 93, 94, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1992, 1993, 1994, 2000
+   Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
index f2513ff23faf0ab72fe7801ee2633b12c3de0209..74e10c201749d4e5f98f849aa182bf1de1d69dad 100644 (file)
@@ -1,5 +1,6 @@
 /* Parser for GNU CHILL (CCITT High-Level Language)  -*- C -*-
-   Copyright (C) 1992, 93, 98, 99, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1992, 1993, 1998, 1999, 2000
+   Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
index 301694261602141c85e4d7855e33359a06a61578..310ccb5c2114d134ac3018aab707fec4ed2f7cbd 100644 (file)
@@ -1,5 +1,6 @@
 /* Implement tasking-related actions for CHILL.
-   Copyright (C) 1992, 93, 94, 98, 99, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1992, 1993, 1994, 1998, 1999, 2000
+   Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
index fde719789cb60ffec01aa2b1303dfea71654dd88..7650c2f8cc9197e17e250123d19ebe9dc3e61f44 100644 (file)
@@ -1,5 +1,5 @@
 /* Implement process-related declarations for CHILL.
-   Copyright (C) 1992, 93, 1994 Free Software Foundation, Inc.
+   Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
index 53d76703f126617bc916a9911f2db3972baf575e..4c7e79e6106ce1df7832073b34f804eeefa3c113 100644 (file)
@@ -1,5 +1,5 @@
 /* Implement timing-related actions for CHILL.
-   Copyright (C) 1992, 93, 1994, 1998 Free Software Foundation, Inc.
+   Copyright (C) 1992, 1993, 1994, 1998 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
index efe81ff2184de07df109e26087e075aa8b24f4fd..2b9b7b867f4fc4154a97ec4d41219419f1c82829 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992, 93, 1994, 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1992, 1993, 1994, 1998 Free Software Foundation, Inc.
 
 This file is part of GNU CC.