diff options
author | Pierre-Marie de Rodat <derodat@adacore.com> | 2018-05-31 10:47:39 +0000 |
---|---|---|
committer | Pierre-Marie de Rodat <pmderodat@gcc.gnu.org> | 2018-05-31 10:47:39 +0000 |
commit | 986bd14e3a3e689819915af4e75cce046274be0a (patch) | |
tree | 60464c88aa0f96e1c573daebb43315841ffdfc27 /gcc | |
parent | 9200846e06c348d812349d7d32b77b2a2931fb37 (diff) | |
download | gcc-986bd14e3a3e689819915af4e75cce046274be0a.zip gcc-986bd14e3a3e689819915af4e75cce046274be0a.tar.gz gcc-986bd14e3a3e689819915af4e75cce046274be0a.tar.bz2 |
[Ada] Minor copyright header adjustments
2018-05-31 Pierre-Marie de Rodat <derodat@adacore.com>
gcc/ada/
* gnatvsn.adb: Re-center the copyright header.
* indepsw-darwin.adb: Adjust the starting copyright year to 2011.
From-SVN: r261016
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/ada/gnatvsn.adb | 2 | ||||
-rw-r--r-- | gcc/ada/indepsw-darwin.adb | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 1a6b509..6aecd89 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,8 @@ +2018-05-31 Pierre-Marie de Rodat <derodat@adacore.com> + + * gnatvsn.adb: Re-center the copyright header. + * indepsw-darwin.adb: Adjust the starting copyright year to 2011. + 2018-05-31 Fedor Rybin <frybin@adacore.com> * doc/gnat_ugn/gnat_utility_programs.rst: Document Stubs_Subdir in diff --git a/gcc/ada/gnatvsn.adb b/gcc/ada/gnatvsn.adb index 6d76f7e..1de6729 100644 --- a/gcc/ada/gnatvsn.adb +++ b/gcc/ada/gnatvsn.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 2002-2009 Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2018, 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/indepsw-darwin.adb b/gcc/ada/indepsw-darwin.adb index 9e9e90a..533ae4a 100644 --- a/gcc/ada/indepsw-darwin.adb +++ b/gcc/ada/indepsw-darwin.adb @@ -7,7 +7,7 @@ -- B o d y -- -- (Darwin version) -- -- -- --- Copyright (C) 2013-2018, Free Software Foundation, Inc. -- +-- Copyright (C) 2011-2018, 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- -- |