GPL and the Wordpress x Thesis theme issue (Why Chris is right)
1–10 of 22 posts
Re: GPL and the Wordpress x Thesis theme issue (Why Chris is right)
#2That said, maybe Wordpress themes are much different than normal themes, and are much more tightly coupled? That WP would pursue this if not puzzles me.
Re: GPL and the Wordpress x Thesis theme issue (Why Chris is right)
#3Thesis integrates with Wordpress, it is not derivative from it. Same way Linux modules integrate with the Linux kernel (and many of them are closed source).
If someone is using a public/open API, and not distributing any part of the software, it means they are not based on the other.
Re: GPL and the Wordpress x Thesis theme issue (Why Chris is right)
#4Re: GPL and the Wordpress x Thesis theme issue (Why Chris is right)
#5To summarize: Thesis integrates with Wordpress, it is not derivative from it. Same way Linux modules integrate with the Linux kernel (and many of them are closed source). If someone is using a public/open API, and not distributing any part of the software, it means they are not based on the other.
Re: GPL and the Wordpress x Thesis theme issue (Why Chris is right)
#6To summarize: Thesis integrates with Wordpress, it is not derivative from it. Same way Linux modules integrate with the Linux kernel (and many of them are closed source). If someone is using a public/open API, and not distributing any part of the software, it means they are not based on the other.
See for instance: http://www.oreillynet.com/linux/blog/2006/08/why_binaryonly_...
Re: GPL and the Wordpress x Thesis theme issue (Why Chris is right)
#7To summarize: Thesis integrates with Wordpress, it is not derivative from it. Same way Linux modules integrate with the Linux kernel (and many of them are closed source). If someone is using a public/open API, and not distributing any part of the software, it means they are not based on the other.
If that API is under the GPL then isn't use of it a derivative work? If the API is a GPL implementation of a standard API, e.g. the JDBC API, then it wouldn't be a derivative work, not sure if Themes call a wordpress specific API or not though.
At what point does dynamic linking make something a derived work - and how is dynamic linking fundamentally different, than, say, a remote procedure call (or SOAP or REST or whatever) over a network? The interface is different, but the principle is the same.
Also - the GPL does state that it's okay to link against things that are "standard parts" of the target system....
Re: GPL and the Wordpress x Thesis theme issue (Why Chris is right)
#8Re: GPL and the Wordpress x Thesis theme issue (Why Chris is right)
#9Isn't this whole issue why the LGPL exists?
Re: GPL and the Wordpress x Thesis theme issue (Why Chris is right)
#10To summarize: Thesis integrates with Wordpress, it is not derivative from it. Same way Linux modules integrate with the Linux kernel (and many of them are closed source). If someone is using a public/open API, and not distributing any part of the software, it means they are not based on the other.
http://drewblas.com/2010/07/15/an-analysis-of-gpled-code-in-...