diff --git a/resources/javadoc-overview.html b/resources/javadoc-overview.html index 767ba0ea3..79e4c8ce4 100644 --- a/resources/javadoc-overview.html +++ b/resources/javadoc-overview.html @@ -27,7 +27,20 @@ connection.sendStanza(message);

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.

-

Smack is open-source under the Apache License 2.0, which means you can incorporate Smack into your commercial or non-commercial applications.

+

License

+ +

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.

+ +

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}.

About XMPP