diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2002-10-23 08:04:17 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2002-10-23 08:04:17 +0000 |
commit | 1f02b6af39e22b85ea7f07e1c8b831dafd6f40ed (patch) | |
tree | 147f899604bb9754785e1e51ebd7dd09a1d53d6c /gcc/ada/switch-c.ads | |
parent | 71ff80dc28b7f07ee2cabc7cdbaa99c0df63f07a (diff) | |
download | gcc-1f02b6af39e22b85ea7f07e1c8b831dafd6f40ed.zip gcc-1f02b6af39e22b85ea7f07e1c8b831dafd6f40ed.tar.gz gcc-1f02b6af39e22b85ea7f07e1c8b831dafd6f40ed.tar.bz2 |
Nathanael Nerode <neroden@gcc.gnu.org> PR ada/5904
Nathanael Nerode <neroden@gcc.gnu.org>
PR ada/5904
* 1ssecsta.adb 1ssecsta.ads adadecode.c adadecode.h aux-io.c
gnatname.adb gnatname.ads mkdir.c osint-b.adb osint-b.ads
osint-c.adb osint-c.ads osint-l.adb osint-l.ads osint-m.adb
osint-m.ads prj-makr.adb prj-makr.ads prj-pp.adb prj-pp.ads
s-atacco.ads s-traceb.adb s-traceb.ads s-traces.adb
s-traces.ads s-tratas.adb s-tratas.ads sinput-d.adb
sinput-d.ads switch-b.adb switch-b.ads switch-c.adb
switch-c.ads switch-m.adb switch-m.ads: Correct statements in
comments about maintainership of GNAT.
From-SVN: r58443
Diffstat (limited to 'gcc/ada/switch-c.ads')
-rw-r--r-- | gcc/ada/switch-c.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/switch-c.ads b/gcc/ada/switch-c.ads index f9c05a4..e6f9d7f 100644 --- a/gcc/ada/switch-c.ads +++ b/gcc/ada/switch-c.ads @@ -21,7 +21,7 @@ -- MA 02111-1307, USA. -- -- -- -- GNAT was originally developed by the GNAT team at New York University. -- --- It is now maintained by Ada Core Technologies Inc (http://www.gnat.com). -- +-- Extensive contributions were provided by Ada Core Technologies Inc. -- -- -- ------------------------------------------------------------------------------ |