-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Remove the four npm dependencies of which use software licenses that violate the tenets of open source and are incompatible with parent MIT licensed modules. #2621
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@sodatea Thanks a ton for putting this on your radar |
@sodatea Unfortunately it appears that the original maintainer really doesn't want to change their license away from DBAD to MIT or some other approved license. ( https://github.com/RIAEvangelist/node-ipc/issues/133 ) Is it even feasible to have a future version of vue/cli drop those four modules as dependencies? |
So I've just run into this exact same problem in the same circumstances. It looks like the 4 repos are a dependency of |
I guess we can refactor to websockets and drop node-ipc. |
Would be ideal, although would it be needed for people using |
Hum people using vue cli already need node.js. node-ipc is mainly used for plugin to communicate with the vue cli UI server. |
Ah apologies, that didn't click before, makes sense now |
Forgive my ignorance on the subject but would there be a way to remove the UI part of vue-cli? If that's the only part of the project that's using it and we don't have to use the UI couldn't we get by without it? |
Hey guys, maintainer of all of those packages here. Apologies, for the delay in everything. I'm going to be updating all of the licenses to apache 2.0 from DBAD. |
Hello @RIAEvangelist ... We are running into the same issue for one of our projects. With the DBAD license we are not able to pass the license check. |
Guys, @RIAEvangelist, any progress on this one? This becomes an issues that can impact our decision on to use Vue or stick to Angular despite how painful is it going to be... |
What would be the best license and why? My goal is to make this as
open-source as possible. I do not want someone to say they own this code in
the future thereby preventing others from using it.
…On Fri, Oct 30, 2020 at 9:15 AM bkhatkov ***@***.***> wrote:
Guys, @RIAEvangelist <https://github.com/RIAEvangelist>, any progress on
this one? This becomes an issues that can impact our decision on to use Vue
or stick to Angular despite how painful is it going to be...
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2621 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAC2DEOP42DDOVVLGOXFIG3SNLRDTANCNFSM4FXOXYHA>
.
|
Updated each to MIT, then published the updated version. |
@RIAEvangelist, hey. That is highly appreciated. Thank you. |
@RIAEvangelist Thank you so much! One small problem, though, is that the |
OK, fixed in patch 9.1.3 thanks. |
I believe this ticket can be closed. |
👍 Thanks! Really appreciate all the help |
What problem does this feature solve?
The following four deeply nested dependencies use DBAD licenses, which are incompatible with MIT Licenses, due to the fact that they state that a pint is owed to the maintainer of these modules if significant amount of wealth is made off of software that uses these modules.
Whether or not this is what the maintainer intended, the license implies that not sharing a pint with the maintainer is a direct violation of the license.
https://github.com/RIAEvangelist/node-ipc
https://github.com/RIAEvangelist/js-queue
https://github.com/RIAEvangelist/js-message
https://github.com/RIAEvangelist/easy-stack
I would like to recommend to the entire Vue.js community, that we take a stance similar to the one that Apache takes on nonsensical licenses:
Nonsensical licenses
These licenses while amusing to their creators are legally problematic. They often include subjective Field of use restrictions e.g. “Don’t be evil” with no arbiter for that subjective restriction defined. In some cases they may not even grant sufficient rights to conform to the OSI open source definition. Since we do not wish to surprise our downstream consumers we forbid the use of such licenses.
I am aware that there are a large amount of libraries used by the node.js community that have these modules as dependencies - however, I think this is due to unawareness not by choice. I am not suggesting we convince the entire node.js community to discontinue usage of these libraries, however I would like to encourage at least the Vue community look into finding out what options we have.
Everything I am saying is out of pure individual interest. I am not an informed lawyer. I do not represent the views of a company.
Licenses such as DBAD will cause useful libraries to be avoided by entire companies so as to steer clear of what is implied by the DBAD license terms.
If we can come up with a solution, we can benefit the community in two main ways:
Again- I do not represent the views of a company nor of a lawyer.
My main goal is to increase the adoption and usage of Vue.js and the Vue-cli.
If there is a better forum to bring this issue to the attention of the community, can someone help me do so? I have never had to do something like this before.
What does the proposed API look like?
There is no API for this feature request. I was not sure if this should be opened as a Bug Report or Feature Request since those are the only two options on this form.
Regarding the approaches we could take to mitigate this problem:
Ask the maintainer to change the license of these four modules himself
I know of one individual who asked already, and the maintainer didn't seem to want to drop the DBAD license completely. I'm not sure if the maintainer will listen if the entire community chimes in.
Ask the maintainer to dual license. If the maintainer wants to be able to make a statement with the DBAD license, he will still be able to do so - however adding a second license like the MIT license will remove the risk that is currently imposed on the rest of the community
Get the Vue-cli community to investigate and develop different solutions to our problems. If it comes to it, the only way to get away from using the software in these modules may be to remove the current usage of those for modules with the DBAD license. Other solutions will have to be considered.
The downside of this last approach, is that finding alternative solutions may in fact be difficult.
https://dbad-license.org/
The text was updated successfully, but these errors were encountered: