diff options
author | Daniel Jacobowitz <drow@false.org> | 2002-01-20 19:46:32 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2002-01-20 19:46:32 +0000 |
commit | 4420d5e23bd3432c6df31ab35e0e567f5e54fdfa (patch) | |
tree | eab7414ecb06cabb805492d8df2c95a770d5debd /gdb | |
parent | d7f0b9ce2dc807bcfe687ba54dc4993529df02a8 (diff) | |
download | gdb-4420d5e23bd3432c6df31ab35e0e567f5e54fdfa.zip gdb-4420d5e23bd3432c6df31ab35e0e567f5e54fdfa.tar.gz gdb-4420d5e23bd3432c6df31ab35e0e567f5e54fdfa.tar.bz2 |
Copyright year updates.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/testsuite/gdb.c++/inherit.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.c++/method.exp | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index a9d68ef..f0e90a7 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,10 @@ 2002-01-20 Daniel Jacobowitz <drow@mvista.com> + * gdb.c++/inherit.exp: Update copyright years. + * gdb.c++/method.exp: Likewise. + +2002-01-20 Daniel Jacobowitz <drow@mvista.com> + * gdb.c++/classes.exp: Update for improved v3 support and skipping artificial methods/arguments. * gdb.c++/derivation.exp: Likewise. diff --git a/gdb/testsuite/gdb.c++/inherit.exp b/gdb/testsuite/gdb.c++/inherit.exp index 58fed77..e24b7f5 100644 --- a/gdb/testsuite/gdb.c++/inherit.exp +++ b/gdb/testsuite/gdb.c++/inherit.exp @@ -1,4 +1,4 @@ -# Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001 +# Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify diff --git a/gdb/testsuite/gdb.c++/method.exp b/gdb/testsuite/gdb.c++/method.exp index fe57ba7..99369a9 100644 --- a/gdb/testsuite/gdb.c++/method.exp +++ b/gdb/testsuite/gdb.c++/method.exp @@ -1,4 +1,4 @@ -# Copyright 1998, 1999 Free Software Foundation, Inc. +# Copyright 1998, 1999, 2001, 2002 Free Software Foundation, Inc. # 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 |