• When I download the WordPress software there is a ReadMe file with a License section that states

    “WordPress is free software, and is released under the terms of the GPL version 2 or (at your option) any later version. See license.txt.”

    .

    The license.txt file states

    “This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License.”

    .

    However, there is no reference to the GPL in the php, Javascript, CSS or image files.

    WordPress is a Copyrighted set of files since copyright applies with or without an explicit statement. The owner of the copyright cannot obviously be determined from a file with no copyright statement but if the copyright default was to be assumed from the license.txt file then the copyright owner is “Copyright 2011-2016 by the contributors”.

    But there is no legal definition of who “the contributors” are!

    In the absence of a reference in the license section of the ReadMe.html file to a specific manifest file, and in the absence of references to the GPL within the files themselves, and in the absence of an identifiable individual, group, or company as a copyright owner I am puzzled as to what rights, if any I have to the I.P. as specified by the copyright owner(s) whoever they might be.

    I have three questions for someone who is legally eligible to respond on behalf of “the contributors”:

    Q1: Is there a reason that there is no GPL-linked manifest file in the downloaded WordPress zipfile or at least a reference in the License section of the ReadMe.html file to the contents of the zipfile as being covered by the GPL?

    Q2: Is “the contributors” a legally entitled and identified construct with a nominated representative to speak on their behalf w.r.t. I.P. queries about WordPress and, if so, who would they be and who would that representative be?

    Q3: If I contribute some code do I become one of “the contributors” entitled to full copyright rights?

    Now I know there will be a temptation for people other than “the contributors” legal representative to comment on this post but I would ask that people not comment UNLESS you are “the contributors” legal representative. I am not looking for opinion, I am looking for a rights statement from a legal representative.

    I think the result would be useful to all in the WordPress community. Let’s all wait together and see what happens 🙂

    Thanks in advance.

