Make WordPress Core


Ignore:
Timestamp:
06/08/2011 06:18:21 PM (12 years ago)
Author:
markjaquith
Message:

Move copyright notices to license.txt. props hakre. props aaroncampbell. fixes #16269

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/version.php

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