diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2005-10-22 15:35:28 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2005-10-22 15:35:28 (GMT) |
commit | e3d9211fa94de3e43908368e5e313930c8cea18c (patch) | |
tree | bdc3f97d6eac24a6ae6201e29b82c00dc2e68a21 /.h5chkright.ini | |
parent | 275d19661e1f06f95c57e5f81635bb0e5e2c357a (diff) | |
download | hdf5-e3d9211fa94de3e43908368e5e313930c8cea18c.zip hdf5-e3d9211fa94de3e43908368e5e313930c8cea18c.tar.gz hdf5-e3d9211fa94de3e43908368e5e313930c8cea18c.tar.bz2 |
[svn-r11596] Purpose:
Update copyrights
Description:
Updated copyright information in hdf5/bin and top-level and added some
more files to be skipped to the chkcopyright config file.
Platforms tested:
None - just eyeballed
Diffstat (limited to '.h5chkright.ini')
-rw-r--r-- | .h5chkright.ini | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.h5chkright.ini b/.h5chkright.ini index 2cc17aa..7a66adc 100644 --- a/.h5chkright.ini +++ b/.h5chkright.ini @@ -7,6 +7,18 @@ # with the same name. E.g., # "prune test" skips test, fortran/test, c++/test, ... +# Non-UI copyrighted files in top-level +skip aclocal.m4 + +# Non-UI copyrighted files in bin. +skip config.guess +skip config.sub +skip depcomp +skip install-sh +skip ltmain.sh +skip missing +skip mkinstalldirs + # Generated files in fortran/src. skip H5match_types.c skip H5test_kind.f90 |