From 63c9404c28dbcde26a730f1c62b70e0994b240cc Mon Sep 17 00:00:00 2001 From: Joshua MacDonald Date: Mon, 30 Mar 2015 22:57:48 -0700 Subject: Update Copyright dates --- xdelta3/README.md | 10 +++++++--- xdelta3/xdelta3-decode.h | 3 ++- xdelta3/xdelta3-internal.h | 2 +- xdelta3/xdelta3-lzma.h | 2 +- xdelta3/xdelta3-main.h | 2 +- xdelta3/xdelta3.c | 2 +- xdelta3/xdelta3.h | 2 +- 7 files changed, 14 insertions(+), 9 deletions(-) (limited to 'xdelta3') 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: 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 @@ -21,8 +25,8 @@ 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: 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 @@ /* 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 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 @@ /* 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 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 @@ /* 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 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 @@ /* 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 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 @@ /* 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 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 @@ /* 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 -- cgit v1.2.3