mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 06:12:05 +01:00
[javadoc-overview] Improve 'License' section
This commit is contained in:
parent
406daa78f7
commit
a39d44ed1f
1 changed files with 14 additions and 1 deletions
|
@ -27,7 +27,20 @@ connection.sendStanza(message);
|
|||
|
||||
<p>Smack comes with APIs for easy machine-to-machine communication. You can set any number of properties on each message, including properties that are Java objects.</p>
|
||||
|
||||
<p>Smack is open-source under the Apache License 2.0, which means you can incorporate Smack into your commercial or non-commercial applications.</p>
|
||||
<h2>License</h2>
|
||||
|
||||
<p>Smack is open-source and most parts are under the Apache License
|
||||
2.0, which means you can incorporate Smack into your commercial or
|
||||
non-commercial applications. Some parts of Smack may be under a
|
||||
different open-source license. Please refer to the individual
|
||||
subprojects for their license statement.</p>
|
||||
|
||||
<p>Note that the Apache License 2.0 requires that the contents of a
|
||||
NOICE text file are shown "…within a display generated by the
|
||||
Derivative Works, if and wherever such third-party notices normally
|
||||
appear.". Smack comes with such a NOTICE file. The content of
|
||||
Smack's NOTICE file can conveniently be retrieved using
|
||||
{@link org.jivesoftware.smack.Smack#getNoticeStream}.</p>
|
||||
|
||||
<h2>About XMPP</h2>
|
||||
|
||||
|
|
Loading…
Reference in a new issue