On Mon, 30 Dec 2019 at 18:14, murali Krishna via meld-list <[email protected]> wrote: > I found a Google library(https://github.com/google/diff-match-patch) > that does the same for texts but I want to extend this to large files. > I'm stuck at comparing the files in a folder effectively. Meld does > this effectively but there is no library for personal use. Can someone > please help me with this?
I'm not sure what you mean by "for personal use" here. Meld is licensed under the GPLv2 or later, so you can use Meld's code under the terms of that license. Specifically, if your project is also GPLv2 or later then you can make use of Meld's code in that project. I don't want to get into details of how the GPL works, but you should be able to find plenty of resources explaining the conditions and requirements for reusing GPLed code. cheers, Kai _______________________________________________ meld-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/meld-list
