From 87b62748db18a61884ae1d37e8bbdf098400ddd8 Mon Sep 17 00:00:00 2001 From: Arnaud Charlet Date: Fri, 19 Nov 2004 12:25:05 +0100 Subject: gnat1drv.adb, [...]: Output the copyright message on a separate line from the version message. * gnat1drv.adb, gnatbind.adb, gnatchop.adb, gnatfind.adb, gnatlink.adb, gnatls.adb, gnatxref.adb, gprep.adb: Output the copyright message on a separate line from the version message. From-SVN: r90910 --- gcc/ada/gnatbind.adb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gcc/ada/gnatbind.adb') diff --git a/gcc/ada/gnatbind.adb b/gcc/ada/gnatbind.adb index 48c23f0..a64990e 100644 --- a/gcc/ada/gnatbind.adb +++ b/gcc/ada/gnatbind.adb @@ -480,7 +480,8 @@ begin Write_Eol; Write_Str ("GNATBIND "); Write_Str (Gnat_Version_String); - Write_Str (" Copyright 1995-2004 Free Software Foundation, Inc."); + Write_Eol; + Write_Str ("Copyright 1995-2004 Free Software Foundation, Inc."); Write_Eol; end if; -- cgit v1.1