diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-02-21 23:00:56 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-02-21 23:00:56 +0000 |
commit | 8f5a7b54eb953bbfc877ec915e26b3a95ec28d00 (patch) | |
tree | 827e40ab3528e10afd6fcb44f7ed5db0d7eed519 /updater/bzip2-1.0.3/spewG.c | |
parent | b130e8caa16961f597ae4ac6984a6aa00de7b6c7 (diff) |
New updater with 3x reduced footprint and fully W7 and x64 compatible
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@476 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'updater/bzip2-1.0.3/spewG.c')
-rw-r--r-- | updater/bzip2-1.0.3/spewG.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/updater/bzip2-1.0.3/spewG.c b/updater/bzip2-1.0.3/spewG.c index 7934e76..5892b92 100644 --- a/updater/bzip2-1.0.3/spewG.c +++ b/updater/bzip2-1.0.3/spewG.c @@ -9,6 +9,21 @@ (but is otherwise harmless). */ +/* ------------------------------------------------------------------ + This file is part of bzip2/libbzip2, a program and library for + lossless, block-sorting data compression. + + bzip2/libbzip2 version 1.0.5 of 10 December 2007 + Copyright (C) 1996-2007 Julian Seward <jseward@bzip.org> + + Please read the WARNING, DISCLAIMER and PATENTS sections in the + README file. + + This program is released under the terms of the license contained + in the file LICENSE. + ------------------------------------------------------------------ */ + + #define _FILE_OFFSET_BITS 64 #include <stdio.h> |