You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2015/11/14 15:42:21 UTC

[13/13] jena git commit: JENA-624: L&N for Dexx collections

JENA-624: L&N for Dexx collections


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

Branch: refs/heads/master
Commit: a4b9aa0e96777c1d1456900fd8e23b35725d6a98
Parents: db7104e
Author: Andy Seaborne <an...@apache.org>
Authored: Sat Nov 14 14:16:45 2015 +0000
Committer: Andy Seaborne <an...@apache.org>
Committed: Sat Nov 14 14:16:45 2015 +0000

----------------------------------------------------------------------
 apache-jena/DEPENDENCIES |  5 +++++
 apache-jena/LICENSE      | 28 ++++++++++++++++++++++++++++
 apache-jena/NOTICE       | 15 +++++++++++++++
 jena-arq/DEPENDENCIES    |  8 +++++++-
 4 files changed, 55 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/a4b9aa0e/apache-jena/DEPENDENCIES
----------------------------------------------------------------------
diff --git a/apache-jena/DEPENDENCIES b/apache-jena/DEPENDENCIES
index 758d742..00499d1 100644
--- a/apache-jena/DEPENDENCIES
+++ b/apache-jena/DEPENDENCIES
@@ -14,3 +14,8 @@ SLF4J : http://www.slf4j.org/
 
 JUnit : http://junit.org/
   Common Public License - v 1.0
+
+Dexx Collections
+https://github.com/andrewoma/dexx
+BSD-Style License
+  https://github.com/andrewoma/dexx/blob/master/LICENSE.txt

http://git-wip-us.apache.org/repos/asf/jena/blob/a4b9aa0e/apache-jena/LICENSE
----------------------------------------------------------------------
diff --git a/apache-jena/LICENSE b/apache-jena/LICENSE
index e4f7412..03cb600 100644
--- a/apache-jena/LICENSE
+++ b/apache-jena/LICENSE
@@ -244,3 +244,31 @@ Copyright (c) 2005 Brian Goetz and Tim Peierls.
 See http://www.jcip.net and the Creative Commons Attribution License 
 (http://creativecommons.org/licenses/by/2.5)
 
+=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
+
+Dexx Collections
+https://github.com/andrewoma/dexx
+BSD-Style License
+  https://github.com/andrewoma/dexx/blob/master/LICENSE.txt
+
+Copyright (c) 2014 Andrew O'Malley
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

http://git-wip-us.apache.org/repos/asf/jena/blob/a4b9aa0e/apache-jena/NOTICE
----------------------------------------------------------------------
diff --git a/apache-jena/NOTICE b/apache-jena/NOTICE
index 8176b31..062962c 100644
--- a/apache-jena/NOTICE
+++ b/apache-jena/NOTICE
@@ -43,3 +43,18 @@ http://slf4j.org/
 Copyright (c) 2004-2008 QOS.
 
 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
+Dexx Collections
+Copyright (c) 2014 Andrew O'Malley
+https://github.com/andrewoma/dexx
+BSD-Style License
+  https://github.com/andrewoma/dexx/blob/master/LICENSE.txt
+  
+and includes the following NOTICE
+----------
+Portions based on code from the Scala standard library.
+Copyright (c) 2002-2014 EPFL
+Copyright (c) 2011-2014 Typesafe, Inc.
+Licensed under BSD-style license (see licenses/LICENSE_Scala.txt)
+----------
+
+=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

http://git-wip-us.apache.org/repos/asf/jena/blob/a4b9aa0e/jena-arq/DEPENDENCIES
----------------------------------------------------------------------
diff --git a/jena-arq/DEPENDENCIES b/jena-arq/DEPENDENCIES
index bba60f4..72c8cc0 100644
--- a/jena-arq/DEPENDENCIES
+++ b/jena-arq/DEPENDENCIES
@@ -14,7 +14,13 @@ SLF4J : http://www.slf4j.org/
 
 JUnit : http://junit.org/
   Common Public License - v 1.0
-  
+
+Testing:
 Awaitility : https://github.com/jayway/awaitility/
   Apache Software License - v 2.0
 
+cglib : Apache License v2
+https://github.com/cglib/cglib/blob/master/LICENSE
+
+objenesis : Apache License v2
+https://github.com/easymock/objenesis/blob/master/LICENSE.txt