orocos_kinematics_dynamics
orocos_kinematics_dynamics copied to clipboard
Change license to a more permissive one
Hello KDL contributors,
This follow the discussion that happened here: https://github.com/orocos/orocos_kinematics_dynamics/issues/405
As discussed with @smits and @MatthijsBurgh, they are both ok to change the license to a more permissive one. MIT seems to be the most appropriate (apache-2.0 was considered at first).
To make the change, we need the consent of every contributors to make the change from LGPL-v2 to MIT.
This will ease proprietary code development, allowing some modifications and static linking.
You can simply respond with "I agree".
Thanks !
NOTE: as a contributor myself, I agree !
- [x] @MatthijsBurgh
- [x] @smits
- [ ] @DjoleMNE
- [x] @snrkiwi
- [x] @eaertbel
- [x] @zchen24
- [x] @ahoarau
- [x] @meyerj
- [x] @mvieth
- [x] @luzpaz
- [x] @jacobperron
- [ ] @tdelaet
- [x] @forrest-rm
- [ ] @francisco-miguel-almeida
- [x] @traversaro
- [x] @jbohren
- [x] @Tobias-Fischer
- [x] @maverick-long
- [x] @psoetens
- [x] @jf---
- [x] @francesco-romano
- [x] @jensenb
- [x] @ivanpauno
- [x] @mikepurvis
- [x] @morxa
- [x] @JohnSilverFarmer
- [x] @dirk-thomas
- [ ] @aballier
- [x] @mag-sruehl
- [ ] @jbohren-hbr
- [ ] @martiniil
- [x] @sloretz
- [ ] @spencerjackson
- [x] @jspricke
- [ ] @rethink-kmaroney
- [x] @dvanthienen
- [ ] @mcopejans
- [x] @gborghesan
- [x] @mvistein
- [x] @WouterBancken
- [ ] @seanyen
- [x] @ipa-pgt
- [x] @vbargsten
- [x] @milutter
- [x] @tfoote
I agree
I agree
I agree
I agree
Am 01.09.22 um 07:47 schrieb Antoine Hoarau:
Hello KDL contributors,
This follow the discussion that happened here: #405 https://github.com/orocos/orocos_kinematics_dynamics/issues/405
As discussed with @smits https://github.com/smits and @MatthijsBurgh https://github.com/MatthijsBurgh, they are both ok to change the license to a more permissive one. |MIT| seems to be the most appropriate (apache-2.0 was considered at first).
To make the change, we need the consent of every contributors to make the change from LGPL-v2 to |MIT|. This will ease proprietary code development, allowing some modifications and static linking.
You can simply respond with "I agree".
Thanks !
NOTE: as a contributor myself, I agree !
@MatthijsBurgh https://github.com/MatthijsBurgh @smits https://github.com/smits @DjoleMNE https://github.com/DjoleMNE @snrkiwi https://github.com/snrkiwi @eaertbel https://github.com/eaertbel @zchen24 https://github.com/zchen24 @ahoarau https://github.com/ahoarau @meyerj https://github.com/meyerj @mvieth https://github.com/mvieth @luzpaz https://github.com/luzpaz @jacobperron https://github.com/jacobperron @tdelaet https://github.com/tdelaet @forrest-rm https://github.com/forrest-rm @francisco-miguel-almeida https://github.com/francisco-miguel-almeida @traversaro https://github.com/traversaro @jbohren https://github.com/jbohren @Tobias-Fischer https://github.com/Tobias-Fischer @maverick-long https://github.com/maverick-long @psoetens https://github.com/psoetens @jf--- https://github.com/jf--- @francesco-romano https://github.com/francesco-romano @jensenb https://github.com/jensenb @ivanpauno https://github.com/ivanpauno @mikepurvis https://github.com/mikepurvis @morxa https://github.com/morxa @JohnSilverFarmer https://github.com/JohnSilverFarmer @dirk-thomas https://github.com/dirk-thomas @aballier https://github.com/aballier @mag-sruehl https://github.com/mag-sruehl @jbohren-hbr https://github.com/jbohren-hbr @martiniil https://github.com/martiniil @sloretz https://github.com/sloretz @spencerjackson https://github.com/spencerjackson @jspricke https://github.com/jspricke @rethink-kmaroney https://github.com/rethink-kmaroney @dvanthienen https://github.com/dvanthienen @mcopejans https://github.com/mcopejans @gborghesan https://github.com/gborghesan @mvistein https://github.com/mvistein @WouterBancken https://github.com/WouterBancken @seanyen https://github.com/seanyen @ipa-pgt https://github.com/ipa-pgt @vbargsten https://github.com/vbargsten @milutter https://github.com/milutter @tfoote https://github.com/tfoote
— Reply to this email directly, view it on GitHub https://github.com/orocos/orocos_kinematics_dynamics/issues/410, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACLMK4IPATRORICUONSEBVLV4A7NZANCNFSM6AAAAAAQCAAQ6Y. You are receiving this because you were mentioned.Message ID: @.***>
I agree
I agree
I agree
On Thu, Sep 1, 2022 at 9:13 AM Markus Vieth @.***> wrote:
I agree
— Reply to this email directly, view it on GitHub https://github.com/orocos/orocos_kinematics_dynamics/issues/410#issuecomment-1233845846, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAO7J4RFHKZ7UQIN7BWTZ73V4BJQNANCNFSM6AAAAAAQCAAQ6Y . You are receiving this because you were mentioned.Message ID: @.***>
I agree
I agree
I agree
@ahoarau I am reading into the licenses. I don't see why the LGPL-V2 prevents any larger work (open or closed) to link against this library.
My objection to change to MIT or Apache 2.0 license is that it allows for closed source modifications of this library. This library is open source and I think any modified version should be kept open.
@MatthijsBurgh LGPL-v2 prevents from static linking - at least makes it extremely difficult. "you must provide a way to relink against the library". Moreover, modifications that are need in some cases when integrating the lib could be difficult to put public for private companies. That could include more minor modifications as simple as building with different flags, fixing some warnings.. all of those are not necessarily useful for the bigger audience + again difficult to put public. Apache2 solves point 1, MIT both.
Many useful libraries like this one have permissive licenses, and still get contributions from people.
That being said, as a contributor and maintainer, the choice is up to you of course ! I was just lead to believe that you agreed on that in the last issue.
I agree.
On Thu, Sep 1, 2022, 10:02 mvistein @.***> wrote:
I agree
— Reply to this email directly, view it on GitHub https://github.com/orocos/orocos_kinematics_dynamics/issues/410#issuecomment-1233897915, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFP5F5XNW65FY6MNIPKXXTV4BPINANCNFSM6AAAAAAQCAAQ6Y . You are receiving this because you were mentioned.Message ID: @.***>
I was just lead to believe that you agreed on that in the last issue.
I am sorry I gave you the impression I did. I just wanted to know the opinion of Smits first.
I will come back to you about whether I agree or not.
I agree
Antoine Hoarau @.***> schrieb am Do. 1. Sept. 2022 um 07:47:
Hello KDL contributors,
This follow the discussion that happened here: #405 https://github.com/orocos/orocos_kinematics_dynamics/issues/405
As discussed with @smits https://github.com/smits and @MatthijsBurgh https://github.com/MatthijsBurgh, they are both ok to change the license to a more permissive one. MIT seems to be the most appropriate (apache-2.0 was considered at first).
To make the change, we need the consent of every contributors to make the change from LGPL-v2 to MIT. This will ease proprietary code development, allowing some modifications and static linking.
You can simply respond with "I agree".
Thanks !
NOTE: as a contributor myself, I agree !
@MatthijsBurgh https://github.com/MatthijsBurgh @smits https://github.com/smits @DjoleMNE https://github.com/DjoleMNE @snrkiwi https://github.com/snrkiwi @eaertbel https://github.com/eaertbel @zchen24 https://github.com/zchen24 @ahoarau https://github.com/ahoarau @meyerj https://github.com/meyerj @mvieth https://github.com/mvieth @luzpaz https://github.com/luzpaz @jacobperron https://github.com/jacobperron @tdelaet https://github.com/tdelaet @forrest-rm https://github.com/forrest-rm @francisco-miguel-almeida https://github.com/francisco-miguel-almeida @traversaro https://github.com/traversaro @jbohren https://github.com/jbohren @Tobias-Fischer https://github.com/Tobias-Fischer @maverick-long https://github.com/maverick-long @psoetens https://github.com/psoetens @jf--- https://github.com/jf--- @francesco-romano https://github.com/francesco-romano @jensenb https://github.com/jensenb @ivanpauno https://github.com/ivanpauno @mikepurvis https://github.com/mikepurvis @morxa https://github.com/morxa @JohnSilverFarmer https://github.com/JohnSilverFarmer @dirk-thomas https://github.com/dirk-thomas @aballier https://github.com/aballier @mag-sruehl https://github.com/mag-sruehl @jbohren-hbr https://github.com/jbohren-hbr @martiniil https://github.com/martiniil @sloretz https://github.com/sloretz @spencerjackson https://github.com/spencerjackson @jspricke https://github.com/jspricke @rethink-kmaroney https://github.com/rethink-kmaroney @dvanthienen https://github.com/dvanthienen @mcopejans https://github.com/mcopejans @gborghesan https://github.com/gborghesan @mvistein https://github.com/mvistein @WouterBancken https://github.com/WouterBancken @seanyen https://github.com/seanyen @ipa-pgt https://github.com/ipa-pgt @vbargsten https://github.com/vbargsten @milutter https://github.com/milutter @tfoote https://github.com/tfoote
— Reply to this email directly, view it on GitHub https://github.com/orocos/orocos_kinematics_dynamics/issues/410, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB7KLDDSCQB4Z7CIAVT4AHDV4A7NZANCNFSM6AAAAAAQCAAQ6Y . You are receiving this because you were mentioned.Message ID: @.***>
I agree
- Antoine Hoarau @.> [2022-09-01 01:50]: @. LGPL-v2 prevents from static linking - at least makes it extremely difficult. "you must provide a way to relink against the library".
Moreover, modifications that are need in some cases when integrating the lib could be difficult to put public for private companies. That could include more minor modifications as simple as building with different flags, fixing some warnings.. all of those are not necessarily useful for the bigger audience + again difficult to put public.
FWIW: I I don't see the problem with companies providing the source code of those minor modifications. It does not mean that upstream has to integrate them. Even more, I think the (L)GPL is especially for cases like this that useful changes are contributed back.
Many useful libraries like this one have permissive licenses, and still get contributions from people.
To me the question is not if there are contributions but rather if those how use it successfully contribute back.
Having said that, my contributions here where rather minor so I'm fine with whatever is agreed on.
I agree
I agree
On Thu, Sep 1, 2022, 1:47 AM Antoine Hoarau @.***> wrote:
Hello KDL contributors,
This follow the discussion that happened here: #405 https://github.com/orocos/orocos_kinematics_dynamics/issues/405
As discussed with @smits https://github.com/smits and @MatthijsBurgh https://github.com/MatthijsBurgh, they are both ok to change the license to a more permissive one. MIT seems to be the most appropriate (apache-2.0 was considered at first).
To make the change, we need the consent of every contributors to make the change from LGPL-v2 to MIT. This will ease proprietary code development, allowing some modifications and static linking.
You can simply respond with "I agree".
Thanks !
NOTE: as a contributor myself, I agree !
@MatthijsBurgh https://github.com/MatthijsBurgh @smits https://github.com/smits @DjoleMNE https://github.com/DjoleMNE @snrkiwi https://github.com/snrkiwi @eaertbel https://github.com/eaertbel @zchen24 https://github.com/zchen24 @ahoarau https://github.com/ahoarau @meyerj https://github.com/meyerj @mvieth https://github.com/mvieth @luzpaz https://github.com/luzpaz @jacobperron https://github.com/jacobperron @tdelaet https://github.com/tdelaet @forrest-rm https://github.com/forrest-rm @francisco-miguel-almeida https://github.com/francisco-miguel-almeida @traversaro https://github.com/traversaro @jbohren https://github.com/jbohren @Tobias-Fischer https://github.com/Tobias-Fischer @maverick-long https://github.com/maverick-long @psoetens https://github.com/psoetens @jf--- https://github.com/jf--- @francesco-romano https://github.com/francesco-romano @jensenb https://github.com/jensenb @ivanpauno https://github.com/ivanpauno @mikepurvis https://github.com/mikepurvis @morxa https://github.com/morxa @JohnSilverFarmer https://github.com/JohnSilverFarmer @dirk-thomas https://github.com/dirk-thomas @aballier https://github.com/aballier @mag-sruehl https://github.com/mag-sruehl @jbohren-hbr https://github.com/jbohren-hbr @martiniil https://github.com/martiniil @sloretz https://github.com/sloretz @spencerjackson https://github.com/spencerjackson @jspricke https://github.com/jspricke @rethink-kmaroney https://github.com/rethink-kmaroney @dvanthienen https://github.com/dvanthienen @mcopejans https://github.com/mcopejans @gborghesan https://github.com/gborghesan @mvistein https://github.com/mvistein @WouterBancken https://github.com/WouterBancken @seanyen https://github.com/seanyen @ipa-pgt https://github.com/ipa-pgt @vbargsten https://github.com/vbargsten @milutter https://github.com/milutter @tfoote https://github.com/tfoote
— Reply to this email directly, view it on GitHub https://github.com/orocos/orocos_kinematics_dynamics/issues/410, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJ2ITNERD5AWO275UHJLG3V4A7NXANCNFSM6AAAAAAQCAAQ6Y . You are receiving this because you were mentioned.Message ID: @.***>
I agree
On Thu, Sep 1, 2022, 1:47 AM Antoine Hoarau @.***> wrote:
Hello KDL contributors,
This follow the discussion that happened here: #405 https://github.com/orocos/orocos_kinematics_dynamics/issues/405
As discussed with @smits https://github.com/smits and @MatthijsBurgh https://github.com/MatthijsBurgh, they are both ok to change the license to a more permissive one. MIT seems to be the most appropriate (apache-2.0 was considered at first).
To make the change, we need the consent of every contributors to make the change from LGPL-v2 to MIT. This will ease proprietary code development, allowing some modifications and static linking.
You can simply respond with "I agree".
Thanks !
NOTE: as a contributor myself, I agree !
@MatthijsBurgh https://github.com/MatthijsBurgh @smits https://github.com/smits @DjoleMNE https://github.com/DjoleMNE @snrkiwi https://github.com/snrkiwi @eaertbel https://github.com/eaertbel @zchen24 https://github.com/zchen24 @ahoarau https://github.com/ahoarau @meyerj https://github.com/meyerj @mvieth https://github.com/mvieth @luzpaz https://github.com/luzpaz @jacobperron https://github.com/jacobperron @tdelaet https://github.com/tdelaet @forrest-rm https://github.com/forrest-rm @francisco-miguel-almeida https://github.com/francisco-miguel-almeida @traversaro https://github.com/traversaro @jbohren https://github.com/jbohren @Tobias-Fischer https://github.com/Tobias-Fischer @maverick-long https://github.com/maverick-long @psoetens https://github.com/psoetens @jf--- https://github.com/jf--- @francesco-romano https://github.com/francesco-romano @jensenb https://github.com/jensenb @ivanpauno https://github.com/ivanpauno @mikepurvis https://github.com/mikepurvis @morxa https://github.com/morxa @JohnSilverFarmer https://github.com/JohnSilverFarmer @dirk-thomas https://github.com/dirk-thomas @aballier https://github.com/aballier @mag-sruehl https://github.com/mag-sruehl @jbohren-hbr https://github.com/jbohren-hbr @martiniil https://github.com/martiniil @sloretz https://github.com/sloretz @spencerjackson https://github.com/spencerjackson @jspricke https://github.com/jspricke @rethink-kmaroney https://github.com/rethink-kmaroney @dvanthienen https://github.com/dvanthienen @mcopejans https://github.com/mcopejans @gborghesan https://github.com/gborghesan @mvistein https://github.com/mvistein @WouterBancken https://github.com/WouterBancken @seanyen https://github.com/seanyen @ipa-pgt https://github.com/ipa-pgt @vbargsten https://github.com/vbargsten @milutter https://github.com/milutter @tfoote https://github.com/tfoote
— Reply to this email directly, view it on GitHub https://github.com/orocos/orocos_kinematics_dynamics/issues/410, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJ2ITNERD5AWO275UHJLG3V4A7NXANCNFSM6AAAAAAQCAAQ6Y . You are receiving this because you were mentioned.Message ID: @.***>
I agree
On Aug 31, 2022, at 22:47, Antoine Hoarau @.***> wrote:
Hello KDL contributors,
This follow the discussion that happened here: #405 https://github.com/orocos/orocos_kinematics_dynamics/issues/405 As discussed with @smits https://github.com/smits and @MatthijsBurgh https://github.com/MatthijsBurgh, they are both ok to change the license to a more permissive one. MIT seems to be the most appropriate (apache-2.0 was considered at first).
To make the change, we need the consent of every contributors to make the change from LGPL-v2 to MIT. This will ease proprietary code development, allowing some modifications and static linking.
You can simply respond with "I agree".
Thanks !
I agree
On Aug 31, 2022, at 22:47, Antoine Hoarau @.***> wrote:
Hello KDL contributors,
This follow the discussion that happened here: #405 https://github.com/orocos/orocos_kinematics_dynamics/issues/405 As discussed with @smits https://github.com/smits and @MatthijsBurgh https://github.com/MatthijsBurgh, they are both ok to change the license to a more permissive one. MIT seems to be the most appropriate (apache-2.0 was considered at first).
To make the change, we need the consent of every contributors to make the change from LGPL-v2 to MIT. This will ease proprietary code development, allowing some modifications and static linking.
You can simply respond with "I agree".
Thanks !
Hi Antoine,
The groundwork for KDL was written by Erwin Aertbelien in 2003/2004, while we developed the Orocos Geometry Library. I did minor contributions and testing and later, Ruben took development and maintenance over from Erwin, but both contributed the largest parts afaikt. Since we used SVN the exact history/authorship of these days may be lost but these are the two persons that are instrumental as initial authors.
I agree for my contributions.
Peter
On Thu, 1 Sept 2022 at 07:47, Antoine Hoarau @.***> wrote:
Hello KDL contributors,
This follow the discussion that happened here: #405 https://github.com/orocos/orocos_kinematics_dynamics/issues/405
As discussed with @smits https://github.com/smits and @MatthijsBurgh https://github.com/MatthijsBurgh, they are both ok to change the license to a more permissive one. MIT seems to be the most appropriate (apache-2.0 was considered at first).
To make the change, we need the consent of every contributors to make the change from LGPL-v2 to MIT. This will ease proprietary code development, allowing some modifications and static linking.
You can simply respond with "I agree".
Thanks !
NOTE: as a contributor myself, I agree !
@MatthijsBurgh https://github.com/MatthijsBurgh @smits https://github.com/smits @DjoleMNE https://github.com/DjoleMNE @snrkiwi https://github.com/snrkiwi @eaertbel https://github.com/eaertbel @zchen24 https://github.com/zchen24 @ahoarau https://github.com/ahoarau @meyerj https://github.com/meyerj @mvieth https://github.com/mvieth @luzpaz https://github.com/luzpaz @jacobperron https://github.com/jacobperron @tdelaet https://github.com/tdelaet @forrest-rm https://github.com/forrest-rm @francisco-miguel-almeida https://github.com/francisco-miguel-almeida @traversaro https://github.com/traversaro @jbohren https://github.com/jbohren @Tobias-Fischer https://github.com/Tobias-Fischer @maverick-long https://github.com/maverick-long @psoetens https://github.com/psoetens @jf--- https://github.com/jf--- @francesco-romano https://github.com/francesco-romano @jensenb https://github.com/jensenb @ivanpauno https://github.com/ivanpauno @mikepurvis https://github.com/mikepurvis @morxa https://github.com/morxa @JohnSilverFarmer https://github.com/JohnSilverFarmer @dirk-thomas https://github.com/dirk-thomas @aballier https://github.com/aballier @mag-sruehl https://github.com/mag-sruehl @jbohren-hbr https://github.com/jbohren-hbr @martiniil https://github.com/martiniil @sloretz https://github.com/sloretz @spencerjackson https://github.com/spencerjackson @jspricke https://github.com/jspricke @rethink-kmaroney https://github.com/rethink-kmaroney @dvanthienen https://github.com/dvanthienen @mcopejans https://github.com/mcopejans @gborghesan https://github.com/gborghesan @mvistein https://github.com/mvistein @WouterBancken https://github.com/WouterBancken @seanyen https://github.com/seanyen @ipa-pgt https://github.com/ipa-pgt @vbargsten https://github.com/vbargsten @milutter https://github.com/milutter @tfoote https://github.com/tfoote
— Reply to this email directly, view it on GitHub https://github.com/orocos/orocos_kinematics_dynamics/issues/410, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAHIXYN5WRDFMCKOVMTCCDV4A7NTANCNFSM6AAAAAAQCAAQ6Y . You are receiving this because you were mentioned.Message ID: @.***>
-- Peter Soetens, CEO +32 473 170 240 Intermodalics - Gaston Geenslaan 9, 3001 Heverlee - BELGIUM www.intermodalics.eu
Hi Antoine,
The groundwork for KDL was written by Erwin Aertbelien in 2003/2004, while we developed the Orocos Geometry Library. I did minor contributions and testing and later, Ruben took development and maintenance over from Erwin, but both contributed the largest parts afaikt. Since we used SVN the exact history/authorship of these days may be lost but these are the two persons that are instrumental as initial authors.
I agree for my contributions.
Peter
On Thu, 1 Sept 2022 at 07:47, Antoine Hoarau @.***> wrote:
Hello KDL contributors,
This follow the discussion that happened here: #405 https://github.com/orocos/orocos_kinematics_dynamics/issues/405
As discussed with @smits https://github.com/smits and @MatthijsBurgh https://github.com/MatthijsBurgh, they are both ok to change the license to a more permissive one. MIT seems to be the most appropriate (apache-2.0 was considered at first).
To make the change, we need the consent of every contributors to make the change from LGPL-v2 to MIT. This will ease proprietary code development, allowing some modifications and static linking.
You can simply respond with "I agree".
Thanks !
NOTE: as a contributor myself, I agree !
@MatthijsBurgh https://github.com/MatthijsBurgh @smits https://github.com/smits @DjoleMNE https://github.com/DjoleMNE @snrkiwi https://github.com/snrkiwi @eaertbel https://github.com/eaertbel @zchen24 https://github.com/zchen24 @ahoarau https://github.com/ahoarau @meyerj https://github.com/meyerj @mvieth https://github.com/mvieth @luzpaz https://github.com/luzpaz @jacobperron https://github.com/jacobperron @tdelaet https://github.com/tdelaet @forrest-rm https://github.com/forrest-rm @francisco-miguel-almeida https://github.com/francisco-miguel-almeida @traversaro https://github.com/traversaro @jbohren https://github.com/jbohren @Tobias-Fischer https://github.com/Tobias-Fischer @maverick-long https://github.com/maverick-long @psoetens https://github.com/psoetens @jf--- https://github.com/jf--- @francesco-romano https://github.com/francesco-romano @jensenb https://github.com/jensenb @ivanpauno https://github.com/ivanpauno @mikepurvis https://github.com/mikepurvis @morxa https://github.com/morxa @JohnSilverFarmer https://github.com/JohnSilverFarmer @dirk-thomas https://github.com/dirk-thomas @aballier https://github.com/aballier @mag-sruehl https://github.com/mag-sruehl @jbohren-hbr https://github.com/jbohren-hbr @martiniil https://github.com/martiniil @sloretz https://github.com/sloretz @spencerjackson https://github.com/spencerjackson @jspricke https://github.com/jspricke @rethink-kmaroney https://github.com/rethink-kmaroney @dvanthienen https://github.com/dvanthienen @mcopejans https://github.com/mcopejans @gborghesan https://github.com/gborghesan @mvistein https://github.com/mvistein @WouterBancken https://github.com/WouterBancken @seanyen https://github.com/seanyen @ipa-pgt https://github.com/ipa-pgt @vbargsten https://github.com/vbargsten @milutter https://github.com/milutter @tfoote https://github.com/tfoote
— Reply to this email directly, view it on GitHub https://github.com/orocos/orocos_kinematics_dynamics/issues/410, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAHIXYN5WRDFMCKOVMTCCDV4A7NTANCNFSM6AAAAAAQCAAQ6Y . You are receiving this because you were mentioned.Message ID: @.***>
-- Peter Soetens, CEO +32 473 170 240 Intermodalics - Gaston Geenslaan 9, 3001 Heverlee - BELGIUM www.intermodalics.eu
I agree
Hi Antoine,
I agree to change the license for my contributions to MIT.
Erwin Aertbelien
From: Antoine Hoarau @.***> Sent: 01 September 2022 07:47. To: orocos/orocos_kinematics_dynamics Cc: Erwin Aertbeliën; Mention Subject: [orocos/orocos_kinematics_dynamics] Change license to MIT (Issue #410)
Hello KDL contributors,
This follow the discussion that happened here: #405https://github.com/orocos/orocos_kinematics_dynamics/issues/405
As discussed with @smitshttps://github.com/smits and @MatthijsBurghhttps://github.com/MatthijsBurgh, they are both ok to change the license to a more permissive one. MIT seems to be the most appropriate (apache-2.0 was considered at first).
To make the change, we need the consent of every contributors to make the change from LGPL-v2 to MIT. This will ease proprietary code development, allowing some modifications and static linking.
You can simply respond with "I agree".
Thanks !
NOTE: as a contributor myself, I agree !
@MatthijsBurghhttps://github.com/MatthijsBurgh @smitshttps://github.com/smits @DjoleMNEhttps://github.com/DjoleMNE @snrkiwihttps://github.com/snrkiwi @eaertbelhttps://github.com/eaertbel @zchen24https://github.com/zchen24 @ahoarauhttps://github.com/ahoarau @meyerjhttps://github.com/meyerj @mviethhttps://github.com/mvieth @luzpazhttps://github.com/luzpaz @jacobperronhttps://github.com/jacobperron @tdelaethttps://github.com/tdelaet @forrest-rmhttps://github.com/forrest-rm @francisco-miguel-almeidahttps://github.com/francisco-miguel-almeida @traversarohttps://github.com/traversaro @jbohrenhttps://github.com/jbohren @Tobias-Fischerhttps://github.com/Tobias-Fischer @maverick-longhttps://github.com/maverick-long @psoetenshttps://github.com/psoetens @jf---https://github.com/jf--- @francesco-romanohttps://github.com/francesco-romano @jensenbhttps://github.com/jensenb @ivanpaunohttps://github.com/ivanpauno @mikepurvishttps://github.com/mikepurvis @morxahttps://github.com/morxa @JohnSilverFarmerhttps://github.com/JohnSilverFarmer @dirk-thomashttps://github.com/dirk-thomas @aballierhttps://github.com/aballier @mag-sruehlhttps://github.com/mag-sruehl @jbohren-hbrhttps://github.com/jbohren-hbr @martiniilhttps://github.com/martiniil @sloretzhttps://github.com/sloretz @spencerjacksonhttps://github.com/spencerjackson @jsprickehttps://github.com/jspricke @rethink-kmaroneyhttps://github.com/rethink-kmaroney @dvanthienenhttps://github.com/dvanthienen @mcopejanshttps://github.com/mcopejans @gborghesanhttps://github.com/gborghesan @mvisteinhttps://github.com/mvistein @WouterBanckenhttps://github.com/WouterBancken @seanyenhttps://github.com/seanyen @ipa-pgthttps://github.com/ipa-pgt @vbargstenhttps://github.com/vbargsten @milutterhttps://github.com/milutter @tfootehttps://github.com/tfoote
Reply to this email directly, view it on GitHubhttps://github.com/orocos/orocos_kinematics_dynamics/issues/410, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAF2TYAQSDVGBQHYFAV664TV4A7NVANCNFSM6AAAAAAQCAAQ6Y. You are receiving this because you were mentioned.Message ID: @.***>
[ { @.": "http://schema.org", @.": "EmailMessage", "potentialAction": { @.": "ViewAction", "target": "https://github.com/orocos/orocos_kinematics_dynamics/issues/410", "url": "https://github.com/orocos/orocos_kinematics_dynamics/issues/410", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { @.": "Organization", "name": "GitHub", "url": "https://github.com" } } ]
I agree
I agree
I agree
I agree
I agree
I agree
I agree.
On Thu, Sep 1, 2022, 1:47 AM Antoine Hoarau @.***> wrote:
Hello KDL contributors,
This follow the discussion that happened here: #405 https://github.com/orocos/orocos_kinematics_dynamics/issues/405
As discussed with @smits https://github.com/smits and @MatthijsBurgh https://github.com/MatthijsBurgh, they are both ok to change the license to a more permissive one. MIT seems to be the most appropriate (apache-2.0 was considered at first).
To make the change, we need the consent of every contributors to make the change from LGPL-v2 to MIT. This will ease proprietary code development, allowing some modifications and static linking.
You can simply respond with "I agree".
Thanks !
NOTE: as a contributor myself, I agree !
@MatthijsBurgh https://github.com/MatthijsBurgh @smits https://github.com/smits @DjoleMNE https://github.com/DjoleMNE @snrkiwi https://github.com/snrkiwi @eaertbel https://github.com/eaertbel @zchen24 https://github.com/zchen24 @ahoarau https://github.com/ahoarau @meyerj https://github.com/meyerj @mvieth https://github.com/mvieth @luzpaz https://github.com/luzpaz @jacobperron https://github.com/jacobperron @tdelaet https://github.com/tdelaet @forrest-rm https://github.com/forrest-rm @francisco-miguel-almeida https://github.com/francisco-miguel-almeida @traversaro https://github.com/traversaro @jbohren https://github.com/jbohren @Tobias-Fischer https://github.com/Tobias-Fischer @maverick-long https://github.com/maverick-long @psoetens https://github.com/psoetens @jf--- https://github.com/jf--- @francesco-romano https://github.com/francesco-romano @jensenb https://github.com/jensenb @ivanpauno https://github.com/ivanpauno @mikepurvis https://github.com/mikepurvis @morxa https://github.com/morxa @JohnSilverFarmer https://github.com/JohnSilverFarmer @dirk-thomas https://github.com/dirk-thomas @aballier https://github.com/aballier @mag-sruehl https://github.com/mag-sruehl @jbohren-hbr https://github.com/jbohren-hbr @martiniil https://github.com/martiniil @sloretz https://github.com/sloretz @spencerjackson https://github.com/spencerjackson @jspricke https://github.com/jspricke @rethink-kmaroney https://github.com/rethink-kmaroney @dvanthienen https://github.com/dvanthienen @mcopejans https://github.com/mcopejans @gborghesan https://github.com/gborghesan @mvistein https://github.com/mvistein @WouterBancken https://github.com/WouterBancken @seanyen https://github.com/seanyen @ipa-pgt https://github.com/ipa-pgt @vbargsten https://github.com/vbargsten @milutter https://github.com/milutter @tfoote https://github.com/tfoote
— Reply to this email directly, view it on GitHub https://github.com/orocos/orocos_kinematics_dynamics/issues/410, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJKASQH7VABVVB3CQ4GNQCTV4A7N3ANCNFSM6AAAAAAQCAAQ6Y . You are receiving this because you were mentioned.Message ID: @.***>