Corrected LICENSE inclusion in build

This commit is contained in:
ghidra1 2019-05-01 11:08:34 -04:00
parent 0190825e01
commit 837c4641c3

View File

@ -302,11 +302,11 @@ task assembleCommon (type: Copy) {
// LICENSE SUPPORT
//////////////////////////////
with getMultiRepoCopySpec( "licenses", "licenses" )
from (ROOT_PROJECT_DIR) {
include "LICENSE.txt"
include "LICENSE"
}
//////////////////////////////
// LAUNCH SUPPORT
//////////////////////////////