diff --git a/base_country_state_translatable/__manifest__.py b/base_country_state_translatable/__manifest__.py index b12b5acb0..b9bd92dd4 100644 --- a/base_country_state_translatable/__manifest__.py +++ b/base_country_state_translatable/__manifest__.py @@ -1,4 +1,4 @@ -# © initOS GmbH 2017 +# Copyright 2017 initOS GmbH # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { diff --git a/base_country_state_translatable/models/res_country.py b/base_country_state_translatable/models/res_country.py index 6db41b5a4..f138234fd 100644 --- a/base_country_state_translatable/models/res_country.py +++ b/base_country_state_translatable/models/res_country.py @@ -1,4 +1,4 @@ -# © initOS GmbH 2017 +# Copyright 2017 initOS GmbH # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). from odoo import fields, models