diff --git a/better_zip/__init__.py b/better_zip/__init__.py index 3433372dc..ba9aeedea 100644 --- a/better_zip/__init__.py +++ b/better_zip/__init__.py @@ -2,7 +2,8 @@ ############################################################################## # # Author: Nicolas Bessi. Copyright Camptocamp SA -# Contributor: Pedro Manuel Baeza +# Contributor: Pedro Manuel Baeza +# Ignacio Ibeas # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as @@ -21,4 +22,4 @@ from . import better_zip from . import partner from . import state -from . import company \ No newline at end of file +from . import company diff --git a/better_zip/__openerp__.py b/better_zip/__openerp__.py index 2383a61f5..451a8e8ef 100644 --- a/better_zip/__openerp__.py +++ b/better_zip/__openerp__.py @@ -2,7 +2,8 @@ ############################################################################## # # Author: Nicolas Bessi. Copyright Camptocamp SA -# Contributor: Pedro Manuel Baeza +# Contributor: Pedro Manuel Baeza +# Ignacio Ibeas # # 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/better_zip/better_zip.py b/better_zip/better_zip.py index fa24861c8..56de4616e 100644 --- a/better_zip/better_zip.py +++ b/better_zip/better_zip.py @@ -2,7 +2,8 @@ ############################################################################## # # Author: Nicolas Bessi. Copyright Camptocamp SA -# Contributor: Pedro Manuel Baeza +# Contributor: Pedro Manuel Baeza +# Ignacio Ibeas # # 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/better_zip/company.py b/better_zip/company.py index 274fac615..03ab50bb5 100644 --- a/better_zip/company.py +++ b/better_zip/company.py @@ -2,7 +2,8 @@ ############################################################################## # # Author: Nicolas Bessi. Copyright Camptocamp SA -# Contributor: Pedro Manuel Baeza +# Contributor: Pedro Manuel Baeza +# Ignacio Ibeas # # 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/better_zip/partner.py b/better_zip/partner.py index 458e5fd34..b5afa2799 100644 --- a/better_zip/partner.py +++ b/better_zip/partner.py @@ -2,7 +2,8 @@ ############################################################################## # # Author: Nicolas Bessi. Copyright Camptocamp SA -# Contributor: Pedro Manuel Baeza +# Contributor: Pedro Manuel Baeza +# Ignacio Ibeas # # 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/better_zip/state.py b/better_zip/state.py index 072111e2d..4312384af 100644 --- a/better_zip/state.py +++ b/better_zip/state.py @@ -2,7 +2,8 @@ ############################################################################## # # Author: Nicolas Bessi. Copyright Camptocamp SA -# Contributor: Pedro Manuel Baeza +# Contributor: Pedro Manuel Baeza +# Ignacio Ibeas # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as