Skip to content

Commit 3b4ce72

Browse files
Donation to Apache Cassandra and ASF
Reassignment of copyright, where approved, and relicensing. New repository will be github.com/apache/cassandra-nodejs-driver patch by Mick; reviewed by Siyao (Jane) He, Bret McGuire for CASSANDRA-21090
1 parent acea0b9 commit 3b4ce72

253 files changed

Lines changed: 2084 additions & 1516 deletions

File tree

Some content is hidden

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

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ out/
2323
/docs
2424
**/typescript/*.js
2525
**/typescript/*.js.map
26-
**/typescript/generated.ts
26+
**/typescript/generated.ts
27+
/nbproject/private/

NOTICE.txt

Lines changed: 64 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,67 @@
1+
Apache Cassandra NodeJS 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+
17
Integer provided by The Closure Library from
28
https://github.com/google/closure-library/
39
under the Apache License 2.0.
4-
Copyright (c) 2010 Google Inc.
10+
Copyright (c) 2010 Google Inc.
11+
12+
This product originates, before git sha
13+
acea0b9de8f3394b245261fe10693ff3c242958d, from software from DataStax and other
14+
individual contributors. All work was previously copyrighted to DataStax.
15+
16+
Non-DataStax contributors are listed below. Those marked with asterisk have
17+
explicitly consented to their contributions being donated to the ASF.
18+
19+
aaron-em Aaron Miller me@aaron-miller.me
20+
adamfaulkner Adam Faulkner
21+
adrianpike Adrian Pike adrian@adrianpike.com *
22+
anoek Akita Noek akita@noek.net *
23+
BenBrostoff Ben Brostoff
24+
bitcloud Jan Schmidle jan@jschmidle.org *
25+
BridgeAR Ruben Bridgewater ruben@bridgewater.de *
26+
BryanDonovan Bryan Donovan *
27+
brycebaril Bryce Baril bryce@ravenwall.com *
28+
chmac Callum Macdonald *
29+
connor4312 Connor Peet connor@peet.io
30+
DanielSmedegaardBuus Daniel Smedegaard Buus danielbuus@gmail.com
31+
dreaf
32+
dsri
33+
emeliawilkinson24 Emelia
34+
emr Emre Akinci emre@emreakinci.com.tr *
35+
Gaen Mikhail Gaenkov *
36+
gd-rvemula Ravi Vemula
37+
guyellis Guy Ellis wildfiction@gmail.com *
38+
guzmo Andreas Törnström Andersson andreas.tornstrom.andersson@gmail.com *
39+
gwicke Gabriel Wicke *
40+
jbisso Jim Bisso *
41+
jcrugzz Jarrett Cruger *
42+
jkingsman Jack Kingsman *
43+
jsdir jsdir
44+
KishCom Andy Kish *
45+
koriwi Kilian Gosewisch
46+
leitethiagon Thiago Leite thiago.nunes.leite@avanade.com *
47+
luccailliau Luc CAILLIAU
48+
lukashavrlant Lukáš Havrlant lukas@havrlant.cz *
49+
matchish Serhii Shliakhov husband.sergey@gmail.com *
50+
MichaelErmer Michael Ermer
51+
orourkedd Frankie O'Rourke
52+
otopsy oToPSY
53+
peterjroberts Peter Roberts *
54+
ramikg Rami *
55+
razvanz Razvan *
56+
rsp Rafał Pocztarski
57+
sbisbee Sam Bisbee sam@sbisbee.com
58+
sfeinste Spruce Feinstein sprucefeinstein@gmail.com *
59+
Shahor Alexandre Gaudencio *
60+
shinyaohira Shinya Ohira shinya.ohira@gmail.com *
61+
SoyYoRafa Rafael Fernández
62+
stamhankar999 Sandeep Tamhankar *
63+
suguru Suguru Namura
64+
theRemix Jon Borgonia jon.borgonia@gmail.com *
65+
thetsman Tatsiana Hetsman
66+
tmitim Timothy Myung *
67+
vineus Vincent de Lagabbe vineus@gmail.com *

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DataStax Node.js Driver for Apache Cassandra®
1+
# Node.js Driver for Apache Cassandra®
22

33
A modern, [feature-rich](#features) and highly tunable Node.js client library for Apache Cassandra and [DSE][dse] using
44
exclusively Cassandra's binary protocol and Cassandra Query Language.
@@ -262,7 +262,7 @@ The development effort to provide an up to date, high performance, fully feature
262262

263263
## License
264264

265-
© DataStax, Inc.
265+
Copyright 2013 The Apache Software Foundation
266266

267267
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
268268

doc/doc-plugin.js

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
/*
2-
* Copyright 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,

examples/geotypes/intro.js

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
/*
2-
* Copyright 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,

examples/graph/intro.js

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
/*
2-
* Copyright 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,

index.d.ts

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
/*
2-
* Copyright 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,

index.js

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
/*
2-
* Copyright 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,

lib/auth/base-dse-authenticator.js

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
/*
2-
* Copyright 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,

lib/auth/dse-gssapi-auth-provider.js

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
/*
2-
* Copyright 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)