Skip to content

Commit

Permalink
add an exception for Random forest classif files...
Browse files Browse the repository at this point in the history
... that contains a do not remove notice
  • Loading branch information
sloriot committed Oct 20, 2019
1 parent 5dfd8b7 commit 673a8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/developer_scripts/licensecheck
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ sub parselicense {
}

# Since SPDX tags are sufficient, make sure no license notice was present
if (length($license)!=0 && $license ne "GENERATED FILE")
if (length($license)!=0 && $license ne "GENERATED FILE" && $license ne "MIT/X11 (BSD like) ")
{
$license = $license." READ FROM LICENSE NOTICE THAT SHOULD NOT BE PRESENT";
}
Expand Down

0 comments on commit 673a8c1

Please sign in to comment.