Skip to content

Commit acb40a3

Browse files
committed
Improve MIGRATION.md, add licensing, start changing README.md
1 parent 3f89fe5 commit acb40a3

File tree

6 files changed

+350
-247
lines changed

6 files changed

+350
-247
lines changed

LICENCE.node-rdkafka-txt

Whitespace-only changes.

LICENSE.kafkajs

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
The promisified API (lib/kafkajs) is inspired by kafkajs (github.com/tulios/kafkajs).
2+
The promisified tests (test/promisified) are also adapted from there.
3+
The license notice is reproduced below.
4+
5+
----
6+
7+
The MIT License
8+
9+
Copyright (c) 2018 Túlio Ornelas ([email protected])
10+
11+
Permission is hereby granted, free of charge,
12+
to any person obtaining a copy of this software and
13+
associated documentation files (the "Software"), to
14+
deal in the Software without restriction, including
15+
without limitation the rights to use, copy, modify,
16+
merge, publish, distribute, sublicense, and/or sell
17+
copies of the Software, and to permit persons to whom
18+
the Software is furnished to do so,
19+
subject to the following conditions:
20+
21+
The above copyright notice and this permission notice
22+
shall be included in all copies or substantial portions of the Software.
23+
24+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
25+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
26+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
27+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
28+
ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
29+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
30+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

LICENSE.node-rdkafka

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
This project is based on node-rdkafka (github.com/Blizzard/node-rdkafka).
2+
The license notice is reproduced below.
3+
4+
--------
5+
6+
The MIT License (MIT)
7+
Copyright (c) 2016 Blizzard Entertainment
8+
9+
Permission is hereby granted, free of charge, to any person obtaining a copy of
10+
this software and associated documentation files (the "Software"), to deal in
11+
the Software without restriction, including without limitation the rights to
12+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
13+
of the Software, and to permit persons to whom the Software is furnished to do
14+
so, subject to the following conditions:
15+
16+
The above copyright notice and this permission notice shall be included in all
17+
copies or substantial portions of the Software.
18+
19+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
25+
IN THE SOFTWARE.

0 commit comments

Comments
 (0)