Module: Diff

Defined in:
lib/watobo/external/diff/lcs.rb

Overview

. lcs.rb

Copyright 2013 by siberas, www.siberas.de

This file is part of WATOBO (Web Application Tool Box)

http://watobo.sourceforge.com

WATOBO is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation version 2 of the License.

WATOBO is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with WATOBO; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . ! /usr/env/bin ruby – Copyright 2004 Austin Ziegler <[email protected]>

adapted from:
  Algorithm::Diff (Perl) by Ned Konz <[email protected]>
  Smalltalk by Mario I. Wolczko <[email protected]>
implements McIlroy-Hunt diff algorithm

This program is free software. It may be redistributed and/or modified under the terms of the GPL version 2 (or later), the Perl Artistic licence, or the Ruby licence.

$Id: lcs.rb,v 1.9 2004/10/17 20:31:10 austin Exp $ ++

Defined Under Namespace

Modules: LCS