According to Mark Jaquith, Six Apart recently announced their move to release Movable Type’s source code under the GNU General Public License, exactly what beloved WordPress is under.

Something notable about this move is that since Six Apart is still the sole operator of MT, contributions made to its source code by anyone can only be made on condition that the individual assign all copyright of the code to SA. EDIT [8/18]: While code that works in Movable Type may be adapted to WordPress, due to the way the GPL works SA has chosen not to let the other way round happen unless, as mentioned, the coder attributes all rights to SA. Thanks to Byrne Reese for pointing out my mistake.

This is because the GPL is a ‘viral’ license. If the code’s copyright remains with the individual, and/or licensed under the GPL, SA can’t release the other version of MT without having to worry about violating the license’s terms. Basically, if any part of a program is GPL’d, the rest of it has to be GPL’d, along with all derivatives and such. For a company like SA, that’s gotta be hard.

Back to top