blob: b4b62ebe277719b28bd131dde9e2a1cdb030e2a9 [file] [log] [blame]
subprojects {
apply plugin: 'license'
license {
header rootProject.file('HEADER')
// Skip Twitter bootstrap JS and CSS.
skipExistingHeaders = true
}
}