From dd40dd0870cd21f3d422ac2d2912c014b4d14d15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Fri, 17 Apr 2015 11:14:12 +0200 Subject: [PATCH] [FIX] account_payment_blocking: copyright year --- account_payment_blocking/__init__.py | 2 +- account_payment_blocking/__openerp__.py | 2 +- account_payment_blocking/model/__init__.py | 2 +- account_payment_blocking/model/account_invoice.py | 2 +- account_payment_blocking/model/payment_order_create.py | 2 +- account_payment_blocking/tests/__init__.py | 2 +- .../tests/test_account_banking_payment_blocking.py | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/account_payment_blocking/__init__.py b/account_payment_blocking/__init__.py index 44a3c774c..a0dd54a71 100644 --- a/account_payment_blocking/__init__.py +++ b/account_payment_blocking/__init__.py @@ -2,7 +2,7 @@ ############################################################################## # # Account Payment Blocking module for Odoo -# Copyright (C) 2014 ACSONE SA/NV (http://acsone.eu) +# Copyright (C) 2014-2015 ACSONE SA/NV (http://acsone.eu) # @author Stéphane Bidoul # # This program is free software: you can redistribute it and/or modify diff --git a/account_payment_blocking/__openerp__.py b/account_payment_blocking/__openerp__.py index ae324404c..0b958b8ba 100644 --- a/account_payment_blocking/__openerp__.py +++ b/account_payment_blocking/__openerp__.py @@ -2,7 +2,7 @@ ############################################################################## # # Account Payment Blocking module for Odoo -# Copyright (C) 2014 ACSONE SA/NV (http://acsone.eu) +# Copyright (C) 2014-2015 ACSONE SA/NV (http://acsone.eu) # @author Stéphane Bidoul # @author Adrien Peiffer # diff --git a/account_payment_blocking/model/__init__.py b/account_payment_blocking/model/__init__.py index 229675797..ffc12a4cc 100644 --- a/account_payment_blocking/model/__init__.py +++ b/account_payment_blocking/model/__init__.py @@ -2,7 +2,7 @@ ############################################################################## # # Account Payment Blocking module for Odoo -# Copyright (C) 2014 ACSONE SA/NV (http://acsone.eu) +# Copyright (C) 2014-2015 ACSONE SA/NV (http://acsone.eu) # @author Stéphane Bidoul # # This program is free software: you can redistribute it and/or modify diff --git a/account_payment_blocking/model/account_invoice.py b/account_payment_blocking/model/account_invoice.py index 32cd09beb..f7fd1c04e 100644 --- a/account_payment_blocking/model/account_invoice.py +++ b/account_payment_blocking/model/account_invoice.py @@ -2,7 +2,7 @@ ############################################################################## # # Account Payment Blocking module for Odoo -# Copyright (C) 2014 ACSONE SA/NV (http://acsone.eu) +# Copyright (C) 2014-2015 ACSONE SA/NV (http://acsone.eu) # @author Adrien Peiffer # # This program is free software: you can redistribute it and/or modify diff --git a/account_payment_blocking/model/payment_order_create.py b/account_payment_blocking/model/payment_order_create.py index e91b59e17..b96d7c9d4 100644 --- a/account_payment_blocking/model/payment_order_create.py +++ b/account_payment_blocking/model/payment_order_create.py @@ -2,7 +2,7 @@ ############################################################################## # # Account Payment Blocking module for Odoo -# Copyright (C) 2014 ACSONE SA/NV (http://acsone.eu) +# Copyright (C) 2014-2015 ACSONE SA/NV (http://acsone.eu) # @author Stéphane Bidoul # # This program is free software: you can redistribute it and/or modify diff --git a/account_payment_blocking/tests/__init__.py b/account_payment_blocking/tests/__init__.py index cd79c5432..08bc44110 100644 --- a/account_payment_blocking/tests/__init__.py +++ b/account_payment_blocking/tests/__init__.py @@ -2,7 +2,7 @@ ############################################################################## # # Account Payment Blocking module for Odoo -# Copyright (C) 2014 ACSONE SA/NV (http://acsone.eu) +# Copyright (C) 2014-2015 ACSONE SA/NV (http://acsone.eu) # @author Adrien Peiffer # # This program is free software: you can redistribute it and/or modify diff --git a/account_payment_blocking/tests/test_account_banking_payment_blocking.py b/account_payment_blocking/tests/test_account_banking_payment_blocking.py index 6d182a6c6..c96006d39 100644 --- a/account_payment_blocking/tests/test_account_banking_payment_blocking.py +++ b/account_payment_blocking/tests/test_account_banking_payment_blocking.py @@ -2,7 +2,7 @@ ############################################################################## # # Account Payment Blocking module for Odoo -# Copyright (C) 2014 ACSONE SA/NV (http://acsone.eu) +# Copyright (C) 2014-2015 ACSONE SA/NV (http://acsone.eu) # @author Adrien Peiffer # # This program is free software: you can redistribute it and/or modify