summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md30
1 files changed, 25 insertions, 5 deletions
diff --git a/README.md b/README.md
index 85de893..198ee42 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,26 @@
1# xdelta 1# Xdelta
2open-source binary diff, delta/differential compression tools, VCDIFF/RFC 3284 delta compression 2
3Xdelta version 3 is a C library and command-line tool for delta
4compression using VCDIFF/RFC 3284 streams.
5
6# License
7
8This repository contains branches of Xdelta 3.x that were
9re-licensed by the original author under the [Apache Public
10License version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
11namely:
12
13__release3_0_apl__ Change to APL based on 3.0.11 sources
14__release3_1_apl__ Merges release3_0_apl with 3.1.0 sources
15
16The original GPL licensed Xdelta lives at
17
18http://github.com/p/xdelta-gpl.
19
20# Documentation
21
22See the [command-line usage](https://github.com/jmacd/xdelta/blob/wiki/CommandLineSyntax.md). See [wiki directory](https://github.com/jmacd/xdelta/tree/wiki).
23
24
25
3 26
4This repository contains branches of Xdelta 3.x that were re-licensed by the original author under the Apache Public License version 2.0, release3_1_apl and release3_0_apl.
5These branches were taken from the code base of Xdelta 3.0.11 and 3.1.0, respectively.
6For the original GPL licensed Xdelta see ... UNDER CONSTRUCTION