This is an automated email from the ASF dual-hosted git repository.
toulmean pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git
The following commit(s) were added to refs/heads/master by this push:
new 58bdc55 Add disclaimer to source distro
58bdc55 is described below
commit 58bdc5561b24a5c3791777c0e0a9617d15a29b12
Author: Antoine Toulme <[email protected]>
AuthorDate: Fri May 31 13:29:10 2019 -0700
Add disclaimer to source distro
---
dist/build.gradle | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dist/build.gradle b/dist/build.gradle
index cfc240b..c0db5f9 100644
--- a/dist/build.gradle
+++ b/dist/build.gradle
@@ -69,6 +69,8 @@ distributions {
into('') {
from ".."
include '*.md'
+ include 'DISCLAIMER'
+ include 'LICENSE'
include 'NOTICE'
include 'build.gradle'
include 'dependency-versions.gradle'
@@ -76,7 +78,6 @@ distributions {
include 'gradle/**'
include 'gradlew'
include 'gradle.properties'
- include 'LICENSE'
}
rootProject.subprojects.each {
include it.projectDir.name + '/src/**'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]