diff options
Diffstat (limited to 'crctable.c')
-rw-r--r-- | crctable.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -8,7 +8,7 @@ | |||
8 | This file is a part of bzip2 and/or libbzip2, a program and | 8 | This file is a part of bzip2 and/or libbzip2, a program and |
9 | library for lossless, block-sorting data compression. | 9 | library for lossless, block-sorting data compression. |
10 | 10 | ||
11 | Copyright (C) 1996-1999 Julian R Seward. All rights reserved. | 11 | Copyright (C) 1996-2000 Julian R Seward. All rights reserved. |
12 | 12 | ||
13 | Redistribution and use in source and binary forms, with or without | 13 | Redistribution and use in source and binary forms, with or without |
14 | modification, are permitted provided that the following conditions | 14 | modification, are permitted provided that the following conditions |
@@ -43,7 +43,7 @@ | |||
43 | 43 | ||
44 | Julian Seward, Cambridge, UK. | 44 | Julian Seward, Cambridge, UK. |
45 | jseward@acm.org | 45 | jseward@acm.org |
46 | bzip2/libbzip2 version 0.9.5 of 24 May 1999 | 46 | bzip2/libbzip2 version 1.0 of 21 March 2000 |
47 | 47 | ||
48 | This program is based on (at least) the work of: | 48 | This program is based on (at least) the work of: |
49 | Mike Burrows | 49 | Mike Burrows |
@@ -68,7 +68,7 @@ | |||
68 | comp.compression FAQ. | 68 | comp.compression FAQ. |
69 | --*/ | 69 | --*/ |
70 | 70 | ||
71 | UInt32 crc32Table[256] = { | 71 | UInt32 BZ2_crc32Table[256] = { |
72 | 72 | ||
73 | /*-- Ugly, innit? --*/ | 73 | /*-- Ugly, innit? --*/ |
74 | 74 | ||