aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.cp/gdb2384-base.cc
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2008-02-03 22:17:05 +0000
committerDoug Evans <dje@google.com>2008-02-03 22:17:05 +0000
commitdccca035f0aa5835d8060b1ce3664636d87ed1dc (patch)
tree82873faeec818e2d518edb163b5f800782853bc2 /gdb/testsuite/gdb.cp/gdb2384-base.cc
parent81fe80802cc3746401e3393b6edc884151c83881 (diff)
downloadgdb-dccca035f0aa5835d8060b1ce3664636d87ed1dc.zip
gdb-dccca035f0aa5835d8060b1ce3664636d87ed1dc.tar.gz
gdb-dccca035f0aa5835d8060b1ce3664636d87ed1dc.tar.bz2
add copyright
Diffstat (limited to 'gdb/testsuite/gdb.cp/gdb2384-base.cc')
-rw-r--r--gdb/testsuite/gdb.cp/gdb2384-base.cc18
1 files changed, 18 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.cp/gdb2384-base.cc b/gdb/testsuite/gdb.cp/gdb2384-base.cc
index 5dc4c65..76b24db 100644
--- a/gdb/testsuite/gdb.cp/gdb2384-base.cc
+++ b/gdb/testsuite/gdb.cp/gdb2384-base.cc
@@ -1,3 +1,21 @@
+/* This testcase is part of GDB, the GNU debugger.
+
+ Copyright 2008 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 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, see <http://www.gnu.org/licenses/>.
+ */
+
#include "gdb2384-base.h"
base::base (int _x)