includes/diff.php
changeset 536 218a627eb53e
parent 1 fe660c52c48f
child 685 17ebe24cdf85
equal deleted inserted replaced
533:698a8f04957c 536:218a627eb53e
     1 <?php
     1 <?php
       
     2 
       
     3 /*
       
     4  * Enano - an open-source CMS capable of wiki functions, Drupal-like sidebar blocks, and everything in between
       
     5  * Version 1.1.4 (Caoineag alpha 4)
       
     6  * Copyright (C) 2006-2008 Dan Fuhry
       
     7  *
       
     8  * This program is Free Software; you can redistribute and/or modify it under the terms of the GNU General Public License
       
     9  * as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
       
    10  *
       
    11  * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
       
    12  * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details.
       
    13  */
     2 
    14 
     3 // A PHP diff engine for phpwiki. (Taken from phpwiki-1.3.3)
    15 // A PHP diff engine for phpwiki. (Taken from phpwiki-1.3.3)
     4 //
    16 //
     5 // Copyright (C) 2000, 2001 Geoffrey T. Dairiki <dairiki@dairiki.org>
    17 // Copyright (C) 2000, 2001 Geoffrey T. Dairiki <dairiki@dairiki.org>
     6 // You may copy this code freely under the conditions of the GPL.
    18 // You may copy this code freely under the conditions of the GPL.