From 363c82c2e2f515e278d6b0f01d2e32d052595949 Mon Sep 17 00:00:00 2001 From: OpenERP instance user Date: Wed, 21 Dec 2011 12:26:36 +0100 Subject: [PATCH] [FIX] Branding and copyright, version numbering --- account_banking/{__terp__.py => __openerp__.py} | 10 ++++++---- account_banking/bank_import_transaction.py | 1 + account_banking/wizard/banking_transaction_wizard.py | 1 + account_banking_nl_ing/__openerp__.py | 6 +++--- account_banking_nl_ing/__terp__.py | 7 ++++--- account_banking_nl_ing/ing.py | 1 + account_direct_debit/__openerp__.py | 9 +++++---- account_payment_shortcut/__openerp__.py | 7 ++++--- 8 files changed, 25 insertions(+), 17 deletions(-) rename account_banking/{__terp__.py => __openerp__.py} (94%) diff --git a/account_banking/__terp__.py b/account_banking/__openerp__.py similarity index 94% rename from account_banking/__terp__.py rename to account_banking/__openerp__.py index 6c33876e3..ffa6dfe06 100644 --- a/account_banking/__terp__.py +++ b/account_banking/__openerp__.py @@ -1,6 +1,8 @@ ############################################################################## # # Copyright (C) 2009 EduSense BV (). +# Copyright (C) 2011 Therp BV (). +# Copyright (C) 2011 Smile (). # All Rights Reserved # # WARNING: This program as such is intended to be used by professional @@ -25,11 +27,11 @@ ############################################################################## { 'name': 'Account Banking', - 'version': '0.1.62', + 'version': '0.1.89', 'license': 'GPL-3', - 'author': 'EduSense BV', - 'website': 'http://www.edusense.nl', - 'category': 'Account Banking', + 'author': 'EduSense BV / Therp BV / Smile', + 'website': 'https://launchpad.net/banking-addons', + 'category': 'Banking addons', 'depends': ['base', 'account', 'base_iban', 'account_payment'], 'init_xml': [], 'update_xml': [ diff --git a/account_banking/bank_import_transaction.py b/account_banking/bank_import_transaction.py index 622654e92..d79e492d4 100644 --- a/account_banking/bank_import_transaction.py +++ b/account_banking/bank_import_transaction.py @@ -3,6 +3,7 @@ # # Copyright (C) 2009 EduSense BV (). # Refractoring (C) 2011 Therp BV (). +# (C) 2011 Smile (). # All Rights Reserved # # This program is free software: you can redistribute it and/or modify diff --git a/account_banking/wizard/banking_transaction_wizard.py b/account_banking/wizard/banking_transaction_wizard.py index daadc8fed..f3f0a669a 100644 --- a/account_banking/wizard/banking_transaction_wizard.py +++ b/account_banking/wizard/banking_transaction_wizard.py @@ -3,6 +3,7 @@ # # Copyright (C) 2009 EduSense BV (). # (C) 2011 Therp BV (). +# (C) 2011 Smile (). # All Rights Reserved # # This program is free software: you can redistribute it and/or modify diff --git a/account_banking_nl_ing/__openerp__.py b/account_banking_nl_ing/__openerp__.py index 4d06e970c..cccdc340d 100644 --- a/account_banking_nl_ing/__openerp__.py +++ b/account_banking_nl_ing/__openerp__.py @@ -27,10 +27,10 @@ ############################################################################## { 'name': 'ING (NL) Bank Statements Import', - 'version': '0.1', + 'version': '0.1.89', 'license': 'GPL-3', - 'author': 'Therp BV / EduSense BV', - 'website': 'http://therp.nl', + 'author': 'Smile / Therp BV / EduSense BV', + 'website': 'https://launchpad.net/banking-addons', 'category': 'Banking addons', 'depends': ['account_banking'], 'init_xml': [], diff --git a/account_banking_nl_ing/__terp__.py b/account_banking_nl_ing/__terp__.py index 4d06e970c..cd82f0415 100644 --- a/account_banking_nl_ing/__terp__.py +++ b/account_banking_nl_ing/__terp__.py @@ -27,10 +27,10 @@ ############################################################################## { 'name': 'ING (NL) Bank Statements Import', - 'version': '0.1', + 'version': '0.1.89', 'license': 'GPL-3', - 'author': 'Therp BV / EduSense BV', - 'website': 'http://therp.nl', + 'author': 'Smile / Therp BV / EduSense BV', + 'website': 'https://launchpad.net/banking-addons', 'category': 'Banking addons', 'depends': ['account_banking'], 'init_xml': [], @@ -38,6 +38,7 @@ ], 'demo_xml': [], 'description': ''' + Module to import Dutch ING bank format transation files (CSV format). As the ING bank does not provide detailed specification concerning possible diff --git a/account_banking_nl_ing/ing.py b/account_banking_nl_ing/ing.py index 2198e5360..581973e0f 100644 --- a/account_banking_nl_ing/ing.py +++ b/account_banking_nl_ing/ing.py @@ -1,6 +1,7 @@ # -*- encoding: utf-8 -*- ############################################################################## # +# Copyright (C) 2011 Smile (). # Copyright (C) 2011 Therp BV (). # # Based on the multibank module by EduSense BV diff --git a/account_direct_debit/__openerp__.py b/account_direct_debit/__openerp__.py index c51f67860..2e55e56b6 100644 --- a/account_direct_debit/__openerp__.py +++ b/account_direct_debit/__openerp__.py @@ -1,6 +1,7 @@ ############################################################################## # -# Copyright (C) 2009 EduSense BV (). +# Copyright (C) 2011 Therp BV (). +# Copyright (C) 2011 Smile (). # All Rights Reserved # # WARNING: This program as such is intended to be used by professional @@ -25,10 +26,10 @@ ############################################################################## { 'name': 'Direct Debit', - 'version': '6.0.1.64', + 'version': '6.0.1.89', 'license': 'GPL-3', - 'author': 'Therp BV', - 'website': 'http://www.therp.nl', + 'author': 'Therp BV / Smile', + 'website': 'https://launchpad.net/banking-addons', 'category': 'Banking addons', 'depends': ['account_banking'], 'init_xml': [], diff --git a/account_payment_shortcut/__openerp__.py b/account_payment_shortcut/__openerp__.py index 0d750a309..204cdb376 100644 --- a/account_payment_shortcut/__openerp__.py +++ b/account_payment_shortcut/__openerp__.py @@ -1,6 +1,7 @@ ############################################################################## # # Copyright (C) 2011 Therp BV (). +# 2011 Smile BV (). # All Rights Reserved # # WARNING: This program as such is intended to be used by professional @@ -25,10 +26,10 @@ ############################################################################## { 'name': 'Account Payment Invoice Selection Shortcut', - 'version': '6.0.1.64', + 'version': '6.0.1.89', 'license': 'GPL-3', - 'author': 'Therp BV', - 'website': 'http://therp.nl', + 'author': 'Smile / Therp BV', + 'website': 'https://launchpad.net/banking-addons', 'category': 'Banking addons', 'depends': ['account_payment'], 'init_xml': [],