You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by dc...@apache.org on 2021/08/17 14:14:54 UTC

[datasketches-memory] branch update-license created (now c8eb95c)

This is an automated email from the ASF dual-hosted git repository.

dcromberge pushed a change to branch update-license
in repository https://gitbox.apache.org/repos/asf/datasketches-memory.git.


      at c8eb95c  Update license code paths for new module structure

This branch includes the following new commits:

     new c8eb95c  Update license code paths for new module structure

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org


[datasketches-memory] 01/01: Update license code paths for new module structure

Posted by dc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dcromberge pushed a commit to branch update-license
in repository https://gitbox.apache.org/repos/asf/datasketches-memory.git

commit c8eb95c77aa5c8aa3a0d29aab194639d76a691af
Author: David Cromberge <dc...@apache.org>
AuthorDate: Tue Aug 17 15:14:40 2021 +0100

    Update license code paths for new module structure
---
 LICENSE | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/LICENSE b/LICENSE
index a1ed1a3..61f8cad 100644
--- a/LICENSE
+++ b/LICENSE
@@ -225,7 +225,7 @@ APPENDIX B: Additional licenses relevant to this product:
     Code locations:
     -------------------------------------------------------------
     This product contains a method to create a dummy read-only ByteBuffer using unsafe:
-      * src/main/java/org/apache/datasketches/memory/AccessByteBuffer.java,
+      * datasketches-memory-java8/src/main/java/org/apache/datasketches/memory/internal/AccessByteBuffer.java,
         Method: getDummyReadOnlyDirectByteBuffer(...)
     and adapted from Java source code located at:
       * src/one/nio/mem/DirectMemory.java,
@@ -242,10 +242,10 @@ APPENDIX B: Additional licenses relevant to this product:
     Code locations:
     -------------------------------------------------------------
     This product contains code to implement and test the xxHash function:
-      * src/main/java/org/apache/datasketches/memory/XxHash64.java
-      * src/test/java/org/apache/datasketches/memory/XxHash64Test.java
+      * datasketches-memory-java8/src/main/java/org/apache/datasketches/memory/internal/XxHash64.java
+      * datasketches-memory-java8-tests/src/test/java/org/apache/datasketches/memory/test/XxHash64Test.java
         Method: collisionTest(),
-      * src/test/java/org/apache/datasketches/memory/XxHash64LoopingTest.java
+      * datasketches-memory-java8-tests/src/test/java/org/apache/datasketches/memory/test/XxHash64LoopingTest.java
         Method: testWithSeed() and HASHES_OF_LOOPING_BYTES_WITH_SEED_42 test data,
     and adapted from Java source code located at:
       * https://github.com/OpenHFT/Zero-Allocation-Hashing
@@ -290,9 +290,9 @@ APPENDIX B: Additional licenses relevant to this product:
     Code locations:
     -------------------------------------------------------------
     This product contains code for encoding, decoding and testing UTF8:
-      * src/main/java/org/apache/datasketches/memory/Utf8.java
-      * src/test/java/org/apache/datasketches/memory/Utf8Test.java
-      * src/test/java/org/apache/datasketches/memory/IsValidUtf8TestUtil.java
+      * datasketches-memory-java8/src/main/java/org/apache/datasketches/memory/internal/Utf8.java
+      * datasketches-memory-java8-tests/src/test/java/org/apache/datasketches/memory/test/Utf8Test.java
+      * datasketches-memory-java8-tests/src/test/java/org/apache/datasketches/memory/test/IsValidUtf8TestUtil.java
     and adapted from Java source code located at: 
       * https://github.com/protocolbuffers/protobuf/blob/master/java/core/src/main/java/com/google/protobuf/Utf8.java,
       * https://github.com/protocolbuffers/protobuf/blob/master/java/core/src/test/java/com/google/protobuf/Utf8Test.java,
@@ -331,7 +331,7 @@ APPENDIX B: Additional licenses relevant to this product:
     Code locations:
     -------------------------------------------------------------    
     This product contains code for encoding, decoding and testing UTF8:
-      * src/main/java/org/apache/datasketches/memory/XxHash64.java
+      * datasketches-memory-java8/src/main/java/org/apache/datasketches/memory/internal/XxHash64.java
     and adapted from C++ code located at:
       * https://github.com/Cyan4973/xxHash/blob/dev/xxhash.c,
       * https://github.com/Cyan4973/xxHash/blob/dev/xxhash.h
@@ -344,7 +344,7 @@ APPENDIX B: Additional licenses relevant to this product:
       This product contains the text of Lincoln's Gettysburg Address, which is in the public domain,
       and is used in various file tests. This file is read-only and tested for its exact character 
       sequence and cannot be appended with any additional text.
-      * src/test/java/org/apache/datasketches/memory/AllocateDirectMapMemoryTest.java
-      * src/test/java/org/apache/datasketches/memory/AllocateDirectWritableMapMemoryTest.java
-      * src/test/java/org/apache/datasketches/memory/MemoryTest.java
-      * src/test/java/org/apache/datasketches/memory/UtilTest.java
+      * datasketches-memory-java8-tests/src/test/java/org/apache/datasketches/memory/test/AllocateDirectMapMemoryTest.java
+      * datasketches-memory-java8-tests/src/test/java/org/apache/datasketches/memory/test/AllocateDirectWritableMapMemoryTest.java
+      * datasketches-memory-java8-tests/src/test/java/org/apache/datasketches/memory/test/MemoryTest.java
+      * datasketches-memory-java8-tests/src/test/java/org/apache/datasketches/memory/test/UtilTest.java

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org