From 2cabb335cb2cba7519d91f0d518ff843475e5b2b Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Thu, 16 Dec 2010 09:45:21 +1100 Subject: [PATCH] Update copyright notices courtesy of Jari Aalto. --- main.c | 7 +++---- runzip.c | 7 +++---- rzip.c | 7 +++---- rzip.h | 7 +++---- stream.c | 7 +++---- util.c | 13 ++++++------- 6 files changed, 21 insertions(+), 27 deletions(-) diff --git a/main.c b/main.c index 453402e..5a8b5ae 100644 --- a/main.c +++ b/main.c @@ -1,6 +1,6 @@ /* - Copyright (C) Andrew Tridgell 1998-2003, - Con Kolivas 2006-2010 + Copyright (C) 2006-2010 Con Kolivas + Copyright (C) 1998-2003 Andrew Tridgell 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 @@ -13,8 +13,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ /* lrzip compression - main program */ #include "rzip.h" diff --git a/runzip.c b/runzip.c index 93b2fca..cd7179d 100644 --- a/runzip.c +++ b/runzip.c @@ -1,6 +1,6 @@ /* - Copyright (C) Andrew Tridgell 1998-2003 - Con Kolivas 2006-2010 + Copyright (C) 2006-2010 Con Kolivas + Copyright (C) 1998-2003 Andrew Tridgell 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 @@ -13,8 +13,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ /* rzip decompression algorithm */ diff --git a/rzip.c b/rzip.c index bc4129e..3e24117 100644 --- a/rzip.c +++ b/rzip.c @@ -1,6 +1,6 @@ /* - Copyright (C) Andrew Tridgell 1998, - Con Kolivas 2006-2010 + Copyright (C) 2006-2010 Con Kolivas + Copyright (C) 1998 Andrew Tridgell Modified to use flat hash, memory limit and variable hash culling by Rusty Russell copyright (C) 2003. @@ -16,8 +16,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ /* rzip compression algorithm */ #include "rzip.h" diff --git a/rzip.h b/rzip.h index 9a317db..286fa54 100644 --- a/rzip.h +++ b/rzip.h @@ -1,6 +1,6 @@ /* - Copyright (C) Andrew Tridgell 1998, - Con Kolivas 2006-2010 + Copyright (C) 2006-2010 Con Kolivas + Copyright (C) 1998 Andrew Tridgell 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 @@ -13,8 +13,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ #define LRZIP_MAJOR_VERSION 0 diff --git a/stream.c b/stream.c index 12fae9a..73cbd3b 100644 --- a/stream.c +++ b/stream.c @@ -1,6 +1,6 @@ /* - Copyright (C) Andrew Tridgell 1998, - Con Kolivas 2006-2010 + Copyright (C) 2006-2010 Con Kolivas + Copyright (C) 1998 Andrew Tridgell 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 @@ -13,8 +13,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ /* multiplex N streams into a file - the streams are passed through different compressors */ diff --git a/util.c b/util.c index 459646e..3bb61bb 100644 --- a/util.c +++ b/util.c @@ -1,20 +1,19 @@ -/* - Copyright (C) Andrew Tridgell 1998 - Con Kolivas 2006-2010 +/* + Copyright (C) 2006-2010 Con Kolivas + Copyright (C) 1998 Andrew Tridgell 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 the Free Software Foundation; either version 2 of the License, or (at your option) any later version. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - + You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ /*