diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-15 10:42:14 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-15 10:42:14 +0200 |
commit | f4b26f77ab03a1bacf2c49a1982fabe2a58ccb9d (patch) | |
tree | 59096ce95ede4ac6445ee666e3e015f4fe5681d9 /doc/manual.html | |
parent | 07c0fcdfc8815ce6b82376d9d312b4e86ed29743 (diff) | |
download | rsyslog-f4b26f77ab03a1bacf2c49a1982fabe2a58ccb9d.tar.gz rsyslog-f4b26f77ab03a1bacf2c49a1982fabe2a58ccb9d.tar.bz2 rsyslog-f4b26f77ab03a1bacf2c49a1982fabe2a58ccb9d.zip |
changed some files to grant LGPLv3 extended persmissions on top of GPLv3
this also is the first sign of something that will evolve into a
well-defined "rsyslog runtime library"
Diffstat (limited to 'doc/manual.html')
-rw-r--r-- | doc/manual.html | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/manual.html b/doc/manual.html index 8bdee8b7..9c49cbee 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -65,8 +65,7 @@ the syslog priority (severity and facility) to the log file</a></li> <li><a href="http://www.rsyslog.com/Article19.phtml">preserving syslog sender over NAT</a> (online only)</li><li><a href="gssapi.html">an overview and howto of rsyslog gssapi support</a></li> <li><a href="debug.html">debug support in rsyslog</a></li> -<li><a href="dev_queue.html">the rsyslog message -queue object</a></li> +<li><a href="dev_queue.html">the rsyslog message queue object</a></li> </ul> <p>Our <a href="history.html">rsyslog history</a> page is for you if you would like to learn a little more @@ -98,5 +97,9 @@ mailing list</a>. If you are interested in the "backstage", you may find <a href="http://www.gerhards.net/rainer">Rainer</a>'s <a href="http://rgerhards.blogspot.com/">blog</a> an -interesting read (filter on syslog and rsyslog tags).</p> -</body></html>
\ No newline at end of file +interesting read (filter on syslog and rsyslog tags). +If you would like to use rsyslog source code inside your open source project, you can do that without +any restriction as long as your license is GPLv3 compatible. If your license is incompatible to GPLv3, +you may even be still permitted to use rsyslog source code. However, then you need to look at the way +<a href="licensing.html">rsyslog is licensed</a>.</p> +</body></html> |