diff options
author | Michael Chastain <mec@google.com> | 2004-06-18 14:24:54 +0000 |
---|---|---|
committer | Michael Chastain <mec@google.com> | 2004-06-18 14:24:54 +0000 |
commit | 6daa6ebd43a08969c196930f2668f692aa334d6a (patch) | |
tree | ac80d610bc05741fd67f05a3b26767b2b2e11779 /gdb/testsuite/gdb.cp | |
parent | 32137342ec784ec1255686b45956f7f2b1f8e037 (diff) | |
download | gdb-6daa6ebd43a08969c196930f2668f692aa334d6a.zip gdb-6daa6ebd43a08969c196930f2668f692aa334d6a.tar.gz gdb-6daa6ebd43a08969c196930f2668f692aa334d6a.tar.bz2 |
2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
* gdb.cp/pr-574.cc: Add copyright notice.
Diffstat (limited to 'gdb/testsuite/gdb.cp')
-rw-r--r-- | gdb/testsuite/gdb.cp/pr-574.cc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.cp/pr-574.cc b/gdb/testsuite/gdb.cp/pr-574.cc index eb06b61..ff9df6c 100644 --- a/gdb/testsuite/gdb.cp/pr-574.cc +++ b/gdb/testsuite/gdb.cp/pr-574.cc @@ -1,3 +1,23 @@ +/* This test script is part of GDB, the GNU debugger. + + Copyright 2002, 2004 + 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 + the Free Software Foundation; either version 2 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. + */ + /* An attempt to replicate PR gdb/574 with a shorter program. |