diff --git a/attachment_s3/__manifest__.py b/attachment_s3/__manifest__.py index 11c7e6d..7168700 100644 --- a/attachment_s3/__manifest__.py +++ b/attachment_s3/__manifest__.py @@ -1,4 +1,4 @@ -# Copyright 2018 Camptocamp SA +# Copyright 2016-2018 Camptocamp SA # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) diff --git a/attachment_s3/migrations/10.0.1.1.0/post-migration.py b/attachment_s3/migrations/10.0.1.1.0/post-migration.py index a40768f..a8ffd31 100644 --- a/attachment_s3/migrations/10.0.1.1.0/post-migration.py +++ b/attachment_s3/migrations/10.0.1.1.0/post-migration.py @@ -1,4 +1,4 @@ -# Copyright 2018 Camptocamp SA +# Copyright 2016-2018 Camptocamp SA # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) import logging diff --git a/attachment_s3/models/ir_attachment.py b/attachment_s3/models/ir_attachment.py index 5c037c7..513d07e 100644 --- a/attachment_s3/models/ir_attachment.py +++ b/attachment_s3/models/ir_attachment.py @@ -1,4 +1,4 @@ -# Copyright 2018 Camptocamp SA +# Copyright 2016-2018 Camptocamp SA # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) diff --git a/attachment_s3/s3uri.py b/attachment_s3/s3uri.py index 3b4dc12..36fd580 100644 --- a/attachment_s3/s3uri.py +++ b/attachment_s3/s3uri.py @@ -1,4 +1,4 @@ -# Copyright 2018 Camptocamp SA +# Copyright 2016-2018 Camptocamp SA # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) import re diff --git a/attachment_swift/__manifest__.py b/attachment_swift/__manifest__.py index bd625c5..1a21cb8 100644 --- a/attachment_swift/__manifest__.py +++ b/attachment_swift/__manifest__.py @@ -1,4 +1,4 @@ -# Copyright 2018 Camptocamp SA +# Copyright 2017-2018 Camptocamp SA # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) diff --git a/attachment_swift/models/ir_attachment.py b/attachment_swift/models/ir_attachment.py index c478786..abb37e5 100644 --- a/attachment_swift/models/ir_attachment.py +++ b/attachment_swift/models/ir_attachment.py @@ -1,4 +1,4 @@ -# Copyright 2018 Camptocamp SA +# Copyright 2017-2018 Camptocamp SA # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) diff --git a/attachment_swift/swift_uri.py b/attachment_swift/swift_uri.py index f813d56..05bb8ee 100644 --- a/attachment_swift/swift_uri.py +++ b/attachment_swift/swift_uri.py @@ -1,4 +1,4 @@ -# Copyright 2018 Camptocamp SA +# Copyright 2017-2018 Camptocamp SA # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) import re diff --git a/attachment_swift/tests/test_mock_swift_api.py b/attachment_swift/tests/test_mock_swift_api.py index c0ce53d..13b754f 100644 --- a/attachment_swift/tests/test_mock_swift_api.py +++ b/attachment_swift/tests/test_mock_swift_api.py @@ -1,4 +1,4 @@ -# Copyright 2018 Camptocamp SA +# Copyright 2017-2018 Camptocamp SA # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) import base64 diff --git a/attachment_swift/tests/test_with_swift_store.py b/attachment_swift/tests/test_with_swift_store.py index 3dcda58..b3dd417 100644 --- a/attachment_swift/tests/test_with_swift_store.py +++ b/attachment_swift/tests/test_with_swift_store.py @@ -1,4 +1,4 @@ -# Copyright 2018 Camptocamp SA +# Copyright 2017-2018 Camptocamp SA # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) from odoo.addons.base.tests.test_ir_attachment import TestIrAttachment diff --git a/base_attachment_object_storage/__manifest__.py b/base_attachment_object_storage/__manifest__.py index df802e6..58d85fc 100644 --- a/base_attachment_object_storage/__manifest__.py +++ b/base_attachment_object_storage/__manifest__.py @@ -1,4 +1,4 @@ -# Copyright 2018 Camptocamp SA +# Copyright 2017-2018 Camptocamp SA # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) diff --git a/base_attachment_object_storage/models/ir_attachment.py b/base_attachment_object_storage/models/ir_attachment.py index 150d60f..deda46c 100644 --- a/base_attachment_object_storage/models/ir_attachment.py +++ b/base_attachment_object_storage/models/ir_attachment.py @@ -1,4 +1,4 @@ -# Copyright 2018 Camptocamp SA +# Copyright 2017-2018 Camptocamp SA # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) import base64 diff --git a/cloud_platform/__manifest__.py b/cloud_platform/__manifest__.py index ba55976..2d2b45c 100644 --- a/cloud_platform/__manifest__.py +++ b/cloud_platform/__manifest__.py @@ -1,4 +1,4 @@ -# Copyright 2018 Camptocamp SA +# Copyright 2016-2018 Camptocamp SA # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) diff --git a/cloud_platform/models/cloud_platform.py b/cloud_platform/models/cloud_platform.py index 4901d8d..a7bf6a7 100644 --- a/cloud_platform/models/cloud_platform.py +++ b/cloud_platform/models/cloud_platform.py @@ -1,4 +1,4 @@ -# Copyright 2018 Camptocamp SA +# Copyright 2016-2018 Camptocamp SA # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) import logging diff --git a/cloud_platform_exoscale/__manifest__.py b/cloud_platform_exoscale/__manifest__.py index d145946..1c49954 100644 --- a/cloud_platform_exoscale/__manifest__.py +++ b/cloud_platform_exoscale/__manifest__.py @@ -1,4 +1,4 @@ -# Copyright 2018 Camptocamp SA +# Copyright 2017-2018 Camptocamp SA # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) diff --git a/cloud_platform_exoscale/models/cloud_platform.py b/cloud_platform_exoscale/models/cloud_platform.py index 7430fa0..1315ee6 100644 --- a/cloud_platform_exoscale/models/cloud_platform.py +++ b/cloud_platform_exoscale/models/cloud_platform.py @@ -1,4 +1,4 @@ -# Copyright 2018 Camptocamp SA +# Copyright 2016-2018 Camptocamp SA # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) import logging diff --git a/cloud_platform_ovh/__manifest__.py b/cloud_platform_ovh/__manifest__.py index 2ff946c..ade2a27 100644 --- a/cloud_platform_ovh/__manifest__.py +++ b/cloud_platform_ovh/__manifest__.py @@ -1,4 +1,4 @@ -# Copyright 2018 Camptocamp SA +# Copyright 2017-2018 Camptocamp SA # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) diff --git a/cloud_platform_ovh/models/cloud_platform.py b/cloud_platform_ovh/models/cloud_platform.py index 7dca3a4..88e4caf 100644 --- a/cloud_platform_ovh/models/cloud_platform.py +++ b/cloud_platform_ovh/models/cloud_platform.py @@ -1,4 +1,4 @@ -# Copyright 2018 Camptocamp SA +# Copyright 2017-2018 Camptocamp SA # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) import logging diff --git a/logging_json/__manifest__.py b/logging_json/__manifest__.py index dbabc0b..28f043e 100644 --- a/logging_json/__manifest__.py +++ b/logging_json/__manifest__.py @@ -1,4 +1,4 @@ -# Copyright 2018 Camptocamp SA +# Copyright 2016-2018 Camptocamp SA # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) {'name': 'JSON Logging', diff --git a/monitoring_log_requests/__manifest__.py b/monitoring_log_requests/__manifest__.py index 97a72bd..0f36d82 100644 --- a/monitoring_log_requests/__manifest__.py +++ b/monitoring_log_requests/__manifest__.py @@ -1,4 +1,4 @@ -# Copyright 2018 Camptocamp SA +# Copyright 2016-2018 Camptocamp SA # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) diff --git a/monitoring_log_requests/models/ir_http.py b/monitoring_log_requests/models/ir_http.py index c1313a2..e71680a 100644 --- a/monitoring_log_requests/models/ir_http.py +++ b/monitoring_log_requests/models/ir_http.py @@ -1,4 +1,4 @@ -# Copyright 2018 Camptocamp SA +# Copyright 2016-2018 Camptocamp SA # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) import json diff --git a/monitoring_statsd/__manifest__.py b/monitoring_statsd/__manifest__.py index 05bd126..87e5d62 100644 --- a/monitoring_statsd/__manifest__.py +++ b/monitoring_statsd/__manifest__.py @@ -1,4 +1,4 @@ -# Copyright 2018 Camptocamp SA +# Copyright 2016-2018 Camptocamp SA # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) diff --git a/monitoring_statsd/models/ir_http.py b/monitoring_statsd/models/ir_http.py index 17600bc..4ec0916 100644 --- a/monitoring_statsd/models/ir_http.py +++ b/monitoring_statsd/models/ir_http.py @@ -1,4 +1,4 @@ -# Copyright 2018 Camptocamp SA +# Copyright 2016-2018 Camptocamp SA # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) from odoo import models diff --git a/monitoring_status/__manifest__.py b/monitoring_status/__manifest__.py index 9790d69..9c254c1 100644 --- a/monitoring_status/__manifest__.py +++ b/monitoring_status/__manifest__.py @@ -1,4 +1,4 @@ -# Copyright 2018 Camptocamp SA +# Copyright 2016-2018 Camptocamp SA # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) diff --git a/monitoring_status/controllers/main.py b/monitoring_status/controllers/main.py index 66cc9a7..e0a7755 100644 --- a/monitoring_status/controllers/main.py +++ b/monitoring_status/controllers/main.py @@ -1,4 +1,4 @@ -# Copyright 2018 Camptocamp SA +# Copyright 2016-2018 Camptocamp SA # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) import json diff --git a/session_redis/__manifest__.py b/session_redis/__manifest__.py index 1f192d9..25eca0f 100644 --- a/session_redis/__manifest__.py +++ b/session_redis/__manifest__.py @@ -1,4 +1,4 @@ -# Copyright 2018 Camptocamp SA +# Copyright 2016-2018 Camptocamp SA # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) diff --git a/session_redis/http.py b/session_redis/http.py index 1474652..1841497 100644 --- a/session_redis/http.py +++ b/session_redis/http.py @@ -1,4 +1,4 @@ -# Copyright 2018 Camptocamp SA +# Copyright 2016-2018 Camptocamp SA # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) import logging diff --git a/session_redis/session.py b/session_redis/session.py index 51cd158..cbac67f 100644 --- a/session_redis/session.py +++ b/session_redis/session.py @@ -1,4 +1,4 @@ -# Copyright 2018 Camptocamp SA +# Copyright 2016-2018 Camptocamp SA # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html) import json