diff options
author | Julian Seward <jseward@acm.org> | 1997-08-29 22:13:13 +0200 |
---|---|---|
committer | Julian Seward <jseward@acm.org> | 1997-08-29 22:13:13 +0200 |
commit | 1eb67a9d8f7f05ae310bc9ef297d176f3a3f8a37 (patch) | |
tree | 7320c524e6eca96193adda97d2cdb5d76d57920a /README | |
parent | 33d134030248633ffa7d60c0a35a783c46da034b (diff) | |
download | bzip2-1eb67a9d8f7f05ae310bc9ef297d176f3a3f8a37.tar.gz bzip2-1eb67a9d8f7f05ae310bc9ef297d176f3a3f8a37.tar.bz2 bzip2-1eb67a9d8f7f05ae310bc9ef297d176f3a3f8a37.zip |
bzip2-0.1pl2bzip2-0.1pl2
Diffstat (limited to 'README')
-rw-r--r-- | README | 16 |
1 files changed, 13 insertions, 3 deletions
@@ -8,7 +8,7 @@ GREETINGS! | |||
8 | for details, see the file LICENSE. Pointers to the algorithms used | 8 | for details, see the file LICENSE. Pointers to the algorithms used |
9 | are in ALGORITHMS. Instructions for use are in bzip2.1.preformatted. | 9 | are in ALGORITHMS. Instructions for use are in bzip2.1.preformatted. |
10 | 10 | ||
11 | Please read this file carefully. | 11 | Please read all of this file carefully. |
12 | 12 | ||
13 | 13 | ||
14 | 14 | ||
@@ -223,7 +223,15 @@ DISCLAIMER: | |||
223 | I very much hope the opposite is true. bzip2 has been carefully | 223 | I very much hope the opposite is true. bzip2 has been carefully |
224 | constructed and extensively tested. | 224 | constructed and extensively tested. |
225 | 225 | ||
226 | End of nasty legalities. | 226 | |
227 | PATENTS: | ||
228 | |||
229 | To the best of my knowledge, bzip2 does not use any patented | ||
230 | algorithms. However, I do not have the resources available to | ||
231 | carry out a full patent search. Therefore I cannot give any | ||
232 | guarantee of the above statement. | ||
233 | |||
234 | End of legalities. | ||
227 | 235 | ||
228 | 236 | ||
229 | I hope you find bzip2 useful. Feel free to contact me at | 237 | I hope you find bzip2 useful. Feel free to contact me at |
@@ -240,4 +248,6 @@ Manchester, UK | |||
240 | 25 August 1996 (version 0.21) | 248 | 25 August 1996 (version 0.21) |
241 | 249 | ||
242 | Guildford, Surrey, UK | 250 | Guildford, Surrey, UK |
243 | 7 August 1997 (bzip2, version 0.0) \ No newline at end of file | 251 | 7 August 1997 (bzip2, version 0.1) |
252 | 29 August 1997 (bzip2, version 0.1pl2) | ||
253 | |||