diff options
author | delphij <delphij@FreeBSD.org> | 2007-03-28 07:35:07 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2007-03-28 07:35:07 +0000 |
commit | 38743755054b9b2e511c49d77a6364bc653ac406 (patch) | |
tree | 2531e2ffd5f50e6f312ed3b1649f9f052d0466c5 /contrib/bzip2/spewG.c | |
parent | 344ba35988e53bba3654f363d1bdcc39430247df (diff) | |
download | FreeBSD-src-38743755054b9b2e511c49d77a6364bc653ac406.zip FreeBSD-src-38743755054b9b2e511c49d77a6364bc653ac406.tar.gz |
Virgin import (trimmed) of Bzip2 version 1.0.4.
Diffstat (limited to 'contrib/bzip2/spewG.c')
-rw-r--r-- | contrib/bzip2/spewG.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/contrib/bzip2/spewG.c b/contrib/bzip2/spewG.c index 7934e76..e1f3032 100644 --- a/contrib/bzip2/spewG.c +++ b/contrib/bzip2/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.4 of 20 December 2006 + Copyright (C) 1996-2006 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> |