Skip to content
This repository has been archived by the owner on Jun 7, 2019. It is now read-only.

Commit

Permalink
compress: make Mark.Twain-Tom.Sawyer.txt licensed under non-free lice…
Browse files Browse the repository at this point in the history
…nse free again

This change strips non-free license from Mark.Twain-Tom.Sawyer.txt along with all reference to Project Gutenberg in the file and the whole source tree. Making the file public domain again.

Fixes golang#13216

Change-Id: I2f41b0de225f627dde152efe93c006a4c24be668
Reviewed-on: https://go-review.googlesource.com/17196
Reviewed-by: Andrew Gerrand <[email protected]>
  • Loading branch information
jcajka authored and adg committed Nov 24, 2015
1 parent ab9d5f3 commit 7a1fb95
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 395 deletions.
2 changes: 1 addition & 1 deletion src/compress/bzip2/bzip2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ var testfiles = []string{
// does not repeat, but there are only 10 possible digits, so it should be
// reasonably compressible.
digits: "testdata/e.txt.bz2",
// Twain is Project Gutenberg's edition of Mark Twain's classic English novel.
// Twain is Mark Twain's classic English novel.
twain: "testdata/Mark.Twain-Tom.Sawyer.txt.bz2",
// 16KB of random data from /dev/urandom
random: "testdata/random.data.bz2",
Expand Down
2 changes: 1 addition & 1 deletion src/compress/flate/reader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var testfiles = []string{
// does not repeat, but there are only 10 possible digits, so it should be
// reasonably compressible.
digits: "../testdata/e.txt",
// Twain is Project Gutenberg's edition of Mark Twain's classic English novel.
// Twain is Mark Twain's classic English novel.
twain: "../testdata/Mark.Twain-Tom.Sawyer.txt",
}

Expand Down
Loading

0 comments on commit 7a1fb95

Please sign in to comment.