aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Chastain <mec@google.com>2003-02-06 06:39:38 +0000
committerMichael Chastain <mec@google.com>2003-02-06 06:39:38 +0000
commit070afcf86f34c7c6e0ea01a7cf82d29fd21cf52a (patch)
tree167b22adf1746157184df567b75e566aac5a02d1
parentf7ae6d3e1f5c907d94ed4ad8a8cd2896616ab0c2 (diff)
downloadgdb-070afcf86f34c7c6e0ea01a7cf82d29fd21cf52a.zip
gdb-070afcf86f34c7c6e0ea01a7cf82d29fd21cf52a.tar.gz
gdb-070afcf86f34c7c6e0ea01a7cf82d29fd21cf52a.tar.bz2
2003-02-05 Michael Chastain <mec@shout.net>
* gdb.base/dump.exp: Add missing copyright line.
-rw-r--r--gdb/testsuite/ChangeLog4
-rw-r--r--gdb/testsuite/gdb.base/dump.exp1
2 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 978fdf9e..eb1ccb7 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2003-02-05 Michael Chastain <mec@shout.net>
+
+ * gdb.base/dump.exp: Add missing copyright line.
+
2003-02-05 Jason Molenda (jason-cl@molenda.com)
* gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
diff --git a/gdb/testsuite/gdb.base/dump.exp b/gdb/testsuite/gdb.base/dump.exp
index 826fdfb..5885307 100644
--- a/gdb/testsuite/gdb.base/dump.exp
+++ b/gdb/testsuite/gdb.base/dump.exp
@@ -1,3 +1,4 @@
+# Copyright 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