diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2007-03-06 04:29:37 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2007-03-06 04:29:37 (GMT) |
commit | c7e07934f15f986eb59edf3ef4d0fade2a1d262c (patch) | |
tree | d441175b0872fac6ddf0ff17f61b6371f5f55aae /c++/test | |
parent | 8e7d4af1e18511547f223c0991d6eeb6f5eb93e6 (diff) | |
download | hdf5-c7e07934f15f986eb59edf3ef4d0fade2a1d262c.zip hdf5-c7e07934f15f986eb59edf3ef4d0fade2a1d262c.tar.gz hdf5-c7e07934f15f986eb59edf3ef4d0fade2a1d262c.tar.bz2 |
[svn-r13464] 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 not caused by my changes.)
Diffstat (limited to 'c++/test')
-rw-r--r-- | c++/test/tcompound.cpp | 1 | ||||
-rw-r--r-- | c++/test/tfilter.cpp | 1 | ||||
-rw-r--r-- | c++/test/trefer.cpp | 1 | ||||
-rw-r--r-- | c++/test/ttypes.cpp | 1 | ||||
-rw-r--r-- | c++/test/tvlstr.cpp | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/c++/test/tcompound.cpp b/c++/test/tcompound.cpp index e6155d0..4811b68 100644 --- a/c++/test/tcompound.cpp +++ b/c++/test/tcompound.cpp @@ -11,6 +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 ce99006..a7bdeae 100644 --- a/c++/test/tfilter.cpp +++ b/c++/test/tfilter.cpp @@ -11,6 +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 8c3ab0c..dea2691 100644 --- a/c++/test/trefer.cpp +++ b/c++/test/trefer.cpp @@ -11,6 +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 efb77fe..25a1832 100644 --- a/c++/test/ttypes.cpp +++ b/c++/test/ttypes.cpp @@ -11,6 +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 dd62624..a93c5ef 100644 --- a/c++/test/tvlstr.cpp +++ b/c++/test/tvlstr.cpp @@ -11,6 +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. * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /*********************************************************** * |