This is an automated email from the ASF dual-hosted git repository.
toulmean pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git
The following commit(s) were added to refs/heads/master by this push:
new 6412292 More review comments on LICENSE file
6412292 is described below
commit 6412292f5dd21d690a96365368af56c2e4d1c77f
Author: Antoine Toulme <[email protected]>
AuthorDate: Sun Jun 2 15:28:06 2019 -0700
More review comments on LICENSE file
---
LICENSE | 52 +++++++++++++++++++++++++++++++++++++++++++++++++---
NOTICE | 2 --
2 files changed, 49 insertions(+), 5 deletions(-)
diff --git a/LICENSE b/LICENSE
index 3fd4bfe..3d26fc0 100644
--- a/LICENSE
+++ b/LICENSE
@@ -204,16 +204,62 @@ This product includes code
(eth-reference-tests/src/test/resources/eth2.0-tests)
License: Creative Commons Legal Code
(https://creativecommons.org/publicdomain/zero/1.0/)
This product includes code (eth-reference-tests/src/test/resources/tests) from
Ethereum reference tests: https://github.com/ethereum/tests
-License: MIT License (https://opensource.org/licenses/MIT)
+This code is licensed under the MIT license:
+Copyright 2014 Ethereum Foundation
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
+
This product implements the ProgPoW algorithm
(https://github.com/ifdefelse/ProgPOW).
License: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
(https://creativecommons.org/publicdomain/zero/1.0/)
This product contains a modified part of Bouncy Castle
(https://www.bouncycastle.org/), distributed by the Legion of the Bouncy Castle:
-License: MIT License (https://opensource.org/licenses/MIT)
+This code is licensed under the MIT license:
+Copyright (c) 2000-2019 The Legion of the Bouncy Castle Inc.
(http://www.bouncycastle.org)
+<p>
+Permission is hereby granted, free of charge, to any person obtaining a copy
of this software
+and associated documentation files (the "Software"), to deal in the Software
without restriction,
+including without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense,
+and/or sell copies of the Software, and to permit persons to whom the Software
is furnished to do so,
+subject to the following conditions:
+<p>
+The above copyright notice and this permission notice shall be included in all
copies or substantial
+portions of the Software.
+<p>
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED,
+INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
PARTICULAR
+PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
CONTRACT, TORT OR
+OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
OR OTHER
+DEALINGS IN THE SOFTWARE.
This product includes test code
(toml/src/test/resources/org/apache/tuweni/toml) from Tom's Obvious, Minimal
Language (https://github.com/toml-lang/toml).
-License: MIT License (https://opensource.org/licenses/MIT)
+This code is licensed under the MIT license:
+The MIT License
+
+Copyright (c) Tom Preston-Werner
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
This product includes code
(crypto/src/main/java/org/apache/tuweni/crypto/SECP256K1.java) adapted from
BitcoinJ ECKey (https://github.com/bitcoinj/bitcoinj).
License: Apache License v2.0 (https://www.apache.org/licenses/LICENSE-2.0.html)
diff --git a/NOTICE b/NOTICE
index 7f21273..b04ecfd 100644
--- a/NOTICE
+++ b/NOTICE
@@ -6,5 +6,3 @@ The Apache Software Foundation (http://www.apache.org/).
In addition, this product includes software developed by
Copyright 2018-2019 ConsenSys, Inc.
-
-Please consult the list of dependencies under the dependency report under the
licenses folder.
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]