Skip to:
Content

BuddyPress.org

Ticket #4446: 4446.diff

File 4446.diff, 1.0 KB (added by jkudish, 13 years ago)

add licence to loader header

  • bp-loader.php

     
    1919 * Version:     1.7-bleeding
    2020 * Text Domain: buddypress
    2121 * Domain Path: /bp-languages/
     22 * License: GPLv2 or later
    2223 */
    2324
     25/*
     26This program is free software; you can redistribute it and/or
     27modify it under the terms of the GNU General Public License
     28as published by the Free Software Foundation; either version 2
     29of the License, or (at your option) any later version.
     30
     31This program is distributed in the hope that it will be useful,
     32but WITHOUT ANY WARRANTY; without even the implied warranty of
     33MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     34GNU General Public License for more details.
     35
     36You should have received a copy of the GNU General Public License
     37along with this program; if not, write to the Free Software
     38Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
     39*/
     40
    2441// Exit if accessed directly
    2542if ( !defined( 'ABSPATH' ) ) exit;
    2643