OSDN Git Service

* actions.h: Standarize copyright statement.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Dec 2000 01:55:52 +0000 (01:55 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Dec 2000 01:55:52 +0000 (01:55 +0000)
        * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38087 138bc75d-0d04-0410-961f-82ee72b054a4

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 c8d5766..2253cc5 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 071e072..acffa4b 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 22abd04..c1b85df 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 ff2de0a..c459347 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 86d3004..fbb646b 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 868d8ed..5e9a46f 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 25bdf7d..4bf748c 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 c47528f..d42c65f 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 dc71281..51ffbab 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 f2513ff..74e10c2 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 3016942..310ccb5 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 fde7197..7650c2f 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 53d7670..4c7e79e 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 efe81ff..2b9b7b8 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.