diff --git a/res_company_logo_secondary/__openerp__.py b/res_company_logo_secondary/__openerp__.py index c2e229100..6cea548fb 100644 --- a/res_company_logo_secondary/__openerp__.py +++ b/res_company_logo_secondary/__openerp__.py @@ -1,7 +1,9 @@ # -*- coding: utf-8 -*- ############################################################################## # -# Author: Nicolas Bessi. Copyright Camptocamp SA +# Odoo, Open Source Management Solution +# This module copyright (C) 2015 Savoir-faire Linux +# (). # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/res_company_logo_secondary/res_company.py b/res_company_logo_secondary/res_company.py index 65b08bef4..e0c20784e 100644 --- a/res_company_logo_secondary/res_company.py +++ b/res_company_logo_secondary/res_company.py @@ -1,7 +1,9 @@ # -*- coding: utf-8 -*- ############################################################################## # -# Author: Nicolas Bessi. Copyright Camptocamp SA +# Odoo, Open Source Management Solution +# This module copyright (C) 2015 Savoir-faire Linux +# (). # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as