Skip to content

Commit b2e230e

Browse files
Donation to Apache Cassandra and ASF
Reassignment of copyright, where approved, and relicensing. New repository will be github.com/apache/cassandra-cpp-driver patch by Mick; reviewed by xxx for CASSANDRA-20859
1 parent f81cba4 commit b2e230e

File tree

495 files changed

+4449
-3411
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

495 files changed

+4449
-3411
lines changed

NOTICE

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
Apache Cassandra C/C++ Driver
2+
Copyright 2013 The Apache Software Foundation
3+
4+
This product includes software developed at
5+
The Apache Software Foundation (http://www.apache.org/).
6+
7+
8+
This product originates, before git sha
9+
d9ae6b96a8938c75b38ae218f056661eef681c5d, from software from DataStax
10+
and other individual contributors.
11+
12+
Non-DataStax contributors are listed below. Those marked with
13+
asterisk have agreed to donate (copyright assign) their contributions to the
14+
Apache Software Foundation, signing CLAs when appropriate.
15+
16+
abliss Adam Bliss [email protected]
17+
AlexisWilke Alexis Wilke [email protected] *
18+
angelcaban Angel Caban *
19+
ArunTejCh Arun Tej
20+
Azreal42 Az42
21+
bossmc Andy Caldwell [email protected] *
22+
cangeli-orange Christophe Angeli [email protected]
23+
Castaglia TJ Saunders [email protected] *
24+
cormoran cormoran [email protected] *
25+
cybergarage Satoshi Konno [email protected]
26+
debashish-ghosh Debashish Ghosh [email protected] *
27+
devnexen David CARLIER [email protected] *
28+
diku89 *
29+
dimbleby David Hotham
30+
eevans Eric Evans [email protected] *
31+
FalacerSelene Malachi Jones *
32+
gahr Pietro Cerutti [email protected] *
33+
ghalliday Gavin Halliday *
34+
gwik Antonin Amand [email protected] *
35+
haegele-tv *
36+
jduo James Duong [email protected] *
37+
jeremyschlatter Jeremy Schlatter *
38+
joeyhub Joey
39+
jsirpoma
40+
jstasiewicz Juliusz Stasiewicz [email protected]
41+
jul-stas Juliusz Stasiewicz
42+
kcieslinski Krzysztof Ciesliński *
43+
kirhist Kirill Khistyaev *
44+
kmaragon Keef Aragon *
45+
kw217 Keith Wansbrough [email protected] *
46+
L1quid Daniel Green [email protected] *
47+
lehenbauer Karl Lehenbauer [email protected] *
48+
NeelamAggarwal
49+
planetbeing
50+
ray2501 Danilo Chang
51+
remicollet Remi Collet *
52+
richardkchapman Richard Chapman
53+
robmccoll Rob McColl [email protected] *
54+
sandvige COLE Edouard [email protected]
55+
SeverinLeonhardt Severin Leonhardt *
56+
sonofsatoshi
57+
tavplubix Alexander Tokmakov *
58+
tcberner Tobias C. Berner [email protected]
59+
trygvis Trygve Laugstøl [email protected] *
60+
vhavel Vojtěch Havel [email protected] *
61+
waitamer *
62+
waitamer-orange *
63+
wash-amzn William Ashley
64+
zakalibit Alex Revetchi *
65+
zatsepin Vladimir Zatsepin

README.md

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DataStax C/C++ Driver for Apache Cassandra® and DataStax Products
1+
# Apache Cassandra C/C++ Driver
22

33
A modern, feature-rich and highly tunable C/C++ client library for
44
[Apache Cassandra®] 2.1+ using exclusively Cassandra's binary protocol and
@@ -33,9 +33,9 @@ to build the driver. A version of libuv > 1.x is provided for CentOS 7 and Rock
3333
Linux; this can be found under the `dependencies` directory for each platform.
3434
Packages for all three dependencies are provided for Windows distributions.
3535

36-
## Upgrading
36+
## Upgrading for DSE
3737

38-
Starting with DataStax C/C++ driver for Apache Cassandra® v2.15.0, DataStax
38+
Starting with Apache Cassandra C/C++ Driver v2.15.0, DataStax
3939
Enterprise (DSE) support is now available; using the DSE driver exclusively is no
4040
longer required for DSE customers.
4141

@@ -206,20 +206,7 @@ int main(int argc, char* argv[]) {
206206
}
207207
```
208208
209-
## License
210-
211-
© DataStax, Inc.
212-
213-
Licensed under the Apache License, Version 2.0 (the “License”); you may not use
214-
this file except in compliance with the License. You may obtain a copy of the
215-
License at
216-
217-
http://www.apache.org/licenses/LICENSE-2.0
218-
219-
Unless required by applicable law or agreed to in writing, software distributed
220-
under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR
221-
CONDITIONS OF ANY KIND, either express or implied. See the License for the
222-
specific language governing permissions and limitations under the License.
209+
## Links
223210
224211
[Apache Cassandra®]: http://cassandra.apache.org
225212
[DataStax Enterprise]: http://www.datastax.com/products/datastax-enterprise

appveyor.ps1

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
<#
2-
Copyright (c) DataStax, Inc.
3-
4-
Licensed under the Apache License, Version 2.0 (the "License");
5-
you may not use this file except in compliance with the License.
6-
You may obtain a copy of the License at
7-
8-
http://www.apache.org/licenses/LICENSE-2.0
2+
Licensed to the Apache Software Foundation (ASF) under one
3+
or more contributor license agreements. See the NOTICE file
4+
distributed with this work for additional information
5+
regarding copyright ownership. The ASF licenses this file
6+
to you under the Apache License, Version 2.0 (the
7+
"License"); you may not use this file except in compliance
8+
with the License. You may obtain a copy of the License at
9+
10+
http://www.apache.org/licenses/LICENSE-2.0
911
1012
Unless required by applicable law or agreed to in writing, software
1113
distributed under the License is distributed on an "AS IS" BASIS,

include/cassandra.h

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
/*
2-
Copyright (c) DataStax, Inc.
3-
4-
Licensed under the Apache License, Version 2.0 (the "License");
5-
you may not use this file except in compliance with the License.
6-
You may obtain a copy of the License at
7-
8-
http://www.apache.org/licenses/LICENSE-2.0
2+
Licensed to the Apache Software Foundation (ASF) under one
3+
or more contributor license agreements. See the NOTICE file
4+
distributed with this work for additional information
5+
regarding copyright ownership. The ASF licenses this file
6+
to you under the Apache License, Version 2.0 (the
7+
"License"); you may not use this file except in compliance
8+
with the License. You may obtain a copy of the License at
9+
10+
http://www.apache.org/licenses/LICENSE-2.0
911
1012
Unless required by applicable law or agreed to in writing, software
1113
distributed under the License is distributed on an "AS IS" BASIS,

include/dse.h

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
/*
2-
Copyright (c) DataStax, Inc.
3-
4-
Licensed under the Apache License, Version 2.0 (the "License");
5-
you may not use this file except in compliance with the License.
6-
You may obtain a copy of the License at
7-
8-
http://www.apache.org/licenses/LICENSE-2.0
2+
Licensed to the Apache Software Foundation (ASF) under one
3+
or more contributor license agreements. See the NOTICE file
4+
distributed with this work for additional information
5+
regarding copyright ownership. The ASF licenses this file
6+
to you under the Apache License, Version 2.0 (the
7+
"License"); you may not use this file except in compliance
8+
with the License. You may obtain a copy of the License at
9+
10+
http://www.apache.org/licenses/LICENSE-2.0
911
1012
Unless required by applicable law or agreed to in writing, software
1113
distributed under the License is distributed on an "AS IS" BASIS,

src/abstract_data.cpp

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
/*
2-
Copyright (c) DataStax, Inc.
3-
4-
Licensed under the Apache License, Version 2.0 (the "License");
5-
you may not use this file except in compliance with the License.
6-
You may obtain a copy of the License at
7-
8-
http://www.apache.org/licenses/LICENSE-2.0
2+
Licensed to the Apache Software Foundation (ASF) under one
3+
or more contributor license agreements. See the NOTICE file
4+
distributed with this work for additional information
5+
regarding copyright ownership. The ASF licenses this file
6+
to you under the Apache License, Version 2.0 (the
7+
"License"); you may not use this file except in compliance
8+
with the License. You may obtain a copy of the License at
9+
10+
http://www.apache.org/licenses/LICENSE-2.0
911
1012
Unless required by applicable law or agreed to in writing, software
1113
distributed under the License is distributed on an "AS IS" BASIS,

src/abstract_data.hpp

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
/*
2-
Copyright (c) DataStax, Inc.
3-
4-
Licensed under the Apache License, Version 2.0 (the "License");
5-
you may not use this file except in compliance with the License.
6-
You may obtain a copy of the License at
7-
8-
http://www.apache.org/licenses/LICENSE-2.0
2+
Licensed to the Apache Software Foundation (ASF) under one
3+
or more contributor license agreements. See the NOTICE file
4+
distributed with this work for additional information
5+
regarding copyright ownership. The ASF licenses this file
6+
to you under the Apache License, Version 2.0 (the
7+
"License"); you may not use this file except in compliance
8+
with the License. You may obtain a copy of the License at
9+
10+
http://www.apache.org/licenses/LICENSE-2.0
911
1012
Unless required by applicable law or agreed to in writing, software
1113
distributed under the License is distributed on an "AS IS" BASIS,

src/address.cpp

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
/*
2-
Copyright (c) DataStax, Inc.
3-
4-
Licensed under the Apache License, Version 2.0 (the "License");
5-
you may not use this file except in compliance with the License.
6-
You may obtain a copy of the License at
7-
8-
http://www.apache.org/licenses/LICENSE-2.0
2+
Licensed to the Apache Software Foundation (ASF) under one
3+
or more contributor license agreements. See the NOTICE file
4+
distributed with this work for additional information
5+
regarding copyright ownership. The ASF licenses this file
6+
to you under the Apache License, Version 2.0 (the
7+
"License"); you may not use this file except in compliance
8+
with the License. You may obtain a copy of the License at
9+
10+
http://www.apache.org/licenses/LICENSE-2.0
911
1012
Unless required by applicable law or agreed to in writing, software
1113
distributed under the License is distributed on an "AS IS" BASIS,

src/address.hpp

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
/*
2-
Copyright (c) DataStax, Inc.
3-
4-
Licensed under the Apache License, Version 2.0 (the "License");
5-
you may not use this file except in compliance with the License.
6-
You may obtain a copy of the License at
7-
8-
http://www.apache.org/licenses/LICENSE-2.0
2+
Licensed to the Apache Software Foundation (ASF) under one
3+
or more contributor license agreements. See the NOTICE file
4+
distributed with this work for additional information
5+
regarding copyright ownership. The ASF licenses this file
6+
to you under the Apache License, Version 2.0 (the
7+
"License"); you may not use this file except in compliance
8+
with the License. You may obtain a copy of the License at
9+
10+
http://www.apache.org/licenses/LICENSE-2.0
911
1012
Unless required by applicable law or agreed to in writing, software
1113
distributed under the License is distributed on an "AS IS" BASIS,

src/address_factory.cpp

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
/*
2-
Copyright (c) DataStax, Inc.
2+
Licensed to the Apache Software Foundation (ASF) under one
3+
or more contributor license agreements. See the NOTICE file
4+
distributed with this work for additional information
5+
regarding copyright ownership. The ASF licenses this file
6+
to you under the Apache License, Version 2.0 (the
7+
"License"); you may not use this file except in compliance
8+
with the License. You may obtain a copy of the License at
39
4-
Licensed under the Apache License, Version 2.0 (the "License");
5-
you may not use this file except in compliance with the License.
6-
You may obtain a copy of the License at
7-
8-
http://www.apache.org/licenses/LICENSE-2.0
10+
http://www.apache.org/licenses/LICENSE-2.0
911
1012
Unless required by applicable law or agreed to in writing, software
1113
distributed under the License is distributed on an "AS IS" BASIS,

0 commit comments

Comments
 (0)