summaryrefslogtreecommitdiff
path: root/private/librsync/README
diff options
context:
space:
mode:
Diffstat (limited to 'private/librsync/README')
-rw-r--r--private/librsync/README9
1 files changed, 0 insertions, 9 deletions
diff --git a/private/librsync/README b/private/librsync/README
deleted file mode 100644
index 23f48f1..0000000
--- a/private/librsync/README
+++ /dev/null
@@ -1,9 +0,0 @@
-librsync (rsync synchronization algorithm library.)
-
-librsync is a free software library that implements the rsync
-remote-delta algorithm.
-
-The rsync remote-delta algorithm is a method of efficiently
-transmitting a structure (such as a file) across a communications link
-when the receiving computer already has a different version of the
-same structure.