NAME ^

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

SYNOPSIS ^

    # 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

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


parrot