Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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