]> Dogcows Code - chaz/tar/commitdiff
(gzip): Remove compression patent warning. According to Brett Smith, the patent is...
authorSergey Poznyakoff <gray@gnu.org.ua>
Thu, 18 Oct 2007 07:59:39 +0000 (07:59 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Thu, 18 Oct 2007 07:59:39 +0000 (07:59 +0000)
doc/tar.texi

index 8316fa425708320fbfc9b096d8e8c8e0a339f6b5..328ed9f79b701fb889110a565808947793d4db89 100644 (file)
@@ -7957,10 +7957,8 @@ switch to @samp{posix}.
 @command{gzip}, @command{bzip2} and @command{lzma} compression
 programs.  For backward compatibility, it also supports
 @command{compress} command, although we strongly recommend against
-using it, since there is a patent covering the algorithm it uses and
-you could be sued for patent infringement merely by running
-@command{compress}!  Besides, it is by far less effective than other
-compression programs.
+using it, because it is by far less effective than other compression
+programs@footnote{It also had patent problems in the past.}.
 
 Creating a compressed archive is simple: you just specify a
 @dfn{compression option} along with the usual archive creation
@@ -8115,11 +8113,6 @@ Filter the archive through @command{lzma}.  Otherwise like @option{--gzip}.
 @itemx --uncompress
 Filter the archive through @command{compress}.  Otherwise like @option{--gzip}.
 
-The @acronym{GNU} Project recommends you not use
-@command{compress}, because there is a patent covering the algorithm it
-uses.  You could be sued for patent infringement merely by running
-@command{compress}.
-
 @opindex use-compress-program
 @item --use-compress-program=@var{prog}
 Use external compression program @var{prog}.  Use this option if you
This page took 0.030315 seconds and 4 git commands to generate.