Make WordPress Core

Ticket #16269: 16269.003.diff

File 16269.003.diff, 2.3 KB (added by markjaquith, 14 years ago)
  • wp-includes/version.php

     
    11<?php
    2 /*
    3 WordPress - Web publishing software
     2/**
     3 * WordPress - Web publishing software
     4 *
     5 * Copyright 2011 by the contributors
     6 *
     7 * This program is free software; you can redistribute it and/or modify
     8 * it under the terms of the GNU General Public License as published by
     9 * the Free Software Foundation; either version 2 of the License, or
     10 * (at your option) any later version.
     11 *
     12 * This program is distributed in the hope that it will be useful,
     13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     15 * GNU General Public License for more details.
     16 *
     17 * You should have received a copy of the GNU General Public License
     18 * along with this program; if not, write to the Free Software
     19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
     20 *
     21 * This program incorporates work covered by the following copyright and
     22 * permission notices:
     23 *
     24 *   b2 is (c) 2001, 2002 Michel Valdrighi - m@tidakada.com -
     25 *   http://tidakada.com
     26 *
     27 *   Wherever third party code has been used, credit has been given in the code's
     28 *   comments.
     29 *
     30 *   b2 is released under the GPL (see license.txt).
     31 *
     32 * and
     33 *
     34 *   WordPress - Web publishing software
     35 *
     36 *   Copyright 2003-2010 by the contributors
     37 *
     38 *   WordPress is released under the GPL (see license.txt)
     39 *
     40 * @package WordPress
     41 */
    442
    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 
    2043/**
    2144 * The WordPress version string
    2245 *