diff --git a/__unported__/crm_claim_rma/__init__.py b/__unported__/crm_claim_rma/__init__.py
index cf35d06f..258c6d7c 100644
--- a/__unported__/crm_claim_rma/__init__.py
+++ b/__unported__/crm_claim_rma/__init__.py
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
##############################################################################
#
+# Copyright 2015 Eezee-It
# Copyright 2013 Camptocamp
# Copyright 2009-2013 Akretion,
# Author: Emmanuel Samyn, Raphaël Valyi, Sébastien Beau,
@@ -20,6 +21,7 @@
# along with this program. If not, see .
#
##############################################################################
+
from . import wizard
from . import crm_claim_rma
from . import account_invoice
diff --git a/__unported__/crm_claim_rma/__openerp__.py b/__unported__/crm_claim_rma/__openerp__.py
index c428aa0d..6238d2b8 100644
--- a/__unported__/crm_claim_rma/__openerp__.py
+++ b/__unported__/crm_claim_rma/__openerp__.py
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
##############################################################################
#
+# Copyright 2015 Eezee-It
# Copyright 2013 Camptocamp
# Copyright 2009-2013 Akretion,
# Author: Emmanuel Samyn, Raphaël Valyi, Sébastien Beau,
@@ -20,6 +21,7 @@
# along with this program. If not, see .
#
##############################################################################
+
{
'name': 'RMA Claim (Product Return Management)',
'version': '1.1',
@@ -66,10 +68,13 @@ Contributors:
* Joel Grand-Guillaume
* Guewen Baconnier
* Yannick Vaucher
+ * Javier Carrasco
""",
- 'author': "Akretion, Camptocamp,Odoo Community Association (OCA)",
- 'website': 'http://www.akretion.com, http://www.camptocamp.com',
+ 'author': "Akretion, Camptocamp, Eezee-it, "
+ "Odoo Community Association (OCA)",
+ 'website': 'http://www.akretion.com, http://www.camptocamp.com, '
+ 'http://www.eezee-it.com',
'license': 'AGPL-3',
'depends': ['sale',
'stock',