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

mck pushed a commit to branch 3.3.x
in repository https://gitbox.apache.org/repos/asf/cassandra-java-driver.git


The following commit(s) were added to refs/heads/3.3.x by this push:
     new 21339eb8e Copyright fixes
21339eb8e is described below

commit 21339eb8ee36201ac9e6c23e5b07372b04b49f97
Author: Henry Hughes <[email protected]>
AuthorDate: Wed Nov 8 12:46:33 2023 -0800

    Copyright fixes
    
    patch by Claude Warren; reviewed by Henry Hughes, Mick Semb Wever for 
CASSANDRA-18969
---
 NOTICE.txt | 12 +-----------
 README.md  |  2 +-
 2 files changed, 2 insertions(+), 12 deletions(-)

diff --git a/NOTICE.txt b/NOTICE.txt
index 477f0645e..5084d4e90 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -4,17 +4,7 @@ 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/ ).
-see 
core/src/main/java/com/datastax/oss/driver/internal/core/type/util/VIntCoding.java
-
-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 driver-core/src/main/java/com/datastax/driver/core/VIntCoding.java
\ No newline at end of file
diff --git a/README.md b/README.md
index 07b3c6db1..775180ac0 100644
--- a/README.md
+++ b/README.md
@@ -128,7 +128,7 @@ If you are having issues connecting to the cluster (seeing 
`NoHostAvailableConne
 
 
 ## License
-Copyright 2012-2015, DataStax
+&copy; The Apache Software Foundation
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to