NAME

t/codingstd/copyright.t - checks for an appropriate copyright statement in parrot source files

SYNOPSIS

# test all files
% prove t/codingstd/copyright.t

# test specific files
% perl t/codingstd/copyright.t src/foo.c include/parrot/bar.h

DESCRIPTION

Ensures that the copyright statement exists in each source file and that it is up to date.

SEE ALSO

"pdds/pdd07_codingstd.pod" in docs