Skip to content

Commit 3aa0d63

Browse files
hhughesmichaelsembwever
authored andcommitted
Copyright fixes
patch by Claude Warren; reviewed by Henry Hughes, Mick Semb Wever for CASSANDRA-18969
1 parent 8c1e675 commit 3aa0d63

File tree

2 files changed

+1
-27
lines changed

2 files changed

+1
-27
lines changed

NOTICE.txt

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,7 @@ Copyright 2012- The Apache Software Foundation
44
This product includes software developed by The Apache Software
55
Foundation (http://www.apache.org/).
66

7-
JNR project
8-
Copyright (C) 2008-2010 Wayne Meissner
9-
This product includes software developed as part of the JNR project ( https://github.com/jnr/jnr-ffi )s.
10-
see core/src/main/java/com/datastax/oss/driver/internal/core/os/CpuInfo.java
11-
127
Protocol Buffers
138
Copyright 2008 Google Inc.
149
This product includes software developed as part of the Protocol Buffers project ( https://developers.google.com/protocol-buffers/ ).
15-
see core/src/main/java/com/datastax/oss/driver/internal/core/type/util/VIntCoding.java
16-
17-
Guava
18-
Copyright (C) 2007 The Guava Authors
19-
This product includes software developed as part of the Guava project ( https://guava.dev ).
20-
see core/src/main/java/com/datastax/oss/driver/internal/core/util/CountingIterator.java
10+
see driver-core/src/main/java/com/datastax/driver/core/VIntCoding.java

driver-core/src/test/java/com/datastax/driver/core/PreparedStatementInvalidationTest.java

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,6 @@
1515
* See the License for the specific language governing permissions and
1616
* limitations under the License.
1717
*/
18-
19-
/*
20-
* Copyright (C) 2012-2017 DataStax Inc.
21-
*
22-
* Licensed under the Apache License, Version 2.0 (the "License");
23-
* you may not use this file except in compliance with the License.
24-
* You may obtain a copy of the License at
25-
*
26-
* http://www.apache.org/licenses/LICENSE-2.0
27-
*
28-
* Unless required by applicable law or agreed to in writing, software
29-
* distributed under the License is distributed on an "AS IS" BASIS,
30-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
31-
* See the License for the specific language governing permissions and
32-
* limitations under the License.
33-
*/
3418
package com.datastax.driver.core;
3519

3620
import static com.datastax.driver.core.Assertions.assertThat;

0 commit comments

Comments
 (0)