diff options
author | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-23 08:04:17 +0000 |
---|---|---|
committer | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-23 08:04:17 +0000 |
commit | 8f0c0af8008286094500a6349eb769f41bbc7d96 (patch) | |
tree | 147f899604bb9754785e1e51ebd7dd09a1d53d6c /gcc/ada/s-traces.ads | |
parent | e78e8c8eeb9163e35f31da808a111c5552dcd171 (diff) | |
download | gcc-8f0c0af8008286094500a6349eb769f41bbc7d96.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58443 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/s-traces.ads')
-rw-r--r-- | gcc/ada/s-traces.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/s-traces.ads b/gcc/ada/s-traces.ads index d819c2ba5f7..9e600435413 100644 --- a/gcc/ada/s-traces.ads +++ b/gcc/ada/s-traces.ads @@ -28,7 +28,7 @@ -- covered by the GNU Public License. -- -- -- -- 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. -- -- -- ------------------------------------------------------------------------------ |