From e37b5ab9c33052b964f09549087db024815f7b46 Mon Sep 17 00:00:00 2001 From: Randall Leeds Date: Mon, 4 Aug 2014 11:29:41 -0700 Subject: [PATCH] Update README.rst --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) 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/