diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-07 01:55:52 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-07 01:55:52 +0000 |
commit | ae229cc30745f64a55a7765a03aac4cde597e0c6 (patch) | |
tree | 55a66a3825cb3df091140539b06a2f6c618fec82 /gcc | |
parent | a0a6c970550ba1c28cab6660fb1daa96cd1a39c3 (diff) | |
download | gcc-ae229cc30745f64a55a7765a03aac4cde597e0c6.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38087 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-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 c8d57666160..2253cc5293a 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 071e07289fc..acffa4bfd06 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 22abd048dda..c1b85dffea6 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 ff2de0a3619..c4593471eaf 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 86d300425ba..fbb646bca51 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 868d8eda03e..5e9a46fc1e8 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 25bdf7d0e89..4bf748c7da6 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 c47528f3030..d42c65f8077 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 dc712813d23..51ffbaba3fb 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 f2513ff23fa..74e10c20174 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 30169426160..310ccb5c211 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 fde719789cb..7650c2f8cc9 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 53d76703f12..4c7e79e6106 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 efe81ff2184..2b9b7b867f4 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. |