From 56a84987dd1bdaf0b9cd98c53c50685c82159240 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Thu, 9 Jun 2016 11:16:41 +1000 Subject: [PATCH] Update copyright dates --- lrzip.c | 2 +- lrzip_private.h | 2 +- lrztar | 2 +- rzip.c | 2 +- util.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lrzip.c b/lrzip.c index b72b9ee..732d2ec 100644 --- a/lrzip.c +++ b/lrzip.c @@ -1,5 +1,5 @@ /* - Copyright (C) 2006-2015 Con Kolivas + Copyright (C) 2006-2016 Con Kolivas Copyright (C) 2011 Peter Hyman Copyright (C) 1998-2003 Andrew Tridgell diff --git a/lrzip_private.h b/lrzip_private.h index fa29f44..9ac9f47 100644 --- a/lrzip_private.h +++ b/lrzip_private.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2006-2015 Con Kolivas + Copyright (C) 2006-2016 Con Kolivas Copyright (C) 2011 Peter Hyman Copyright (C) 1998-2003 Andrew Tridgell diff --git a/lrztar b/lrztar index dddb9a3..fafc108 100755 --- a/lrztar +++ b/lrztar @@ -1,7 +1,7 @@ #!/bin/bash # Copyright (C) George Makrydakis 2009-2011,2013 -# Copyright (C) Con Kolivas 2011-2012 +# Copyright (C) Con Kolivas 2011-2012,2016 # A bash wrapper for Con Kolivas' excellent lrzip utility. For the time # being, lrzip does not like pipes, so we had to do this. It is kind of diff --git a/rzip.c b/rzip.c index 6bdff90..56a9291 100644 --- a/rzip.c +++ b/rzip.c @@ -1,5 +1,5 @@ /* - Copyright (C) 2006-2015 Con Kolivas + Copyright (C) 2006-2016 Con Kolivas Copyright (C) 1998 Andrew Tridgell Modified to use flat hash, memory limit and variable hash culling diff --git a/util.c b/util.c index 442a884..d79125b 100644 --- a/util.c +++ b/util.c @@ -1,5 +1,5 @@ /* - Copyright (C) 2006-2015 Con Kolivas + Copyright (C) 2006-2016 Con Kolivas Copyright (C) 2011 Serge Belyshev Copyright (C) 2008, 2011 Peter Hyman Copyright (C) 1998 Andrew Tridgell