summaryrefslogtreecommitdiff
path: root/xdelta3
diff options
context:
space:
mode:
authorJoshua MacDonald <josh.macdonald@gmail.com>2015-03-30 22:57:48 -0700
committerJoshua MacDonald <josh.macdonald@gmail.com>2015-03-30 22:57:48 -0700
commit63c9404c28dbcde26a730f1c62b70e0994b240cc (patch)
tree80d45faa3a5296f3837afd2ad72fae07e5d9fd95 /xdelta3
parent729373a05b00410b2554904747444d92944d9b26 (diff)
Update Copyright dates
Diffstat (limited to 'xdelta3')
-rw-r--r--xdelta3/README.md10
-rw-r--r--xdelta3/xdelta3-decode.h3
-rw-r--r--xdelta3/xdelta3-internal.h2
-rw-r--r--xdelta3/xdelta3-lzma.h2
-rw-r--r--xdelta3/xdelta3-main.h2
-rw-r--r--xdelta3/xdelta3.c2
-rw-r--r--xdelta3/xdelta3.h2
7 files changed, 14 insertions, 9 deletions
diff --git a/xdelta3/README.md b/xdelta3/README.md
index 3ad940b..a713765 100644
--- a/xdelta3/README.md
+++ b/xdelta3/README.md
@@ -13,7 +13,11 @@ compression. The latest information and downloads are available here:
13 http://xdelta.org/ 13 http://xdelta.org/
14 http://github.com/jmacd/xdelta/ 14 http://github.com/jmacd/xdelta/
15 15
16The command-line syntax: 16Xdelta can be configured to use XZ Utils for secondary compression:
17
18 http://tukaani.org/xz/
19
20The command-line syntax is detailed here:
17 21
18 https://github.com/jmacd/xdelta/blob/wiki/CommandLineSyntax.md 22 https://github.com/jmacd/xdelta/blob/wiki/CommandLineSyntax.md
19 23
@@ -21,8 +25,8 @@ Run 'xdelta3 -h' for brief help. Run 'xdelta3 test' for built-in tests.
21 25
22Sample commands (like gzip, -e means encode, -d means decode) 26Sample commands (like gzip, -e means encode, -d means decode)
23 27
24 xdelta3 -9 -S lzma -e -vfs OLD_FILE NEW_FILE DELTA_FILE 28 xdelta3 -9 -S lzma -e -f -s OLD_FILE NEW_FILE DELTA_FILE
25 xdelta3 -d -vfs OLD_FILE DELTA_FILE DECODED_FILE 29 xdelta3 -d -s OLD_FILE DELTA_FILE DECODED_FILE
26 30
27File bug reports and browse open support issues here: 31File bug reports and browse open support issues here:
28 32
diff --git a/xdelta3/xdelta3-decode.h b/xdelta3/xdelta3-decode.h
index a746df6..33464bc 100644
--- a/xdelta3/xdelta3-decode.h
+++ b/xdelta3/xdelta3-decode.h
@@ -1,5 +1,6 @@
1/* xdelta 3 - delta compression tools and library 1/* xdelta 3 - delta compression tools and library
2 * Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007. Joshua P. MacDonald 2 * Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
3 * 2011, 2012, 2013, 2014, 2015. Joshua P. MacDonald
3 * 4 *
4 * This program is free software; you can redistribute it and/or modify 5 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by 6 * it under the terms of the GNU General Public License as published by
diff --git a/xdelta3/xdelta3-internal.h b/xdelta3/xdelta3-internal.h
index 2e37768..5ad2fef 100644
--- a/xdelta3/xdelta3-internal.h
+++ b/xdelta3/xdelta3-internal.h
@@ -1,5 +1,5 @@
1/* xdelta3 - delta compression tools and library 1/* xdelta3 - delta compression tools and library
2 * Copyright (C) 2011, 2012 Joshua P. MacDonald 2 * Copyright (C) 2011, 2012, 2013, 2014, 2015 Joshua P. MacDonald
3 * 3 *
4 * This program is free software; you can redistribute it and/or modify 4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by 5 * it under the terms of the GNU General Public License as published by
diff --git a/xdelta3/xdelta3-lzma.h b/xdelta3/xdelta3-lzma.h
index 5be8407..bcf2ddf 100644
--- a/xdelta3/xdelta3-lzma.h
+++ b/xdelta3/xdelta3-lzma.h
@@ -1,5 +1,5 @@
1/* xdelta 3 - delta compression tools and library 1/* xdelta 3 - delta compression tools and library
2 * Copyright (C) 2012, 2013. Joshua P. MacDonald 2 * Copyright (C) 2012, 2013, 2014, 2015. Joshua P. MacDonald
3 * 3 *
4 * This program is free software; you can redistribute it and/or modify 4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by 5 * it under the terms of the GNU General Public License as published by
diff --git a/xdelta3/xdelta3-main.h b/xdelta3/xdelta3-main.h
index 0081cc2..d993bc4 100644
--- a/xdelta3/xdelta3-main.h
+++ b/xdelta3/xdelta3-main.h
@@ -1,6 +1,6 @@
1/* xdelta3 - delta compression tools and library 1/* xdelta3 - delta compression tools and library
2 * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2 * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
3 * 2009, 2010, 2011, 2012, 2013 Joshua P. MacDonald 3 * 2009, 2010, 2011, 2012, 2013, 2014, 2015 Joshua P. MacDonald
4 * 4 *
5 * This program is free software; you can redistribute it and/or modify 5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by 6 * it under the terms of the GNU General Public License as published by
diff --git a/xdelta3/xdelta3.c b/xdelta3/xdelta3.c
index 459e6cf..fd50a75 100644
--- a/xdelta3/xdelta3.c
+++ b/xdelta3/xdelta3.c
@@ -1,6 +1,6 @@
1/* xdelta 3 - delta compression tools and library 1/* xdelta 3 - delta compression tools and library
2 * Copyright (C) 2001, 2003, 2004, 2005, 2006, 2007, 2 * Copyright (C) 2001, 2003, 2004, 2005, 2006, 2007,
3 * 2008, 2009, 2010, 2011, 2012, 2013. Joshua P. MacDonald 3 * 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015. Joshua P. MacDonald
4 * 4 *
5 * This program is free software; you can redistribute it and/or modify 5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by 6 * it under the terms of the GNU General Public License as published by
diff --git a/xdelta3/xdelta3.h b/xdelta3/xdelta3.h
index 9d6427a..99f40c7 100644
--- a/xdelta3/xdelta3.h
+++ b/xdelta3/xdelta3.h
@@ -1,6 +1,6 @@
1/* xdelta 3 - delta compression tools and library 1/* xdelta 3 - delta compression tools and library
2 * Copyright (C) 2001, 2003, 2004, 2005, 2006, 2007, 2 * Copyright (C) 2001, 2003, 2004, 2005, 2006, 2007,
3 * 2008, 2009, 2010, 2011, 2012, 2013. Joshua P. MacDonald 3 * 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015. Joshua P. MacDonald
4 * 4 *
5 * This program is free software; you can redistribute it and/or modify 5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by 6 * it under the terms of the GNU General Public License as published by