|
| 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. |
0 commit comments