Explictly add the reference to the GPL since people could be downloading

this from the CVS.
This commit is contained in:
Robert James Kaes 2001-11-23 22:25:28 +00:00
parent 5c8369e758
commit 8bfa01cab1

24
README
View File

@ -2,17 +2,17 @@
DESCRIPTION DESCRIPTION
----------- -----------
tinyproxy is a small, efficient HTTP proxy daemon. tinyproxy is very tinyproxy is a small, efficient HTTP proxy daemon released under the
useful in a small network setting, where a larger proxy like Squid GNU General Public Licence (GPL). tinyproxy is very useful in a small
would either be too resource intensive, or a security risk. One of network setting, where a larger proxy like Squid would either be too
the key features of tinyproxy is the buffering connection concept. resource intensive, or a security risk. One of the key features of
In effect, tinyproxy will buffer a high speed response from a server, tinyproxy is the buffering connection concept. In effect, tinyproxy
and then relay it to a client at the highest speed the client will will buffer a high speed response from a server, and then relay it to
accept. This feature greatly reduces the problems with sluggishness a client at the highest speed the client will accept. This feature
on the Internet. If you are sharing an Internet connection with a greatly reduces the problems with sluggishness on the Internet. If you
small network, and you only want to allow HTTP requests to be are sharing an Internet connection with a small network, and you only
allowed, then tinyproxy is a great tool for the network want to allow HTTP requests to be allowed, then tinyproxy is a great
administrator. tool for the network administrator.
INSTALLATION INSTALLATION
@ -103,4 +103,4 @@
If you would like to contribute a feature, or a bug fix to the If you would like to contribute a feature, or a bug fix to the
tinyproxy source, please send a diff (preferable a unified tinyproxy source, please send a diff (preferable a unified
diff. i.e. "diff -u") against the latest release of tinyproxy. Also, diff. i.e. "diff -u") against the latest release of tinyproxy. Also,
if you could include a brief description of what your patch does. if you could include a brief description of what your patch does.