aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRobert Dewar <dewar@adacore.com>2011-12-15 11:54:53 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2011-12-15 12:54:53 +0100
commitba986b7d2b9953fcdd47fc2b81ecbd992e04c519 (patch)
tree585df1a77c43ce960a59cb1df76eed2abbaab2f0 /gcc
parentd9937d1b3ee90bab59ddc15be59bee877e09778e (diff)
downloadgcc-ba986b7d2b9953fcdd47fc2b81ecbd992e04c519.zip
gcc-ba986b7d2b9953fcdd47fc2b81ecbd992e04c519.tar.gz
gcc-ba986b7d2b9953fcdd47fc2b81ecbd992e04c519.tar.bz2
sigtramp-ppcvxw.c, sigtramp.h: Fix header.
2011-12-15 Robert Dewar <dewar@adacore.com> * sigtramp-ppcvxw.c, sigtramp.h: Fix header. From-SVN: r182366
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ada/ChangeLog4
-rw-r--r--gcc/ada/sigtramp-ppcvxw.c8
-rw-r--r--gcc/ada/sigtramp.h8
3 files changed, 12 insertions, 8 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index d9e3eeb..d36fdcd 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,7 @@
+2011-12-15 Robert Dewar <dewar@adacore.com>
+
+ * sigtramp-ppcvxw.c, sigtramp.h: Fix header.
+
2011-12-15 Javier Miranda <miranda@adacore.com>
* exp_attr.adb (Expand_N_Attribute_Reference): For 'alignment
diff --git a/gcc/ada/sigtramp-ppcvxw.c b/gcc/ada/sigtramp-ppcvxw.c
index bebe657..a8fc801 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 *
+ * <http://www.gnu.org/licenses/>. *
* *
* 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 5e3cc5b..ef93e3f 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 *
+ * <http://www.gnu.org/licenses/>. *
* *
* GNAT was originally developed by the GNAT team at New York University. *
* Extensive contributions were provided by Ada Core Technologies Inc. *