return__PACKAGE__->builder->ok(1,"$file has a Apache v2.0 licence declaration and correct Copyright year [2016-$current_year]");
}
__PACKAGE__->builder->diag("$file is missing Apache v2.0 declaration")unless$found_copyright;
__PACKAGE__->builder->diag("$file is missing Apache URL")unless$found_url;
__PACKAGE__->builder->diag("$file is missing Apache v2.0 warranties")unless$found_warranties;
return__PACKAGE__->builder->ok(0,"$file does not have an Apache v2.0 licence declaration in the first $max_lines lines");
__PACKAGE__->builder->diag("$file is missing Copyright \[1999\-2015\] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute")unless$found_sanger_embl_ebi_year;
__PACKAGE__->builder->diag("$file is missing Copyright \[2016\-$current_year\] EMBL-European Bioinformatics Institute")unless$found_embl_ebi_year;
return__PACKAGE__->builder->ok(0,"$file does not have an Apache v2.0 licence declaration and correct Copyright year [2016-$current_year] in the first $max_lines lines");