File tree Expand file tree Collapse file tree 2 files changed +1
-27
lines changed
driver-core/src/test/java/com/datastax/driver/core Expand file tree Collapse file tree 2 files changed +1
-27
lines changed Original file line number Diff line number Diff line change @@ -4,17 +4,7 @@ Copyright 2012- The Apache Software Foundation
4
4
This product includes software developed by The Apache Software
5
5
Foundation (http://www.apache.org/).
6
6
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
-
12
7
Protocol Buffers
13
8
Copyright 2008 Google Inc.
14
9
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
Original file line number Diff line number Diff line change 15
15
* See the License for the specific language governing permissions and
16
16
* limitations under the License.
17
17
*/
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
- */
34
18
package com .datastax .driver .core ;
35
19
36
20
import static com .datastax .driver .core .Assertions .assertThat ;
You can’t perform that action at this time.
0 commit comments