From: Rodney Brown Date: Thu, 7 Dec 2000 01:55:52 +0000 (+0000) Subject: actions.h: Standarize copyright statement. X-Git-Tag: prereleases/libstdc++-2.92~2407 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=48e1571acc3af00c4fc34867ff8831ab1ceb587d;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ch/ChangeLog b/gcc/ch/ChangeLog index c8d57666160d..2253cc5293ae 100644 --- a/gcc/ch/ChangeLog +++ b/gcc/ch/ChangeLog @@ -1,3 +1,9 @@ +2000-12-06 Rodney Brown + + * 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 * actions.c (check_missing_cases), typeck.c (build_chill_slice, diff --git a/gcc/ch/actions.h b/gcc/ch/actions.h index 071e07289fcc..acffa4bfd06b 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 22abd048dda6..c1b85dffea6f 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 ff2de0a3619f..c4593471eaf8 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 86d300425ba6..fbb646bca510 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 868d8eda03e4..5e9a46fc1e89 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 25bdf7d0e899..4bf748c7da6f 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 c47528f3030f..d42c65f8077a 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 dc712813d23b..51ffbaba3fbf 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 f2513ff23faf..74e10c201749 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 301694261602..310ccb5c2114 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 fde719789cb6..7650c2f8cc91 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 53d76703f126..4c7e79e6106c 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 efe81ff2184d..2b9b7b867f4f 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.