parrotcode: checks for an appropriate copyright | |
Contents | Tests |
t/codingstd/check_copyright.t - checks for an appropriate copyright statement in parrot source files
# test all files
% prove t/codingstd/check_copyright.t
# test specific files
% perl t/codingstd/check_copyright.t src/foo.c include/parrot/bar.h
Ensures that the copyright statement exists in each source file and that it is up to date.
|