Spouting off cases as if they might be precedent, or represent the law of the land in a contract dispute should be left to attorneys arguing before judges. Someone may read your poorly thought out and dangerous legal opinion and act on it with dire and expensive consequences in the future.
"Poorly thought out and dangerous legal opinion"? Are you referring to my comments in this thread, or in my original blog post in which I explained my reasoning?
Here's why you are completely and utterly wrong to base your theory on your trinity of copyright cases:
Not three, but five. You left out Sega and Sony.
Gallob v. Nintendo - This case legalized the Game Genie. It would be tough to explain how a game genie works just like a word press theme, mainly because what amounts to an idiot proofed hardware debugger isn't the same thing as blogging software.
One doesn't need to explain how the Game Genie "works just like a [WordPress] theme". That's not the point of the reference. Rather, the point of the reference (and the reason the ruling is germane) is that the court ruled that that Game Genie, which is wholly dependent upon the Nintendo-copyrighted Nintendo gaming console, was not a derivative work of that system. One of the main points of Galoob is that dependent does not equal derivative.
Brown Bag - I'm assuming you are talking about the look and feel lawsuit and not the adult toy lawsuit. This case was about the Brown Bag feeling that their GUI was similar to a Symantec product (I seem to recall it was outlining software). The GUIs were so different that the judge looked at the screens of both and immediately (as in pre-trial summary judgment motion) ruled in the defendant's favor.
Brown Bag is germane in that it moves legal precedent away from the previous tendency of broad-construction determination of "derivative work", culminating in Whelan, toward a much narrower construction. Where Whelan considered the overall purpose of a computer program, Brown Bag set the precedent for digging much deeper. Essentially, the abstraction level changed with Brown Bag. Quoting from myself: Brown Bag appears to indicate that an analytical dissection of WordPress and a WordPress Theme would have to result in some tangible similarity of copyrightable content. This dissection is further clarified and defined in subsequent court rulings. (Which brings us to Altai.)
Computer Associates v. Altai is a case about employee misappropriation of code where somoene left CA and went to Altai, and took a program with them. By the time CA sued, Altai had re-written the sofware and removed all CA code. The court ruled that the current version Altai's product did not infringe and that CA had sued the wrong party for the initial version - Altai was not liable (because the infringement was long gone in the porduct), but the former CA employee who stole the code might be (the employee was never sued - probably blood from a stone).
Altai is germane, because its process for determination of derivative-work copyright infringement has been used in essentially every subsequent software copyright infringement case. No court since the Altai ruling has used a Whelan-type construction. Again quoting from myself: Altai has become the controlling precedent in defining the method for determining whether one computer program infringes another’s copyright, superseding the precedent set by Whelan. The Altai court established the Abstraction-Filtration-Comparison test, which analyzes increasingly lower levels of abstraction, filters out non-copyrightable code, and then performs a comparison of what remains. With respect t
You do not understand how WordPress and WP themes work.
I understand exactly how WordPress and its Themes (and plugins) work. I've been running self-hosted WP for five years, and have been working with Themes for pretty much that entire time. I also have a handful of plugins that I have developed and/or forked.
They are not standalone applications that "call" WordPress.
The Theme is loaded by WordPress. The theme is completely dependent on Wordpress and cannot function without a working copy of Wordpress.
Based on that, I'd say the derivative work argument has some merit, but less than an argument based on incorporation.
By contrast, you don't seem to understand how copyright law defines "derivative work", which has absolutely nothing at all to do with degree of dependence upon a protected work. Again: see the Game Genie in Galoob v Nintendo or Sega Genesis-specific video games in Sega v Accolade. Incorporation is not a consideration, it is the only consideration.
All you do when you split hairs like this is go from violating the license to willfully violating the license and showing your intent is to skirt the agreement.
What agreement? Unless a work is derivative of WordPress, it is entirely unaffected by WordPress' GPL. A developer who makes his own original work (a Theme) has made no "agreement" with WordPress, and has done nothing in violation of WordPress' license.
None of which will endear you to juries, judges or copyright holders. After all, it's the opinion of the copyright holder that will land you in court, and the opinion of the jury that will determine facts, and the opinion of the judge that will limit your ability to advance your case.
I have yet to see anyone cite even a single court case that refutes my position. I've cited five that set the precedent: Brown Bag, Altai, Sega, Galoob, and Sony.
Also, your suggestion that it's ok to sell a product that cannot be used by the buyer without breaking a license agreement is a bad idea.
Now you're just putting words in my mouth. Where did I ever say any such thing? By the way: end-use (anything not involving distribution) is expressly stated by the GPL itself as being outside its scope. So, there is no such thing as non-distribution use that "breaks" the GPL.
Finally, it's probably bad business to piss off an open source community over the terms of the license that lets the community exist to begin with. EVEN if you are within your rights to do so.
On this point, I certainly agree. Look, I release under GPL everything WordPress-related that I develop. I do so because I appreciate what a great product WordPress is, and I appreciate the help others have given me in helping me use it. I consider any minimal contribution I can make with respect to Themes or Plugins to be the least I can do to give back to the community.
I also think that the WordPress community should be free to promote and encourage100% GPL third-party extensions (especially in the Plugin and Theme repositories).
I just don't think that such encouragement should claim legal backing for such a position, where no such backing exists.
In a legal sense, calling functions is not incorporation.
Here's the difference: merely calling wp_list_comments() is not incorporation, as defined by copyright case law. However, copying from WordPress and pasting into a Theme the actual code that is defined by wp_list_comments() does constitute incorporation.
Calling functions is perfectly acceptable, with respect to copyright. Doing so does not cause the Theme to be derivative of WordPress. Again, see the decisions in Altai, Sega, Sony, and Galoob.
Any actual combination of a WordPress Theme and WordPress is performed not by the Theme developer, but rather by the end-user, at run-time, via the PHP interpreter. It is that combination, and only that combination, that could even possibly be considered a derivative work. Prior to that combination, the Theme itself is in no way whatsoever inherently derivative of WordPress.
The question posed was whether or not Themes are inherently derivative of *WordPress*, which they are not. Now, I certainly concede that a Theme could be derivative of another *Theme*. But I would also contend that *almost* all PHP in a template file is non-copyrightable (functions.php is another matter altogether).
As for the line of code you quoted: I don't see anything copyrightable in it. (Trademark might be another matter, if the developer of the Erudite Theme trademarked the Theme name "Erudite".) It's nothing more than a function call, using defined arguments and the defined method of operation for internationalization of text strings.
Most of what is copyrightable in *any* Theme is going to be in the images, CSS, and JS - with perhaps some of the functions defined in functions.php. So, any resemblance between a standard Theme template file (index.php, single.php, archive.php, header.php, footer.php, etc.) is going to consist of non-copyrightable function calls and semantic markup.
(I also concede that any blatant plagiarism - be it from WordPress core or from another Theme - would strengthen (but not guarantee, depending on what was copied) the derivative argument.)
If you unzip a wordpress theme in a publicly viewable directory and point a web browser at it, will it return an error message? Will it complain about not being able to find wordpress?
Being as you will get an error message complaining about lack of wordpress, you will have a long road to convince a judge and jury that it is not a derivative work.
That has absolutely nothing to do with determining whether or not a Theme is derivative of WordPress. Simply put: "dependent" does not equal "derivative".
If you put a Windows.exe on a Linux box (without WINE) and tried to run it, you would likewise get errors. That outcome does not mean that the.exe is *derivative* of Windows.
To be derivative of WordPress, a Theme must incorporate, in some concrete form, actual code from WordPress.
...the fact that almost all wordpress themes copy GPL code...
The vast majority of Themes do no such thing. No GPL code is copied from WordPress into a Theme. Themes merely use function calls and the like, which, per applicable copyright case law, is non-copyrightable as "method of operation" content.
Automattic has a good enough case that almost every IP attorney I know would take their case (the one exception hates litigation, and spends her time on contracts)
I question whether the pool of IP attorneys that you know is a representative sample of all IP attorneys. Besides, unless any of them come out and say that they would take such a case, I don't believe it.
The key point that you are missing is that, according to the Copyright Act and applicable copyright case law, no incorporation has taken place.
If the authors of the GPL are saying otherwise, then, yes: I'm saying exactly that they don't know what "derivative work" means, as defined by copyright law.
Having heard what Matt Mullenweg (and the SFLC) has to say on the matter, I am convinced that his interpretation of "derivative work" is at odds with copyright law.
All a WordPress Theme incorporates is non-copyrightable function calls and filter/action hooks. Thus, with no incorporation of copyrightable content, a Theme is not inherently derivative.
That "one idiot in Florida" is a laywer who does happen to spend part of his practice time on copyright law. That the "advocates" are all in unison is entirely irrelevant. Consensus among the "advocates" does not trump the Copyright Act and applicable copyright case law in defining "derivative work". Further, it's not just (or even primarily) the Galoob case that Wasylik (the "idiot in Florida") references that refutes Matt Mullenweg et al. See also Computer Associates v Altai, Sega v Accolade, and Sony v Connectix.
Certainly. See Sega v Accolade and Galoob v Nintendo. These cases clearly establish that mere linking - and use of internal "methods of operation" in order to provide interoperability are not sufficient to cause a work to be considered derivative.
First, their interpretation that mere linking causes a work to be considered derivative is at odds with applicable copyright case law.
Second, note the key assumption in the analysis:
and considering those themes as if they had been added to WordPress by a third party
The as if they had been added assumption is critical to their analysis - and has absolutely no bearing on the circumstance of a Theme developer distributing his Theme, wholly separate from WordPress core.
Dependency does not constitute derivative, as per the Copyright Act and applicable case law. For specific reference, see Sega v Accolade and Galoob v Nintendo. In the former, Accolade made Sega Genesis-compatible video games. In the latter, Galoob made the Nintendo-specific Game Genie product. The courts considered neither to be a derivative of the protected work on which they depended.
Again, the GPL doesn't define "derivative work". Rather, the Copyright Act and applicable copyright case law define "derivative work". And the Act and prevailing case law do not consider mere linking to meet the standard for considering a work derivative, which is that a work must incorporate, in some concrete form, copyrightable code from a protected work in order to be considered derivative.
And the PHP-interpreter combination does not take place by the Theme developer, but at run-time, by the end user, who is fully within his rights under the terms of the GPL to cause such combination to take place.
The GPL is a copyright license that derives its validity from the Copyright Act. The GPL limits its scope to distribution of modified or derivative code. Distribution is an activity wholly under the purview of the Copyright Act. Thus, the GPL explicitly states as out-of-scope any activity outside of the Copyright Act, and any activity covered by the Copyright Act not including distribution.
And the "FSF's own interpretation" disagrees with the Copyright Act and applicable copyright case law. Thus, the "FSF's own interpretation" is not legally enforceable.
For reference, see Computer Associates v Altai, Sega v Accolade, Sony v Connectix, and Galoob v Nintendo.
PHP include/require versus exec/system makes no difference whatsoever in determining whether or not a work is derivative of another work. In order to be derivative, a work must incorporate, in some concrete form, copyrightable content of a protected work. (See the Altai decision.)
The GPL is a copyright license. Therefore, it cannot extend the definition of "derivative work" beyond the definition from the Copyright Act and applicable case law. So, if what the GPL states is inconsistent with the Act and case law, it is unenforceable.
And that interpretation by the FSF just doesn't coincide with the Copyright Act and applicable copyright case law.
Guess which interpretation would win in court?
"Derivative Work" and "Public Performance" are two entirely separate things under the Copyright Act.
The GPL explicitly states that anything not involving distribution of a copied or modified work is outside the scope of the GPL. Thus, "public performance", not being an act of distribution, is, as stated in the GPL, outside its scope.
The GPL FAQ on this point will simply not withstand a legal challenge.
"The claim of WordPress authors" does not define "derivative work". Only the Copyright Act and applicable copyright case law define "derivative work".
So, if what Matt Mullenweg, the FSF, and the SFLC *claim* is a derivative work differs from what the Act and the courts consider to be a derivative work, the Act and the courts will prevail, *not* Matt Mullenweg et al.
It would be completely irrelevant. Intent of the licensor is defined wholly by the license. Otherwise, FSF could write whatever editorial content they want on that site. There is no guarantee that either a) that editorial content was on the web site at the time that the Theme developer developed his Theme, or b) that the Theme developer ever even read that website (since the license itself is distributed with the code).
The statement you quoted is not part of the actual terms and conditions of the license. It is editorial only.
Further, this statement from the actual terms of the license trumps the above statement:
Activities other than copying, distribution and modification are not covered by this License; they are outside its scope.
The end-user is free to do whatever he wants with GPL code - include link it to non-GPL code. Unless that combined work is distributed, the GPL simply does not apply.
First of all, it's not *fraudulent*, it's potentially *infringing*.
Second, Thesis' plagiarism of WordPress core code is an entirely separate issue from the question of whether or not Themes are inherently derivative of WordPress.
A Theme developer has absolutely nothing to do with the PHP interpreter. If any WordPress-Theme combination takes place, it is the *end user* who combines the two, at run-time, on his own server.
The Theme developer makes, much less actually *distributes*, no such a combination.
Spouting off cases as if they might be precedent, or represent the law of the land in a contract dispute should be left to attorneys arguing before judges. Someone may read your poorly thought out and dangerous legal opinion and act on it with dire and expensive consequences in the future.
"Poorly thought out and dangerous legal opinion"? Are you referring to my comments in this thread, or in my original blog post in which I explained my reasoning?
Here's why you are completely and utterly wrong to base your theory on your trinity of copyright cases:
Not three, but five. You left out Sega and Sony.
Gallob v. Nintendo - This case legalized the Game Genie. It would be tough to explain how a game genie works just like a word press theme, mainly because what amounts to an idiot proofed hardware debugger isn't the same thing as blogging software.
One doesn't need to explain how the Game Genie "works just like a [WordPress] theme". That's not the point of the reference. Rather, the point of the reference (and the reason the ruling is germane) is that the court ruled that that Game Genie, which is wholly dependent upon the Nintendo-copyrighted Nintendo gaming console, was not a derivative work of that system. One of the main points of Galoob is that dependent does not equal derivative.
Brown Bag - I'm assuming you are talking about the look and feel lawsuit and not the adult toy lawsuit. This case was about the Brown Bag feeling that their GUI was similar to a Symantec product (I seem to recall it was outlining software). The GUIs were so different that the judge looked at the screens of both and immediately (as in pre-trial summary judgment motion) ruled in the defendant's favor.
Brown Bag is germane in that it moves legal precedent away from the previous tendency of broad-construction determination of "derivative work", culminating in Whelan, toward a much narrower construction. Where Whelan considered the overall purpose of a computer program, Brown Bag set the precedent for digging much deeper. Essentially, the abstraction level changed with Brown Bag. Quoting from myself: Brown Bag appears to indicate that an analytical dissection of WordPress and a WordPress Theme would have to result in some tangible similarity of copyrightable content. This dissection is further clarified and defined in subsequent court rulings. (Which brings us to Altai.)
Computer Associates v. Altai is a case about employee misappropriation of code where somoene left CA and went to Altai, and took a program with them. By the time CA sued, Altai had re-written the sofware and removed all CA code. The court ruled that the current version Altai's product did not infringe and that CA had sued the wrong party for the initial version - Altai was not liable (because the infringement was long gone in the porduct), but the former CA employee who stole the code might be (the employee was never sued - probably blood from a stone).
Altai is germane, because its process for determination of derivative-work copyright infringement has been used in essentially every subsequent software copyright infringement case. No court since the Altai ruling has used a Whelan-type construction. Again quoting from myself: Altai has become the controlling precedent in defining the method for determining whether one computer program infringes another’s copyright, superseding the precedent set by Whelan. The Altai court established the Abstraction-Filtration-Comparison test, which analyzes increasingly lower levels of abstraction, filters out non-copyrightable code, and then performs a comparison of what remains. With respect t
You do not understand how WordPress and WP themes work.
I understand exactly how WordPress and its Themes (and plugins) work. I've been running self-hosted WP for five years, and have been working with Themes for pretty much that entire time. I also have a handful of plugins that I have developed and/or forked.
They are not standalone applications that "call" WordPress.
The Theme is loaded by WordPress. The theme is completely dependent on Wordpress and cannot function without a working copy of Wordpress.
Based on that, I'd say the derivative work argument has some merit, but less than an argument based on incorporation.
By contrast, you don't seem to understand how copyright law defines "derivative work", which has absolutely nothing at all to do with degree of dependence upon a protected work. Again: see the Game Genie in Galoob v Nintendo or Sega Genesis-specific video games in Sega v Accolade. Incorporation is not a consideration, it is the only consideration.
All you do when you split hairs like this is go from violating the license to willfully violating the license and showing your intent is to skirt the agreement.
What agreement? Unless a work is derivative of WordPress, it is entirely unaffected by WordPress' GPL. A developer who makes his own original work (a Theme) has made no "agreement" with WordPress, and has done nothing in violation of WordPress' license.
None of which will endear you to juries, judges or copyright holders. After all, it's the opinion of the copyright holder that will land you in court, and the opinion of the jury that will determine facts, and the opinion of the judge that will limit your ability to advance your case.
I have yet to see anyone cite even a single court case that refutes my position. I've cited five that set the precedent: Brown Bag, Altai, Sega, Galoob, and Sony.
Also, your suggestion that it's ok to sell a product that cannot be used by the buyer without breaking a license agreement is a bad idea.
Now you're just putting words in my mouth. Where did I ever say any such thing? By the way: end-use (anything not involving distribution) is expressly stated by the GPL itself as being outside its scope. So, there is no such thing as non-distribution use that "breaks" the GPL.
Finally, it's probably bad business to piss off an open source community over the terms of the license that lets the community exist to begin with. EVEN if you are within your rights to do so.
On this point, I certainly agree. Look, I release under GPL everything WordPress-related that I develop. I do so because I appreciate what a great product WordPress is, and I appreciate the help others have given me in helping me use it. I consider any minimal contribution I can make with respect to Themes or Plugins to be the least I can do to give back to the community.
I also think that the WordPress community should be free to promote and encourage100% GPL third-party extensions (especially in the Plugin and Theme repositories).
I just don't think that such encouragement should claim legal backing for such a position, where no such backing exists.
In a legal sense, calling functions is not incorporation.
Here's the difference: merely calling wp_list_comments() is not incorporation, as defined by copyright case law. However, copying from WordPress and pasting into a Theme the actual code that is defined by wp_list_comments() does constitute incorporation.
Calling functions is perfectly acceptable, with respect to copyright. Doing so does not cause the Theme to be derivative of WordPress. Again, see the decisions in Altai, Sega, Sony, and Galoob.
Any actual combination of a WordPress Theme and WordPress is performed not by the Theme developer, but rather by the end-user, at run-time, via the PHP interpreter. It is that combination, and only that combination, that could even possibly be considered a derivative work. Prior to that combination, the Theme itself is in no way whatsoever inherently derivative of WordPress.
The question posed was whether or not Themes are inherently derivative of *WordPress*, which they are not. Now, I certainly concede that a Theme could be derivative of another *Theme*. But I would also contend that *almost* all PHP in a template file is non-copyrightable (functions.php is another matter altogether).
As for the line of code you quoted: I don't see anything copyrightable in it. (Trademark might be another matter, if the developer of the Erudite Theme trademarked the Theme name "Erudite".) It's nothing more than a function call, using defined arguments and the defined method of operation for internationalization of text strings.
Most of what is copyrightable in *any* Theme is going to be in the images, CSS, and JS - with perhaps some of the functions defined in functions.php. So, any resemblance between a standard Theme template file (index.php, single.php, archive.php, header.php, footer.php, etc.) is going to consist of non-copyrightable function calls and semantic markup.
(I also concede that any blatant plagiarism - be it from WordPress core or from another Theme - would strengthen (but not guarantee, depending on what was copied) the derivative argument.)
If you unzip a wordpress theme in a publicly viewable directory and point a web browser at it, will it return an error message? Will it complain about not being able to find wordpress?
Being as you will get an error message complaining about lack of wordpress, you will have a long road to convince a judge and jury that it is not a derivative work.
That has absolutely nothing to do with determining whether or not a Theme is derivative of WordPress. Simply put: "dependent" does not equal "derivative".
If you put a Windows .exe on a Linux box (without WINE) and tried to run it, you would likewise get errors. That outcome does not mean that the .exe is *derivative* of Windows.
To be derivative of WordPress, a Theme must incorporate, in some concrete form, actual code from WordPress.
...the fact that almost all wordpress themes copy GPL code...
The vast majority of Themes do no such thing. No GPL code is copied from WordPress into a Theme. Themes merely use function calls and the like, which, per applicable copyright case law, is non-copyrightable as "method of operation" content.
Automattic has a good enough case that almost every IP attorney I know would take their case (the one exception hates litigation, and spends her time on contracts)
I question whether the pool of IP attorneys that you know is a representative sample of all IP attorneys. Besides, unless any of them come out and say that they would take such a case, I don't believe it.
The key point that you are missing is that, according to the Copyright Act and applicable copyright case law, no incorporation has taken place. If the authors of the GPL are saying otherwise, then, yes: I'm saying exactly that they don't know what "derivative work" means, as defined by copyright law. Having heard what Matt Mullenweg (and the SFLC) has to say on the matter, I am convinced that his interpretation of "derivative work" is at odds with copyright law.
All a WordPress Theme incorporates is non-copyrightable function calls and filter/action hooks. Thus, with no incorporation of copyrightable content, a Theme is not inherently derivative.
Show me a Theme distributed combined with WordPress and you might have a valid analogy.
That "one idiot in Florida" is a laywer who does happen to spend part of his practice time on copyright law. That the "advocates" are all in unison is entirely irrelevant. Consensus among the "advocates" does not trump the Copyright Act and applicable copyright case law in defining "derivative work". Further, it's not just (or even primarily) the Galoob case that Wasylik (the "idiot in Florida") references that refutes Matt Mullenweg et al. See also Computer Associates v Altai, Sega v Accolade, and Sony v Connectix.
Certainly. See Sega v Accolade and Galoob v Nintendo. These cases clearly establish that mere linking - and use of internal "methods of operation" in order to provide interoperability are not sufficient to cause a work to be considered derivative.
and considering those themes as if they had been added to WordPress by a third party
The as if they had been added assumption is critical to their analysis - and has absolutely no bearing on the circumstance of a Theme developer distributing his Theme, wholly separate from WordPress core.
Dependency does not constitute derivative, as per the Copyright Act and applicable case law. For specific reference, see Sega v Accolade and Galoob v Nintendo. In the former, Accolade made Sega Genesis-compatible video games. In the latter, Galoob made the Nintendo-specific Game Genie product. The courts considered neither to be a derivative of the protected work on which they depended.
Again, the GPL doesn't define "derivative work". Rather, the Copyright Act and applicable copyright case law define "derivative work". And the Act and prevailing case law do not consider mere linking to meet the standard for considering a work derivative, which is that a work must incorporate, in some concrete form, copyrightable code from a protected work in order to be considered derivative.
And the PHP-interpreter combination does not take place by the Theme developer, but at run-time, by the end user, who is fully within his rights under the terms of the GPL to cause such combination to take place.
The GPL is a copyright license that derives its validity from the Copyright Act. The GPL limits its scope to distribution of modified or derivative code. Distribution is an activity wholly under the purview of the Copyright Act. Thus, the GPL explicitly states as out-of-scope any activity outside of the Copyright Act, and any activity covered by the Copyright Act not including distribution.
For reference, see Computer Associates v Altai, Sega v Accolade, Sony v Connectix, and Galoob v Nintendo.
PHP include/require versus exec/system makes no difference whatsoever in determining whether or not a work is derivative of another work. In order to be derivative, a work must incorporate, in some concrete form, copyrightable content of a protected work. (See the Altai decision.)
The GPL is a copyright license. Therefore, it cannot extend the definition of "derivative work" beyond the definition from the Copyright Act and applicable case law. So, if what the GPL states is inconsistent with the Act and case law, it is unenforceable.
And that interpretation by the FSF just doesn't coincide with the Copyright Act and applicable copyright case law. Guess which interpretation would win in court?
"Derivative Work" and "Public Performance" are two entirely separate things under the Copyright Act. The GPL explicitly states that anything not involving distribution of a copied or modified work is outside the scope of the GPL. Thus, "public performance", not being an act of distribution, is, as stated in the GPL, outside its scope. The GPL FAQ on this point will simply not withstand a legal challenge.
"The claim of WordPress authors" does not define "derivative work". Only the Copyright Act and applicable copyright case law define "derivative work". So, if what Matt Mullenweg, the FSF, and the SFLC *claim* is a derivative work differs from what the Act and the courts consider to be a derivative work, the Act and the courts will prevail, *not* Matt Mullenweg et al.
It would be completely irrelevant. Intent of the licensor is defined wholly by the license. Otherwise, FSF could write whatever editorial content they want on that site. There is no guarantee that either a) that editorial content was on the web site at the time that the Theme developer developed his Theme, or b) that the Theme developer ever even read that website (since the license itself is distributed with the code).
The statement you quoted is not part of the actual terms and conditions of the license. It is editorial only.
Further, this statement from the actual terms of the license trumps the above statement:
Activities other than copying, distribution and modification are not covered by this License; they are outside its scope.
The end-user is free to do whatever he wants with GPL code - include link it to non-GPL code. Unless that combined work is distributed, the GPL simply does not apply.
First of all, it's not *fraudulent*, it's potentially *infringing*. Second, Thesis' plagiarism of WordPress core code is an entirely separate issue from the question of whether or not Themes are inherently derivative of WordPress.
A Theme developer has absolutely nothing to do with the PHP interpreter. If any WordPress-Theme combination takes place, it is the *end user* who combines the two, at run-time, on his own server. The Theme developer makes, much less actually *distributes*, no such a combination.