[FIX] Copyright headers, vim line and manifest keys.

This commit is contained in:
Ronald Portier (Therp BV)
2015-06-17 12:32:34 +02:00
parent 65c1c8e122
commit 6fe358a6cd
11 changed files with 14 additions and 32 deletions

View File

@@ -2,8 +2,7 @@
"""Classes and models to parse bank statements and import them into Odoo."""
##############################################################################
#
# Copyright (C) 2014 Therp BV - http://therp.nl.
# All Rights Reserved
# Copyright (C) 2014-2015 Therp BV <http://therp.nl>.
#
# WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsability of assessing all potential
@@ -26,5 +25,3 @@
#
##############################################################################
from . import parserlib
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@@ -3,8 +3,6 @@
#
# Copyright (C) 2015 Therp BV <http://therp.nl>.
#
# All other contributions are (C) by their respective contributors
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
@@ -26,9 +24,6 @@
'author': 'Odoo Community Association (OCA), Therp BV',
'website': 'https://github.com/OCA/bank-statement-import',
'category': 'Banking addons',
'depends': [],
'data': [],
'js': [],
'installable': True,
'auto_install': False,
}