<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Copyright And The GPL</title>
	<atom:link href="http://www.wptavern.com/copyright-and-the-gpl/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wptavern.com/copyright-and-the-gpl</link>
	<description>Where Every Drink Is On The House</description>
	<lastBuildDate>Mon, 06 Sep 2010 16:48:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Jeffro</title>
		<link>http://www.wptavern.com/copyright-and-the-gpl#comment-1417</link>
		<dc:creator>Jeffro</dc:creator>
		<pubDate>Mon, 25 May 2009 06:55:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.wptavern.com/?p=1352#comment-1417</guid>
		<description>Ok. I think the discussion has gone on long enough. Time to shut down the comments.</description>
		<content:encoded><![CDATA[<p>Ok. I think the discussion has gone on long enough. Time to shut down the comments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chip Bennett</title>
		<link>http://www.wptavern.com/copyright-and-the-gpl#comment-1415</link>
		<dc:creator>Chip Bennett</dc:creator>
		<pubDate>Sun, 24 May 2009 19:25:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.wptavern.com/?p=1352#comment-1415</guid>
		<description>@&lt;a href=&quot;#comment-1411&quot; rel=&quot;nofollow&quot;&gt;Andreas Nurbo&lt;/a&gt; -

&lt;blockquote&gt;Of course it can render I’m not an idiot but you are missing the point. In the theme case the theme will be useless as in not providing the intended function (in almost all cases) when you remove CSS and images. The combination of html,php, images and css is what constitutes the theme or the work, this work then needs to be combined with Wordpress to function. If you remove the images and the css it is no longer the same theme/work.&lt;/blockquote&gt;

Except that:

1) HTML is output by the PHP, and is otherwise irrelevant

2) Each PHP file is a separate work. Each image is a separate work.  Each CSS file is a separate work.

(Again, the truth of this statement is understood when one realizes that any individual PHP file, image, or CSS file can be replaced by another such file - especially since the replacement file can have an entirely different license than the original.)

When this point is understood, the argument that the theme is only considered to be a work &quot;as a whole&quot; falls apart entirely.  True, a theme as a whole is a work itself; however, that doesn&#039;t negate the individual works from which the theme as a whole is constructed.

Each individual work doesn&#039;t necessarily require WordPress in order to function - primarily, the images and CSS.

(To take the point even further: technically speaking, one could write entirely different functions with the same names as the WP functions, thus allowing even a PHP file to function outside of WordPress.)

&lt;blockquote&gt;If the theme makes use of calls to Wordpress functions which are GPL the theme has to be GPL or some other compatible license. That is why I would interpret the images and the css also has to be GPL. As the theme is to considered as a whole and would not be the same theme if you removed the CSS and images. You could also write an exception with the GPL saying it is allowed to use these non-GPL stuff given certain conditions. (See last link)&lt;/blockquote&gt;

1) The GPL inheritance only applies to those components of the theme that make calls to WP-defined functions. Since neither images or CSS files make calls to anything - in fact, they do nothing except exist - GPL inheritance doesn&#039;t apply.

2) The theme isn&#039;t only considered as a whole; never has been, never will be. One could take components from one theme and combine them with components of another theme. One could take components from a theme and use them elsewhere.  One could take components from elsewhere and use them in a theme.

3) As for the theme-considered-as-a-whole argument: such argument applies to the rendered result - which applies not to the theme components, but rather to the theme design. WordPress does not own the copyright to a theme&#039;s design, but rather the theme designer owns that copyright.  Since WordPress doesn&#039;t own the copyright, it can&#039;t impose its license on the work - that is, the design.

&lt;blockquote&gt;First the software would not be compatible with the GPL as is so there is no inheritance. Second your analogy is flawed. It would rather be GPL software uses a GPL plugin that uses a non-GPL plugin.
You have to write an exception in the GPL license but the theme/plugin would still not be proprietary but GPL.&lt;/blockquote&gt;

