coq-club AT inria.fr
Subject: The Coq mailing list
List archive
- From: "jonikelee AT gmail.com" <jonikelee AT gmail.com>
- To: Stefan Monnier <monnier AT iro.umontreal.ca>
- Cc: coq-club AT inria.fr, Abhishek Anand <abhishek.anand.iitg AT gmail.com>
- Subject: Re: [Coq-Club] license: derivative status of proofs
- Date: Wed, 15 Jul 2020 23:52:27 -0400
- Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=jonikelee AT gmail.com; spf=Pass smtp.mailfrom=jonikelee AT gmail.com; spf=None smtp.helo=postmaster AT mail-qk1-f172.google.com
- Ironport-phdr: 9a23:cQngUhEo9836EJzsKKS/iJ1GYnF86YWxBRYc798ds5kLTJ7yoc2wAkXT6L1XgUPTWs2DsrQY0rSQ6PurBjdIyK3CmUhKSIZLWR4BhJdetC0bK+nBN3fGKuX3ZTcxBsVIWQwt1Xi6NU9IBJS2PAWK8TW94jEIBxrwKxd+KPjrFY7OlcS30P2594HObwlSizexfLJ/IA+4oAjfucUbg4VvIbstxxXUpXdFZ/5Yzn5yK1KJmBb86Maw/Jp9/ClVpvks6c1OX7jkcqohVbBXAygoPG4z5M3wqBnMVhCP6WcGUmUXiRVHHQ7I5wznU5jrsyv6su192DSGPcDzULs5Vyiu47ttRRT1kyoMKSI3/3/LhcxxlKJboQyupxpjw47PfYqZMONycr7Bcd8GQGZMWNtaWS5cDYOmd4YBAeoPM/hFoYf+pVQOoxywCgawC+3g0TJImn370Lcm3+k7DQ3KwgotFM8OvnTOq9X1Mb8fXe63zKnPyzXDbvBW1in56IfWbB8suv6MXbdqfsrQzUkjDR/KjlKVqYDrIjiY0eYNs2+d7+phVuKglWonpB9vrTW0yccsj5PGhoMRylze6Sp5x4M1KMS+RUVmbtGqDIFeuDuGN4tqXMwiWWdotT4mxrAJpJK3YTYHxZQkyhPcZPGKbYaG7x3tWuufLzp0mnxodbKiihuv8UatxPDwW9e63ltUrSdLnN3BuHAN2RHQ7MWMV/hz/l+51DqRywze7vtILEM0mKbBNZIt3KA8moAOvUnBACP6gFv6ga6Kekk5/+Wk9uDqbanjq5KTNoJ4lh3yP6EwlsOkD+Q4PA0DUmuU9Oug2r3u+EP5QLtPg/04jKbWrZPXKMEHqaKlAwJY0oAu4AulATi8ytQXh3wHIUpFeB2Zi4jpPEnDIPXiAve+h1SgiS5rx/PbMrH4DJXBM3rOnKn7cbZy7E5czwUzzdRB6J5OFr4BJ/fzVlfwtNzeEBA5LxS5z/j7BNh5zI8TWmKCDrWHPK/Mr1OE/P8jLuuSaIMNvTbyMfkl5/rgjX8jnl8deLGk3ZkQaHC+H/RmIFuWYX7yjdgfCmoKsQ8+Q/briF2GSzJce3GyX6ck6jEhFI2mFZvDRpyqgLGZwCi7GYRWanlaBVCIDHfnbJ6JW+wMaSKXOs9uiCYIVbmnS4871BGhrhX2y7R9LrmcxipNjo7u2tFzr8jUkxcz+CY8W8Ga1WeMQntcn3kPASIz26Zju0F0zhGI2P4rreZfEIkZ5fRPUwQ3MZPR5+N/AtH2HAnGe53BHFShRNSlDDU8Q/o+xtYPZwB2HND03UOL5DajH7JAz+/DP5cz6K+JmiGpf58smUaD77EoihwdeuUKMGSngqBl8A2KXtzGlkyYk+ChcqFOhXeRplfG9nKHuQRjaCA1Sb/MBClNaU7frNC/7UTHHef3VOYXdzBZwMvHEZNkL93kiVIcGqXmMdXaJnuywiK+XEnSgLyLa4XudiMW2yCPUEU=
On Wed, 15 Jul 2020 23:12:37 -0400
Stefan Monnier <monnier AT iro.umontreal.ca> wrote:
> >> Another approach would be to ask the owner of the C code whether
> >> they have any objection to your publishing the proof. Seems to me
> >> your proving it would make their code more valuable.
> > The C code is available publically under GPLv2 license. The main
> > question is whether the correctness proof (just the .v file(s)
> > containing the specs and proofs, NOT the code or the .v file
> > containing the code AST) can be released under a different license
> > (possibly incompatible with GPLv2).
>
> I'm not sure what there could be to gain from using an incompatible
> license, but Jim's approach is still relevant anyway: ask the
> author(s). If they're OK with it, then you don't need to figure out
> what the law says.
>
>
> Stefan
>
If someone is eventually able to generate code based on the proofs in
the .v file that performs the same function as the original code, and
the .v file is not itself considered a derivative work (even if by
virtue of the author agreeing to that effect), then does the ability of
the original GPLv2 to protect derivative works of the original code
disappear?
- Re: [Coq-Club] license: derivative status of proofs, (continued)
- Re: [Coq-Club] license: derivative status of proofs, Tej Chajed, 07/15/2020
- Re: [Coq-Club] license: derivative status of proofs, Abhishek Anand, 07/15/2020
- Re: [Coq-Club] license: derivative status of proofs, Jim Fehrle, 07/15/2020
- Re: [Coq-Club] license: derivative status of proofs, Kevin Sullivan, 07/15/2020
- Re: [Coq-Club] license: derivative status of proofs, Izzy Hasson, 07/15/2020
- Re: [Coq-Club] license: derivative status of proofs, Jim Fehrle, 07/15/2020
- Re: [Coq-Club] license: derivative status of proofs, Abhishek Anand, 07/16/2020
- Re: [Coq-Club] license: derivative status of proofs, jonikelee AT gmail.com, 07/16/2020
- Re: [Coq-Club] license: derivative status of proofs, Jim Fehrle, 07/16/2020
- Re: [Coq-Club] license: derivative status of proofs, Stefan Monnier, 07/16/2020
- Re: [Coq-Club] license: derivative status of proofs, jonikelee AT gmail.com, 07/16/2020
- Re: [Coq-Club] license: derivative status of proofs, Jim Fehrle, 07/16/2020
- Re: [Coq-Club] license: derivative status of proofs, Xuanrui Qi, 07/16/2020
- Re: [Coq-Club] license: derivative status of proofs, Kevin Sullivan, 07/16/2020
- Re: [Coq-Club] license: derivative status of proofs, Jim Fehrle, 07/15/2020
- Re: [Coq-Club] license: derivative status of proofs, Abhishek Anand, 07/15/2020
- Re: [Coq-Club] license: derivative status of proofs, Tej Chajed, 07/15/2020
- Re: [Coq-Club] license: derivative status of proofs, Gabriel Scherer, 07/17/2020
- Re: [Coq-Club] license: derivative status of proofs, Kevin Sullivan, 07/15/2020
Archive powered by MHonArc 2.6.19+.