Skip to content

Commit 257163b

Browse files
author
ebartkus
committed
make third party license coverage more exlicit
1 parent af4b433 commit 257163b

File tree

3 files changed

+24
-10
lines changed

3 files changed

+24
-10
lines changed

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 Trustpilot
3+
Copyright (c) 2018 Trustpilot
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

LICENSE-3rd-PARTIES.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
#######################################################################
2-
Apache Software License version 2.0
3-
Available at: http://www.apache.org/licenses/LICENSE-2.0
4-
For:
5-
Debezium - https://github.com/debezium/debezium
6-
Amazon Kinesis Client Library - https://github.com/awslabs/amazon-kinesis-client
2+
3+
# Apache Software License version 2.0
4+
5+
Available at: http://www.apache.org/licenses/LICENSE-2.0
6+
7+
Covering:
8+
* Debezium - https://github.com/debezium/debezium
9+
* Amazon Kinesis Client Library - https://github.com/awslabs/amazon-kinesis-client
710

811
#######################################################################
12+
913
Apache License
14+
1015
Version 2.0, January 2004
1116
http://www.apache.org/licenses/
1217

@@ -215,10 +220,12 @@ Apache License
215220

216221

217222
#######################################################################
218-
Amazon Software License
223+
# Amazon Software License
224+
219225
Available at: https://github.com/awslabs/dynamodb-streams-kinesis-adapter/blob/master/LICENSE.txt
220-
For:
221-
DynamoDB Streams Kinesis Adapter - https://github.com/awslabs/dynamodb-streams-kinesis-adapter
226+
227+
Covering:
228+
* DynamoDB Streams Kinesis Adapter - https://github.com/awslabs/dynamodb-streams-kinesis-adapter
222229

223230
#######################################################################
224231
Amazon Software License

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,13 @@ Releases are done by creating new release(aka tag) via Github user interface. On
136136

137137
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
138138

139+
Third party components and dependencies are covered by following licenses - see the [LICENSE-3rd-PARTIES](LICENSE-3rd-PARTIES.md) file for details:
140+
* Apache Software License version 2.0
141+
* [Debezium](https://github.com/debezium/debezium)
142+
* [Amazon Kinesis Client Library](https://github.com/awslabs/amazon-kinesis-client)
143+
* Amazon Software License
144+
* [DynamoDB Streams Kinesis Adapter](https://github.com/awslabs/dynamodb-streams-kinesis-adapter)
145+
139146
## Acknowledgments
140147

141148
* [Confluent](https://www.confluent.io/)

0 commit comments

Comments
 (0)