From ba986b7d2b9953fcdd47fc2b81ecbd992e04c519 Mon Sep 17 00:00:00 2001 From: Robert Dewar Date: Thu, 15 Dec 2011 11:54:53 +0000 Subject: [PATCH] sigtramp-ppcvxw.c, sigtramp.h: Fix header. 2011-12-15 Robert Dewar * sigtramp-ppcvxw.c, sigtramp.h: Fix header. From-SVN: r182366 --- gcc/ada/ChangeLog | 4 ++++ gcc/ada/sigtramp-ppcvxw.c | 8 ++++---- gcc/ada/sigtramp.h | 8 ++++---- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index d9e3eebfea2..d36fdcd012b 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,7 @@ +2011-12-15 Robert Dewar + + * sigtramp-ppcvxw.c, sigtramp.h: Fix header. + 2011-12-15 Javier Miranda * exp_attr.adb (Expand_N_Attribute_Reference): For 'alignment diff --git a/gcc/ada/sigtramp-ppcvxw.c b/gcc/ada/sigtramp-ppcvxw.c index bebe6572ee1..a8fc8018a69 100644 --- a/gcc/ada/sigtramp-ppcvxw.c +++ b/gcc/ada/sigtramp-ppcvxw.c @@ -19,10 +19,10 @@ * additional permissions described in the GCC Runtime Library Exception, * * version 3.1, as published by the Free Software Foundation. * * * - * In particular, you can freely distribute your programs built with the * - * GNAT Pro compiler, including any required library run-time units, using * - * any licensing terms of your choosing. See the AdaCore Software License * - * for full details. * + * You should have received a copy of the GNU General Public License and * + * a copy of the GCC Runtime Library Exception along with this program; * + * see the files COPYING3 and COPYING.RUNTIME respectively. If not, see * + * . * * * * GNAT was originally developed by the GNAT team at New York University. * * Extensive contributions were provided by Ada Core Technologies Inc. * diff --git a/gcc/ada/sigtramp.h b/gcc/ada/sigtramp.h index 5e3cc5b77c9..ef93e3f6dd5 100644 --- a/gcc/ada/sigtramp.h +++ b/gcc/ada/sigtramp.h @@ -19,10 +19,10 @@ * additional permissions described in the GCC Runtime Library Exception, * * version 3.1, as published by the Free Software Foundation. * * * - * In particular, you can freely distribute your programs built with the * - * GNAT Pro compiler, including any required library run-time units, using * - * any licensing terms of your choosing. See the AdaCore Software License * - * for full details. * + * You should have received a copy of the GNU General Public License and * + * a copy of the GCC Runtime Library Exception along with this program; * + * see the files COPYING3 and COPYING.RUNTIME respectively. If not, see * + * . * * * * GNAT was originally developed by the GNAT team at New York University. * * Extensive contributions were provided by Ada Core Technologies Inc. * -- 2.30.2