KCL-Planning / VAL

The plan validation system.
BSD 3-Clause "New" or "Revised" License
106 stars 48 forks source link

Use part of VAL in open source project not under LGPL license #37

Closed fteicht closed 5 years ago

fteicht commented 5 years ago

Dear VAL developers,

I would like to reuse VAL's PDDL+ parser in a future open-source project aiming at modelling and solving RL/planning/scheduling problems. This project will not be under the LGPL license but MIT or BSD-like. I do not intend to modify your PDDL parser source code but rather to ship it in a separate sdk directory. Also, I would like to provide only the source of the parser instead of the full VAL repository because, for instance, I do not need the compiled binaries you provide in the repository.

Would you allow me to do that?

Thank you very much in advance! Kind regards, Florent

DerekLong101 commented 5 years ago

Hi Florent

As it happens, I am currently involved in a project to port all the VAL source to a new repository with a BSD license. I have permission for this from the original contributors and plan to consult with more recent contributors to confirm that they are happy to allow their contributions to be ported into the new repository. However, I have to also request permission from the (technical) IP owner (the University) and this is in progress - in fact I have a call to explore this tomorrow. Therefore, I hope to be able to provide you with a definitive response very shortly.

Cheers

Derek


From: fteicht notifications@github.com Sent: 12 June 2019 11:14:30 To: KCL-Planning/VAL Cc: Subscribed Subject: [KCL-Planning/VAL] Use part of VAL in open source project not under LGPL license (#37)

Dear VAL developers,

I would like to reuse VAL's PDDL+ parser in a future open-source project aiming at modelling and solving RL/planning/scheduling problems. This project will not be under the LGPL license but MIT or BSD-like. I do not intend to modify your PDDL parser source code but rather to ship it in a separate sdk directory. Also, I would like to provide only the source of the parser instead of the full VAL repository because, for instance, I do not need the compiled binaries you provide in the repository.

Would you allow me to do that?

Thank you very much in advance! Kind regards, Florent

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FKCL-Planning%2FVAL%2Fissues%2F37%3Femail_source%3Dnotifications%26email_token%3DAB2KOVEKTIFT6R4PJJX63ZDP2DEANA5CNFSM4HXHN42KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GZAWQYQ&data=01%7C01%7Cderek.long%40kcl.ac.uk%7C7d2a624381a648af73aa08d6ef1ec387%7C8370cf1416f34c16b83c724071654356%7C0&sdata=URCLYgIYSJtXlwyrXux9lS4eqQKOVrp0wVbrjHuPrt4%3D&reserved=0, or mute the threadhttps://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAB2KOVEKAI5VETQ6NPVYC6TP2DEANANCNFSM4HXHN42A&data=01%7C01%7Cderek.long%40kcl.ac.uk%7C7d2a624381a648af73aa08d6ef1ec387%7C8370cf1416f34c16b83c724071654356%7C0&sdata=sELYAAQ1WZG5SQW0kMOKcd5N1H4gbdbH3ztV7smzCsE%3D&reserved=0.

fteicht commented 5 years ago

That would be excellent! Thank you for your quick answer and support. I hope your effort to port the library to the BSD license will succeed, it will significantly help the community build upon your library. Cheers, Florent

DerekLong101 commented 5 years ago

Hi Florent

Just to keep you updated - the discussions were helpful, but incomplete. I am also discussing things with Strathclyde, who actually technically own the IP for most of the work (although Durham is also involved and I need to contact them, too). I'll keep you updated as things move forward - I really hope to have a useful conclusion shortly.


From: fteicht notifications@github.com Sent: 12 June 2019 11:22:30 To: KCL-Planning/VAL Cc: Long, Derek; Comment Subject: Re: [KCL-Planning/VAL] Use part of VAL in open source project not under LGPL license (#37)

That would be excellent! Thank you for your quick answer and support. I hope your effort to port the library to the BSD license will succeed, it will significantly help the community build upon your library. Cheers, Florent

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FKCL-Planning%2FVAL%2Fissues%2F37%3Femail_source%3Dnotifications%26email_token%3DAB2KOVDU225HHSNI7UQQSOLP2DE6NA5CNFSM4HXHN42KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXP6KWY%23issuecomment-501212507&data=01%7C01%7Cderek.long%40kcl.ac.uk%7Cc362d1bdda144074ba3908d6ef1fe0c7%7C8370cf1416f34c16b83c724071654356%7C0&sdata=26sf9kc9v45ztF3%2BmqFFmPIhq665rHaO7kASlOA3lHE%3D&reserved=0, or mute the threadhttps://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAB2KOVHL3JU7XMF2JVDBKJ3P2DE6NANCNFSM4HXHN42A&data=01%7C01%7Cderek.long%40kcl.ac.uk%7Cc362d1bdda144074ba3908d6ef1fe0c7%7C8370cf1416f34c16b83c724071654356%7C0&sdata=%2F%2BcteIZbhS4KTy0tY6OOWroCqgUblMocf9Hu4HUlhpY%3D&reserved=0.

jan-dolejsi commented 5 years ago

FYI, the change of license was agreed by all the involved parties and the Pull Request is coming very soon.

jan-dolejsi commented 5 years ago

FYI, we are taking a little bit longer to set the continuous integration right and to ensure the binaries work on Linux and MacOS without having to set the library path.