diff options
Diffstat (limited to 'updater/bzip2-1.0.3/format.pl')
-rw-r--r-- | updater/bzip2-1.0.3/format.pl | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/updater/bzip2-1.0.3/format.pl b/updater/bzip2-1.0.3/format.pl index 8ab47ac..1928d15 100644 --- a/updater/bzip2-1.0.3/format.pl +++ b/updater/bzip2-1.0.3/format.pl @@ -1,4 +1,19 @@ #!/usr/bin/perl -w +# +# ------------------------------------------------------------------ +# 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. +# ------------------------------------------------------------------ +# use strict; # get command line values: |