diff options
author | Rodney Brown <RodneyBrown@mynd.com> | 2000-12-07 01:55:52 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2000-12-06 18:55:52 -0700 |
commit | 48e1571acc3af00c4fc34867ff8831ab1ceb587d (patch) | |
tree | 55a66a3825cb3df091140539b06a2f6c618fec82 | |
parent | 0b749da1b80769cf1635d696291cf7e6f6edb846 (diff) | |
download | gcc-48e1571acc3af00c4fc34867ff8831ab1ceb587d.zip gcc-48e1571acc3af00c4fc34867ff8831ab1ceb587d.tar.gz gcc-48e1571acc3af00c4fc34867ff8831ab1ceb587d.tar.bz2 |
actions.h: Standarize copyright statement.
* 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
-rw-r--r-- | gcc/ch/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/ch/actions.h | 2 | ||||
-rw-r--r-- | gcc/ch/except.c | 3 | ||||
-rw-r--r-- | gcc/ch/inout.c | 3 | ||||
-rw-r--r-- | gcc/ch/lang.c | 3 | ||||
-rw-r--r-- | gcc/ch/lex.c | 3 | ||||
-rw-r--r-- | gcc/ch/lex.h | 3 | ||||
-rw-r--r-- | gcc/ch/loop.c | 3 | ||||
-rw-r--r-- | gcc/ch/nloop.c | 3 | ||||
-rw-r--r-- | gcc/ch/parse.c | 3 | ||||
-rw-r--r-- | gcc/ch/tasking.c | 3 | ||||
-rw-r--r-- | gcc/ch/tasking.h | 2 | ||||
-rw-r--r-- | gcc/ch/timing.c | 2 | ||||
-rw-r--r-- | gcc/ch/xtypeck.c | 2 |
14 files changed, 28 insertions, 13 deletions
diff --git a/gcc/ch/ChangeLog b/gcc/ch/ChangeLog index c8d5766..2253cc5 100644 --- a/gcc/ch/ChangeLog +++ b/gcc/ch/ChangeLog @@ -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, diff --git a/gcc/ch/actions.h b/gcc/ch/actions.h index 071e072..acffa4b 100644 --- a/gcc/ch/actions.h +++ b/gcc/ch/actions.h @@ -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. diff --git a/gcc/ch/except.c b/gcc/ch/except.c index 22abd04..c1b85df 100644 --- a/gcc/ch/except.c +++ b/gcc/ch/except.c @@ -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. diff --git a/gcc/ch/inout.c b/gcc/ch/inout.c index ff2de0a..c459347 100644 --- a/gcc/ch/inout.c +++ b/gcc/ch/inout.c @@ -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. diff --git a/gcc/ch/lang.c b/gcc/ch/lang.c index 86d3004..fbb646b 100644 --- a/gcc/ch/lang.c +++ b/gcc/ch/lang.c @@ -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. diff --git a/gcc/ch/lex.c b/gcc/ch/lex.c index 868d8ed..5e9a46f 100644 --- a/gcc/ch/lex.c +++ b/gcc/ch/lex.c @@ -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. diff --git a/gcc/ch/lex.h b/gcc/ch/lex.h index 25bdf7d..4bf748c 100644 --- a/gcc/ch/lex.h +++ b/gcc/ch/lex.h @@ -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. diff --git a/gcc/ch/loop.c b/gcc/ch/loop.c index c47528f..d42c65f 100644 --- a/gcc/ch/loop.c +++ b/gcc/ch/loop.c @@ -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. diff --git a/gcc/ch/nloop.c b/gcc/ch/nloop.c index dc71281..51ffbab 100644 --- a/gcc/ch/nloop.c +++ b/gcc/ch/nloop.c @@ -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. diff --git a/gcc/ch/parse.c b/gcc/ch/parse.c index f2513ff..74e10c2 100644 --- a/gcc/ch/parse.c +++ b/gcc/ch/parse.c @@ -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. diff --git a/gcc/ch/tasking.c b/gcc/ch/tasking.c index 3016942..310ccb5 100644 --- a/gcc/ch/tasking.c +++ b/gcc/ch/tasking.c @@ -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. diff --git a/gcc/ch/tasking.h b/gcc/ch/tasking.h index fde7197..7650c2f 100644 --- a/gcc/ch/tasking.h +++ b/gcc/ch/tasking.h @@ -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. diff --git a/gcc/ch/timing.c b/gcc/ch/timing.c index 53d7670..4c7e79e 100644 --- a/gcc/ch/timing.c +++ b/gcc/ch/timing.c @@ -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. diff --git a/gcc/ch/xtypeck.c b/gcc/ch/xtypeck.c index efe81ff..2b9b7b8 100644 --- a/gcc/ch/xtypeck.c +++ b/gcc/ch/xtypeck.c @@ -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. |