Anyone know where I can get a copy and/or is this even allowed? I thought this defeated the purpose of the open source spirit!
Original Github URL: https://github.com/seventag/seventag
1–10 of 25 posts
Anyone know where I can get a copy and/or is this even allowed? I thought this defeated the purpose of the open source spirit!
Original Github URL: https://github.com/seventag/seventag
I can't help but wonder if this is a shot across the bow to gauge reception of taking Piwik out of open source by moving all improvements they create to a commercial license. I presume this is easier or harder depending on the license chosen, but IANAL.
From a legal standpoint, what is required to "un-open source" a codebase? Would all of the contributors need to agree?
In order to revoke access to the code from that user, you would have to get them to legally agree (i.e. sign something) that says they agree to having their license of that code revoked / that they will not use the code.
That is just for that one user -- at that one revision of code. If you wanted it such that _nobody_ could use your old codebase -- you'd have to get anyone who is using that code under said license to legally agree not to use it.
For new revisions of code, assuming a non-copyleft license like BSD, MIT, etc., you could simply state "we were the original owners of the code, therefore we no longer license the code under the open source license" and there is no need for you to distribute that code ever again.
In fact, this is why people can legally sell open-source software made by someone else -- even if that is ethically wrong to do.
IANAL, and some of the above is light on the details, so take it with a grain of salt / try not to be too nit-picky at me =)
From a legal standpoint, what is required to "un-open source" a codebase? Would all of the contributors need to agree?
Open source, as far as the GPL license is concerned means that anyone that has a copy of the original codebase is allowed to give away copies of this code. I think it's still the case for the part of the code that was on github under the GPL.
What do you think?
edit : slimsag was quicker
From a legal standpoint, what is required to "un-open source" a codebase? Would all of the contributors need to agree?
That said, if you take down the source code and no one has a mirror, barring any other legal obligations (like those created by the GPL), it's not like you are compelled to provide your source, even if it's been released under an open license.
Mirror: https://github.com/tsteur/open-source-tag-manager and https://github.com/lindsaymacvean/seventag
Looks like they are calling it Piwik PRO Tag Manager, and the team doing this is the gang trying to provide professional services around the Piwik open source web analytics tool. I can't help but wonder if this is a shot across the bow to gauge reception of taking Piwik out of open source by moving all improvements they create to a commercial license. I presume this is easier or harder depending on the license chosen…
Edit: FAQ Item: http://piwik.org/faq/new-to-piwik/#faq_21984