-
1. Re: Question about ability for distribute project with implementation junit rule for BMUnit.
starnowski Jan 11, 2019 5:20 PM (in response to starnowski)Just for the record, I don't expect any response from legal department.
I rather would like to know if developers who started projects which are extensions for byteman normally ask same question?
I assume that my questions might be silly.
-
2. Re: Question about ability for distribute project with implementation junit rule for BMUnit.
adinn Jan 14, 2019 4:10 AM (in response to starnowski)Hi Szymon,
First thing, I am not a lawyer. So, if you are unsure what the LGPL allows you to do then you probably ought to be asking a lawyer rather than anyone on this forum.
"I rather would like to know if developers who started projects which are extensions for byteman normally ask same question?"
No, they don't normally ask such a question :-).
Byteman is published with an LGPL v2.1 license in its copyright declarations, with copyright assigned to the various authors of the code and Red Hat. There are no extra conditions mentioned in any of the copyright notices in the code base so,-- as far as I am aware (remember, I am not a lawyer),-- Red Hat has no right to impose any extra conditions beyond those specified in the license.
Anyway, that's not how Red Hat operates. Strings may not be attached. Red Hat does require its staff to publish code they develop solely on its behalf using an open source license. It does require its staff to assign the copyright to Red Hat as well as to the respective authors. But it does not force staff to use a specific license and does not force staff to impose specific conditions beyond whatever license they choose.
Ok, so what about publishing your code? As far as I am aware (I am not a lawyer) what you are doing is a perfectly legitimate way of building on Byteman. What is more I am very happy to see your work published and adopted and grateful to you for being willing to do so.
I did not know that JUnit provided class MethodRule and the associated @Rule annotation to allow customization of the standard runner. This is a very nice way to allow Byteman to customize the test environment in accordance with BMUnit annotations when they are not able to configure the BMUnitRunner to manage test runs. Thank you for making this capability available for Byetman users.
regards,
Andrew Dinn
-
3. Re: Question about ability for distribute project with implementation junit rule for BMUnit.
starnowski Jan 16, 2019 2:45 PM (in response to adinn)Hi Andrew,
Thanks for your reply. You did not leave me any doubts.
I'll start preparing project to deploy.
Thanks again.
-
4. Re: Question about ability for distribute project with implementation junit rule for BMUnit.
starnowski Jan 20, 2019 4:32 PM (in response to starnowski)Hi,
I had published project in Bintray repository.
And I Added update description how to attach dependencies.
Adrew
Thanks again.
-
5. Re: Question about ability for distribute project with implementation junit rule for BMUnit.
adinn Jan 21, 2019 4:56 AM (in response to starnowski)Hi Szymon,
starnowski wrote:
I had published project in Bintray repository.
And I Added update description how to attach dependencies.
Thank you very much for making this available for other Byteman users.
regards,
Andrew Dinn