Make WordPress Core

Changeset 17301


Ignore:
Timestamp:
01/14/2011 07:26:43 PM (14 years ago)
Author:
markjaquith
Message:

WordPress contains libraries only available under the GPL v2 or later. No one cares about the GPL v1 anymore. We are now specifically saying that WordPress is available under the GPL version 2 or (at your option) any later version. This was discussed with the entire core team.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/readme.html

    r16896 r17301  
    103103
    104104<h1>License</h1>
    105 <p>WordPress is released under the <abbr title="GNU Public License">GPL</abbr> (see <a href="license.txt">license.txt</a>).</p>
     105<p>WordPress is free software, and is released under the terms of the <abbr title="GNU Public License">GPL</abbr> version 2 or (at your option) any later version. See <a href="license.txt">license.txt</a>.</p>
    106106
    107107
  • trunk/wp-includes/version.php

    r17288 r17301  
    11<?php
    2 /**
    3  * This holds the version number in a separate file so we can bump it without cluttering the SVN
    4  */
     2/*
     3WordPress - Web publishing software
     4
     5This program is free software; you can redistribute it and/or
     6modify it under the terms of the GNU General Public License
     7as published by the Free Software Foundation; either version 2
     8of the License, or (at your option) any later version.
     9
     10This program is distributed in the hope that it will be useful,
     11but WITHOUT ANY WARRANTY; without even the implied warranty of
     12MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     13GNU General Public License for more details.
     14
     15You should have received a copy of the GNU General Public License
     16along with this program; if not, write to the Free Software
     17Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
     18*/
    519
    620/**
Note: See TracChangeset for help on using the changeset viewer.