Index: gdb/testsuite/gdb.cp/dispcxx.cc |
diff --git a/gdb/testsuite/gdb.cp/dispcxx.cc b/gdb/testsuite/gdb.cp/dispcxx.cc |
index 2bc15e479367061f3a8ed5d825488569c9cc4d9a..06e58e2865f9081c56855b2045ead2ea9c02cd29 100644 |
--- a/gdb/testsuite/gdb.cp/dispcxx.cc |
+++ b/gdb/testsuite/gdb.cp/dispcxx.cc |
@@ -1,6 +1,6 @@ |
/* Test for displays in C++. |
- Copyright 2012 Free Software Foundation, Inc. |
+ Copyright 2012-2013 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 |
@@ -13,8 +13,7 @@ |
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/>. |
-*/ |
+ along with this program. If not, see <http://www.gnu.org/licenses/>. */ |
struct K { |
void method () { } |