Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×
Businesses GNU is Not Unix Software PHP Your Rights Online News

WordPress Creator GPL Says WP Template Must Be GPL'd 571

An anonymous reader writes "Matt Mullenweg (the creator of open source blog software WordPress), after review by various legal experts, is sticking to his guns that themes and plugins that 'extend' WordPress violate the GPL if they are not themselves distributed under the GPL. Matt has gone so far as to post this on Twitter. According to Matt, the premium template called Thesis should be under the GPL and the owner is not happy about it. WordPress is willing to sue the maker of Thesis theme for not following GPL licensing. The webmasters and Thesis owners are also confused with new development. Mark Jaquith wrote an excellent technical analysis of why WordPress themes inherit the GPL. This is why even if Thesis hadn't copy-and-pasted large swathes of code from WordPress (and GPL plugins) its PHP would still need to be under the GPL."
This discussion has been archived. No new comments can be posted.

WordPress Creator GPL Says WP Template Must Be GPL'd

Comments Filter:
  • And this folks... (Score:5, Insightful)

    by DarkKnightRadick ( 268025 ) <the_spoon.geo@yahoo.com> on Thursday July 22, 2010 @03:50PM (#32994858) Homepage Journal

    ...is why I don't do any work creating anything for WordPress. CopyFree [copyfree.org] is the way to go.

    • by cgenman ( 325138 ) on Thursday July 22, 2010 @03:56PM (#32994958) Homepage

      ...is why lots of businesses won't touch open source software. It is stuff like this that gives ammunition to the FUD.

      • by MightyMartian ( 840721 ) on Thursday July 22, 2010 @03:59PM (#32995012) Journal

        What FUD? GPL is pretty clear. The developer in this case was an idiot. If you don't want to be bound by any particular license's restrictions, open source or otherwise, don't use stuff licensed using it, or at the very least don't release it publicly.

        • It may be clear to US, but the problem is people like this get the air time, and it does cause confusion and scares good people away. You never hear about the 1000's of people every day that DON'T have license issues, and rarely the outcome of things like this when the idiot at the helm loses the battle. It looks bad and leaves bad tastes in peoples mouths. Remember too, even if you are in the right, if you get sued it costs you $ and could bankrupt smaller companies so being right doesn't always mean didd

        • Re:And this folks... (Score:5, Interesting)

          by ehrichweiss ( 706417 ) * on Thursday July 22, 2010 @04:20PM (#32995296)

          Even better, why don't Thesis just make a "templating engine" to handle the WP code that can then be released under GPL and then release the rest of the CSS, images, etc. under their own license? I can think of a couple of ways this could be accomplished and it would protect Thesis entirely.

          From the WP "analysis" on one of the links in the summary...

          ****
          "My JS/CSS/Images are 100% original. Do they have to be GPL?

          No, they don't. If they aren't based on GPL'd JavaScript, CSS, or images, you are not forced to make them GPL. What you could do is offer a theme under a split license. The PHP would be under the GPL, but other static resources could be under some other license."
          ****

          That said, I'm a bit concerned about how this "it's a part of WP" will be interpreted because doesn't that then mean that commercial apps like Zend Studio, etc. are ALSO required to comply with the GPL since they ostensibly hook into the various GPL'ed libraries, etc. ??

          I mean I'm all for GPL but if everything that so much as touches GPL'ed software falls under that license, we're going to find fewer and fewer people willing to create commercial apps for GPL OS'es, etc..and while I may not use it, we definitely don't need to go shooting ourselves in the foot at this stage of the game.

          • by Peach Rings ( 1782482 ) on Thursday July 22, 2010 @04:44PM (#32995666) Homepage

            How is dropping a text file in the same folder as wordpress creating something that is "part of WP"? This is exactly the kind of restrictive insanity that free software licenses were supposed to eliminate.

            • Re:And this folks... (Score:4, Informative)

              by B'Trey ( 111263 ) on Thursday July 22, 2010 @06:29PM (#32997148)

              How is dropping a text file in the same folder as wordpress creating something that is "part of WP"?

              It doesn't. I can take a copy of this post and drop it in a WP folder and it's not affected in any way.

              What causes it to be "part of WP" is the fact that the contents of the file in question literally become part of WP. From the last linked article:

              There is a tendency to think that there are two things: WordPress, and the active theme. But they do not run separately. They run as one cohesive unit. They don't even run in a sequential order. WordPress starts up, WordPress tells the theme to run its functions and register its hooks and filters, then WordPress runs some queries, then WordPress calls the appropriate theme PHP file, and then the theme hooks into the queried WordPress data and uses WordPress functions to display it, and then WordPress shuts down and finishes the request. On that simple view, it looks like a multi-layered sandwich. But the integration is even more amalgamated than the sandwich analogy suggests.

              Here is one important takeaway: themes interact with WordPress (and WordPress with themes) the exact same way that WordPress interacts with itself. Give that a second read, and then we'll digest.

            • Re: (Score:3, Informative)

              by the_womble ( 580291 )

              How is dropping a text file in the same folder as wordpress creating something that is "part of WP"?

              The "text file" contains PHP, including modified versions of code copied from Wordpress itself.

        • If I write a module for the linux kernel it is noa derivative of the linux kernel. The binary it produces likely is, and once loaded into the kernel it is (but no one distributed the running kernel memory image...). But the source code? No way.

          Are all my C programs derivatives of libc because they call libc functions and libc functions call into it?

          If it includes code from WP, then that's a different story.

          And what happens if someone clean room re implements the WP theme interface? Suddenly though the code

        • Re: (Score:3, Interesting)

          by ircmaxell ( 1117387 )
          The GPL is as clear as mud. Do you want an example? It says "derivative works" must be GPL as well. Well, what is a derivative work? Guess what? The GPL itself doesn't define that term. So there's huge debate as to if a block of code that uses nothing from the parent but fully documented and exposed APIs is derivative or not.

          Obviously Ubuntu is a derivative of Debian; that much is clear... But is Internet Explorer a drivative of Windows (Taking aside the license for a minute)? It hooks into deep AP
          • by Chris Burke ( 6130 ) on Thursday July 22, 2010 @04:54PM (#32995846) Homepage

            Well, what is a derivative work? Guess what? The GPL itself doesn't define that term.

            Of course it doesn't, since that term is defined by the legal code regarding copyright in your jurisdiction. Because the GPL is not anything else but a copyright license, it cannot apply to anything which is not a derivative work by the definition of the relevant legal code, because anything not a derivative work is not restricted by copyright law. So if the GPL did give a definition it would be irrelevant, and if it happened to differ from the legal definition at your current location in space-time, it would be wrong. How's an irrelevant and wrong definition going to reduce confusion, exactly?

            But then you go and look at the legal code and see that, what do you know, the real definition of derivative work is vague. This is an issue that applies to all of copyright, and sparks many debates (and lawsuits), and has nothing specifically to do with the GPL. The lack of a clear definition is not something the GPL can fix.

            It's trivially easy to comply with, but it's VERY hard to make a clear determination if the restrictions extend to you or not. So most people "just take the easy way out" and license GPL.

            It's a fair point, that people license their own code GPL just because it's the only way to be sure they aren't violating the GPL of some other code they are using.

            However the same issue of confusion applies in any situation where it matters whether you're creating a derivative work or not. With proprietary software, that means people "take the easy way out" and avoid doing anything with the software that could possibly be derivative. The only time the issue doesn't matter is when the license is so liberal it doesn't matter if your work is derivative or not because you can just repackage it with whatever license you want anyway.

            And while BSD-style licenses are great for those who want to give away code, I don't think it's worth abandoning the advantages of Copyleft just to avoid the stick issue of what exactly constitutes a derivative work.

        • Re: (Score:3, Informative)

          What FUD? GPL is pretty clear.

          How (and even if) GPL applies to dynamic linking - which, in this case, what it really boils down to - is very far from clear. This is especially true for languages where the actual "linking" happens on user side, not on developer side - i.e. anything using a bytecode VM (JIT or no JIT) or a plain interpreter. Such as, well, PHP.

          Yes, the FSF has a well-defined and widely publicized position on this issue, but that is separate from the text of the license as such, and it is not certain if the text really mea

        • Re:And this folks... (Score:4, Informative)

          by DragonWriter ( 970822 ) on Thursday July 22, 2010 @04:35PM (#32995516)

          What FUD? GPL is pretty clear.

          In this particular case (as apparently there is large cut and paste of code), this seems to be a pretty clear issue; OTOH, the more expansive interpretations often offered of the GPL (including the interpretation that would hold that all templates, etc., for a GPL blogging platform needing to be GPL) is arguably untenable, as many of the things which proponents of this view would demand that the GPL must apply to are not what would otherwise be considered derivative works, and consequently require no license to produce in the first place.

          • by locallyunscene ( 1000523 ) on Thursday July 22, 2010 @06:07PM (#32996890)
            Can you suggest a Google search for such cases because I haven't heard of them. Well, I had thought this was THE case, but after reading more about it I think WP is right and people claiming that GPL APIs are somehow tainted are misinformed. I would read WP's argument above. At first I was skeptical, but he makes a pretty clear distinction between a derivative work and an external work that uses APIs.

            On APIs

            WordPress has many external APIs that spit out data. Interacting with these APIs does not put your code on the same level as core WordPress code. These APIs include Atom, RSS, AtomPub, and XML-RPC. Something that interacts with these APIs sits entirely outside of WordPress. Google Reader doesn’t become part of WordPress by accessing your feed, and MarsEdit doesn’t become part of WordPress when you use it to publish a post on your WordPress blog. These are separate applications, running separately, on separate codebases. All they are doing is communicating. Applications that interact with WordPress this way are separate works, and the author can license them in any way they have authority to do so.

            This is a wholly different model of interaction than with themes. Themes are not standalone applications. They are scripts that become part of WordPress itself, and interact with WordPress on the same level that WordPress interacts with itself.

            For the sake of argument let's pretend WP was a commercial product. Do you think you'd be able to create a theme for it and release it and sell it and not have it be considered a derivative work?

        • Re: (Score:3, Insightful)

          by Sloppy ( 14984 )

          GPL is pretty clear.

          GPL is irrelevant. A license does not have the capacity to define what a derived work is. You've got your dependency hierarchy backwards.

          Now, I'm not saying FSF's (the GPL's author) legal opinions are irrelevant and can lightly be blown off, however wrong they happen to be. ;-) And I applaud their efforts to try to change public opinion by attempting to write a license that redefines the law which causes people to become bound by that license. Bootstrapping attempts can be wonderful

      • by LordPhantom ( 763327 ) on Thursday July 22, 2010 @03:59PM (#32995018)
        ...except not all open source software is licensed with the GPL. If anything the issue is less with OSS as a concept and more with the licensing wordpress uses.
        • Not only us the GPL an extremely popular license, but many OSS heads push it as the One True Way(tm). Other licenses aren't really open because they don't FORCE people to be open with their products. They sell the GPL as being synonymous with OSS.

          While that isn't correct, you have to accept public perception and in particular that with companies, it is perception of non-technical people. If there's a lot of crap going around with the GPL being the king of OSS and people getting hammered for not opening any

          • You're right, people who don't understand the difference between open source and a licensing agreement might make bad decisions, but those people aren't^H^H^H^H^H shouldn't be making decisions about that sort of thing without imput from their tech/IP folks.
        • to the majority of those making business decisions -- PHBs and their ilk -- this is nitpicking of a granularity they'll never get to. Just as all PCs run "windows" and all copy machines are "xerox machines" etc. You're right, but almost no one will notice.
      • by Sloppy ( 14984 ) on Thursday July 22, 2010 @04:39PM (#32995576) Homepage Journal

        If that's why, then they're idiots. The WordPress guys are not talking about their license or even WordPress itself; they are issuing an opinion about what Congress and the court's inconveniently undefined implied definition of derived work is. Their opinion would apply just as well to proprietary software as it does to Free software. If you write a Microsoft Windows program that calls Windows and is also called by Windows in the same way that Windows calls itself, like say, an installable filesystem or a device driver or perhaps even an MSIE plugin, then these guys would say that your program is a derived work of Microsoft's product. This flavor of FUD, much like software patents, is a threat to all software, not just Free software.

        BTW, if you really want to fuck around with people who have this perverse view of what a derived work is, write a new system that is compatible with WordPress plugins. Then all WP plugins will automagically and retroactively become derived works of your program in addition to WordPress itself. License your program in a way that is incompatible with GPL and then you'll end up with a beautiful paradox. Their heads will explode, we can hose the mess away, and all will be well again.

        • Re: (Score:3, Insightful)

          by amorsen ( 7485 )

          Then all WP plugins will automagically and retroactively become derived works of your program in addition to WordPress itself.

          That isn't how copyright law works. Copyright cares about the history of how the particular bits came into existence.

  • by popo ( 107611 ) on Thursday July 22, 2010 @03:51PM (#32994866) Homepage

    Given that loads of major software companies have released plugins for WordPress, including payment gateways, social networking plugins, twitter plugins, etc ... doesn't this expose a huge amount of proprietary code to potential (and possibly unintended) open-sourcing?

    • by Hatta ( 162192 ) on Thursday July 22, 2010 @03:59PM (#32995014) Journal

      No. It exposes a huge amount of authors of proprietary code to a copyright infringement lawsuit. How they settle this is up to them, but they can't be forced to open their code. In any case, they'll get off a lot easier than if they had misappropriated proprietary code.

      • All they have to do is not use GPL code if they don't want to follow the GPL. They can always write the other code themselves for a much larger than free cost.

      • Re: (Score:2, Interesting)

        by Lando ( 9348 )

        Using misappropriated proprietary code means that you have to turn over all income from said product plus since you knew it was proprietary damages are tripled so you still owe more. Most people will forgive past violations with GPL as long as you come into compliance or stop distributing said item. How is it easier if they use proprietary code?

        • by Hatta ( 162192 )

          I said, "They'll get off a lot easier than if they had misappropriated proprietary code."

          Not, "They'd have gotten off a lot easier if they had misappropriated proprietary code."

    • by Annirak ( 181684 ) on Thursday July 22, 2010 @04:12PM (#32995194)

      It really doesn't, actually. The only time that a company would have a problem with this is when they distribute their plugin or theme. Any company which makes a WP template or theme is absolutely not required to open source it unless they distribute it. This means, obviously, that the majority of company-specific plugins and themes are not going to need to be opensourced.

      The only companies which stand to be hurt by this are the ones which have a business model of making wordpress plugins/themes and selling them. Even then, they are not required to stop doing so. The requirement is just to license their software under the GPL and provide source if and only if someone requests it.

      People act like the GPL will kill all software business as we know it, but those who do so clearly haven't even read the license.

    • Good point. The market will learn to adapt to this I reckon.

      If someone makes a plugin (that is GPLed) that reads another form of file (which has nothing to do with the original Wordpress codebase) and is a *true* template language which uses SUBSTITUTIONS like {post_title} and {post_body} rather than get_post_body();

      currently templates are PHP coded, they should not. It's bad design to begin with and quite obvious why it inherits the GPL.

      Surely this new template engine would not be infected by the GPL as th

  • by MaggieL ( 10193 ) on Thursday July 22, 2010 @03:56PM (#32994960)

    "People Who Care About Details Trust Thesis". -- http://diythemes.com/ [diythemes.com]

    Presumably the licencing of the platform you're developing for could be considered a "detail"

  • data vs code (Score:2, Interesting)

    by roguegramma ( 982660 )

    Just goes to show that data vs code is a false dichotomy:
    The programming language and data description language used should not affect where the split is.

    This is even more obviously worse if you for example transfer your data as JSON, so that the data interchange language is the same as the programming language.

    • Is it Data vs. Code or Library vs. Executable

      As a rule of thumb I always assumed that any Executable using a Library under the GPL was bound to the GPL, and that is the reason for the existence of the LGPL.

      Are they now saying that any Executable under the GPL, makes all Libraries written for it bound to the GPL?

      That doesn't make any sense.

      You need to release your patches that make the Executable run the library (include functions and other changes to Wordpress), but the library should be off limits, it's no

  • As someone who just paid $50 for a premium Wordpress Theme, I find this post to be relevant to my interests!
    • Out of curiosity, why? One would assume that you already have the "source" of the theme, since there's no compiled code in there.

      • Well, I do now that I paid for it - but I didn't prior to buying it. I had a "lite" version, which worked OK for a while, but did not have the "source" for any of the functions/features that the paid version has. After I bought the paid version, I was sent a copy of the full theme.

        This [thethemefoundry.com] is the theme in question.

        Regardless of how this GPL thing works out, it was money well spent. I could have slapped something similar together myself, but it would have taken me a while, so I'd much rather spend $50 and
        • Well, even if the code is GPL - there is nothing preventing them from selling it, potentially including support, helping you with the setup, informing you of updates etc. They just can't stop any of their customers to fork the product or to give it to someone else for free. If they don't go crazy with the amount of money they charge they probably won't have a problem.

          I've seen this work in Taiwan quite recently: at a nightmarket there is a stand selling bootleg porn DVDs - nobody watches the stand, there

    • Perhaps you should post on your blog rather than wasting your valuable comments here?
  • I don't buy it. (Score:4, Interesting)

    by PylonHead ( 61401 ) on Thursday July 22, 2010 @04:00PM (#32995030) Homepage Journal

    IANAL, but I don't buy it.

    The GPL is based on copyright.

    If I sell a product that doesn't contain *any* of your copyrighted code (and API calls certainly can't be copyrighted), you have no basis to sue me for copyright.

    • Re: (Score:2, Informative)

      by orkysoft ( 93727 )

      FTFS:

      This is why even if Thesis hadn't copy-and-pasted large swathes of code from WordPress (and GPL plugins) its PHP would still need to be under the GPL.

    • One of the key phrases in the GPL is "derivative work". The GPL has a lot to do with describing derivative works and the rights which apply to them. The author of WordPress is arguing that themes are derivative works, and as such are covered by the GPL.

      If I sell a product that doesn't contain *any* of your copyrighted code (and API calls certainly can't be copyrighted), you have no basis to sue me for copyright.

      Who's suing over copyright? This looks like a license issue to me, not a copyright issue.

      • Themes contain code that works to a certain API. If a theme contains no lines of Wordpress code, then by definition it could work with any program that used the same theme API.

        How then can Wordpress say that its licensing is required?

        • Re: (Score:3, Interesting)

          It's worse than that. If you RTFA, they make the claim that there are "external APIs" and "internal APIs", and using the former is perfectly fine and dandy, while using the latter makes your code a derived work. Since the classification is, effectively, arbitrary and subject to change at the whim of the author, this puts any software relying on any WordPress API at risk.

      • One of the key phrases in the GPL is "derivative work". The GPL has a lot to do with describing derivative works and the rights which apply to them.

        Can you point at the place where GPL provides a clear definition of "derived work"?

        You're right that this is essentially an issue of whether the template code is derived work or not, but that is far from clear. I've elaborated on this elsewhere [slashdot.org].

        • Can you point at the place where GPL provides a clear definition of "derived work"?

          That's always been part of the problem. Sort of like determining whether including a Javascript file on a web page counts as distribution.

    • Re: (Score:3, Interesting)

      by daid303 ( 843777 )

      GPL is much wider then just the code. GPL states that anything linked to it needs to be GPL. But in the case of PHP this is a bit fuzzy, when is it linked or not?

      GPL is made for C programs running on something you own. The cases of interpreted code, and code running on a webserver hosting services are not covered in it. So I can customize wordpress, run it on my own server, and nobody has any right to get the source then. Except for myself.

      • Re:I don't buy it. (Score:5, Interesting)

        by guruevi ( 827432 ) on Thursday July 22, 2010 @04:29PM (#32995412)

        Yes you can, the GPL only talks about distribution. The thing is the moron copied and pasted WP source code and then went ahead and charged for it. Besides that, PHP include and require makes the files part of it's own program and then compiles it - it becomes a single program. If you don't like that, use exec or system. It would be the same as releasing a GPL program written in C++ but then not releasing the header files under the GPL.

      • I disagree, my understanding is that:

        GPL product ---> format ---> output
        does not make the format GPL

        It's only if

        output --- GPL --- input
        then the input is GPL.

        In the sense of an OS language, the GPL product is reading the format and producing a result. It's not the other way round.

        An open source image renderer does not make an image GPL
        An open source browser does not make the (X)HTML(5) GPL
        A OSS OS does not make the files you use GPL

        Using a GPL library makes your product GPL
        Making a plugin for a GPL pr

      • Anything except system libraries needed ... and some such other exceptions.

        That's probably where PHP itself fits in.

        As for interpreted languages, things are even fuzzier. An interpreted program calls another interpreted piece of code, does running in the same interpreter make them one piece of code? Using an API certainly does not in the case of system libraries, but I doubt WordPress qualifies as 'system library', unless you see the website as a system.

      • GPL is much wider then just the code. GPL states that anything linked to it needs to be GPL.

        The GPL may state this (IIRC, it doesn't, the FSF's FAQ on the GPL, not the license text, says this), but even if it does, it doesn't matter if the think linking to the GPL code isn't a "derivative work" under copyright law (regardless of whether it would be under the terms of the license) since, if its not a derivative work under copyright law, you don't need a copyright license to produce and distribute it in the

    • As a logic puzzle, if I told you to insert "i=i+j;" on line 3832 of a Copyrighted source file, you'd be modifying source, not me. I'd be telling you how to do it, but not doing it myself. Would there be a Copyright violation if you distributed the changed source file? Sure. What if we all just told each other how to change it?

      Welcome to diff format, and the legal issue. If I tell you how to change something and you do the changing, then you're bound by the GPL. If I never distribute my changes at all,

    • The GPL is based on copyright.

      If I sell a product that doesn't contain *any* of your copyrighted code (and API calls certainly can't be copyrighted), you have no basis to sue me for copyright.

      If I understand this, copyright is what allows them to control your use of their code. However, to be allowed to use the code and their copyright, you must agree to the license which may have terms not involving copyright.

    • If I sell a product that doesn't contain *any* of your copyrighted code (and API calls certainly can't be copyrighted), you have no basis to sue me for copyright.

      The FSF's own interpretation of the consequences of the GPL text on linking clearly disagree with the "API calls certainly can't be copyrighted" concept.

  • Twitter (Score:5, Funny)

    by sbates ( 1832606 ) on Thursday July 22, 2010 @04:02PM (#32995062)

    Matt has gone so far as to post this on Twitter

    Offenders are really gonna get it now. This guy means business.

  • Comment removed (Score:5, Informative)

    by account_deleted ( 4530225 ) on Thursday July 22, 2010 @04:03PM (#32995082)
    Comment removed based on user account deletion
    • If he's taken GPL code and put it in Thesis, game over. It's GPL. Period. Whatever he could have argued about API calls is now irrelevant.

      At this point, the only thing I'm curious about is what would happen to WordPress users who start to distribute Thesis without his permission.

      While GPLing his theme might be a remedy there is no guarantee that it will be a remedy of the courts choosing. Also even if he copied some code, an affirmative defense known as 'de minimus' has been established that allows for some amount of copying without it being infringement. Similarly if the code is purely functional in nature it can often also be exempt from copyright. Essentially you don't seem to know anything about what you are talking about. Of course I to don't have a law degree, but I at le

    • If he's taken GPL code and put it in Thesis, game over. It's GPL. Period.

      He didn't take GPL code and put it in Thesis. He called a bunch of functions in his code that are exposed by WordPress. It's not the same thing, especially since we're talking about PHP scripts (which are interpreted), and therefore Thesis code can run against any other set of .php files which offers functions with the same names - it's not really tied to WordPress.

      • Re:He has no case (Score:5, Informative)

        by shutdown -p now ( 807394 ) on Thursday July 22, 2010 @05:07PM (#32996068) Journal

        I apologize for posting incorrect information. Thesis does contain portions of GPL'd code directly copied from WordPress. So what you say is 100% true, regardless of the take on GPL vs dynamic linking and APIs. I somehow managed to read TFA without noticing that bit :( Also see this [ma.tt].

        However, I still stand by my assertion that any other WordPress theme which did not directly copy WordPress code cannot be reasonably considered a derived work for copyright purposes (and therefore not subject to the GPL), contrary to what WordPress authors claim.

        It's a pity that this case is a GPL violation so blatant that it will never get to the point of debating those (far more interesting) issues in court - in fact, I doubt there will even be a court.

  • I'm not a programmer (at least, not a good one), but I was under the impression that one of the major fine-lines in the GPL is how linking occurs: if you link like something is a library call, you're fine. But if things are compiled together, you fall under the purvey of the GPL.

    How does the GPL deal with interpreted languages? If there isn't any cross-compiling that takes place, where does one piece of software end and another begin?

    • Re: (Score:3, Informative)

      by PhrstBrn ( 751463 )

      You're confusing LGPL and the GPL. The LGPL has a linking exception, the GPL does not. You cannot distribute code linking to GPL code without using a GPL compatible license. If you link to code distributed under the LGPL, you're fine. The only thing you need to distribute is the the actual library you linked to, if you made any changes, but not the rest of your codebase.

      Wordpress is GPL, so linking to any of the Wordpress codebase requires distributing your code under the terms of the GPL. I don't see

  • If the program dynamically links plug-ins, and they make function calls to each other and share data structures, we believe they form a single program, which must be treated as an extension of both the main program and the plug-ins. This means the plug-ins must be released under the GPL or a GPL-compatible free software license, and that the terms of the GPL must be followed when those plug-ins are distributed.

    If I add a module to a GPL-covered program, do I have to use the GPL as the license for my module?

    • If the program dynamically links plug-ins, and they make function calls to each other and share data structures, we believe they form a single program

      The key words here are "we believe." It is at least possible that a court might disagree.

    • Re: (Score:2, Informative)

      The GPL doesn't define "derivative work", nor does the FSF's GPL FAQ; only the Copyright Act does. If the GPL's interpretation of "derivative work" differs from that of the language of the Copyright Act, or of applicable case law, then the GPL's interpretation will not withstand a court challenge. And in fact, the interpretation of FSF/SFLC/Matt Mullenweg/et al that WordPress Themes are inherently derivative of WordPress core, and therefore inherit GPL, runs exactly opposite to relevant copyright case law [chipbennett.net].
  • I run Mixergy.com, where I did the interview with Matt & Chris. Sorry my site is down. I'm working on it now.
  • Comment removed based on user account deletion
  • by wesw02 ( 846056 ) on Thursday July 22, 2010 @04:26PM (#32995360)
    His argument is that WordPress Plugin should be bound to the WordPress license because it uses hooks and attributes from their API. By that very argument Wordpress should be using the PHP License.
  • by Anonymous Coward

    Themes don't inherit the GPL. See the following article:

    WordPress Themes, GPL, and Copyright Case Law
    http://www.chipbennett.net/2010/07/wordpress-themes-gpl-and-copyright-case-law/

  • The key question here is whether a theme is a derivative work of Wordpress. If it is, then it needs to be licensed under the GPL. If not, then it doesn't.

    Let's presume that the template itself is a derivative work -- what does that mean for other potential 'derivative works,' where one piece of software is intended to work in and be integrated with another piece of software? Think software plug-ins or loadable modules or executables using system libraries. Heck, doesn't it really mean that if one piece

  • by salesgeek ( 263995 ) on Thursday July 22, 2010 @06:24PM (#32997092) Homepage

    WordPress themes are simply PHP libraries that WordPress calls when rendering a page. The license status of Wordpress themes are very much dealt with in finality by the GPL, and there is absolutely no question that the PHP files must be licensed per the GPL.

    From the GPL's narrative:

    This General Public License does not permit incorporating your program into
    proprietary programs. If your program is a subroutine library, you may
    consider it more useful to permit linking proprietary applications with the
    library. If this is what you want to do, use the GNU Lesser General
    Public License instead of this License.

  • by Fencepost ( 107992 ) on Thursday July 22, 2010 @08:27PM (#32998382) Journal
    In this particular case it sounds like Thesis is screwed because they're incorporating WordPress code into their theme - game over.

    In the more general case, I think you could make a credible argument that WordPress is designed to look for and utilize external libraries (called "themes") and that just doing so should not make WordPress' license apply to that theme (or plugin). My reasoning there is that if you argue that WordPress incorporating a theme makes the WP license (GPL) apply to that theme, what prevents that theme's license from correspondingly "infecting" WordPress?
  • by harlows_monkeys ( 106428 ) on Friday July 23, 2010 @02:59AM (#33000270) Homepage

    His analysis is all about how the code works when someone takes a theme and loads it in WordPress. While accurate on the technical details, it completely misses the point. When someone runs a theme in WordPress, they have caused a derivative work of WordPress to be created. They've also caused a derivative work of the theme to be created. No one seriously questions this. However, the license of WordPress allows this, so there's no problem here.

    The important question is whether or not a WordPress theme, AS DISTRIBUTED BY ITS AUTHOR, is a derivative work, and he fails to address this. The answer to that depends on whether or not the theme has incorporated (by copying, transforming, adapting, etc) any copyrightable elements of WordPress.

    The particular theme in question did include such elements, and so has a problem. However, in general, you do not appear to have to include any copyrightable Wordpress elements in a theme, and so a theme does not inherently have to be GPL.

    The majority of court cases that are relevant to this agree that writing code X to interface to code Y does NOT automatically make X a derivative work of Y. The FSF thinks that merely designing code to link with another piece of code makes the first a derivative work of the other, but there's no court cases that support that view, and better lawyers (such as Larry Rosen) than the FSF uses say that it doesn't automatically make a derivative work.

For God's sake, stop researching for a while and begin to think!

Working...