From 5f4f975d306df454098d4bcc3c8e464b4efe2dc5 Mon Sep 17 00:00:00 2001 From: Stephane Wirtel Date: Tue, 20 Nov 2012 15:19:21 +0100 Subject: [PATCH] [FIX] auth_oauth: set the right copyright and change the description of the module bzr revid: stw@openerp.com-20121120141921-y8yk0q19n2jhgw8p --- addons/auth_oauth/__openerp__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/addons/auth_oauth/__openerp__.py b/addons/auth_oauth/__openerp__.py index 1c29ca8c093..c81f52663c4 100644 --- a/addons/auth_oauth/__openerp__.py +++ b/addons/auth_oauth/__openerp__.py @@ -25,10 +25,10 @@ 'version': '1.0', 'category': 'Tools', 'description': """ -Allow users to login through Google OAuth2. -=========================================== +Allow users to login through OAuth2 Provider. +============================================= """, - 'author': 'Victor Tabuenca', + 'author': 'OpenERP s.a.', 'maintainer': 'OpenERP s.a.', 'website': 'http://www.openerp.com', 'depends': ['base', 'web', 'base_setup'],