summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2007-03-05 22:56:44 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2007-03-05 22:56:44 (GMT)
commita8251f3467bf00e5f1dbe086c96e404ad029a677 (patch)
treeebb42c032b20935316f51665be8aaadea05d157d
parent1a644892a45a06e0b910eb94844ac5d2bb32bb5b (diff)
downloadhdf5-a8251f3467bf00e5f1dbe086c96e404ad029a677.zip
hdf5-a8251f3467bf00e5f1dbe086c96e404ad029a677.tar.gz
hdf5-a8251f3467bf00e5f1dbe086c96e404ad029a677.tar.bz2
[svn-r13463] Syntax fix.
The copyright notices have errors in the closing comment lines that C++ compilers complain about. Fixed the comment line. Tested platform: In smirom using disable-production, enable-debug, disable-shared option. (other combinations would ended in build or test failures. Pretty sure they were caused by my changes.)
-rw-r--r--c++/test/tcompound.cpp2
-rw-r--r--c++/test/tfilter.cpp2
-rw-r--r--c++/test/trefer.cpp2
-rw-r--r--c++/test/ttypes.cpp2
-rw-r--r--c++/test/tvlstr.cpp2
5 files changed, 5 insertions, 5 deletions
diff --git a/c++/test/tcompound.cpp b/c++/test/tcompound.cpp
index 133343f..54344a8 100644
--- a/c++/test/tcompound.cpp
+++ b/c++/test/tcompound.cpp
@@ -11,7 +11,7 @@
* is linked from the top-level documents page. It can also be found at *
* http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have *
* access to either file, you may request a copy from help@hdfgroup.org. *
- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /
+ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*****************************************************************************
FILE
diff --git a/c++/test/tfilter.cpp b/c++/test/tfilter.cpp
index bf248e7..dd17d74 100644
--- a/c++/test/tfilter.cpp
+++ b/c++/test/tfilter.cpp
@@ -11,7 +11,7 @@
* is linked from the top-level documents page. It can also be found at *
* http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have *
* access to either file, you may request a copy from help@hdfgroup.org. *
- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /
+ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*****************************************************************************
FILE
diff --git a/c++/test/trefer.cpp b/c++/test/trefer.cpp
index 01b33d8..155f122 100644
--- a/c++/test/trefer.cpp
+++ b/c++/test/trefer.cpp
@@ -11,7 +11,7 @@
* is linked from the top-level documents page. It can also be found at *
* http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have *
* access to either file, you may request a copy from help@hdfgroup.org. *
- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /
+ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*****************************************************************************
FILE
diff --git a/c++/test/ttypes.cpp b/c++/test/ttypes.cpp
index 4d0290d..299c4e4 100644
--- a/c++/test/ttypes.cpp
+++ b/c++/test/ttypes.cpp
@@ -11,7 +11,7 @@
* is linked from the top-level documents page. It can also be found at *
* http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have *
* access to either file, you may request a copy from help@hdfgroup.org. *
- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /
+ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*****************************************************************************
FILE
diff --git a/c++/test/tvlstr.cpp b/c++/test/tvlstr.cpp
index c7211c1..c8a05c5 100644
--- a/c++/test/tvlstr.cpp
+++ b/c++/test/tvlstr.cpp
@@ -11,7 +11,7 @@
* is linked from the top-level documents page. It can also be found at *
* http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have *
* access to either file, you may request a copy from help@hdfgroup.org. *
- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /
+ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/***********************************************************
*