diff options
author | Mark Wielaard <mark@klomp.org> | 2019-03-30 23:09:35 +0100 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2019-03-30 22:56:16 +0100 |
commit | 032a25eee83fd7556cd9e7b1829d56dcc627ddcf (patch) | |
tree | 41aa8e8c8bebb15b01eb9d2813bcf6bb7c197010 | |
parent | 5b923861db7bdd0560f3ecbc8be6e91e830066eb (diff) | |
download | bzip2-032a25eee83fd7556cd9e7b1829d56dcc627ddcf.tar.gz bzip2-032a25eee83fd7556cd9e7b1829d56dcc627ddcf.tar.bz2 bzip2-032a25eee83fd7556cd9e7b1829d56dcc627ddcf.zip |
Change all bzip.org URLs to sourceware.org/bzip2
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | bzip2.1 | 2 | ||||
-rw-r--r-- | bzip2.1.preformatted | 2 | ||||
-rw-r--r-- | bzip2.txt | 2 | ||||
-rw-r--r-- | entities.xml | 2 |
5 files changed, 6 insertions, 6 deletions
@@ -73,7 +73,7 @@ HOW TO BUILD -- Windows 95, NT, DOS, Mac, etc. | |||
73 | 73 | ||
74 | It's difficult for me to support compilation on all these platforms. | 74 | It's difficult for me to support compilation on all these platforms. |
75 | My approach is to collect binaries for these platforms, and put them | 75 | My approach is to collect binaries for these platforms, and put them |
76 | on the master web site (http://www.bzip.org). Look there. However | 76 | on the master web site (https://sourceware.org/bzip2/). Look there. However |
77 | (FWIW), bzip2-1.0.X is very standard ANSI C and should compile | 77 | (FWIW), bzip2-1.0.X is very standard ANSI C and should compile |
78 | unmodified with MS Visual C. If you have difficulties building, you | 78 | unmodified with MS Visual C. If you have difficulties building, you |
79 | might want to read README.COMPILATION.PROBLEMS. | 79 | might want to read README.COMPILATION.PROBLEMS. |
@@ -194,7 +194,7 @@ bzip-0.21, and bzip2 versions 0.1pl2, 0.9.0, 0.9.5, 1.0.0, 1.0.1, | |||
194 | 1.0.2 and 1.0.3, and the changes in bzip2 are largely a result of this | 194 | 1.0.2 and 1.0.3, and the changes in bzip2 are largely a result of this |
195 | feedback. I thank you for your comments. | 195 | feedback. I thank you for your comments. |
196 | 196 | ||
197 | bzip2's "home" is http://www.bzip.org/ | 197 | bzip2's "home" is https://sourceware.org/bzip2/ |
198 | 198 | ||
199 | Julian Seward | 199 | Julian Seward |
200 | jseward@acm.org | 200 | jseward@acm.org |
@@ -429,7 +429,7 @@ with MaybeUInt64 set to be an unsigned 64-bit integer. | |||
429 | .SH AUTHOR | 429 | .SH AUTHOR |
430 | Julian Seward, jseward@acm.org. | 430 | Julian Seward, jseward@acm.org. |
431 | 431 | ||
432 | http://www.bzip.org | 432 | https://sourceware.org/bzip2/ |
433 | 433 | ||
434 | The ideas embodied in | 434 | The ideas embodied in |
435 | .I bzip2 | 435 | .I bzip2 |
diff --git a/bzip2.1.preformatted b/bzip2.1.preformatted index da67b66..5f8e38e 100644 --- a/bzip2.1.preformatted +++ b/bzip2.1.preformatted | |||
@@ -374,7 +374,7 @@ CCAAVVEEAATTSS | |||
374 | AAUUTTHHOORR | 374 | AAUUTTHHOORR |
375 | Julian Seward, jseward@acm.org. | 375 | Julian Seward, jseward@acm.org. |
376 | 376 | ||
377 | http://www.bzip.org | 377 | https://sourceware.org/bzip2/ |
378 | 378 | ||
379 | The ideas embodied in _b_z_i_p_2 are due to (at least) the folĀ | 379 | The ideas embodied in _b_z_i_p_2 are due to (at least) the folĀ |
380 | lowing people: Michael Burrows and David Wheeler (for the | 380 | lowing people: Michael Burrows and David Wheeler (for the |
@@ -369,7 +369,7 @@ CAVEATS | |||
369 | AUTHOR | 369 | AUTHOR |
370 | Julian Seward, jseward@acm.org | 370 | Julian Seward, jseward@acm.org |
371 | 371 | ||
372 | http://www.bzip.org | 372 | https://sourceware.org/bzip2/ |
373 | 373 | ||
374 | The ideas embodied in bzip2 are due to (at least) the fol- | 374 | The ideas embodied in bzip2 are due to (at least) the fol- |
375 | lowing people: Michael Burrows and David Wheeler (for the | 375 | lowing people: Michael Burrows and David Wheeler (for the |
diff --git a/entities.xml b/entities.xml index 808a96a..0ff303e 100644 --- a/entities.xml +++ b/entities.xml | |||
@@ -1,5 +1,5 @@ | |||
1 | <!-- misc. strings --> | 1 | <!-- misc. strings --> |
2 | <!ENTITY bz-url "http://www.bzip.org"> | 2 | <!ENTITY bz-url "https://sourceware.org/bzip2/"> |
3 | <!ENTITY bz-email "jseward@acm.org"> | 3 | <!ENTITY bz-email "jseward@acm.org"> |
4 | <!ENTITY bz-lifespan "1996-2010"> | 4 | <!ENTITY bz-lifespan "1996-2010"> |
5 | 5 | ||