diff --git a/README.rst b/README.rst index a0f1bd0..be847a9 100644 --- a/README.rst +++ b/README.rst @@ -102,6 +102,13 @@ Custom grant type:: def includeme(config): config.add_grant_type(SessionGrant, 'assertion') + +License +------- + +Pyramid OAuthLib is released under the `2-Clause BSD License`_, sometimes +referred to as the "Simplified BSD License" or the "FreeBSD License". More +license information can be found in the included ``_ file. .. _OAuthLib: https://github.com/idan/oauthlib .. _Pyramid: http://www.pylonsproject.org/