ZEST-40 README & NOTICE properly UTF-8 encoded
Project: http://git-wip-us.apache.org/repos/asf/zest-qi4j/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-qi4j/commit/60fed40b Tree: http://git-wip-us.apache.org/repos/asf/zest-qi4j/tree/60fed40b Diff: http://git-wip-us.apache.org/repos/asf/zest-qi4j/diff/60fed40b Branch: refs/heads/develop Commit: 60fed40bfdf5f8e72a73cedfdb1a5163563c39e4 Parents: 72a43f3 Author: Paul Merlin <[email protected]> Authored: Tue Jul 7 11:33:19 2015 +0200 Committer: Paul Merlin <[email protected]> Committed: Tue Jul 7 11:33:19 2015 +0200 ---------------------------------------------------------------------- NOTICE.txt | 2 +- README.txt | 22 +++++++++++----------- src/bin-dist/NOTICE.txt | 2 +- src/bin-dist/README.txt | 18 +++++++++--------- 4 files changed, 22 insertions(+), 22 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/60fed40b/NOTICE.txt ---------------------------------------------------------------------- diff --git a/NOTICE.txt b/NOTICE.txt index fee2893..abdd654 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -1,4 +1,4 @@ -Apache Zest� (Java Edition) SDK +Apache Zest⢠(Java Edition) SDK Copyright 2015 The Apache Software Foundation. This product includes software developed at http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/60fed40b/README.txt ---------------------------------------------------------------------- diff --git a/README.txt b/README.txt index 084b39d..b29fa2d 100644 --- a/README.txt +++ b/README.txt @@ -3,12 +3,12 @@ Welcome to the world of Apache Zest - Composite Oriented Programming on the Java platform. -This Apache Zest� Source Distribution contains everything you need to -create Zest� applications. +This Apache Zest⢠Source Distribution contains everything you need to +create Zest⢠applications. -Zest� 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 +Zest⢠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 @@ -19,20 +19,20 @@ Please see https://zest.apache.org for more information. Licensing --------- -All Zest� code is licensed under an Apache License. +All Zest⢠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, Zest� TestSupport depends on JUnit 4.x and its dependencies, which +Finally, Zest⢠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 source distribution contains Zest� sources only to keep the download +The source distribution contains Zest⢠sources only to keep the download size small. The Gradle build automatically downloads needed dependencies. If you need to go offline type `./gradlew gooffline` to ensure all needed dependencies are cached by Gradle. @@ -43,15 +43,15 @@ https://zest.apache.org/qi4j/latest/howto-depend-on-qi4j.html Building Apache Zest --------------------- -To build Zest� from sources you only need to have a valid Java JDK >= 7 +To build Zest⢠from sources you only need to have a valid Java JDK >= 7 installation. -This document the Zest� build system and its usage: +This document the Zest⢠build system and its usage: https://zest.apache.org/qi4j/latest/build-system.html -Thank you for trying out Apache Zest� and Composite Oriented Programming. +Thank you for trying out Apache Zest⢠and Composite Oriented Programming. --- Apache Zest� Team +-- Apache Zest⢠Team http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/60fed40b/src/bin-dist/NOTICE.txt ---------------------------------------------------------------------- diff --git a/src/bin-dist/NOTICE.txt b/src/bin-dist/NOTICE.txt index b16082a..9f7b1a6 100644 --- a/src/bin-dist/NOTICE.txt +++ b/src/bin-dist/NOTICE.txt @@ -1,4 +1,4 @@ -Apache Zest� (Java Edition) SDK Binary Distribution +Apache Zest⢠(Java Edition) SDK Binary Distribution Copyright 2015 The Apache Software Foundation. This product includes software developed at http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/60fed40b/src/bin-dist/README.txt ---------------------------------------------------------------------- diff --git a/src/bin-dist/README.txt b/src/bin-dist/README.txt index b29c306..48d7cbd 100644 --- a/src/bin-dist/README.txt +++ b/src/bin-dist/README.txt @@ -3,11 +3,11 @@ Welcome to the world of Apache Zest - Composite Oriented Programming on the Java platform. -This Apache Zest� Binary Distribution contains everything you need to -create Zest� applications. +This Apache Zest⢠Binary Distribution contains everything you need to +create Zest⢠applications. -Zest� (then Zest�) started in 2007, and is still in heavy development +Zest⢠(then Zestâ¢) started in 2007, and is still in heavy development 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 @@ -19,21 +19,21 @@ Please see https://zest.apache.org for more information. Licensing --------- -All Apache Zest� code is licensed under an Apache License. +All Apache Zest⢠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, Zest� TestSupport depends on JUnit 4.x and its dependencies, which +Finally, Zest⢠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 Zest� artifacts only to keep the download -size small. Each Zest� artifact comes with a file prefixed ..-runtime-deps.txt +The binary distributions contains Zest⢠artifacts only to keep the download +size small. Each Zest⢠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 @@ -43,8 +43,8 @@ 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� and Composite Oriented Programming. +Thank you for trying out Apache Zest⢠and Composite Oriented Programming. --- Apache Zest� Team +-- Apache Zest⢠Team
