diff --git a/account_banking_iban_lookup/__openerp__.py b/account_banking_iban_lookup/__openerp__.py index 36d236a88..bee51368a 100644 --- a/account_banking_iban_lookup/__openerp__.py +++ b/account_banking_iban_lookup/__openerp__.py @@ -1,7 +1,8 @@ # -*- coding: utf-8 -*- ############################################################################## # -# Copyright (C) 2013 Therp BV () +# Copyright (C) 2009 EduSense BV (). +# (C) 2011 - 2014 Therp BV (). # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as @@ -22,7 +23,7 @@ 'name': 'Banking Addons - Iban lookup (legacy)', 'version': '0.1', 'license': 'AGPL-3', - 'author': 'Therp BV', + 'author': 'Banking addons community', 'website': 'https://launchpad.net/banking-addons', 'category': 'Banking addons', 'depends': [ diff --git a/account_banking_nl_multibank/__openerp__.py b/account_banking_nl_multibank/__openerp__.py index f81b53a19..ddf0ba59a 100644 --- a/account_banking_nl_multibank/__openerp__.py +++ b/account_banking_nl_multibank/__openerp__.py @@ -20,7 +20,7 @@ ############################################################################## { - 'name': 'Account Banking', + 'name': 'Account Banking - NL Multibank import', 'version': '0.62', 'license': 'AGPL-3', 'author': 'EduSense BV',