# HG changeset patch # User Florent Aide <florent.aide@gmail.com> # Date 1433515201 -7200 # Fri Jun 05 16:40:01 2015 +0200 # Branch odoo8 # Node ID 4b7c1fd47b478585d4ef84c1f8421ca6511efdfb # Parent 313d3ed3a1b6f6be02c3bc34a884b703eb908b10 Added more explicit information about LICENSE and download links to the source code in the description. diff --git a/__openerp__.py b/__openerp__.py --- a/__openerp__.py +++ b/__openerp__.py @@ -31,10 +31,20 @@ WARNING: this module requires auth_crypt. This is because you still have the option if not recommended to allow users to have a password stored in odoo at the same time as having a SALM provider and id. + +This module is covered by the Gnu Affero General Public License, AGPLV3 or later + +The full source code and history can always be downloaded, modified +and redistributed from here: + + https://bitbucket.org/xcg/auth_saml/ + or + https://github.com/xcgd/auth_saml + """, 'author': 'XCG Consulting s.a.s.', 'maintainer': 'XCG Consulting s.a.s.', - 'website': 'http://www.xcg-consulting.fr', + 'website': 'http://odoo.consulting', 'depends': [ 'base', 'base_setup',