From 3e5995eb54872d9d8148b075f49d69dbc1494612 Mon Sep 17 00:00:00 2001 From: Claude Warren Date: Mon, 6 Nov 2023 15:39:15 +0100 Subject: [PATCH 1/3] Added Copyright notice report --- .copyright/4.1.0_fixes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .copyright/4.1.0_fixes diff --git a/.copyright/4.1.0_fixes b/.copyright/4.1.0_fixes new file mode 100644 index 00000000000..4490b818a29 --- /dev/null +++ b/.copyright/4.1.0_fixes @@ -0,0 +1,7 @@ +ci/install-jdk.sh:# (C) 2018 Christian Stein +core/src/main/java/com/datastax/oss/driver/internal/core/type/util/VIntCoding.java:// Copyright 2008 Google Inc. All rights reserved. +core/src/main/java/com/datastax/oss/driver/internal/core/util/CountingIterator.java: * Copyright (C) 2007 The Guava Authors +NOTICE.txt:Copyright 2012- The Apache Software Foundation +NOTICE.txt:Copyright (C) 2008-2010 Wayne Meissner +NOTICE.txt:Copyright 2008 Google Inc. +NOTICE.txt:Copyright (C) 2007 The Guava Authors From f836131adef2f5f1c4938cda1ffa4fe7ca180c54 Mon Sep 17 00:00:00 2001 From: Claude Warren Date: Mon, 6 Nov 2023 15:40:48 +0100 Subject: [PATCH 2/3] Updated Notice to match copyrights --- NOTICE.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/NOTICE.txt b/NOTICE.txt index 477f0645ed9..6d0aeff5410 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -4,11 +4,6 @@ Copyright 2012- The Apache Software Foundation This product includes software developed by The Apache Software Foundation (http://www.apache.org/). -JNR project -Copyright (C) 2008-2010 Wayne Meissner -This product includes software developed as part of the JNR project ( https://github.com/jnr/jnr-ffi )s. -see core/src/main/java/com/datastax/oss/driver/internal/core/os/CpuInfo.java - Protocol Buffers Copyright 2008 Google Inc. This product includes software developed as part of the Protocol Buffers project ( https://developers.google.com/protocol-buffers/ ). @@ -17,4 +12,9 @@ see core/src/main/java/com/datastax/oss/driver/internal/core/type/util/VIntCodin Guava Copyright (C) 2007 The Guava Authors This product includes software developed as part of the Guava project ( https://guava.dev ). -see core/src/main/java/com/datastax/oss/driver/internal/core/util/CountingIterator.java \ No newline at end of file +see core/src/main/java/com/datastax/oss/driver/internal/core/util/CountingIterator.java + +Bach - Java Shell Builder - Builds (on(ly)) Modules +Copyrigth (C) 2018 Christian Stein +This product includes software developed as part of the Bach - Java Shell Builder - Builds (on(ly)) Modules ( https://github.com/sormuras/bach ). +see ci/install-jdk.sh From ad2ab32c7b1dd2bc18faeaa26f3c05146386e134 Mon Sep 17 00:00:00 2001 From: Claude Warren Date: Mon, 6 Nov 2023 15:59:34 +0100 Subject: [PATCH 3/3] removed .copyright directory --- .copyright/4.1.0_fixes | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .copyright/4.1.0_fixes diff --git a/.copyright/4.1.0_fixes b/.copyright/4.1.0_fixes deleted file mode 100644 index 4490b818a29..00000000000 --- a/.copyright/4.1.0_fixes +++ /dev/null @@ -1,7 +0,0 @@ -ci/install-jdk.sh:# (C) 2018 Christian Stein -core/src/main/java/com/datastax/oss/driver/internal/core/type/util/VIntCoding.java:// Copyright 2008 Google Inc. All rights reserved. -core/src/main/java/com/datastax/oss/driver/internal/core/util/CountingIterator.java: * Copyright (C) 2007 The Guava Authors -NOTICE.txt:Copyright 2012- The Apache Software Foundation -NOTICE.txt:Copyright (C) 2008-2010 Wayne Meissner -NOTICE.txt:Copyright 2008 Google Inc. -NOTICE.txt:Copyright (C) 2007 The Guava Authors