Skip to content
Merged
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
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ out/
/docs
**/typescript/*.js
**/typescript/*.js.map
**/typescript/generated.ts
**/typescript/generated.ts
/nbproject/private/
65 changes: 64 additions & 1 deletion NOTICE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,67 @@
Apache Cassandra NodeJS Driver
Copyright 2013 The Apache Software Foundation

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

Integer provided by The Closure Library from
https://github.com/google/closure-library/
under the Apache License 2.0.
Copyright (c) 2010 Google Inc.
Copyright (c) 2010 Google Inc.

This product originates, before git sha
acea0b9de8f3394b245261fe10693ff3c242958d, 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.

aaron-em Aaron Miller [email protected]
adamfaulkner Adam Faulkner
adrianpike Adrian Pike [email protected] *
anoek Akita Noek [email protected] *
BenBrostoff Ben Brostoff
bitcloud Jan Schmidle [email protected] *
BridgeAR Ruben Bridgewater [email protected] *
BryanDonovan Bryan Donovan *
brycebaril Bryce Baril [email protected] *
chmac Callum Macdonald *
connor4312 Connor Peet [email protected]
DanielSmedegaardBuus Daniel Smedegaard Buus [email protected]
dreaf
dsri
emeliawilkinson24 Emelia
emr Emre Akinci [email protected] *
Gaen Mikhail Gaenkov *
gd-rvemula Ravi Vemula
guyellis Guy Ellis [email protected] *
guzmo Andreas Törnström Andersson [email protected] *
gwicke Gabriel Wicke *
jbisso Jim Bisso *
jcrugzz Jarrett Cruger *
jkingsman Jack Kingsman *
jsdir jsdir
KishCom Andy Kish *
koriwi Kilian Gosewisch
leitethiagon Thiago Leite [email protected] *
luccailliau Luc CAILLIAU
lukashavrlant Lukáš Havrlant [email protected] *
matchish Serhii Shliakhov [email protected] *
MichaelErmer Michael Ermer
orourkedd Frankie O'Rourke
otopsy oToPSY
peterjroberts Peter Roberts *
ramikg Rami *
razvanz Razvan *
rsp Rafał Pocztarski
sbisbee Sam Bisbee [email protected]
sfeinste Spruce Feinstein [email protected] *
Shahor Alexandre Gaudencio *
shinyaohira Shinya Ohira [email protected] *
SoyYoRafa Rafael Fernández
stamhankar999 Sandeep Tamhankar *
suguru Suguru Namura
theRemix Jon Borgonia [email protected] *
thetsman Tatsiana Hetsman
tmitim Timothy Myung *
vineus Vincent de Lagabbe [email protected] *
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DataStax Node.js Driver for Apache Cassandra®
# Node.js Driver for Apache Cassandra®

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

## License

© 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. You may obtain a copy of the License at

Expand Down
14 changes: 8 additions & 6 deletions doc/doc-plugin.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
/*
* 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 examples/geotypes/intro.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
/*
* 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 examples/graph/intro.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
/*
* 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 index.d.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
/*
* 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 index.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
/*
* 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 lib/auth/base-dse-authenticator.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
/*
* 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 lib/auth/dse-gssapi-auth-provider.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
/*
* 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 lib/auth/dse-plain-text-auth-provider.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
/*
* 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 lib/auth/gssapi-client.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
/*
* 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 lib/auth/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
/*
* 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 lib/auth/index.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
/*
* 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 lib/auth/no-auth-provider.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
/*
* 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 lib/auth/plain-text-auth-provider.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
/*
* 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 lib/auth/provider.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
/*
* 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 lib/client-options.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
/*
* 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