From f79edd0240c6b2d41e2d94a55321c06c6b9502ee Mon Sep 17 00:00:00 2001
From: Alexandre Fayolle <alexandre.fayolle@camptocamp.com>
Date: Mon, 2 Mar 2015 17:26:31 +0100
Subject: [PATCH] Add OCA as author of OCA addons

In order to get visibility on https://www.odoo.com/apps the OCA board has
decided to add the OCA as author of all the addons maintained as part of the
association.
---
 base_location/__openerp__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/base_location/__openerp__.py b/base_location/__openerp__.py
index d37507884..0dcaeeac9 100644
--- a/base_location/__openerp__.py
+++ b/base_location/__openerp__.py
@@ -24,7 +24,7 @@
     'name': 'Location management (aka Better ZIP)',
     'version': '1.0',
     'depends': ['base'],
-    'author': 'Camptocamp',
+    'author': "Camptocamp,Odoo Community Association (OCA)",
     'license': "AGPL-3",
     'contributors': [
         'Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>',