diff --git a/gcc/ada/nlists.h b/gcc/ada/nlists.h index 60425f070ae6..c57f23695add 100644 --- a/gcc/ada/nlists.h +++ b/gcc/ada/nlists.h @@ -6,7 +6,7 @@ * * * C Header File * * * - * Copyright (C) 1992-2003, 2007 Free Software Foundation, Inc. * + * Copyright (C) 1992-2007, 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/types.ads b/gcc/ada/types.ads index 4d5ebfc02704..2bfc91e2a86d 100644 --- a/gcc/ada/types.ads +++ b/gcc/ada/types.ads @@ -31,8 +31,8 @@ -- -- ------------------------------------------------------------------------------ --- This package contains host independent type definitions which are used in --- more than one unit in the compiler. They are gathered here for easy +-- This package contains host independent type definitions which are used +-- in more than one unit in the compiler. They are gathered here for easy -- reference, though in some cases the full description is found in the -- relevant module which implements the definition. The main reason that they -- are not in their "natural" specs is that this would cause a lot of inter-