diff options
Diffstat (limited to '')
-rw-r--r-- | spewG.c | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -9,6 +9,21 @@ | |||
9 | (but is otherwise harmless). | 9 | (but is otherwise harmless). |
10 | */ | 10 | */ |
11 | 11 | ||
12 | /* ------------------------------------------------------------------ | ||
13 | This file is part of bzip2/libbzip2, a program and library for | ||
14 | lossless, block-sorting data compression. | ||
15 | |||
16 | bzip2/libbzip2 version 1.0.4 of 20 December 2006 | ||
17 | Copyright (C) 1996-2006 Julian Seward <jseward@bzip.org> | ||
18 | |||
19 | Please read the WARNING, DISCLAIMER and PATENTS sections in the | ||
20 | README file. | ||
21 | |||
22 | This program is released under the terms of the license contained | ||
23 | in the file LICENSE. | ||
24 | ------------------------------------------------------------------ */ | ||
25 | |||
26 | |||
12 | #define _FILE_OFFSET_BITS 64 | 27 | #define _FILE_OFFSET_BITS 64 |
13 | 28 | ||
14 | #include <stdio.h> | 29 | #include <stdio.h> |