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. |