Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(953)

Unified Diff: xdiff/README

Issue 1884873008: Add libxdiff library (Closed) Base URL: https://chromium.googlesource.com/native_client/src/third_party.git@master
Patch Set: Add license and README Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « xdiff/COPYING ('k') | xdiff/xdiff.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xdiff/README
diff --git a/xdiff/README b/xdiff/README
new file mode 100644
index 0000000000000000000000000000000000000000..e5416b7158b8fd3f13190f4284171ddf946f3c82
--- /dev/null
+++ b/xdiff/README
@@ -0,0 +1,14 @@
+Name: libxdiff
+URL: https://github.com/git/git/tree/master/xdiff
+License: GNU LGPL
+License File: COPYING
+Revision: aa3a2c2
+
+Description:
+This directory contains libxdiff library which implements diff functionality.
+
+The library was originally developed as a part of XMail project
+(http://www.xmailserver.org/) but has been later adopted by other projects as
+well, including Git and libgit2 which have incorporated various chantes and
+improvements. The version in this directory was copied directly from the Git
+source tree in xdiff subdirectory.
« no previous file with comments | « xdiff/COPYING ('k') | xdiff/xdiff.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698