We depend on both eth and eth2 test repos. The first one is MIT, the latter is 
CC0.

I believe we indicate CC0 in the license file for eth2 and MIT for eth 
correctly. Please let me know if you see otherwise.

> On Aug 31, 2019, at 12:15, Michael Wall <[email protected]> wrote:
> 
> Thanks Dave.  So the replacement with eth2.0-specs-tests is not being
> packaged up yet.  Here is what I see
> 
> $ tar xzf tuweni-src-0.8.2-incubating.tgz
> $ cd tuweni-src-0.8.2
> $ find . -name LICENSE
> ./eth-reference-tests/src/test/resources/eth2.0-tests/LICENSE
> ./LICENSE
> $ head eth-reference-tests/src/test/resources/eth2.0-tests/LICENSE
> Creative Commons Legal Code
> 
> CC0 1.0 Universal
> 
>    CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
>    LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
>    ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
>    INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
>    REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
>    PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
> 
> But I compared that to the LICENSE file on master, which has been updated.
> Here is the correct link, which shows the same CC license.
> 
> https://github.com/apache/incubator-tuweni/blob/v0.8.2-incubating/LICENSE#L204
> 
> So we are good.
> 
> Mike
> 
>> On Sat, Aug 31, 2019 at 2:15 PM Dave Fisher <[email protected]> wrote:
>> 
>> Inline.
>> 
>>> On Aug 31, 2019, at 6:27 AM, Michael Wall <[email protected]> wrote:
>>> 
>>> +1 binding
>>> 
>>> - Signatures look good
>>> - Ran ./gradlew rat from the tag (would it make sense to be able to run
>>> from the distro)
>>> - I was unable to build, see below, but others have successfully built
>> so I
>>> don't want to hold up the build
>>> 
>>> Couple of things
>>> - LICENSE says ethereum tests are MIT (
>>> https://github.com/apache/incubator-tuweni/blob/master/LICENSE#L332) but
>>> the LICENSE file is creative commons (
>>> https://github.com/ethereum/eth2.0-tests/blob/master/LICENSE)
>> 
>> See https://github.com/ethereum/eth2.0-tests where that repos is
>> deprecated for:
>> 
>> https://github.com/ethereum/eth2.0-spec-tests/blob/master/LICENSE
>> 
>> I did not compare to see that is the repos included, but that repos is MIT
>> license
>> 
>> I think we are good once that comparison is made.
>> 
>> Regards,
>> Dave
>> 
>>> - Unzipping the zip file I still get warned about overwriting files.
>> That
>>> seems strange, but the diff of the extracted tar.gz and extracted zip are
>>> the same.
>>> - Able to compile, but I still get the following test error.  Having
>>> trouble logging into issues.apache.org and resetting my password, but I
>>> will create a ticket this time.
>>> 
>>> ```
>>>> Task :gossip:compileTestJava
>>> Note:
>>> 
>> /home/path/tuweni-src-0.8.2/tuweni-src-0.8.2/gossip/src/test/java/org/apache/tuweni/gossip/GossipIntegrationTest.java
>>> uses or overrides a deprecated API.
>>> Note: Recompile with -Xlint:deprecation for details.
>>> 
>>>> Task :hobbits:test
>>> 
>>> org.apache.tuweni.hobbits.WebSocketTest > testTwoWSConnections(Vertx)
>> FAILED
>>>   java.net.BindException
>>>       Caused by: java.net.BindException
>>> <=======------> 60% EXECUTING [4m 36s]
>>>> :hobbits:test > 13 tests completed, 1 failed
>>>> IDLE
>>>> IDLE
>>>> IDLE
>>>> IDLE
>>>> IDLE
>>>> :hobbits:test > Executing test
>>> org.apache.tuweni.hobbits.HobbitsTransportTest
>>> ```
>>> 
>>>> On Fri, Aug 30, 2019 at 11:34 AM Michael Wall <[email protected]> wrote:
>>>> 
>>>> I'll make time to review tonight/tomorrow.
>>>> 
>>>> Mike
>>>> 
>>>> On Fri, Aug 30, 2019 at 11:32 AM Antoine Toulme <[email protected]>
>>>> wrote:
>>>> 
>>>>> OK, I am going to wait a bit more and see if we can get one more mentor
>>>>> to weigh in. It will help with the IPMC vote on general@.
>>>>> 
>>>>>> On Aug 30, 2019, at 2:07 AM, Furkan KAMACI <[email protected]>
>>>>> wrote:
>>>>>> 
>>>>>> Hi,
>>>>>> 
>>>>>> +1 from me.
>>>>>> 
>>>>>> I checked:
>>>>>> 
>>>>>> - Incubating in name
>>>>>> - DISCLAIMER exists
>>>>>> - LICENSE and NOTICE are fine
>>>>>> - No unexpected binary files
>>>>>> - Code compiles and tests successfully run
>>>>>> 
>>>>>> Kind Regards,
>>>>>> Furkan KAMACI
>>>>>> 
>>>>>> On Fri, Aug 30, 2019 at 4:13 AM Antoine Toulme <[email protected]>
>>>>> wrote:
>>>>>> 
>>>>>>> I’ll cast my +1 as well.
>>>>>>> 
>>>>>>> Please make sure to review and vote if you can, I’ll close the vote
>>>>>>> tomorrow if I don’t hear anything else.
>>>>>>> 
>>>>>>>> On Aug 28, 2019, at 6:20 PM, Jonny Rhea <[email protected]>
>>>>> wrote:
>>>>>>>> 
>>>>>>>> +1
>>>>>>>> 
>>>>>>>> On Mon, Aug 26, 2019 at 1:13 PM Dave Fisher <[email protected]>
>> wrote:
>>>>>>>> 
>>>>>>>>> +1 (binding)
>>>>>>>>> 
>>>>>>>>> - checked the detached signatures and hashes.
>>>>>>>>> - compared the content of tgz with zip and found no differences
>>>>>>>>> - check LICENSE, NOTICE, and DISCLAIMERs
>>>>>>>>> - found no unexpected binaries.
>>>>>>>>> - did a RatCheck with a .rat-excludes of *.json, *.yml, *.yaml, and
>>>>>>> *.toml
>>>>>>>>> and found nothing of concern.
>>>>>>>>> 
>>>>>>>>> Regards,
>>>>>>>>> Dave
>>>>>>>>> 
>>>>>>>>>> On Aug 26, 2019, at 2:28 AM, Antoine Toulme <[email protected]>
>>>>>>> wrote:
>>>>>>>>>> 
>>>>>>>>>> We're voting on the source distributions available here:
>>>>>>>>>> 
>>>>>>>>> 
>>>>>>> 
>>>>> 
>> https://dist.apache.org/repos/dist/dev/incubator/tuweni/0.8.2-incubating/
>>>>>>>>>> The release tag is present here:
>>>>>>>>>> 
>>>>>>>>> 
>>>>>>> 
>>>>> 
>> https://github.com/apache/incubator-tuweni/releases/tag/v0.8.2-incubating
>>>>>>>>>> 
>>>>>>>>>> This release includes the following changes:
>>>>>>>>>> 
>>>>>>>>>> * Only include necessary code for testing Ethereum
>>>>>>>>>> * Fix provenance of SECP256K1 class
>>>>>>>>>> * Fix header of SECP256K1 class
>>>>>>>>>> * Fix stage task
>>>>>>>>>> * Make build reproducible
>>>>>>>>>> * Trace ProgPow algorithm in class explicitly
>>>>>>>>>> 
>>>>>>>>>> The vote is open for at least 72 hours.
>>>>>>>>>> 
>>>>>>>>>> Cheers,
>>>>>>>>>> 
>>>>>>>>>> Antoine
>>>>>>>>>> 
>>>>>>>>>> 
>>>>> ---------------------------------------------------------------------
>>>>>>>>>> To unsubscribe, e-mail: [email protected]
>>>>>>>>>> For additional commands, e-mail: [email protected]
>>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> 
>> ---------------------------------------------------------------------
>>>>>>>>> To unsubscribe, e-mail: [email protected]
>>>>>>>>> For additional commands, e-mail: [email protected]
>>>>>>>>> 
>>>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> ---------------------------------------------------------------------
>>>>>>> To unsubscribe, e-mail: [email protected]
>>>>>>> For additional commands, e-mail: [email protected]
>>>>>>> 
>>>>>>> 
>>>>> 
>>>>> 
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: [email protected]
>>>>> For additional commands, e-mail: [email protected]
>>>>> 
>>>>> 
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>> 
>> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to