No, that analogy doesn&#039;t work, because a plugin isn&#039;t as analogous as a library.  A library is designed to work with many (or any) programs, so long as the program calls it properly. A plugin is designed to work with a specific program.

An image (or CSS) file can work with any PHP/HTML file, provided that the PHP/HTML file calls it properly.  Such file does not depend on WordPress, at all.

Even to mix the analogies, and consider a plugin that calls a library:  the non-GPL library called by the GPL theme does not inherit GPL from the plugin that calls it.

Again, do you really want to try to make the argument otherwise?</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-1411" rel="nofollow">Andreas Nurbo</a> -</p>
<blockquote><p>Of course it can render I’m not an idiot but you are missing the point. In the theme case the theme will be useless as in not providing the intended function (in almost all cases) when you remove CSS and images. The combination of html,php, images and css is what constitutes the theme or the work, this work then needs to be combined with Wordpress to function. If you remove the images and the css it is no longer the same theme/work.</p></blockquote>
<p>Except that:</p>
<p>1) HTML is output by the PHP, and is otherwise irrelevant</p>
<p>2) Each PHP file is a separate work. Each image is a separate work.  Each CSS file is a separate work.</p>
<p>(Again, the truth of this statement is understood when one realizes that any individual PHP file, image, or CSS file can be replaced by another such file &#8211; especially since the replacement file can have an entirely different license than the original.)</p>
<p>When this point is understood, the argument that the theme is only considered to be a work &#8220;as a whole&#8221; falls apart entirely.  True, a theme as a whole is a work itself; however, that doesn&#8217;t negate the individual works from which the theme as a whole is constructed.</p>
<p>Each individual work doesn&#8217;t necessarily require WordPress in order to function &#8211; primarily, the images and CSS.</p>
<p>(To take the point even further: technically speaking, one could write entirely different functions with the same names as the WP functions, thus allowing even a PHP file to function outside of WordPress.)</p>
<blockquote><p>If the theme makes use of calls to Wordpress functions which are GPL the theme has to be GPL or some other compatible license. That is why I would interpret the images and the css also has to be GPL. As the theme is to considered as a whole and would not be the same theme if you removed the CSS and images. You could also write an exception with the GPL saying it is allowed to use these non-GPL stuff given certain conditions. (See last link)</p></blockquote>
<p>1) The GPL inheritance only applies to those components of the theme that make calls to WP-defined functions. Since neither images or CSS files make calls to anything &#8211; in fact, they do nothing except exist &#8211; GPL inheritance doesn&#8217;t apply.</p>
<p>2) The theme isn&#8217;t only considered as a whole; never has been, never will be. One could take components from one theme and combine them with components of another theme. One could take components from a theme and use them elsewhere.  One could take components from elsewhere and use them in a theme.</p>
<p>3) As for the theme-considered-as-a-whole argument: such argument applies to the rendered result &#8211; which applies not to the theme components, but rather to the theme design. WordPress does not own the copyright to a theme&#8217;s design, but rather the theme designer owns that copyright.  Since WordPress doesn&#8217;t own the copyright, it can&#8217;t impose its license on the work &#8211; that is, the design.</p>
<blockquote><p>First the software would not be compatible with the GPL as is so there is no inheritance. Second your analogy is flawed. It would rather be GPL software uses a GPL plugin that uses a non-GPL plugin.<br />
You have to write an exception in the GPL license but the theme/plugin would still not be proprietary but GPL.</p></blockquote>
<p>No, that analogy doesn&#8217;t work, because a plugin isn&#8217;t as analogous as a library.  A library is designed to work with many (or any) programs, so long as the program calls it properly. A plugin is designed to work with a specific program.</p>
<p>An image (or CSS) file can work with any PHP/HTML file, provided that the PHP/HTML file calls it properly.  Such file does not depend on WordPress, at all.</p>
<p>Even to mix the analogies, and consider a plugin that calls a library:  the non-GPL library called by the GPL theme does not inherit GPL from the plugin that calls it.</p>
<p>Again, do you really want to try to make the argument otherwise?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pause&#8230; for thought for the day - Fun with WordPress</title>
		<link>http://www.wptavern.com/copyright-and-the-gpl#comment-1414</link>
		<dc:creator>Pause&#8230; for thought for the day - Fun with WordPress</dc:creator>
		<pubDate>Sun, 24 May 2009 17:51:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.wptavern.com/?p=1352#comment-1414</guid>
		<description>[...] has kicked off a doozy of a GPL fight over at WP Tavern which has started to become a little heated. So my thought for the day is [...]</description>
		<content:encoded><![CDATA[<p>[...] has kicked off a doozy of a GPL fight over at WP Tavern which has started to become a little heated. So my thought for the day is [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas Nurbo</title>
		<link>http://www.wptavern.com/copyright-and-the-gpl#comment-1411</link>
		<dc:creator>Andreas Nurbo</dc:creator>
		<pubDate>Sun, 24 May 2009 15:49:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.wptavern.com/?p=1352#comment-1411</guid>
		<description>@&lt;a href=&quot;#comment-1407&quot; rel=&quot;nofollow&quot;&gt;Chip Bennett&lt;/a&gt; -
Should first clarify I did not intend &quot;become&quot; as in GPL spreads against the authors will rather to be compatible the theme as whole have to be GPL inorder to function with GPL software. Replace become with &quot;be released as&quot;.
&lt;blockquote&gt;First, define “useless”. A theme will still render just fine (as in, without errors) without either the CSS file(s) or image file(s). For a plethora of evidence, see “CSS Naked Day”. &lt;/blockquote&gt;
Of course it can render I&#039;m not an idiot but you are missing the point. In the theme case the theme will be useless as in not providing the intended function (in almost all cases) when you remove CSS and images. The combination of html,php, images and css is what constitutes the theme or the work, this work then needs to be combined with Wordpress to function. If you remove the images and the css it is no longer the same theme/work.
If the theme makes use of calls to Wordpress functions which are GPL the theme has to be GPL or some other compatible license. That is why I would interpret the images and the css also has to be GPL. As the theme is to considered as a whole and would not be the same theme if you removed the CSS and images. You could also write an exception with the GPL saying it is allowed to use these non-GPL stuff given certain conditions. (See last link)
&lt;a href=&quot;http://www.fsf.org/licensing/licenses/gpl-faq.html#GPLModuleLicense&quot; rel=&quot;nofollow&quot;&gt;If I add a module to a GPL-covered program, do I have to use the GPL as the license for my module?
&lt;/a&gt;
&lt;a href=&quot;http://www.fsf.org/licensing/licenses/gpl-faq.html#MoneyGuzzlerInc&quot; rel=&quot;nofollow&quot;&gt;I&#039;d like to modify GPL-covered programs and link them with the portability libraries from Money Guzzler Inc. I cannot distribute the source code for these libraries, so any user who wanted to change these versions would have to obtained those libraries separately. Why doesn&#039;t the GPL permit this?&lt;/a&gt;
&lt;a href=&quot;http://www.fsf.org/licensing/licenses/gpl-faq.html#GPLAndPlugins&quot; rel=&quot;nofollow&quot;&gt;If a program released under the GPL uses plug-ins, what are the requirements for the licenses of a plug-in?&lt;/a&gt;
But this might be even more applicable in some cases
&lt;a href=&quot;http://www.fsf.org/licensing/licenses/gpl-faq.html#WMS&quot; rel=&quot;nofollow&quot;&gt;What license should I use for website maintenance system templates?&lt;/a&gt;

&lt;blockquote&gt;To make an analogy to a compiled program: your argument is analogous to saying that, if a compiled program dynamically links to two libraries - one GPL and the other not - and if that program is dependent upon both libraries to function, then the non-GPL library must inherit the GPL from the GPL library.&lt;/blockquote&gt;
First the software would not be compatible with the GPL as is so there is no inheritance. Second your analogy is flawed. It would rather be GPL software uses a GPL plugin that uses a non-GPL plugin. 
You have to write an exception in the GPL license but the theme/plugin would still not be proprietary but GPL. The problem is also who should write the exception. The theme/plugin developer or Wordpress copyright holders since the theme/plugin is an extension of Wordpress and not a separate entity.
&lt;a href=&quot;http://www.fsf.org/licensing/licenses/gpl-faq.html#GPLIncompatibleLibs&quot; rel=&quot;nofollow&quot;&gt;What legal issues come up if I use GPL-incompatible libraries with GPL software?&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-1407" rel="nofollow">Chip Bennett</a> -<br />
Should first clarify I did not intend &#8220;become&#8221; as in GPL spreads against the authors will rather to be compatible the theme as whole have to be GPL inorder to function with GPL software. Replace become with &#8220;be released as&#8221;.</p>
<blockquote><p>First, define “useless”. A theme will still render just fine (as in, without errors) without either the CSS file(s) or image file(s). For a plethora of evidence, see “CSS Naked Day”. </p></blockquote>
<p>Of course it can render I&#8217;m not an idiot but you are missing the point. In the theme case the theme will be useless as in not providing the intended function (in almost all cases) when you remove CSS and images. The combination of html,php, images and css is what constitutes the theme or the work, this work then needs to be combined with Wordpress to function. If you remove the images and the css it is no longer the same theme/work.<br />
If the theme makes use of calls to Wordpress functions which are GPL the theme has to be GPL or some other compatible license. That is why I would interpret the images and the css also has to be GPL. As the theme is to considered as a whole and would not be the same theme if you removed the CSS and images. You could also write an exception with the GPL saying it is allowed to use these non-GPL stuff given certain conditions. (See last link)<br />
<a href="http://www.fsf.org/licensing/licenses/gpl-faq.html#GPLModuleLicense" rel="nofollow">If I add a module to a GPL-covered program, do I have to use the GPL as the license for my module?<br />
</a><br />
<a href="http://www.fsf.org/licensing/licenses/gpl-faq.html#MoneyGuzzlerInc" rel="nofollow">I&#8217;d like to modify GPL-covered programs and link them with the portability libraries from Money Guzzler Inc. I cannot distribute the source code for these libraries, so any user who wanted to change these versions would have to obtained those libraries separately. Why doesn&#8217;t the GPL permit this?</a><br />
<a href="http://www.fsf.org/licensing/licenses/gpl-faq.html#GPLAndPlugins" rel="nofollow">If a program released under the GPL uses plug-ins, what are the requirements for the licenses of a plug-in?</a><br />
But this might be even more applicable in some cases<br />
<a href="http://www.fsf.org/licensing/licenses/gpl-faq.html#WMS" rel="nofollow">What license should I use for website maintenance system templates?</a></p>
<blockquote><p>To make an analogy to a compiled program: your argument is analogous to saying that, if a compiled program dynamically links to two libraries &#8211; one GPL and the other not &#8211; and if that program is dependent upon both libraries to function, then the non-GPL library must inherit the GPL from the GPL library.</p></blockquote>
<p>First the software would not be compatible with the GPL as is so there is no inheritance. Second your analogy is flawed. It would rather be GPL software uses a GPL plugin that uses a non-GPL plugin.<br />
You have to write an exception in the GPL license but the theme/plugin would still not be proprietary but GPL. The problem is also who should write the exception. The theme/plugin developer or Wordpress copyright holders since the theme/plugin is an extension of Wordpress and not a separate entity.<br />
<a href="http://www.fsf.org/licensing/licenses/gpl-faq.html#GPLIncompatibleLibs" rel="nofollow">What legal issues come up if I use GPL-incompatible libraries with GPL software?</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Coveney</title>
		<link>http://www.wptavern.com/copyright-and-the-gpl#comment-1409</link>
		<dc:creator>David Coveney</dc:creator>
		<pubDate>Sun, 24 May 2009 12:52:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.wptavern.com/?p=1352#comment-1409</guid>
		<description>My career prior to WordPress involved implementing regulatory documents into code.  Tax regulations, employment regulations, etc.  One thing I learned, early on, is that while code can&#039;t be ambiguous, legal documents often are.  I used to spend an awful lot of time seeking clarification.  With the GPL, because of vested interests, there&#039;s no easy way to receive clarification so instead you have to make up your own interpretation - but it&#039;s an ambiguous and unclear document when applied to non-compiled code.  Different lawyers will give different opinions, but they are really just that - and the quality of that opinion will vary according to the time those lawyers have.

I know that a large client who is implementing WP was worried about whether it allowed others to &#039;steal&#039; their copyright work - for example, if the code was leaked (accidentally or otherwise) could somebody, in effect, legally reproduce their site&#039;s functionality and design.  The answer is a straightforward NO.  In essence, the GPL does not force you into rescinding your copyright, nor is it anything like as infectious as people think.</description>
		<content:encoded><![CDATA[<p>My career prior to WordPress involved implementing regulatory documents into code.  Tax regulations, employment regulations, etc.  One thing I learned, early on, is that while code can&#8217;t be ambiguous, legal documents often are.  I used to spend an awful lot of time seeking clarification.  With the GPL, because of vested interests, there&#8217;s no easy way to receive clarification so instead you have to make up your own interpretation &#8211; but it&#8217;s an ambiguous and unclear document when applied to non-compiled code.  Different lawyers will give different opinions, but they are really just that &#8211; and the quality of that opinion will vary according to the time those lawyers have.</p>
<p>I know that a large client who is implementing WP was worried about whether it allowed others to &#8216;steal&#8217; their copyright work &#8211; for example, if the code was leaked (accidentally or otherwise) could somebody, in effect, legally reproduce their site&#8217;s functionality and design.  The answer is a straightforward NO.  In essence, the GPL does not force you into rescinding your copyright, nor is it anything like as infectious as people think.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chip Bennett</title>
		<link>http://www.wptavern.com/copyright-and-the-gpl#comment-1407</link>
		<dc:creator>Chip Bennett</dc:creator>
		<pubDate>Sun, 24 May 2009 01:14:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.wptavern.com/?p=1352#comment-1407</guid>
		<description>@&lt;a href=&quot;#comment-1399&quot; rel=&quot;nofollow&quot;&gt;Andreas Nurbo&lt;/a&gt; -

&lt;blockquote&gt;If the theme is useless without the CSS or images one could easily argue that those files are also affected by the GPL.&lt;/blockquote&gt;

First, define &quot;useless&quot;. A theme will still render just fine (as in, without errors) without either the CSS file(s) or image file(s).  For a plethora of evidence, see &quot;CSS Naked Day&quot;.

Further, those CSS and image files can be plucked out, and replaced with entirely different CSS and image files - meaning that, by definition, the theme is not dependent upon those specific, original CSS files.

Second, your argument becomes incredibly twisted, and untenable. 

To wit: if a theme is dependent upon a CSS file (or an image file) that has its own (for the sake of argument, non-GPL) license, as in, that theme is &quot;useless&quot; without said file, then why would the file upon which the theme is dependent somehow inherit the GPL?

To make an analogy to a compiled program: your argument is analogous to saying that, if a compiled program dynamically links to two libraries - one GPL and the other not - and if that program is dependent upon both libraries to function, then the non-GPL library must inherit the GPL from the GPL library.

Do you really want to try to make that argument?</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-1399" rel="nofollow">Andreas Nurbo</a> -</p>
<blockquote><p>If the theme is useless without the CSS or images one could easily argue that those files are also affected by the GPL.</p></blockquote>
<p>First, define &#8220;useless&#8221;. A theme will still render just fine (as in, without errors) without either the CSS file(s) or image file(s).  For a plethora of evidence, see &#8220;CSS Naked Day&#8221;.</p>
<p>Further, those CSS and image files can be plucked out, and replaced with entirely different CSS and image files &#8211; meaning that, by definition, the theme is not dependent upon those specific, original CSS files.</p>
<p>Second, your argument becomes incredibly twisted, and untenable. </p>
<p>To wit: if a theme is dependent upon a CSS file (or an image file) that has its own (for the sake of argument, non-GPL) license, as in, that theme is &#8220;useless&#8221; without said file, then why would the file upon which the theme is dependent somehow inherit the GPL?</p>
<p>To make an analogy to a compiled program: your argument is analogous to saying that, if a compiled program dynamically links to two libraries &#8211; one GPL and the other not &#8211; and if that program is dependent upon both libraries to function, then the non-GPL library must inherit the GPL from the GPL library.</p>
<p>Do you really want to try to make that argument?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beagle</title>
		<link>http://www.wptavern.com/copyright-and-the-gpl#comment-1404</link>
		<dc:creator>Beagle</dc:creator>
		<pubDate>Sat, 23 May 2009 22:49:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.wptavern.com/?p=1352#comment-1404</guid>
		<description>&lt;blockquote&gt;basically I don’t agree at all with these lawyers who think that Wordpress.org has any power whatsoever to dictate what can and cannot be done with their GPL’d software.&lt;/blockquote&gt;

Apologies, missed the edit window. I meant to say that they have no power to dictate what can and cannot be down with themes which use their GPL&#039;d software.</description>
		<content:encoded><![CDATA[<blockquote><p>basically I don’t agree at all with these lawyers who think that Wordpress.org has any power whatsoever to dictate what can and cannot be done with their GPL’d software.</p></blockquote>
<p>Apologies, missed the edit window. I meant to say that they have no power to dictate what can and cannot be down with themes which use their GPL&#8217;d software.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beagle</title>
		<link>http://www.wptavern.com/copyright-and-the-gpl#comment-1402</link>
		<dc:creator>Beagle</dc:creator>
		<pubDate>Sat, 23 May 2009 22:31:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.wptavern.com/?p=1352#comment-1402</guid>
		<description>Hello everyone!

I&#039;m the aforementioned Beagle.

I just wanted to come on here because there is clearly a bit of confusion going on.

Firstly, this was an MSN conversation with a friend, so you&#039;ll have to excuse the punctuation etc.

Secondly, I&#039;d like to address what seems to be the main point some people are making, because I think there are really two different points here which I didn&#039;t appreciate until I read what some of you are saying.

&lt;blockquote&gt;The GPL is explicit about what constitutes a derivative work, and themes/plugins are derivative work.&lt;/blockquote&gt;

Quite frankly, &lt;strong&gt;that doesn&#039;t matter&lt;/strong&gt;.

I can walk around screaming that every sign made with paint I made is a derivative work. That doesn&#039;t make it true.

The GPL license can say whatever it likes, that doesn&#039;t require the release of any original work as GPL. That&#039;s just the plain fact.

Some people seem to be saying that, &quot;Once you make a Wordpress theme and use it with Wordpress, your theme is GPL&#039;d&quot;.

Err, no, it&#039;s not. It doesn&#039;t matter what the GPL says, Wordpress.org has absolutely no power whatsoever to alter a copyright owned by another person. They can claim whatever they like as derivative works, but unless it actually is a derivative work, then it has nothing to do with Wordpress. Whether it is a derivative work or not is a question of law, not what the GPL says.

Basically, Wordpress claiming any copyright (which is effectively what they&#039;re doing) over your theme or plugin is like saying that Apple has copyright over all Griffin&#039;s accessories &#039;cause they were made to fit with Apple products.

&lt;blockquote&gt;The GPL does not prevent you from creating and selling themes that are not GPL licensed, but using them in conjunction with Wordpress (or any other GPL’d software) would be a violation of the theme’s non-GPL license.&lt;/blockquote&gt;

I think you meant to say a violation of the license with Wordpress.org. This is the other argument I was referring to, and this is an entirely different kettle of fish.

Personally, I think there about thirty million holes in that argument, but I&#039;d need to really sit down with it an nut something out. I don&#039;t think it would stand up in court in New Zealand. Europe may be different, as the basis of European copyright tends to revolve around some kind of intrinsic ownership of the work, rather than the commercial justification used in most common law countries. The DMCA is different again, and the American courts are so erratic it&#039;s hard to say which way they&#039;ll go next.

Anyway, sorry for the ramble, but basically I don&#039;t agree at all with these lawyers who think that Wordpress.org has any power whatsoever to dictate what can and cannot be done with their GPL&#039;d software. It&#039;s my experience that lawyers do a lot of sabre-rattling, and that this is basically what this is.

&lt;blockquote&gt;As someone who’s spent quite a bit of time talking to actual lawyers about the issue, I can say with a high degree of confidence that your friend Beagle should not be relied on for legal advice.&lt;/blockquote&gt;

Err, if lawyers always gave the same advice, and had the same opinion, why would anything ever go to court?</description>
		<content:encoded><![CDATA[<p>Hello everyone!</p>
<p>I&#8217;m the aforementioned Beagle.</p>
<p>I just wanted to come on here because there is clearly a bit of confusion going on.</p>
<p>Firstly, this was an MSN conversation with a friend, so you&#8217;ll have to excuse the punctuation etc.</p>
<p>Secondly, I&#8217;d like to address what seems to be the main point some people are making, because I think there are really two different points here which I didn&#8217;t appreciate until I read what some of you are saying.</p>
<blockquote><p>The GPL is explicit about what constitutes a derivative work, and themes/plugins are derivative work.</p></blockquote>
<p>Quite frankly, <strong>that doesn&#8217;t matter</strong>.</p>
<p>I can walk around screaming that every sign made with paint I made is a derivative work. That doesn&#8217;t make it true.</p>
<p>The GPL license can say whatever it likes, that doesn&#8217;t require the release of any original work as GPL. That&#8217;s just the plain fact.</p>
<p>Some people seem to be saying that, &#8220;Once you make a Wordpress theme and use it with Wordpress, your theme is GPL&#8217;d&#8221;.</p>
<p>Err, no, it&#8217;s not. It doesn&#8217;t matter what the GPL says, Wordpress.org has absolutely no power whatsoever to alter a copyright owned by another person. They can claim whatever they like as derivative works, but unless it actually is a derivative work, then it has nothing to do with Wordpress. Whether it is a derivative work or not is a question of law, not what the GPL says.</p>
<p>Basically, Wordpress claiming any copyright (which is effectively what they&#8217;re doing) over your theme or plugin is like saying that Apple has copyright over all Griffin&#8217;s accessories &#8217;cause they were made to fit with Apple products.</p>
<blockquote><p>The GPL does not prevent you from creating and selling themes that are not GPL licensed, but using them in conjunction with Wordpress (or any other GPL’d software) would be a violation of the theme’s non-GPL license.</p></blockquote>
<p>I think you meant to say a violation of the license with Wordpress.org. This is the other argument I was referring to, and this is an entirely different kettle of fish.</p>
<p>Personally, I think there about thirty million holes in that argument, but I&#8217;d need to really sit down with it an nut something out. I don&#8217;t think it would stand up in court in New Zealand. Europe may be different, as the basis of European copyright tends to revolve around some kind of intrinsic ownership of the work, rather than the commercial justification used in most common law countries. The DMCA is different again, and the American courts are so erratic it&#8217;s hard to say which way they&#8217;ll go next.</p>
<p>Anyway, sorry for the ramble, but basically I don&#8217;t agree at all with these lawyers who think that Wordpress.org has any power whatsoever to dictate what can and cannot be done with their GPL&#8217;d software. It&#8217;s my experience that lawyers do a lot of sabre-rattling, and that this is basically what this is.</p>
<blockquote><p>As someone who’s spent quite a bit of time talking to actual lawyers about the issue, I can say with a high degree of confidence that your friend Beagle should not be relied on for legal advice.</p></blockquote>
<p>Err, if lawyers always gave the same advice, and had the same opinion, why would anything ever go to court?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas Nurbo</title>
		<link>http://www.wptavern.com/copyright-and-the-gpl#comment-1399</link>
		<dc:creator>Andreas Nurbo</dc:creator>
		<pubDate>Sat, 23 May 2009 14:32:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.wptavern.com/?p=1352#comment-1399</guid>
		<description>Themes and plugins cannot be talked of as derivative works in the legal sense I think.
But the FSF do say that if the module cannot exist apart from program in this case Wordpress then the whole is to be considered the program. Combining non-GPL software with GPL is also a somewhat gray area it seems. You cannot however write a wrapper function around GPL and make a bridge to non-GPL. Then the whole will be considered GPL.

Also the only exception to modules not affected by GPL is if they are initated using fork and exec. If Wordpress only calls the constructor of a theme/plugin class then that is a grey area. But this is however not the case with either themes or plugins.

If the theme is useless without the CSS or images one could easily argue that those files are also affected by the GPL. I would say that you cannot make themes or plugins to wordpress that uses wordpress functions or is dependant upon wordpress to function and not have the theme/plugin become GPL.
That is the whole point of the GPL and why you really should use LGPL for your software.
Which you can see if you look at the following perspective.
If you integrate stuff into the TinyMCE editor that is a whole different area since the TinyMCE has a different license than Wordpress (LGPL) you can put a non-GPL licence on the code that TinyMCE interacts with and a GPL licence with a exception on the code that interacts with both Wordpress and the TinyMCE.

But in essence if a theme or plugin calls methods in Wordpress then those files are affected by the GPL.</description>
		<content:encoded><![CDATA[<p>Themes and plugins cannot be talked of as derivative works in the legal sense I think.<br />
But the FSF do say that if the module cannot exist apart from program in this case Wordpress then the whole is to be considered the program. Combining non-GPL software with GPL is also a somewhat gray area it seems. You cannot however write a wrapper function around GPL and make a bridge to non-GPL. Then the whole will be considered GPL.</p>
<p>Also the only exception to modules not affected by GPL is if they are initated using fork and exec. If Wordpress only calls the constructor of a theme/plugin class then that is a grey area. But this is however not the case with either themes or plugins.</p>
<p>If the theme is useless without the CSS or images one could easily argue that those files are also affected by the GPL. I would say that you cannot make themes or plugins to wordpress that uses wordpress functions or is dependant upon wordpress to function and not have the theme/plugin become GPL.<br />
That is the whole point of the GPL and why you really should use LGPL for your software.<br />
Which you can see if you look at the following perspective.<br />
If you integrate stuff into the TinyMCE editor that is a whole different area since the TinyMCE has a different license than Wordpress (LGPL) you can put a non-GPL licence on the code that TinyMCE interacts with and a GPL licence with a exception on the code that interacts with both Wordpress and the TinyMCE.</p>
<p>But in essence if a theme or plugin calls methods in Wordpress then those files are affected by the GPL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad Potter</title>
		<link>http://www.wptavern.com/copyright-and-the-gpl#comment-1397</link>
		<dc:creator>Brad Potter</dc:creator>
		<pubDate>Sat, 23 May 2009 06:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.wptavern.com/?p=1352#comment-1397</guid>
		<description>I was scratching my head on that one too. I would imagine I could dictate the restrictions or lack thereof, if I produced a non-GPL licensed work.</description>
		<content:encoded><![CDATA[<p>I was scratching my head on that one too. I would imagine I could dictate the restrictions or lack thereof, if I produced a non-GPL licensed work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/


Served from: www.wptavern.com @ 2010-09-09 12:50:05 -->