diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-11-23 22:25:28 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-11-23 22:25:28 +0000 |
commit | 8bfa01cab1298e198e8648fa5d9c286b657569b0 (patch) | |
tree | fa8f2d0e30c2aa38d35d512714f02aa2e0bd375c | |
parent | 5c8369e758ec49676332bc486fc9b48885178f14 (diff) | |
download | tinyproxy-8bfa01cab1298e198e8648fa5d9c286b657569b0.tar.gz tinyproxy-8bfa01cab1298e198e8648fa5d9c286b657569b0.zip |
Explictly add the reference to the GPL since people could be downloading
this from the CVS.
Diffstat (limited to '')
-rw-r--r-- | README | 24 |
1 files changed, 12 insertions, 12 deletions
@@ -2,17 +2,17 @@ DESCRIPTION ----------- - tinyproxy is a small, efficient HTTP proxy daemon. tinyproxy is very - useful in a small network setting, where a larger proxy like Squid - would either be too resource intensive, or a security risk. One of - the key features of tinyproxy is the buffering connection concept. - In effect, tinyproxy will buffer a high speed response from a server, - and then relay it to a client at the highest speed the client will - accept. This feature greatly reduces the problems with sluggishness - on the Internet. If you are sharing an Internet connection with a - small network, and you only want to allow HTTP requests to be - allowed, then tinyproxy is a great tool for the network - administrator. + tinyproxy is a small, efficient HTTP proxy daemon released under the + GNU General Public Licence (GPL). tinyproxy is very useful in a small + network setting, where a larger proxy like Squid would either be too + resource intensive, or a security risk. One of the key features of + tinyproxy is the buffering connection concept. In effect, tinyproxy + will buffer a high speed response from a server, and then relay it to + a client at the highest speed the client will accept. This feature + greatly reduces the problems with sluggishness on the Internet. If you + are sharing an Internet connection with a small network, and you only + want to allow HTTP requests to be allowed, then tinyproxy is a great + tool for the network administrator. INSTALLATION @@ -103,4 +103,4 @@ If you would like to contribute a feature, or a bug fix to the tinyproxy source, please send a diff (preferable a unified diff. i.e. "diff -u") against the latest release of tinyproxy. Also, - if you could include a brief description of what your patch does.
\ No newline at end of file + if you could include a brief description of what your patch does. |