Well, my comment at the Thesis blog is “awaiting moderation” for over 2 weeks, so I guess it won’t happen anymore. Unsurprisingly so, I might add. The folks at Thesis are apparently, essentially, doing illegal things. The only reason why they can do it is because nobody sues them.

First things first: WordPress themes are GPL, they have to be redistributable under the GNU General Public License. Necessarily, the PHP code (although not the CSS or image elements of a theme) has to be, since it is based on WordPress’ GPL code, GPL. Legal wording:

The PHP elements, taken together, are clearly derivative of WordPress code. The template is loaded via the include() function. Its contents are combined with the WordPress code in memory to be processed by PHP along with (and completely indistinguishable from) the rest of WordPress. The PHP code consists largely of calls to WordPress functions and sparse, minimal logic to control which WordPress functions are accessed and how many times they will be called. They are derivative of WordPress because every part of them is determined by the content of the WordPress functions they call. As works of authorship, they are designed only to be combined with WordPress into a larger work.

Speaking of our specific case of Thesis again, the logic is probably less sparse than in your everyday theme, but every other word except “sparse” fully holds, so I guess it’s not that exceptional in this regard. Or can anybody with legal training assist me, am I wrong there?

The guys at Thesis now go and forbid owners of Thesis to remove the backlink to the Thesis site. I appreciate that such a backlink is a great marketing and SEO measure, but I don’t see the legal grounds for such a thing really. They can certainly sell push-style upgrades, and the images they provide with the theme, and of course their support and forums. But the theme itself seems to be necessarily open source, so the Thesis pricing model seems to need re-evaluation.

Edit 2009-07-19 16:20: Just do clarify, unless I am mistaken they can certainly ask money from people for the theme – there are no limits for monetizing distribution in the GPL. However, they don’t seem to be allowed to restrict people’s rights to redistribute and alter the theme.

Particularly in the Swiss blogosphere, with the recent Thesis craze, I think this is fairly important information. What do you think? Or did I misunderstand some legal background?