Viewing 12 replies - 1 through 12 (of 12 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    I am not looking for opinion, I am looking for a rights statement from a legal representative.

    These forums are not for that and these topics get closed in short order. GPL discussions quickly become as useful as answering “How many angels can dance on the head of a needle?”

    If you really need legal advice then please consult an actual lawyer. These forums are not that and anyone claiming to be authoritative about that here is almost certainly not. Note that I am not offering an answer to Q1, Q2 or Q3. 😉

    There is one thing that can be definitively said.

    However, there is no reference to the GPL in the php, Javascript, CSS or image files.

    The included license.txt file in the ZIP or tar.gz file covers 100% of the files in the WordPress download. Without exception all the CSS, PNG, JPG, PHP, js etc. files are licensed under the GPL.

    If you wish to understand the philosophy behind WordPress then this is a good start.

    https://wordpress.org/about/
    https://wordpress.org/about/license/

    This is good too as a general statement about WordPress.

    https://wordpress.org/about/philosophy/

    Thread Starter OnePressTech

    (@timhibberd)

    Thanks Jan but this is not an issue a lawyer can address nor is it a complicated question as per your “How many angels can dance on the head of a needle?”

    I am simply asking a few questions of the copyright holders of WordPress that can only be answered by the copyright holders.

    Although I appreciate your assurance that

    “The included license.txt file in the ZIP or tar.gz file covers 100% of the files in the WordPress download. Without exception all the CSS, PNG, JPG, PHP, js etc. files are licensed under the GPL.”

    , unless you are telling me you are one of “the contributors” it is just an opinion and has no legal weight. WIthout a manifest file linked to the GPL or references in the files to the GPL there is no legal reference to bind the software to the license.

    If the forum is not the place for this question I would be most appreciative of the email address for a representative of “the contributors” to pose these questions.

    Thanks for your assistance in this matter 🙂

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    There isn’t anyone to contact but you can try the WordPress Foundation via this URL.

    http://wordpressfoundation.org/contact/

    I am sure they get many contact request so you may need to be patient for a reply.

    I am simply asking a few questions of the copyright holders of WordPress that can only be answered by the copyright holders.

    There’s no single copyright holder. Scroll down to the list for the contributors in the 4.5 release.

    WordPress 4.5 “Coleman”

    You can see the same list via the credits-php on your own installation.

    http://your-wordpress-url/wp-admin/credits.php

    When people contribute code they do not relinquish copyright. The GPL covers the terms for distribution and use. But don’t take my word for it, you can always consult a… I’m sure you know what I was going to write. 😉

    Thanks for your assistance in this matter 🙂

    You’re welcome. I hope you get your question answered to your satisfaction.

    Thread Starter OnePressTech

    (@timhibberd)

    Thanks again for your thoughtful assistance Jan. If it is ok with you, though, I would like to leave this forum post open as an open request for response from the WordPress copyright holders or their legal representative.

    I have 35 years in the pointy end of commercial computing with: four multi-national patents to my name, one multi-national patent dispute defense, three corporate spin out attempts, one completed corporate spin-out, numerous multi-national contracts, supply agreements, NDAs,and Intellectual Property Agreements. As far as I am aware I have read all WordPress license material including supporting material. I am not a lawyer but I have a reasonable ability to differentiate a clearly expressed license from a less clearly expressed license.

    Although I have an opinion about the WordPress license I am not a copyright holder so my opinion is of no legal consequence. I can ask a lawyer but, again, that is just another opinion.

    I have put this request on the WordPress forum because the copyright holders who have the authority to address my questions are only identified in the license file as “the contributors”! This is not identified anywhere within the license file as a company or identified group of individuals with an expressed charter of legal delegation of authority for making changes to the license. So I have nowhere to send my query.

    I considered emailing the WordPress Foundation but their site makes no reference to their position as a legal representative of the software, only the trademark. Additionally, I felt the answers to my question might be of interest to the general WordPress community and better served by a public forum posting than a private email.

    What we do have at present is:

    1) The WordPress license is granted by “the contributors” who do not have a legal contact or representative to address license questions or adjust the license terms. A contact is common in licenses.

    2) The ReadMe.html file included with the WordPress software download refers to WordPress software being subject to the GPL as described in the license.txt file but the license section of the license.txt file ONLY “applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License.” The files in the WordPress zip file do not contain a reference to the GPL only the ReadMe.html file does. There is also no back-reference in the license.txt file preamble or in the Readme.html file to the other files in the WordPress downloaded zipfile.

    As a WordPress user it would make me feel more confident that I am using the software as “the contributors” intended if there was a manifest file included in the WordPress downloadable zipfile referred to in the ReadMe.txt file as constituting the WordPress software being subject to the GPL license as specified in the license.txt file.

    That is a change only “the contributors” can consider and legally implement though…thus this post 🙂

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    I’ll leave this topic open for now but you are really not getting something basic for WordPress.

    The emphasis is mine in the next quote.

    I have put this request on the WordPress forum because the copyright holders who have the authority to address my questions are only identified in the license file as “the contributors”!

    And that’s a true statement about “the contributors”. Contributing code does not mean anyone relinquishes copyright. As I’ve already indicated there are 298 contributors for the 4.5 release alone. That does not include all of the contributors from the prior release.

    Are you waiting to hear from hundreds of people in this topic?

    That’s the part I’ve been trying to explain. You seem to believe that there is some single person or entity who will reply to your question. That’s just not the case in this project.

    Please consider giving this a read. It may help you out in understanding.

    https://wordpress.org/about/philosophy/

    Again, I’ll not close this topic but your questions are based on an erroneous premise about WordPress.

    Thread Starter OnePressTech

    (@timhibberd)

    Thanks for leaving it open Jan. Much appreciated 🙂

    Regarding your concern that I am waiting for 298 people to respond…really…does my background sound like I am someone who wouldn’t get that!

    Of course I don’t expect to hear from “the contributors” in the form of emails from 298 people…that’s the point of this being a post…if the rights holders had a contact identified in the license file, as is common practice in intellectual property agreements, I would be sending this query to them. In the absence of a legal contact I am forced to post it for general consideration.

    I have tried to keep this post constrained to three queries to the copyright holders to avoid a subjective debate about the validity of the WordPress license by people who may have an opinion but no legal basis to clarify or enact change (me, you, non-contributors). Only the copyright holders can legally comment on and consider an alteration to the license.

    So what do I expect to happen next…not sure.

    A) Something
    I might be pleasantly surprised to hear that a core contributor in consultation with the WordPress foundation legal agrees that individual past core contributors have the rights to alter the license and can alter the Readme.html file to reference a manifest file listing the files in the WordPress zipfile as being covered under the GPL. Maybe the lawyer scratches his / her head and decides that a unanimous agreement of all past contributors is required to alter the license. I wouldn’t want to speculate. I do know that the ReadMe.html license section and the license.txt file can’t be modified by just anyone in any legally binding sense.

    Or

    B) Nothing
    This post might just remain as a cautionary tale for open source initiatives that do not follow standard intellectual property agreement conventions to ensure there is a legal representative authorised to address license queries and consider license alterations on behalf of the copyright holders AND to include with the distributed intellectual property a manifest file clearly referenced by the license as being covered by the license.

    I leave it up to the readers of this post to be concerned or not concerned that the current WordPress license does not explicitly reference the files contained in the WordPress zipfile and that it is not clear who, if anyone, is legally in a position to alter the WordPress license to be more explicit or respond to license queries.

    Thanks again for your patience and assistance in this matter Jan. Much appreciated 🙂

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    I leave it up to the readers of this post to be concerned or not concerned that the current WordPress license does not explicitly reference the files contained in the WordPress zipfile

    Why would a lack of an explicit list that references file names be a concern? I don’t mean what you may consider to be “standard intellectual property agreement conventions”, I’m asking what do you perceive as an issue for that lack of a file list?

    Can you name any other GPL’ed open source project that the distribution contains a manifest list like that?

    The readme.html contains this verbiage.

    License

    WordPress is free software, and is released under the terms of the GPL version 2 or (at your option) any later version. See license.txt.

    The license.txt file contains this as a preamble to the GNU GENERAL PUBLIC LICENSE Version 2 text.

    WordPress – Web publishing software

    Copyright 2011-2016 by the contributors

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

    This program incorporates work covered by the following copyright and
    permission notices:

    b2 is (c) 2001, 2002 Michel Valdrighi – m@tidakada.com
    http://tidakada.com

    Wherever third party code has been used, credit has been given in the code’s
    comments.

    b2 is released under the GPL

    and

    WordPress – Web publishing software

    Copyright 2003-2010 by the contributors

    WordPress is released under the GPL

    That preamble is pretty clear and inclusive. Where is there an issue or concern or risk? You seem to think that the readme.html and/or license.txt filed needs to be updated. Why?

    Thread Starter OnePressTech

    (@timhibberd)

    As I explained previously…

    The GPL license states that it only applies to files that refer to the GPL. You needed to look further down in the license file from your quote above to line 0 “This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License.”.

    None of the WordPress files refer to the GPL except for the Readme.html file. The ReadMe.html file refers to the GPL and license but does not refer to the other files in the wordpress zipfile. So there is no explicit statement directly binding the WordPress files to the GPL license.

    Legally, it could be argued that the GPL clearly excludes files that do not reference it and since the WordPress files do not reference it, it could be argued that they are not covered by the GPL.

    Please note that I’m not saying that the WordPress files are not covered by the GPL (the laws accepts some reasonable context for interpretation) but it puts the WordPress license into the implied coverage category rather than the safer explicitly stated coverage category. When it comes to the law specific is better than implicit.

    Intellectual property licenses typically identify a contact legally responsible for a license even if it on behalf of a group of rights holders and a manifest file listing the items covered by the license.

    This reduces the possible scope of interpretation.

    The reason I said “I leave it up to the readers of this post to be concerned or not concerned” is that, as currently structured, the WordPress license can be interpreted to include or exclude GPL coverage for the WordPress files. I’m a cautious guy who reads T&Cs very carefully before deciding to commit and I am reluctant to commit to terms that are not explicit.

    One possible fix (subject to lawyer approval) would be to modify the ReadMe.html to explicitly refer to the other files in the zipfile. A manifest file is a common unambiguous method for capturing that information.

    The question is…who is legally authorised to modify the ReadMe.html file to make that reference. I certainly know I’m not legally entitled. The question is…who is? Legally it is “the contributors”…whoever that is from a legal perspective.

    Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    Matters of legal opinion are well outside the scope of these forums, so we can only offer what has already been published.

    WordPress may currently power 26.4% of the known web, but it is offered for free, built and supported by volunteers, and backed by a non-profit organization.

    There are no paid employees or staff here, only volunteers who are passionate enough about the software to keep it stable and evolving over the years.

    “The Contributors” refers to anyone who has contributed code to WordPress. A list is not readily available, but it is a few thousand at least. You could checkout all of WordPress via SVN (not just Trunk), and run a query for props, but it might be just easier to check the bottom of the major release posts, like https://wordpress.org/news/2016/04/coleman/ (298 Contributors) and https://wordpress.org/news/2015/12/clifford/ (471 Contributors).

    All code in WordPress adheres to GPLv2 or later, as provided at https://wordpress.org/about/gpl/

    All contributors to WordPress adhere to the philosophy provided at https://wordpress.org/about/philosophy/

    Copyright is detailed at https://make.wordpress.org/core/handbook/about/licensing/#contributor-copyright

    Thread Starter OnePressTech

    (@timhibberd)

    Thank you James.

    I understand the WordPress philosophy and intention to be open under GPL, and I understand that the general WordPress membership are not in a position to discuss legal opinion. I am intimately familiar with all WordPress references provided in this post trail as I am an avid WordPress reader and have been providing a managed WordPress service to numerous clients for four years.

    That is not the purpose of this post.

    The purpose of this post is to highlight that the WordPres Readme.html / licence.txt does not explicitly state that the GPL applies to the files in the WordPress zipfile. In fact the GPL license states that GPL only applies to files that refer to the GPL and the WordPress files do not refer to the GPL with the exception of the Readme.html file.

    I’m not asking for a legal opinion nor am I soliciting a legal debate. I am simply pointing out a gap in the implementation of the WordPress license that I am highlighting for consideration and outlining the legal aspect to addressing this type of change. Technically anyone can make the change but legally only “the contributors” representative can do so if it to have any legal weight.

    Perhaps this would be simpler for you to consider as a feature enhancement request to add a manifest file to the WordPress zipfile with an adjustment to the Readme.txt file to explicitly apply the GPL to the manifest file entries. Caveat: only a legally authorised representative of “the contributors” can make this change with any legal weight.

    Jon (Kenshino)

    (@kenshino)

    Lord Jon

    @onepresstech,

    I’m taking it at face value that you see a problem and that you’re providing context for us to look into it.

    The last few posts seem to be going around in circles and I believe whatever needs to be said has been said.

    I’m closing this topic and will simply send the link to this topic to the foundation.

    Thanks.

    Moderator Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    The purpose of this post is to highlight that the WordPres Readme.html / licence.txt does not explicitly state that the GPL applies to the files in the WordPress zipfile. In fact the GPL license states that GPL only applies to files that refer to the GPL and the WordPress files do not refer to the GPL with the exception of the Readme.html file.

    I understand your view here, however your opinion is not relevant. The entirety of the WordPress files are available under the license as given.

    If you do not accept that that is the license which applies, then your only other alternative interpretation is that the files are copyrighted and thus you have no rights to them at all.

    The GPL is the only license that can possibly be applied to your use and distribution of the WordPress files.

    I’m not asking for a legal opinion nor am I soliciting a legal debate. I am simply pointing out a gap in the implementation of the WordPress license that I am highlighting for consideration and outlining the legal aspect to addressing this type of change. Technically anyone can make the change but legally only “the contributors” representative can do so if it to have any legal weight.

    No changes will be made in this matter. You can either accept that the license applies, and thus you have the rights to use the software under that license, or you can not accept that the licence applies, and thus you have no rights to the software of any kind. Your choice.

    You seem to think that because not every single file has such a notice in it that this phrase makes no sense:

    This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License.

    However, what you’re missing is that the WordPress package is the “work” in question here, so only a single statement anywhere in the package is good enough. Not every file must be “marked” according to your desires. That is not how licensing or copyright works. No “manifest” is required either. The entirety of the package is available under the terms of the GPL because that’s the terms it is available under. You can accept it, or not. Either way, it really makes no difference to WordPress.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Is there a link from a legally entitled source re. WordPress license?’ is closed to new replies.