diff options
author | James Laird <jlaird@hdfgroup.org> | 2006-01-09 15:41:38 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2006-01-09 15:41:38 (GMT) |
commit | ef292e862b684c79be37a022c63e56f7f3fc4a2b (patch) | |
tree | 4680016b2485e868ac3f49306465a32b5dffec74 /windows/fortran/src | |
parent | 6cda54bdec4071715935b8195a259237285813b0 (diff) | |
download | hdf5-ef292e862b684c79be37a022c63e56f7f3fc4a2b.zip hdf5-ef292e862b684c79be37a022c63e56f7f3fc4a2b.tar.gz hdf5-ef292e862b684c79be37a022c63e56f7f3fc4a2b.tar.bz2 |
[svn-r11873] Purpose:
Copyright fix
Description:
The packet table examples were breaking the copyright checking script.
Fixed them.
Also caught a one-line copyright problem in another file.
Platforms tested:
Only changed comments.
Diffstat (limited to 'windows/fortran/src')
-rwxr-xr-x | windows/fortran/src/H5f90i_gen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/fortran/src/H5f90i_gen.h b/windows/fortran/src/H5f90i_gen.h index 1cac077..283de53 100755 --- a/windows/fortran/src/H5f90i_gen.h +++ b/windows/fortran/src/H5f90i_gen.h @@ -1,5 +1,5 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -* Copyright by the Board of Trustees of the University of Illinois. * + * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * * * This file is part of HDF5. The full HDF5 copyright notice, including * |