diff options
author | Olivier Hainque <hainque@adacore.com> | 2017-06-08 08:20:39 +0000 |
---|---|---|
committer | Olivier Hainque <hainque@gcc.gnu.org> | 2017-06-08 08:20:39 +0000 |
commit | 724faf7b59e902360622e18788b56a4bf1505a32 (patch) | |
tree | b5681ec01abaa9419e010bd935864b07d144d666 | |
parent | a82be9d5f100ccdde62c571f36bc69ec2f227e2f (diff) | |
download | gcc-724faf7b59e902360622e18788b56a4bf1505a32.zip gcc-724faf7b59e902360622e18788b56a4bf1505a32.tar.gz gcc-724faf7b59e902360622e18788b56a4bf1505a32.tar.bz2 |
vx_crtbegin_auto.c: Update year in copyright notice.
2017-06-08 Olivier Hainque <hainque@adacore.com>
* vx_crtbegin_auto.c: Update year in copyright notice.
* vx_crtbegin.c: Likewise.
* vx_crtbegin.inc: Likewise.
* vx_crtend.c: Likewise.
From-SVN: r249007
-rw-r--r-- | gcc/ada/ChangeLog | 7 | ||||
-rw-r--r-- | gcc/ada/vx_crtbegin.c | 2 | ||||
-rw-r--r-- | gcc/ada/vx_crtbegin.inc | 2 | ||||
-rw-r--r-- | gcc/ada/vx_crtbegin_auto.c | 2 | ||||
-rw-r--r-- | gcc/ada/vx_crtend.c | 2 |
5 files changed, 11 insertions, 4 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index e5daf42..e7f2b86 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,10 @@ +2017-06-08 Olivier Hainque <hainque@adacore.com> + + * vx_crtbegin_auto.c: Update year in copyright notice. + * vx_crtbegin.c: Likewise. + * vx_crtbegin.inc: Likewise. + * vx_crtend.c: Likewise. + 2017-06-07 Sebastian Huber <sebastian.huber@embedded-brains.de> * Makefile.in (rtems): Use TLS implementation for s-tpopsp.adb. diff --git a/gcc/ada/vx_crtbegin.c b/gcc/ada/vx_crtbegin.c index 82c2993..c4628ee 100644 --- a/gcc/ada/vx_crtbegin.c +++ b/gcc/ada/vx_crtbegin.c @@ -6,7 +6,7 @@ * * * C Implementation File * * * - * Copyright (C) 2016, Free Software Foundation, Inc. * + * Copyright (C) 2017, Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * diff --git a/gcc/ada/vx_crtbegin.inc b/gcc/ada/vx_crtbegin.inc index 111310b..fea12c1 100644 --- a/gcc/ada/vx_crtbegin.inc +++ b/gcc/ada/vx_crtbegin.inc @@ -6,7 +6,7 @@ * * * C Implementation File * * * - * Copyright (C) 2016, Free Software Foundation, Inc. * + * Copyright (C) 2017, Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * diff --git a/gcc/ada/vx_crtbegin_auto.c b/gcc/ada/vx_crtbegin_auto.c index b1eb3f5..304a6dd 100644 --- a/gcc/ada/vx_crtbegin_auto.c +++ b/gcc/ada/vx_crtbegin_auto.c @@ -6,7 +6,7 @@ * * * C Implementation File * * * - * Copyright (C) 2016, Free Software Foundation, Inc. * + * Copyright (C) 2017, Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * diff --git a/gcc/ada/vx_crtend.c b/gcc/ada/vx_crtend.c index 0c04d5d..0c9fe77 100644 --- a/gcc/ada/vx_crtend.c +++ b/gcc/ada/vx_crtend.c @@ -6,7 +6,7 @@ * * * C Implementation File * * * - * Copyright (C) 2016, Free Software Foundation, Inc. * + * Copyright (C) 2017, Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * |