CC: Tweaked

CC: Tweaked

42M Downloads

Relicensing (bits of) CC: Tweaked

SquidDev opened this issue · 114 comments

commented

I've been wanting to do this for years, and seriously considering it for about 4 months now, so might as well get the ball rolling somehow!

The Problem

When ComputerCraft was originally open sourced, it was released under the CCPL (ComputerCraft Public License), a derivative of the MMPL (Minecraft Mod Public License). Unfortunately, both the MMPL and CCPL have a couple of issues, which range from irritating to gaping holes:

  • It's not a standard OSI-approved license. While in some sense this is purely a cosmetic issue, it has stopped several people contributing, and also blocks us from participating in some initiatives such as Modtoberfest.

  • Code licensed under the CCPL can only be used in other Minecraft mods, and that code must be licensed under the CCPL. This means that any usage of the code in a non-mod project (including emulators or CC programs) violates the license.

    This is an incredibly restrictive clause, to the point that it's counterproductive. I can think of half a dozen (well meaning and useful!) projects off the top of my head which violate this clause.

  • All dependencies of ComputerCraft must be licensed under conditions comparable to the CCPL. We inherit this condition from the MMPL, and it's definitely a problematic one. While I do not believe it's the intention, the practical outcome is that all dependencies must be licensed under the CCPL. While there are exceptions for Minecraft and the mod loader (Forge/Fabric), there aren't any exceptions for other dependencies, such as the Java Standard Library or Netty.

    This suggests that even ComputerCraft itself violates its own license, a position which is clearly untenable!

The difficulty of relicensing

Given CC/CC:T's license is somewhere between awkward and untenable, I would like to relicense CC: Tweaked under something more standard and permissive.

Relicensing a project requires getting every single previous contributor to sign off on the new license. This is incredibly hard for a couple of reasons:

Firstly, CC: Tweaked has had 98 people contribute to it. While 20-30 of these people have only committed trivial changes, which don't require permission, this is still a lot of people and will be a slow process. I remember Forge's relicensing process took months, and I don't think BuildCraft ever managed to complete theirs!

Secondly, and perhaps more seriously, this list of people includes Dan. I have raised relicensing CC with Dan in the past, and while he's been receptive, as of writing nothing concrete has happened. I think we should assume that we will NOT be able to get Dan's permission to relicense his code.

Alternatives

While we cannot change the whole mod, I do think we should aim to relicense as much code as possible under something more permissive.

I'm proposing using the Mozilla Public License 2.0 (MPL 2.0) as the license of choice here. This is a weak copyleft license, which means that changes to the original code must be released (more or less forcing forks of the mod to remain open source) but unlike the GPL (or derivatives) is not viral, meaning it can be used in more permissively licenced projects.

In terms of actually handling the relicensing, I believe our best route here is to adapt the REUSE project's conventions: tracking copyright and licensing on a file-by-file basis, rather than a blanket license for the whole project.

I'm not entirely sure this is Correct(TM): if anyone in the UK knows a good source of legal advice for OS software licensing please do get in touch. However, I think it's a Best Effort given the current mess we're in.

In closing

I don't know if any of the above sounds remotely sensible. Would appreciate any and all feedback here!

I'm probably going to let this issue sit for a few weeks to gather some feedback, then will update this issue on whether I want to go ahead with this or not.

commented

a side note if you want to port the whole project to kotlin should allow you relicense with out needing to get permission

commented

While a rewrite would be possible (either to Kotlin or staying in Java), it's an incredibly large task. I don't have exact numbers here, but I'd estimate there's about 25k lines of Java and 10k lines of Lua1 where Dan still retains the copyright. While these things have been done in the past, I just don't think we've got enough people to do it!

Footnotes

  1. Tokei reports 32k lines of Java and 13k lines of Lua, in projects/*/src/main (excluding comments and whitespace). I honestly don't know how much entirely new code has been added.

commented

i use the word port not rewrite as jet-brains has tools that automates the process to go from java to kotlin that would just leave the lua code

commented

Converting code to another language doesn't change the copyright. It's a bit like translating a book to another language - the original author still retains ownership!

commented

well i know that the Australian government begs to differ im guessing others do to

commented

For the record, I approve of any license changes to my contributions as long as the license is OSI-approved.

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

Additionally, I assign copyright ownership of my project contributions to the CC: Tweaked project.

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

Additionally, I assign copyright ownership of my project contributions to the CC: Tweaked project.

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

Additionally, I assign copyright ownership of my contributions to the CC: Tweaked project.

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

commented

I love to see how good this works

commented

The initial relicensing work is now complete and merged. I'm going to start the process of reaching out to people, requesting permission to relicense their contributions. I'm planning to do this in batches, just to make my life a bit easier.

If you're in the list of people below (or have contributed to CC:T in the past and feel like getting ahead of things), would you be able to comment with the following message:

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

If you're not happy to relicense your contributions, please also let me know, so I know not to poke you further!

User Permission granted Contributions
@bradyakent ✔️ 9ae0f4a
@emmachase ✔️ Numerous
@JakobDev ✔️ Numerous
@Lemmmy ✔️ Numerous
@Lupus590 ✔️ Numerous
@MAGGen-hub ✔️ #918
@MCJack123 ✔️ Numerous
@Merith-TK ✔️ #817
@Naheulf ✔️ #488
@ouroborus ✔️ #1304
@plt-amy ✔️ Numerous
@powerboat9 ✔️ #274, #276
@Ronan-H ✔️ #743, #740, #738
@SirEndii ✔️ #1083
@toad-dev ✔️ Numerous
@Wojbie ✔️ Numerous
commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

Additionally, I assign copyright ownership of my project contributions to the CC: Tweaked project.

I am really liking the direction this re-licensing takes project in.

commented

Is there an option to transfer whatever copyrights I may hold on my contributions to the project, or such, rather than just licensing them?

commented

You can changes / multi-license my past contributions in this project. As may times as you want as long as:

  • no one can claim ownership of that code
  • the code AND the changes MUST remain open sourced (Edit: to reuse the OSI definition: there must be a well-publicized means of obtaining the source code for no more than a reasonable reproduction cost)
commented

Yep, I'm happy to do that, though I think in that case I'd probably rather both? The legal complexities of copyright assignment are a bit more messy, so I'd like to CYA as much as possible!

I don't know if the following sounds reasonable?

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

Additionally, I assign copyright ownership of my contributions to the CC: Tweaked project.

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

Additionally, I assign copyright ownership of my contributions to the CC: Tweaked project

commented

Works for me. I consider my contribution to be a donation to the project. My continuing to hold whatever copyright I might have goes against my intent with regards to my contribution to this project.


I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

Additionally, I assign copyright ownership of my CC: Tweaked project contributions to the CC: Tweaked project.

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

Additionally, I assign copyright ownership of my project contributions to the CC: Tweaked project.


Great to see this is finally happening, fantastic work on the relicensing effort so far!

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

Additionally, I assign copyright ownership of my project contributions to the CC: Tweaked project.

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

I should note that there is at least one PR that has commits by me where I do not claim ownership of the code, instead, the code was copied from other changes that @SquidDev was making at the time. I will see if I can find the PR mentioned and link it.

commented

@Lupus590 Thank you! Is that #603, or is there another one?

commented

@Lupus590 Thank you! Is that #603, or is there another one?

Yeah, that's it.

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

Additionally, I assign copyright ownership of my project contributions to the CC: Tweaked project.

commented

Could I ask you how you made that graph?

@SirEndii

  • The actual data is taken from the license headers: the reuse CLI spits out a machine readable file which is fairly easy to consume in Python.
  • Plotting is done via plotly's sunburst charts.
commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

I kindly request that all of my past and future contributions made to the Computer Craft project be considered under the MPL-2.0 license, where applicable.

commented

What would happen to the code of people who do not agree?

And what will be the future license CC:T will use (did not saw it in the messages of squid)?

commented

@SirEndii

What would happen to the code of people who do not agree?

That code would remain under CCPL.

And what will be the future license CC:T will use (did not saw it in the messages of squid)?

MPL 2.0 is the goal, though it's highly likely that a portion is still CCPL, so it would be dual-license.

commented

What would happen to the code of people who do not agree?

Currently, nothing. That code will remain in the mod and licenced under the CCPL.

If Dan ever agrees to relicense the original ComputerCraft code, then I would probably start looking into rewriting or removing that code, but I think that's pretty unlikely.

And what will be the future license CC:T will use

The main description goes into this in a bit more detail, but the general gist is that we're handling licensing on a per-file basis rather than a blanket project-wide license. New code will be under the MPL 2.0.

I guess for some additional context here on the choice of MPL 2.0, both Dan and I would prefer that CC remains under a copyleft license. I personally don't think GPL and LGPL are a great choice here, as part of the relicensing is to make it easier to reuse components of the mod (especially the ROM) in other projects, hence MPL 2.0 instead.

commented

Personally I would say the ROM can remain under CCPL, since not much has needed to be changed on that front over the years.

However the mod code has been changed alot, to the point where in modern versions I doubt much of the original code even exists outside of references to dan200 java classes.

commented

Thank you for everyone who has agreed so far! Just adding a couple of extra people that I'm afraid my script missed the first time round:


If you're in the list of people below, would you be able to comment with the following message:

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

If you're not happy to relicense your contributions, please also let me know, so I know not to poke you further!

User Permission granted Contributions
@Gegy ✔️ dan200/ComputerCraft#237
@heap-underflow #1131
@itisluiz ✔️ #1127
@Lignum ✔️ Numerous
@lilyzeiset ✔️ #749
@Restioson ✔️ dan200/ComputerCraft#237
commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

Additionally, I assign copyright ownership of my contributions to the CC: Tweaked project.

commented

However the mod code has been changed a lot, to the point where in modern versions I doubt much of the original code even exists outside of references to dan200 java classes.

It's honestly still 50/50 Dan code (or at least something close enough to Dan's code) vs new code. I've got a script which plots a sunburst graph of file licenses, where red is CCPL and blue is MPL 2.0:

A sunburst graph of the the CC:T's source code, showing what files are CCPL and MPL. The centre circle is purple (representing an even split of MPL and CCPL code), but the leafe nodes are more starkly. Older packages like turtle are incredibly red, while newer ones like command and data are blue.

Bits like the turtle and peripheral code have changed a lot due to Minecraft updates, but still retain almost all original logic.

commented

Could I ask you how you made that graph?

commented

My guess is the script looks at the current code and git blame output, while checking an list of users that he inputs as MPL2

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

Looks like I'm still one of the top contributors even after all this time. The Project has changed a lot since then and it's nice to see it's still maintained by you. Maybe a could take a look at CC again.

Where did you know which one contributed which code? I had take a look at a few files and it looks like the files where moved so often, that even git is confused.

commented

Amazing, thank you so much @JakobDev! You've made a lot of key contributions over the years, so great to have you on board!

Where did you know which one contributed which code? I had take a look at a few files and it looks like the files where moved so often, that even git is confused.

If you pass --follow to git log, it's a bit better at tracking renames. I'm using that to get an overview of who has contributed watch to each file, and then digging into individual commits when things are a bit more fuzzy (for instance Peripherals only has me in the git log, but the original code was written by Dan and then split out into a separate file).

commented

This is amazing

commented

I'm very excited for this!
It would make me very happy if the mod that partly shaped me would finally get legally more accessable and under a OPL. It's amazing how far this already has come.

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

Gotta make sure that one liner I did is licensed correctly, lol.

Thank you for your endless work!

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

Additionally, I assign copyright ownership of my past contributions to the CC: Tweaked project.

I'm glad you're trying to solve this issue and that so many are happy to give the green light!

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

  1. oh my god its been a long time hi squid
  2. i had no idea that i actually had significant contributions to cc:t thats insane
  3. good luck getting the relicense through!
commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

commented

Thank you for everyone who has agreed so far! I'm continuing with the everyone else now, in (roughly) alphabetical order.


If you're in the list of people below, would you be able to comment with the following message:

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

If you're not happy to relicense your contributions, please also let me know, so I know not to poke you further!

User Permission granted
@absolument ✔️
@Ale32bit ✔️
@Angalexik
@AxelFontarive ✔️
@baebz ✔️
@bclindner ✔️
@BlackDragon-B ✔️
@Bluenaxela ✔️
@BombBloke ✔️
@boq ✔️
@chesiren ✔️
@ChickChicky
@ChristianLW ✔️
@coolsa ✔️
@CrazedProgrammer ✔️
@Cruor ✔️
@daelvn ✔️
@dmarcuse ✔️
@emiliskiskis
@Granddave ✔️
@LelouBil ✔️
@mindy15963
@signalhunter ✔️
@SirEdvin ✔️
@xAnavrins ✔️
commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

commented

Oh cool, I was kind of hoping for a more standardized license.

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

Thanks folks!

commented

I have committed a couple things here, though I don't know if what I committed was already under a new license. In case they weren't though,

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

commented

I even doesn't knew, that I have commited something useful :)

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0. Additionally, I would like to assign copyright ownership of my past and any future contributions to the CC: Tweaked project to the CC: Tweaked project itself.

Thank you for your endless work!

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

:shipit:

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

(I'd forgotten I did a minor little pull request once upon a time, haha. Seems like a sensible relicense in any case)

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

Good luck with the relicensing!

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

It's been some time since I last logged in with this account, thanks for making CC:T more open!

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

Likewise for any other such changes SquidDev may wish to make in the future.

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

commented

Thank you for everyone who has agreed so far! We're over a third of the way there now!


If you're in the list of people below, would you be able to comment with the following message:

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

If you're not happy to relicense your contributions, please also let me know, so I know not to poke you further!

User Permission granted
@exerro ✔️
@Hasaabitt ✔️
@hugeblank ✔️
@Iunius118 ✔️
@IvoLeal72 ✔️
@jakedacatman
@jaredallard ✔️
@JLLeitschuh ✔️
@JohnnyIrvin
@josephcsible ✔️
@Jummit ✔️
@khankul ✔️
@liquiad ✔️
@Luca0208 ✔️
@magiczocker10 ✔️
@Marco4413 ✔️
@teteukt
@MineRobber9000 ✔️
@MORIMORI0317 ✔️
@neumond ✔️
@nothjarnan ✔️
@Ocawesome101 ✔️
@RuiNtD ✔️
@Techman749 ✔️
@zyxkad ✔️
commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

commented

You do know that you're subscribing everyone you mention to this issue, meaning they get an E-Mail for every reply? (On the same note: Hello to a lot of people) [Not that I'd know a better way to do this, just wanted to put out a quick word of warning that you're potentially spamming a lot of people]

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

commented

You do know that you're subscribing everyone you mention to this issue, meaning they get an E-Mail for every reply?

I am aware it's a problem, but as you say I'm not really sure there's a better way. I would recommend people hit the unsubscribe button on this issue once responding, as that should shut up this issue again. :)

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

:)

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

commented
commented

After getting 8+ emails about this, I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

Let's got this done!

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

commented

I would like to softly note that I prefer GPL-3.0-or-later!

Hello 👋! Wow, it really has been an age. Hope you're doing well :).

I did consider GPL, however there are a couple of problems with it in the context of ComputerCraft:

  • It's not clear whether Minecraft counts as a system library or not - after all, it's not part of the operating system or core Java VM. Given Minecraft is proprietary, I'm not confident you can have GPL licenced mods.

    The FSF does provide some advice and workarounds for this, so it's not insurmountable, but also defeats the point of using an entirely standard license.

  • Licensing CC's Lua code under the GPL is a no-go, as then all programs for CC:T would have to be distributed under the GPL. There's a bit of me which would approve of that, but also it's a can of worms I'd rather avoid opening.

    We could probably use the LGPL here instead, but at that point I feel the MPL 2.0 does a better job of being a less-viral copyleft license.


According to my spreadsheet, we're half way there! Thank you everyone ❤️ 💖

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

Additionally, I assign copyright ownership of my contributions to the CC: Tweaked project.

i had no idea i'd made contributions that would qualify for something like this. neat.

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

commented

I would like to softly note that I prefer GPL-3.0-or-later, but I am much more for uniformity. Also, my change was very very small (on another note, hi again @SquidDev! 👋)

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

Good luck with the rest.

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

commented

Thank you for everyone who has agreed so far! This should be everyone now!1


If you're in the list of people below, would you be able to comment with the following message:

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

If you're not happy to relicense your contributions, please also let me know, so I know not to poke you further!

Apologies for the inevitable email spam here - I'd recommend hitting unsubscribe on the issue afterwards!

User Permission granted
@9551-Dev ✔️
@dirthsj ✔️
@Gibbo3771
@livegamer999
@Luca-Ilari ✔️
@MrSvyatik
@ObloxCC
@osmarks ✔️
@parly ✔️
@Paspartout ✔️
@Possseidon ✔️
@Quezler ✔️
@R93950X ✔️
@ralphgod3 ✔️
@roland-a
@RomanPlayer22 ✔️
@SkyTheCodeMaster ✔️
@theoriginalbit ✔️
@TheWireLord ✔️
@timia2109 ✔️
@Vexatos ✔️
@wackbyte ✔️
@Wendelstein7 ✔️
@XuyuEre
@xXTurnerLP ✔️

Footnotes

  1. Well, there's a couple of people no longer on GitHub. I'm going to contact them directly.

commented

I permit the license of my (small) contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

Cheers

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

hopefully everyone agrees :)

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

PS: I really like the dual Apache/MIT approach the Rust community uses. Not that it's worth anything this late in the process...

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.

commented

I permit the license of my contributions to the CC: Tweaked project to be changed to the Mozilla Public License, v. 2.0.