You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@polygene.apache.org by pa...@apache.org on 2015/06/24 16:43:53 UTC

[4/5] zest-qi4j git commit: ZEST-25 & ZEST-15 Introduce NOTICE & README for binary distribution

ZEST-25 & ZEST-15 Introduce NOTICE & README for binary distribution


Project: http://git-wip-us.apache.org/repos/asf/zest-qi4j/repo
Commit: http://git-wip-us.apache.org/repos/asf/zest-qi4j/commit/18467753
Tree: http://git-wip-us.apache.org/repos/asf/zest-qi4j/tree/18467753
Diff: http://git-wip-us.apache.org/repos/asf/zest-qi4j/diff/18467753

Branch: refs/heads/develop
Commit: 18467753b622a68cd3147fc3fa5537afacf9c067
Parents: 02f8971
Author: Paul Merlin <pa...@nosphere.org>
Authored: Wed Jun 24 16:42:20 2015 +0200
Committer: Paul Merlin <pa...@nosphere.org>
Committed: Wed Jun 24 16:42:20 2015 +0200

----------------------------------------------------------------------
 src/bin-dist/NOTICE.txt |  5 +++++
 src/bin-dist/README.txt | 50 ++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 55 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/18467753/src/bin-dist/NOTICE.txt
----------------------------------------------------------------------
diff --git a/src/bin-dist/NOTICE.txt b/src/bin-dist/NOTICE.txt
new file mode 100644
index 0000000..7a0eb20
--- /dev/null
+++ b/src/bin-dist/NOTICE.txt
@@ -0,0 +1,5 @@
+Apache Zest Qi4j SDK Binary Distribution
+Copyright 2015 The Apache Software Foundation.
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).

http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/18467753/src/bin-dist/README.txt
----------------------------------------------------------------------
diff --git a/src/bin-dist/README.txt b/src/bin-dist/README.txt
new file mode 100644
index 0000000..259f7ee
--- /dev/null
+++ b/src/bin-dist/README.txt
@@ -0,0 +1,50 @@
+
+Welcome to the world of Apache Zest Qi4j
+   - Composite Oriented Programming on the Java platform.
+
+
+This Apache Zest Qi4j Binary Distribution contains everything you need to
+create Qi4j applications.
+
+
+Qi4j started in 2007, and is still in heavy development under the umbrella of
+the Apache Zest project at the Apache Software Foundation. We would like
+developers around the world to participate in the advancement of this
+cool, new and challenging technology. We are especially interested in
+people willing to help improve the SDK, samples, tutorials, documentation
+and other supporting material.
+
+Please see https://zest.apache.org for more information.
+
+
+Licensing
+---------
+All Apache Zest Qi4j code is licensed under an Apache License.
+
+Third-Party Dependencies may be licensed under other terms. The only
+required dependencies are SLF4J (MIT Licence), ASM (BSD Licence) and
+Joda-Time (Apache Licence).
+
+Finally, Qi4j TestSupport depends on JUnit 4.x and its dependencies, which
+is also not included in the SDK itself, as it is present among most Java
+developers.
+
+
+Dependencies not included
+-------------------------
+The binary distributions contains Qi4j artifacts only to keep the download
+size small. Each Qi4j artifact comes with a file prefixed ..-runtime-deps.txt
+that contains the list of its dependencies. Moreover, at the binary
+distribution's root, you'll find both Maven (go-offline.pom) and Gradle
+(go-offline.gradle) build files whoses sole purpose is to easily download all
+needed dependencies jars. Instructions are given into theses files.
+
+If you prefer to use a dependency management system, go to:
+https://zest.apache.org/qi4j/latest/howto-depend-on-qi4j.html
+
+
+Thank you for trying out Apache Zest Qi4j and Composite Oriented Programming.
+
+
+-- Apache Zest Qi4j Team
+