Repository: commons-rng Updated Branches: refs/heads/master 4bf4428cf -> e53317619
Userguide. Removed license information, as requested by Emmanuel Bourg. Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/e5331761 Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/e5331761 Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/e5331761 Branch: refs/heads/master Commit: e533176192f861e39814083c69265d918cd6c3bf Parents: 4bf4428 Author: Gilles <er...@apache.org> Authored: Thu Sep 15 16:54:25 2016 +0200 Committer: Gilles <er...@apache.org> Committed: Thu Sep 15 16:54:25 2016 +0200 ---------------------------------------------------------------------- src/site/apt/userguide/rng.apt | 12 ------------ src/site/xdoc/userguide/index.xml | 4 ---- 2 files changed, 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rng/blob/e5331761/src/site/apt/userguide/rng.apt ---------------------------------------------------------------------- diff --git a/src/site/apt/userguide/rng.apt b/src/site/apt/userguide/rng.apt index 086a048..63985a8 100644 --- a/src/site/apt/userguide/rng.apt +++ b/src/site/apt/userguide/rng.apt @@ -502,15 +502,3 @@ RandomSource.restoreState(rngNew, stateNew); 5. Dependencies Apache Commons RNG requires JDK 1.6+ and has no runtime dependencies. - -6. License - - Apache Commons RNG is distributed under the terms of the - {{{http://www.apache.org/licenses/LICENSE-2.0}Apache License, Version 2.0}}. - - This product includes software developed by other third parties and - distributed under licenses terms compatible with Apache License, Version 2.0. - All the licenses of such third parties products are available in the distribution - in the LICENSE.txt file. Some products require additional attribution, these - attributions can be found in the NOTICE.txt file. These files are available - both in the source packages and in the binaries distribution jar files. http://git-wip-us.apache.org/repos/asf/commons-rng/blob/e5331761/src/site/xdoc/userguide/index.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/userguide/index.xml b/src/site/xdoc/userguide/index.xml index 4599a88..9e6df58 100644 --- a/src/site/xdoc/userguide/index.xml +++ b/src/site/xdoc/userguide/index.xml @@ -48,10 +48,6 @@ <a href="rng.html#a5._Dependencies"> 5. Dependencies</a> </li> - <li> - <a href="rng.html#a6._License"> - 6. License</a> - </li> </ul> </section>