Skip to content

Commit 63c9404

Browse files
committed
Update Copyright dates
1 parent 729373a commit 63c9404

File tree

7 files changed

+14
-9
lines changed

7 files changed

+14
-9
lines changed

xdelta3/README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,20 @@ compression. The latest information and downloads are available here:
1313
http://xdelta.org/
1414
http://github.com/jmacd/xdelta/
1515

16-
The command-line syntax:
16+
Xdelta can be configured to use XZ Utils for secondary compression:
17+
18+
http://tukaani.org/xz/
19+
20+
The command-line syntax is detailed here:
1721

1822
https://github.com/jmacd/xdelta/blob/wiki/CommandLineSyntax.md
1923

2024
Run 'xdelta3 -h' for brief help. Run 'xdelta3 test' for built-in tests.
2125

2226
Sample commands (like gzip, -e means encode, -d means decode)
2327

24-
xdelta3 -9 -S lzma -e -vfs OLD_FILE NEW_FILE DELTA_FILE
25-
xdelta3 -d -vfs OLD_FILE DELTA_FILE DECODED_FILE
28+
xdelta3 -9 -S lzma -e -f -s OLD_FILE NEW_FILE DELTA_FILE
29+
xdelta3 -d -s OLD_FILE DELTA_FILE DECODED_FILE
2630

2731
File bug reports and browse open support issues here:
2832

xdelta3/xdelta3-decode.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/* 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
34
*
45
* This program is free software; you can redistribute it and/or modify
56
* it under the terms of the GNU General Public License as published by

xdelta3/xdelta3-internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* 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
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

xdelta3/xdelta3-lzma.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* 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
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

xdelta3/xdelta3-main.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* xdelta3 - delta compression tools and library
22
* 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
44
*
55
* This program is free software; you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

xdelta3/xdelta3.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* xdelta 3 - delta compression tools and library
22
* 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
44
*
55
* This program is free software; you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

xdelta3/xdelta3.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* xdelta 3 - delta compression tools and library
22
* 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
44
*
55
* This program is free software; you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)