MARMOTTA-589: added notice about the third-party source base
Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/16f7c9b7 Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/16f7c9b7 Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/16f7c9b7 Branch: refs/heads/develop Commit: 16f7c9b730e587ab98c46ddb9e3e0ff2191da72a Parents: fe16e6f Author: Sergio Fernández <[email protected]> Authored: Mon May 2 15:29:29 2016 +0200 Committer: Sergio Fernández <[email protected]> Committed: Mon May 2 15:29:29 2016 +0200 ---------------------------------------------------------------------- NOTICE.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/16f7c9b7/NOTICE.txt ---------------------------------------------------------------------- diff --git a/NOTICE.txt b/NOTICE.txt index be356d6..188c0e2 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -1,5 +1,5 @@ Apache Marmotta -Copyright 2012-2015 The Apache Software Foundation +Copyright 2012-2016 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). @@ -16,3 +16,10 @@ This product also includes some third-party source components: of the Javolution library. Javolution has copyright (c) 2012, Javolution and is licensed under BSD license. The original source code is available from http://javolution.org + + * The module kiwi/kiwi-triplestore contains a modified and customized version + of the ScriptRunner.java script. ScriptRunner has copyright (c) 2004 Clinton + Begin, with minor later contributions by several authors, and is licensed + under Apache License 2.0. The original source dode is available from + https://gist.github.com/joe776/831762 +
