diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2011-08-01 17:11:02 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2011-08-01 17:11:02 +0200 |
commit | 5dabb19c6d5d5ac5d8d3c6e4407668b4b27ebdf2 (patch) | |
tree | 112d0091d03d2413a4608e3b2fa2eb8d3099b1f9 | |
parent | f5e68b48a510a49be0ce95bd02491dc7157be696 (diff) | |
download | gcc-5dabb19c6d5d5ac5d8d3c6e4407668b4b27ebdf2.zip gcc-5dabb19c6d5d5ac5d8d3c6e4407668b4b27ebdf2.tar.gz gcc-5dabb19c6d5d5ac5d8d3c6e4407668b4b27ebdf2.tar.bz2 |
Update header.
From-SVN: r177045
-rw-r--r-- | gcc/ada/exp_ch11.ads | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/gcc/ada/exp_ch11.ads b/gcc/ada/exp_ch11.ads index 8ba25ad..a75a2a8 100644 --- a/gcc/ada/exp_ch11.ads +++ b/gcc/ada/exp_ch11.ads @@ -6,18 +6,17 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2009, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2010, 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- -- -- ware Foundation; either version 3, or (at your option) any later ver- -- -- sion. GNAT is distributed in the hope that it will be useful, but WITH- -- -- OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -- --- or FITNESS FOR A PARTICULAR PURPOSE. -- --- -- --- You should have received a copy of the GNU General Public License along -- --- with this program; see file COPYING3. If not see -- --- <http://www.gnu.org/licenses/>. -- +-- or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -- +-- for more details. You should have received a copy of the GNU General -- +-- Public License distributed with GNAT; see file COPYING3. If not, go to -- +-- http://www.gnu.org/licenses for a complete copy of the license. -- -- -- -- GNAT was originally developed by the GNAT team at New York University. -- -- Extensive contributions were provided by Ada Core Technologies Inc. -- |