From 795b859eee96c700e8f3c3fe68e6a9a39d95797c Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Sat, 24 Jun 2000 22:13:13 +0200 Subject: bzip2-1.0.1 --- crctable.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crctable.c') diff --git a/crctable.c b/crctable.c index ab53df6..61c040c 100644 --- a/crctable.c +++ b/crctable.c @@ -8,7 +8,7 @@ This file is a part of bzip2 and/or libbzip2, a program and library for lossless, block-sorting data compression. - Copyright (C) 1996-1999 Julian R Seward. All rights reserved. + Copyright (C) 1996-2000 Julian R Seward. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions @@ -43,7 +43,7 @@ Julian Seward, Cambridge, UK. jseward@acm.org - bzip2/libbzip2 version 0.9.5 of 24 May 1999 + bzip2/libbzip2 version 1.0 of 21 March 2000 This program is based on (at least) the work of: Mike Burrows @@ -68,7 +68,7 @@ comp.compression FAQ. --*/ -UInt32 crc32Table[256] = { +UInt32 BZ2_crc32Table[256] = { /*-- Ugly, innit? --*/ -- cgit v1.2.3-55-g6feb