diff --git a/NOTICE.txt b/NOTICE.txt new file mode 100644 index 00000000000..477f0645ed9 --- /dev/null +++ b/NOTICE.txt @@ -0,0 +1,20 @@ +Apache Cassandra Java Driver +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 \ No newline at end of file diff --git a/README.md b/README.md index eef132ac85f..8aaa096e4d2 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ -# Datastax Java Driver for Apache Cassandra® +# Java Driver for Apache Cassandra® *If you're reading this on github.com, please note that this is the readme for the development version and that some features described here might not yet have been released. You can find the documentation for the latest -version through the [Java driver +version through the [Java Driver docs](http://docs.datastax.com/en/developer/java-driver/3.11/index.html) or via the release tags, [e.g. 3.11.5](https://github.com/datastax/java-driver/tree/3.11.5).* A modern, [feature-rich](manual/) and highly tunable Java client library for Apache Cassandra (2.1+) and using exclusively Cassandra's binary protocol -and Cassandra Query Language v3. _Use the [DataStax Enterprise Java driver][dse-driver] +and Cassandra Query Language v3. _Use the [DataStax Enterprise Java Driver][dse-driver] for better compatibility and support for DataStax Enterprise._ **Features:** @@ -35,7 +35,7 @@ The driver contains the following modules: - driver-core: the core layer. - driver-mapping: the object mapper. -- driver-extras: optional features for the Java driver. +- driver-extras: optional features for the Java Driver. - driver-examples: example applications using the other modules which are only meant for demonstration purposes. - driver-tests: tests for the java-driver. @@ -59,7 +59,7 @@ The driver contains the following modules: The last release of the driver is available on Maven Central. You can install it in your application using the following Maven dependency (_if -using DataStax Enterprise, install the [DataStax Enterprise Java driver][dse-driver] instead_): +using DataStax Enterprise, install the [DataStax Enterprise Java Driver][dse-driver] instead_): ```xml @@ -114,7 +114,7 @@ an [UnsupportedFeatureException](https://github.com/datastax/java-driver/blob/3. The java driver supports Java JDK versions 6 and above. -If using _DataStax Enterprise_, the [DataStax Enterprise Java driver][dse-driver] provides +If using _DataStax Enterprise_, the [DataStax Enterprise Java Driver][dse-driver] provides more features and better compatibility. __Disclaimer__: Some _DataStax/DataStax Enterprise_ products might partially work on @@ -125,7 +125,7 @@ big-endian systems, but _DataStax_ does not officially support these systems. If you are upgrading from a previous version of the driver, be sure to have a look at the [upgrade guide](/upgrade_guide/). -If you are upgrading to _DataStax Enterprise_, use the [DataStax Enterprise Java driver][dse-driver] for more +If you are upgrading to _DataStax Enterprise_, use the [DataStax Enterprise Java Driver][dse-driver] for more features and better compatibility. ## License diff --git a/doxyfile b/doxyfile index 414bdbd7ec4..e6a12d63a2e 100644 --- a/doxyfile +++ b/doxyfile @@ -4,7 +4,7 @@ # Project related configuration options #--------------------------------------------------------------------------- DOXYFILE_ENCODING = UTF-8 -PROJECT_NAME = "DataStax Java Driver" +PROJECT_NAME = "Java Driver" PROJECT_NUMBER = PROJECT_BRIEF = PROJECT_LOGO = diff --git a/driver-core/pom.xml b/driver-core/pom.xml index 801e124bf4e..57efddf9194 100644 --- a/driver-core/pom.xml +++ b/driver-core/pom.xml @@ -1,12 +1,14 @@ jar - DataStax Java Driver for Apache Cassandra - Binary distribution + Java Driver for Apache Cassandra - Binary distribution diff --git a/driver-dist/src/assembly/binary-tarball.xml b/driver-dist/src/assembly/binary-tarball.xml index 1b9d2adf796..208638492f1 100644 --- a/driver-dist/src/assembly/binary-tarball.xml +++ b/driver-dist/src/assembly/binary-tarball.xml @@ -1,12 +1,14 @@