1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 09:09:38 +02:00

Change license of smack-repl to GPLv3

This commit is contained in:
Paul Schaub 2019-08-04 15:28:21 +02:00 committed by Florian Schmaus
parent 1bce378e6d
commit e6ac568f32
11 changed files with 138 additions and 81 deletions

View file

@ -99,6 +99,7 @@ allprojects {
gplLicensedProjects = [
':smack-omemo-signal',
':smack-omemo-signal-integration-test',
':smack-repl'
].collect{ project(it) }
// When this list is empty, then move the according javadoc
// tool Werror option into the global configure section.