diff options
Diffstat (limited to 'gcc/ada/s-restri.ads')
-rw-r--r-- | gcc/ada/s-restri.ads | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/ada/s-restri.ads b/gcc/ada/s-restri.ads index fc0e3e93776..6aec4e2dd28 100644 --- a/gcc/ada/s-restri.ads +++ b/gcc/ada/s-restri.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 2004 Free Software Foundation, Inc. -- +-- Copyright (C) 2004-2005 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- -- @@ -65,5 +65,3 @@ package System.Restrictions is -- must be False, and Max_Tasks must not be set to zero. end System.Restrictions; - - |