[svn-r11525] Purpose:

Feature.

Description:
Initialization file for chkcopyright.

Platforms tested:
Hand tested.
This commit is contained in:
Albert Cheng 2005-10-11 00:02:03 -05:00
parent 3920d718b7
commit fd1a21eaf4
2 changed files with 21 additions and 1 deletions

19
.h5chkright.ini Normal file
View File

@ -0,0 +1,19 @@
# Initialization files for the Copyright Checker, chkcopyright.
# Each line is a keyword for action and the rest are values.
# Keywords:
# '#' Comments
# skip Files to be skipped
# prune Directories to be skipped. Notice this prunes all directories
# with the same name. E.g.,
# "prune test" skips test, fortran/test, c++/test, ...
# Generated files in fortran/src.
skip H5match_types.c
skip H5test_kind.f90
# Skip all windows directories.
prune windows
# Skip all testfiles/* since if we insert a copyright notice in the expected
# data files, we would have to spend extra effort to filter them out.
prune testfiles

View File

@ -6,7 +6,8 @@ a------------------------------------------------------------------------------
# in column one with a '#'.
#------------------------------------------------------------------------------
./.autom4te.cfg _DO_NOT_DISTRIBUTE_
./.autom4te.cfg _DO_NOT_DISTRIBUTE_
./.h5chkright.ini _DO_NOT_DISTRIBUTE_
./COPYING
./MANIFEST
./Makefile.dist