Skip to content
Open
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
126 changes: 126 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -0,0 +1,126 @@
Apache Cassandra Python Driver
Copyright 2013 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).


This product originates, before git sha
5d4fd2349119a3237ad351a96e7f2b3317159305, from software from DataStax and other
individual contributors. All work was previously copyrighted to DataStax.

Non-DataStax contributors are listed below. Those marked with asterisk have
explicitly consented to their contributions being donated to the ASF.

a-detiste Alexandre Detiste
a-lst Andrey Istochkin
aboudreault Alan Boudreault [email protected]
advance512 Alon Diamant [email protected]
alanjds Alan Justino da Silva [email protected]
alistair-broomhead Alistair Broomhead
amygdalama Amy Hanlon
andy-slac Andy Salnikov
andy8zhao Andy Zhao
anthony-cervantes Anthony Cervantes [email protected]
BackEndTea Gert de Pagter
barvinograd Bar Vinograd
bbirand Berk Birand
beltran Jaume Marhuenda [email protected]
bergundy Roey Berman [email protected]
bohdantan
bschoening Brad Schoening
codesnik Alexey Trofimenko [email protected]
coldeasy coldeasy
DanieleSalatti Daniele Salatti [email protected]
daniloarodrigues Danilo de Araújo Rodrigues
daubman Aaron Daubman [email protected]
dcosson Danny Cosson [email protected]
detzgk Eli Green [email protected]
devdazed Russ Bradberry
dizpers Dmitry Belaventsev [email protected]
dkropachev Dmitry Kropachev [email protected]
dmglab Daniel [email protected] 
dokai Kai Lautaportti
eamanu Emmanuel Arias [email protected]
emeliawilkinson24 Emelia
figpope Andrew FigPope [email protected]
flupke Luper Rouch
frensjan Frens Jan Rumph
frew Fred Wulff [email protected]
gdoermann Greg Doermann
GregBestland Greg Bestland
haaawk Piotr Jastrzębski
ikapl Irina Kaplounova
ittus Thang Minh Vu
jbisso Jim Bisso
JeremyOT Jeremy Olmsted-Thompson
jeremyschlatter Jeremy Schlatter
joaquincasares Joaquin Casares
jpuerta Ernesto Puerta
julien-duponchelle Julien Duponchelle [email protected]
justinsb Justin Santa Barbara [email protected]
Kami Tomaz Muraus [email protected]
kandul Michał Kandulski [email protected]
kdeldycke Kevin Deldycke *
kishkaru Kishan Karunaratne [email protected]
kracekumar Kracekumar [email protected]
lenards Andrew Lenards [email protected]
lenolib
Lifto Ellis Low
Lorak-mmk Karol Baryła [email protected]
lukaselmer Lukas Elmer [email protected]
mahall Michael Hall
mambocab Jim Witschey
markflorisson Mark Florisson
mattrobenolt Matt Robenolt [email protected]
mattstibbs Matt Stibbs
Mhs-220 Mo Shahmohammadi [email protected]
mikeokner Mike Okner
Mishail Mikhail Stepura [email protected]
mission-liao mission.liao [email protected]
mkocikowski Mik Kocikowski
Mokto Théo Mathieu
mrk-its Mariusz Kryński
multani Jonathan Ballet [email protected]
niklaskorz Niklas Korz
nisanharamati nisanharamati
nschrader Nick Schrader [email protected]
Orenef11 Oren Efraimov
oz123 Oz Tiram
pistolero Sergii Kyryllov
pmcnett Paul McNett [email protected]
psarna Piotr Sarna
r4fek Rafał Furmański
raopm
rbranson Rick Branson
rqx Roman Khanenko
rtb-zla-karma xyz
sigmunau
silviot Silvio Tomatis
sontek John Anderson [email protected]
stamhankar999 Sandeep Tamhankar
stanhu Stan Hu
stefanor Stefano Rivera [email protected]
strixcuriosus Ash Hoover [email protected]
tarzanjw Học Đỗ [email protected]
tbarbugli Tommaso Barbugli
tchaikov Kefu Chai [email protected]
tglines Travis Glines
TheRealFalcon James Falcon
thoslin Tom Lin
tigrus Nikolay Fominykh [email protected]
timgates42 Tim Gates
timsavage Tim Savage *
tirkarthi Karthikeyan Singaravelan [email protected]
tolbertam Andrew Tolbert
Trundle Andreas Stührk [email protected]
ubombi Vitalii Kozlovskyi [email protected]
ultrabug Ultrabug
vetal4444 Shevchenko Vitaliy
victorpoluceno Victor Godoy Poluceno [email protected]
weideng1
weisslj Johannes Weißl
wenheping wenheping [email protected]
yi719
yinyin Yinyin
yriveiro Yago Riveiro
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

|license| |version| |pyversion|

DataStax Driver for Apache Cassandra
====================================
Apache Cassandra Python Driver
==============================

.. image:: https://travis-ci.com/datastax/python-driver.png?branch=master
:target: https://travis-ci.com/github/datastax/python-driver
Expand Down Expand Up @@ -85,7 +85,7 @@ and the `DataStax Community <https://community.datastax.com>`_.

License
-------
Copyright DataStax, Inc.
Copyright 2013 The Apache Software Foundation

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
14 changes: 8 additions & 6 deletions benchmarks/base.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Copyright DataStax, Inc.
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you 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
#
# 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
# 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,
Expand Down
14 changes: 8 additions & 6 deletions benchmarks/callback_full_pipeline.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Copyright DataStax, Inc.
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you 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
#
# 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
# 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,
Expand Down
14 changes: 8 additions & 6 deletions benchmarks/future_batches.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Copyright DataStax, Inc.
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you 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
#
# 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
# 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,
Expand Down
14 changes: 8 additions & 6 deletions benchmarks/future_full_pipeline.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Copyright DataStax, Inc.
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you 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
#
# 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
# 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,
Expand Down
14 changes: 8 additions & 6 deletions benchmarks/future_full_throttle.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Copyright DataStax, Inc.
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you 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
#
# 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
# 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,
Expand Down
14 changes: 8 additions & 6 deletions benchmarks/sync.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Copyright DataStax, Inc.
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you 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
#
# 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
# 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,
Expand Down
14 changes: 8 additions & 6 deletions cassandra/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Copyright DataStax, Inc.
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you 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
#
# 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
# 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,
Expand Down
14 changes: 8 additions & 6 deletions cassandra/auth.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Copyright DataStax, Inc.
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you 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
#
# 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
# 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,
Expand Down
14 changes: 8 additions & 6 deletions cassandra/buffer.pxd
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Copyright DataStax, Inc.
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you 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
#
# 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
# 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,
Expand Down
14 changes: 8 additions & 6 deletions cassandra/bytesio.pxd
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Copyright DataStax, Inc.
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you 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
#
# 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
# 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,
Expand Down
14 changes: 8 additions & 6 deletions cassandra/bytesio.pyx
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Copyright DataStax, Inc.
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you 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
#
# 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
# 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,
Expand Down
14 changes: 8 additions & 6 deletions cassandra/cluster.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Copyright DataStax, Inc.
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you 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
#
# 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
# 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,
Expand Down
14 changes: 8 additions & 6 deletions cassandra/column_encryption/_policies.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Copyright DataStax, Inc.
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you 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
#
# 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
# 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,
Expand Down
Loading