diff options
-rw-r--r-- | gcc/ada/ChangeLog | 8 | ||||
-rw-r--r-- | gcc/ada/freeze.ads | 2 | ||||
-rw-r--r-- | gcc/ada/g-comlin.ads | 3 | ||||
-rw-r--r-- | gcc/ada/gnat-style.texi | 6 |
4 files changed, 13 insertions, 6 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 9127a339191..a5eec27cdf6 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,5 +1,13 @@ 2001-12-12 Geert Bosch <bosch@gnat.com> + * freeze.ads: Update copyright date. + + * g-comlin.ads: Minor reformatting. + + * gnat-style.texi: Fix typo. + +2001-12-12 Geert Bosch <bosch@gnat.com> + * einfo.h: Regenerate. 2001-12-12 Ed Schonberg <schonber@gnat.com> diff --git a/gcc/ada/freeze.ads b/gcc/ada/freeze.ads index b6205e2628a..f7948350c2f 100644 --- a/gcc/ada/freeze.ads +++ b/gcc/ada/freeze.ads @@ -8,7 +8,7 @@ -- -- -- $Revision$ -- -- --- Copyright (C) 1992-2000, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2001, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- diff --git a/gcc/ada/g-comlin.ads b/gcc/ada/g-comlin.ads index f1ee5c4a603..d2c874e92e5 100644 --- a/gcc/ada/g-comlin.ads +++ b/gcc/ada/g-comlin.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- $Revision: 1.1 $ +-- $Revision$ -- -- -- Copyright (C) 1999-2001 Ada Core Technologies, Inc. -- -- -- @@ -96,7 +96,6 @@ -- end loop; -- end; - with GNAT.Directory_Operations; with GNAT.Regexp; diff --git a/gcc/ada/gnat-style.texi b/gcc/ada/gnat-style.texi index def4d03e5d7..136536fe2da 100644 --- a/gcc/ada/gnat-style.texi +++ b/gcc/ada/gnat-style.texi @@ -6,7 +6,7 @@ @c o @c G N A T C O D I N G S T Y L E o @c o -@c $Revision: 1.1 $ +@c $Revision$ @c o @c Copyright (C) 1992-2001 Ada Core Technologies, Inc. o @c o @@ -36,9 +36,9 @@ @titlepage @sp 10 -@title GNAT Coding Stye +@title GNAT Coding Style @subtitle A guide for GNAT developers -@subtitle Document revision level $Revision: 1.1 $ +@subtitle Document revision level $Revision$ @subtitle Date: @today{} @author Ada Core Technologies, Inc. @end titlepage |