Re: [Qbs] Licensing of my own QBS modules

2017-11-22 Thread Christian Gagneraud
On 22/11/2017 12:10 AM, Карелин Павел wrote: Hi, guys! I wrote several modules that slightly extend the functionality of QBS. I want to place them on GitHub, for using their in both open source and commercial projects. Under what license should I place my modules? Can I use a MIT license? H

Re: [Qbs] Licensing of my own QBS modules

2017-11-22 Thread Карелин Павел
22.11.2017 07:58, Jake Petroules пишет: I took a quick look and: - protobuf module - there's actually an open issue for this (https://bugreports.qt.io/browse/QBS-563) so maybe you could take ownership ;) I created modules protobuf and cuda for building Caffe-Framework on QBS. Since I'm devel

Re: [Qbs] Licensing of my own QBS modules

2017-11-21 Thread Jake Petroules
I took a quick look and: - protobuf module - there's actually an open issue for this (https://bugreports.qt.io/browse/QBS-563) so maybe you could take ownership ;) - cuda, gsoap... potentially useful, but I'm not that familiar with them - libs/... good, but set up in a way that seems fairly speci

Re: [Qbs] Licensing of my own QBS modules

2017-11-21 Thread Карелин Павел
21.11.2017 21:26, Карелин Павел пишет: 21.11.2017 20:03, Jake Petroules пишет: Hi Pavel, As the author and copyright holder, you're free to use whatever license you want. MIT is certainly a good choice. Ok, this is great! However, depending on the kind of functionality your modules pro

Re: [Qbs] Licensing of my own QBS modules

2017-11-21 Thread Карелин Павел
21.11.2017 20:03, Jake Petroules пишет: Hi Pavel, As the author and copyright holder, you're free to use whatever license you want. MIT is certainly a good choice. Ok, this is great! However, depending on the kind of functionality your modules provide, you may even like to upstream them

Re: [Qbs] Licensing of my own QBS modules

2017-11-21 Thread Jake Petroules
Hi Pavel, As the author and copyright holder, you're free to use whatever license you want. MIT is certainly a good choice. However, depending on the kind of functionality your modules provide, you may even like to upstream them to the Qbs project for inclusion in the official release. Perhaps

[Qbs] Licensing of my own QBS modules

2017-11-21 Thread Карелин Павел
Hi, guys! I wrote several modules that slightly extend the functionality of QBS. I want to place them on GitHub, for using their in both open source and commercial projects. Under what license should I place my modules? Can I use a MIT license? -- BR, Pavel Karelin _