diff options
author | Pierre-Marie de Rodat <derodat@adacore.com> | 2022-05-24 09:37:29 +0000 |
---|---|---|
committer | Pierre-Marie de Rodat <derodat@adacore.com> | 2022-06-02 09:06:48 +0000 |
commit | cdfc6e92b49eb722a521c1eefafcce5e0d0b19e3 (patch) | |
tree | 9bce88c10e850a43f2525d89958307a6ccbf87bd /gcc | |
parent | d6d9f534f9fa9f8e444906ebfe90053a24d212a5 (diff) | |
download | gcc-cdfc6e92b49eb722a521c1eefafcce5e0d0b19e3.zip gcc-cdfc6e92b49eb722a521c1eefafcce5e0d0b19e3.tar.gz gcc-cdfc6e92b49eb722a521c1eefafcce5e0d0b19e3.tar.bz2 |
[Ada] Update copyright notices
gcc/ada/
* gcc-interface/gigi.h: Update copyright notice.
* gcc-interface/lang-specs.h: Likewise.
* gcc-interface/utils.cc: Likewise.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/gcc-interface/gigi.h | 2 | ||||
-rw-r--r-- | gcc/ada/gcc-interface/lang-specs.h | 2 | ||||
-rw-r--r-- | gcc/ada/gcc-interface/utils.cc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/gcc-interface/gigi.h b/gcc/ada/gcc-interface/gigi.h index 52d44f0..b88dfc1 100644 --- a/gcc/ada/gcc-interface/gigi.h +++ b/gcc/ada/gcc-interface/gigi.h @@ -6,7 +6,7 @@ * * * C Header File * * * - * Copyright (C) 1992-2021, Free Software Foundation, Inc. * + * Copyright (C) 1992-2022, 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/gcc-interface/lang-specs.h b/gcc/ada/gcc-interface/lang-specs.h index db1917b..6c260a0 100644 --- a/gcc/ada/gcc-interface/lang-specs.h +++ b/gcc/ada/gcc-interface/lang-specs.h @@ -6,7 +6,7 @@ * * * C Header File * * * - * Copyright (C) 1992-2021, Free Software Foundation, Inc. * + * Copyright (C) 1992-2022, 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/gcc-interface/utils.cc b/gcc/ada/gcc-interface/utils.cc index b5c2bfb..6111311 100644 --- a/gcc/ada/gcc-interface/utils.cc +++ b/gcc/ada/gcc-interface/utils.cc @@ -6,7 +6,7 @@ * * * C Implementation File * * * - * Copyright (C) 1992-2021, Free Software Foundation, Inc. * + * Copyright (C) 1992-2022, 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- * |