diff options
author | Joel Brobecker <brobecker@gnat.com> | 2009-12-20 11:55:24 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2009-12-20 11:55:24 +0000 |
commit | 32ff47f851ef481641db37a94c04e4dced4b8a36 (patch) | |
tree | aa7ae5f56e8e900b457b578c379e63afa6f08aab /gdb/testsuite/gdb.mi | |
parent | 8fbd78b9cb61a226a95a3c516dcc70dc9846b74e (diff) | |
download | gdb-32ff47f851ef481641db37a94c04e4dced4b8a36.tar.gz |
* Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
gdb.base/watch_thread_num.c, gdb.java/jprint.java,
gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
gdb.modula2/unbounded1.c: Update copyright header.
Diffstat (limited to 'gdb/testsuite/gdb.mi')
-rw-r--r-- | gdb/testsuite/gdb.mi/mi-async.exp | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gdb/testsuite/gdb.mi/mi-async.exp b/gdb/testsuite/gdb.mi/mi-async.exp index 86c76b9dbe0..14f02a029b1 100644 --- a/gdb/testsuite/gdb.mi/mi-async.exp +++ b/gdb/testsuite/gdb.mi/mi-async.exp @@ -2,17 +2,16 @@ # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or +# the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY 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 -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# along with this program. If not, see <http://www.gnu.org/licenses/>. # # Test asynchronous Machine Interface (MI) responses. |