File tree Expand file tree Collapse file tree
driver-core/src/test/java/com/datastax/driver/core Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,17 +4,7 @@ Copyright 2012- The Apache Software Foundation
44This product includes software developed by The Apache Software
55Foundation (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-
127Protocol Buffers
138Copyright 2008 Google Inc.
149This 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 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- */
3418package com .datastax .driver .core ;
3519
3620import static com .datastax .driver .core .Assertions .assertThat ;
You can’t perform that action at this time.
0 commit comments