7tag Open Source Google Tag Manager Alternative Deleted from GitHub
Yep - all the original code's gone and been replaced with a "buy the new product" page...
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
24 comments
[ 2.8 ms ] story [ 68.2 ms ] threadIn 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 =)
Why/how is it ethically wrong?
If the license permits commercial sale (GPL, for example), then as long as the seller abides by the license (by making available a free download to the source code in the case of GPL, for example), then it is ethically valid because they aren't violating the license.
If you develop open source software with a license that allows commercial use, you can't possibly get angry at users who fully abide by the license and commercialize the software, let alone call them "unethical."
Either you don't distribute your software with a license that explicitly allows commercial use, or you can't possibly call a commercial user "unethical."
That's the whole point of a license -- to definitively spell out in an unambiguous way the legal terms of usage. With GPL, it's not even close to being a "loophole," that license explicitly allows commercial use.
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
Licenses are always complicated, but when I contribute to a project GPL licensed, I expect any changes to be GPL too.
I'm not a lawyer, but studied licenses to understand which projects I can use.
Any obligations I have under the old license still stand (for example, if I shipped precompiled binaries of my old GPL'd version, I still need to make the source available at that version for people who have the binary.
It gets more complex if, as the other commenter here mentioned, there are multiple contributors. If I merged patches into my project from 10 people, I need their permission to change the license of their code. So either I need to ask them, or I need to get them to assign copyright for the work to me so I can decide for them (this is part of the reason why lots of larger orgs / projects ask contributors to sign a contributor agreement that assigns copyright to the org).
For an example of how this looks in practice: OSX still ships an ancient version of bash, which was released under the GPLv2, because newer versions are released under GPLv3 and they're concerned about including GPLv3'd things due to the additional terms in the license. They're free to continue using the old version of the code under GPLv2, but can't apply the old license to the new code.
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.
Well, you can do that, assuming you're the original copyright holder for all of the original source. It doesn't change the license for the code you already released...but it would for any new features, bug fixes, etc. That appears to be exactly what's happening here.
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.
Edit: FAQ Item: http://piwik.org/faq/new-to-piwik/#faq_21984
Have a look at http://piwik.org/faq/new-to-piwik/#faq_21984 for a more detailed explanation.
Edit: Had this thread open in a tab and forgot to refresh before commenting - Apparently Piwik and Piwik PRO are different companies, despite piwik.org linking to them a lot and them having the exact same logo with a "[pro]" stamp on it. I always figured PRO was the commercial arm of Piwik.