Skip to content

Commit

Permalink
Copyright fixes
Browse files Browse the repository at this point in the history
patch by Claude Warren; reviewed by Henry Hughes, Mick Semb Wever for CASSANDRA-18969
  • Loading branch information
hhughes authored and michaelsembwever committed Nov 8, 2023
1 parent 8c1e675 commit 3aa0d63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
12 changes: 1 addition & 11 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
see driver-core/src/main/java/com/datastax/driver/core/VIntCoding.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

/*
* Copyright (C) 2012-2017 DataStax Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.datastax.driver.core;

import static com.datastax.driver.core.Assertions.assertThat;
Expand Down

0 comments on commit 3aa0d63

Please sign in to comment.