I would like to ask if the content of a wordpress blog–not the theme, but the actual entries–are GPL?
I would like to be doubly sure before I create a wordpress account. Please note: I have no beef with GPL, and respect that some people like it. I simply prefer things that aren’t put under this license.
Cheers!
Fiton
Think about it. If I write a text file using the Linux kernel (GPL) and GNU software like Gnome or Bash (also GPL) using GNU Emacs (also GPL), is that text file GPL? No.
I think that should answer your question.
To clarify, on a general basis, the copyleft aspect of the GPL only applies to when you use the code, either by extending, linking, or copying sections. Works produced using a piece of software licensed under the GPL but not its code belong to the creator and can be licensed however they want.
To answer your question you must learn a very important difference: The difference between a software and what you create with a software.
The GPL is a copyright license. Copyright can not limit what you produce with a copyrighted software, it can only limit the use of the software (like copying it).
That’s important to know, as humans need to be able to interact with a work (the software), even the interface you’re using does not fall under copyright. It’s only the software that is.
What I want to basically say is that the GPL can not apply to a programs input and output if it is not related to the work itself. The in- and output in your case is your blog-post. It’s a work on it’s own under copyright (let’s assume what you writing falls under copyright) and as you’re the author of that work, you can decide freely on your own about the licensing of your texts.
That’s your right no software license based on copyright can keep away from you, that’s independent to the GPL.
The GPL even clearly states that in it’s licensing terms, for example in those GPL licensing terms shipping with WordPress:
As your blog post is not a work based on wordpress (in the meaning of work and copyright, that’s meant legally here), you’re free to do whatever you want.
Please see as well the GPL FAQ:
The GPL only ensures that the software needs to stay free for all of it’s users – current and future ones. It’s using the copyright to achieve that. And it grants you the freedom to use the software for any purpose, including producing texts not under GPL 😉