Skip to content

Commit

Permalink
Update Copyright dates
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacd committed Mar 31, 2015
1 parent 729373a commit 63c9404
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 9 deletions.
10 changes: 7 additions & 3 deletions xdelta3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,20 @@ compression. The latest information and downloads are available here:
http://xdelta.org/
http://github.com/jmacd/xdelta/

The command-line syntax:
Xdelta can be configured to use XZ Utils for secondary compression:

http://tukaani.org/xz/

The command-line syntax is detailed here:

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

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

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

xdelta3 -9 -S lzma -e -vfs OLD_FILE NEW_FILE DELTA_FILE
xdelta3 -d -vfs OLD_FILE DELTA_FILE DECODED_FILE
xdelta3 -9 -S lzma -e -f -s OLD_FILE NEW_FILE DELTA_FILE
xdelta3 -d -s OLD_FILE DELTA_FILE DECODED_FILE

File bug reports and browse open support issues here:

Expand Down
3 changes: 2 additions & 1 deletion xdelta3/xdelta3-decode.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/* xdelta 3 - delta compression tools and library
* Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007. Joshua P. MacDonald
* Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
* 2011, 2012, 2013, 2014, 2015. Joshua P. MacDonald
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion xdelta3/xdelta3-internal.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* xdelta3 - delta compression tools and library
* Copyright (C) 2011, 2012 Joshua P. MacDonald
* Copyright (C) 2011, 2012, 2013, 2014, 2015 Joshua P. MacDonald
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion xdelta3/xdelta3-lzma.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* xdelta 3 - delta compression tools and library
* Copyright (C) 2012, 2013. Joshua P. MacDonald
* Copyright (C) 2012, 2013, 2014, 2015. Joshua P. MacDonald
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion xdelta3/xdelta3-main.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* xdelta3 - delta compression tools and library
* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
* 2009, 2010, 2011, 2012, 2013 Joshua P. MacDonald
* 2009, 2010, 2011, 2012, 2013, 2014, 2015 Joshua P. MacDonald
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion xdelta3/xdelta3.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* xdelta 3 - delta compression tools and library
* Copyright (C) 2001, 2003, 2004, 2005, 2006, 2007,
* 2008, 2009, 2010, 2011, 2012, 2013. Joshua P. MacDonald
* 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015. Joshua P. MacDonald
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion xdelta3/xdelta3.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* xdelta 3 - delta compression tools and library
* Copyright (C) 2001, 2003, 2004, 2005, 2006, 2007,
* 2008, 2009, 2010, 2011, 2012, 2013. Joshua P. MacDonald
* 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015. Joshua P. MacDonald
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down

0 comments on commit 63c9404

Please sign in to comment.