Make WordPress Core


Ignore:
Timestamp:
12/30/2010 06:38:34 PM (14 years ago)
Author:
ryan
Message:

Add Copyright Statement, Licensing Information and Disclaimer to kses. Props hakre. Thanks Ulf Harnhammar. see #16039

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/wp-includes/kses.php

    r17172 r17182  
    11<?php
    22/**
    3  * HTML/XHTML filter that only allows some elements and attributes
     3 * kses 0.2.2 - HTML/XHTML filter that only allows some elements and attributes
     4 * Copyright (C) 2002, 2003, 2005  Ulf Harnhammar
     5 *
     6 * This program is free software and open source software; you can redistribute
     7 * it and/or modify it under the terms of the GNU General Public License as
     8 * published by the Free Software Foundation; either version 2 of the License,
     9 * or (at your option) any later version.
     10 *
     11 * This program is distributed in the hope that it will be useful, but WITHOUT
     12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
     13 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
     14 * more details.
     15 *
     16 * You should have received a copy of the GNU General Public License along
     17 * with this program; if not, write to the Free Software Foundation, Inc.,
     18 * 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  or visit
     19 * http://www.gnu.org/licenses/gpl.html
     20 *
     21 * [kses strips evil scripts!]
    422 *
    523 * Added wp_ prefix to avoid conflicts with existing kses users
     
    1129 * @package External
    1230 * @subpackage KSES
    13  *
    14  * @internal
    15  * *** CONTACT INFORMATION ***
    16  * E-mail:      metaur at users dot sourceforge dot net
    17  * Web page:    http://sourceforge.net/projects/kses
    18  * Paper mail:  Ulf Harnhammar
    19  *              Ymergatan 17 C
    20  *              753 25  Uppsala
    21  *              SWEDEN
    22  *
    23  * [kses strips evil scripts!]
    2431 */
    2532
Note: See TracChangeset for help on using the changeset viewer.