• 0 Posts
  • 62 Comments
Joined 2 years ago
cake
Cake day: June 13th, 2023

help-circle





  • First of all, our red is your blue and our blue is your red, but also our reds are bluer than your blues, but even our blues are bluer than your reds are, and we also have oranges that are bluer than our reds are, which also means they’re bluer than your blues are, and also we have like a navy blue that is particular to Quebec and it’s bluer than our reds are and also therefore bluer than your blues, and also we have a small group of greens, and they’re kinda bluer than our reds are, which also means they’re bluer than your blues are. Overall, we’re entirely bluer than even your bluest blues are, and even most of our blues are less red and more blue than most of your reds are, although it seems we’re on the verge of turning more red, but that gap seems to have narrowed since you guys got a red guy in there and we’re starting to see the results, even if its only been less than a week with your reds in charge.

    I hope this clears things up.










  • One other thing you may have to do if you have contributors who have also committed code is to get their permission to change the license as well, as the code they committed may still be under their copyright and not yours, and they can choose to allow their code to be relicensed or not. Some projects use a contributor release to reassign copyright for contributions for reasons like this, for instance. This is partly the reason why the Linux kernel has never changed to GPLv3 and still uses GPLv2 (and also because Linus just doesn’t like some provisions of the GPLv3) — it would be pretty much impossible to get everyone who contributed code to a project as large as the kernel to agree to a license change. Any code that couldn’t be changed would need to be extracted and rewritten, and that’s not going to happen given the sheer size of the code base.

    If you don’t have other contributors then you’re home free. You can’t retroactively change licenses to existing copies of the code that have been distributed, but you can change it going forward.