From 93d709215f2ddd5f4b8e4fdb4c637159ba45b690 Mon Sep 17 00:00:00 2001 From: joamag Date: Mon, 28 Jan 2019 15:40:56 +0000 Subject: [PATCH] New year 2019 --- doc/conf.py | 2 +- setup.py | 4 ++-- src/quorum/__init__.py | 4 ++-- src/quorum/acl.py | 4 ++-- src/quorum/amazon.py | 4 ++-- src/quorum/amqp.py | 4 ++-- src/quorum/base.py | 4 ++-- src/quorum/common.py | 4 ++-- src/quorum/config.py | 4 ++-- src/quorum/crypt.py | 4 ++-- src/quorum/daemon.py | 4 ++-- src/quorum/data.py | 4 ++-- src/quorum/defines.py | 4 ++-- src/quorum/errors.py | 4 ++-- src/quorum/exceptions.py | 4 ++-- src/quorum/execution.py | 4 ++-- src/quorum/export.py | 4 ++-- src/quorum/extras.py | 4 ++-- src/quorum/formats.py | 4 ++-- src/quorum/httpc.py | 4 ++-- src/quorum/info.py | 6 +++--- src/quorum/jsonf.py | 4 ++-- src/quorum/legacy.py | 4 ++-- src/quorum/log.py | 4 ++-- src/quorum/mail.py | 4 ++-- src/quorum/meta.py | 4 ++-- src/quorum/model.py | 4 ++-- src/quorum/mongodb.py | 4 ++-- src/quorum/observer.py | 4 ++-- src/quorum/pusherc.py | 4 ++-- src/quorum/redisdb.py | 4 ++-- src/quorum/request.py | 4 ++-- src/quorum/route.py | 4 ++-- src/quorum/session.py | 4 ++-- src/quorum/storage.py | 4 ++-- src/quorum/structures.py | 4 ++-- src/quorum/template.py | 4 ++-- src/quorum/test/__init__.py | 4 ++-- src/quorum/test/acl.py | 4 ++-- src/quorum/test/amazon.py | 4 ++-- src/quorum/test/base.py | 4 ++-- src/quorum/test/config.py | 4 ++-- src/quorum/test/crypt.py | 4 ++-- src/quorum/test/data.py | 4 ++-- src/quorum/test/execution.py | 4 ++-- src/quorum/test/export.py | 4 ++-- src/quorum/test/httpc.py | 4 ++-- src/quorum/test/log.py | 4 ++-- src/quorum/test/mail.py | 4 ++-- src/quorum/test/mock.py | 4 ++-- src/quorum/test/model.py | 4 ++-- src/quorum/test/structures.py | 4 ++-- src/quorum/test/typesf.py | 4 ++-- src/quorum/test/util.py | 4 ++-- src/quorum/test/validation.py | 4 ++-- src/quorum/typesf.py | 4 ++-- src/quorum/unit_test.py | 4 ++-- src/quorum/util.py | 4 ++-- src/quorum/validation.py | 4 ++-- 59 files changed, 118 insertions(+), 118 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 6f8f0de7..a605fd1a 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # diff --git a/setup.py b/setup.py index cd7fae86..ba15ab36 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/__init__.py b/src/quorum/__init__.py index 6e1cf5b1..c675917c 100644 --- a/src/quorum/__init__.py +++ b/src/quorum/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -28,7 +28,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/acl.py b/src/quorum/acl.py index d7c275ff..9edbc16e 100644 --- a/src/quorum/acl.py +++ b/src/quorum/acl.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/amazon.py b/src/quorum/amazon.py index 2958c853..db83f171 100644 --- a/src/quorum/amazon.py +++ b/src/quorum/amazon.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/amqp.py b/src/quorum/amqp.py index fa67e552..e5b427db 100644 --- a/src/quorum/amqp.py +++ b/src/quorum/amqp.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/base.py b/src/quorum/base.py index 4c1503f5..3cb90bbd 100644 --- a/src/quorum/base.py +++ b/src/quorum/base.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/common.py b/src/quorum/common.py index f6d612be..5c701d5d 100644 --- a/src/quorum/common.py +++ b/src/quorum/common.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/config.py b/src/quorum/config.py index c86ba700..5199efc3 100644 --- a/src/quorum/config.py +++ b/src/quorum/config.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/crypt.py b/src/quorum/crypt.py index 8f404f27..7ac41e6e 100644 --- a/src/quorum/crypt.py +++ b/src/quorum/crypt.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/daemon.py b/src/quorum/daemon.py index a7c21174..83ea8b49 100644 --- a/src/quorum/daemon.py +++ b/src/quorum/daemon.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/data.py b/src/quorum/data.py index 3b27be81..fd67ef22 100644 --- a/src/quorum/data.py +++ b/src/quorum/data.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/defines.py b/src/quorum/defines.py index 27b9e079..fbeed16b 100644 --- a/src/quorum/defines.py +++ b/src/quorum/defines.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/errors.py b/src/quorum/errors.py index c58c2b08..f63be137 100644 --- a/src/quorum/errors.py +++ b/src/quorum/errors.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/exceptions.py b/src/quorum/exceptions.py index 866ee50f..6c1e4cd8 100644 --- a/src/quorum/exceptions.py +++ b/src/quorum/exceptions.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/execution.py b/src/quorum/execution.py index 6f4d1b3c..61a0a299 100644 --- a/src/quorum/execution.py +++ b/src/quorum/execution.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/export.py b/src/quorum/export.py index fb6bd20f..5419ee52 100644 --- a/src/quorum/export.py +++ b/src/quorum/export.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/extras.py b/src/quorum/extras.py index 2552b88e..6fb96a2b 100644 --- a/src/quorum/extras.py +++ b/src/quorum/extras.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/formats.py b/src/quorum/formats.py index 08f410fd..28f43fa7 100644 --- a/src/quorum/formats.py +++ b/src/quorum/formats.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/httpc.py b/src/quorum/httpc.py index fe10a82f..62c8cf2a 100644 --- a/src/quorum/httpc.py +++ b/src/quorum/httpc.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/info.py b/src/quorum/info.py index b943c9c5..520bd568 100644 --- a/src/quorum/info.py +++ b/src/quorum/info.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" @@ -45,4 +45,4 @@ LICENSE = "Apache License, Version 2.0" KEYWORDS = "quorum flask" URL = "http://flask-quorum.hive.pt" -COPYRIGHT = "2008-2018 Hive Solutions Lda." +COPYRIGHT = "2008-2019 Hive Solutions Lda." diff --git a/src/quorum/jsonf.py b/src/quorum/jsonf.py index 747d77fc..05dc98fc 100644 --- a/src/quorum/jsonf.py +++ b/src/quorum/jsonf.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/legacy.py b/src/quorum/legacy.py index d4c1c8c5..3646fb38 100644 --- a/src/quorum/legacy.py +++ b/src/quorum/legacy.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/log.py b/src/quorum/log.py index c17dbc55..4f3c985f 100644 --- a/src/quorum/log.py +++ b/src/quorum/log.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/mail.py b/src/quorum/mail.py index f5b66f04..ae35ed9e 100644 --- a/src/quorum/mail.py +++ b/src/quorum/mail.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/meta.py b/src/quorum/meta.py index 3719cff2..9f23462c 100644 --- a/src/quorum/meta.py +++ b/src/quorum/meta.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/model.py b/src/quorum/model.py index d66d3b8c..ccbdde1d 100644 --- a/src/quorum/model.py +++ b/src/quorum/model.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/mongodb.py b/src/quorum/mongodb.py index a3f3ba8b..465ccc6d 100644 --- a/src/quorum/mongodb.py +++ b/src/quorum/mongodb.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/observer.py b/src/quorum/observer.py index d9509446..544febe9 100644 --- a/src/quorum/observer.py +++ b/src/quorum/observer.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/pusherc.py b/src/quorum/pusherc.py index a884f991..0df60799 100644 --- a/src/quorum/pusherc.py +++ b/src/quorum/pusherc.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/redisdb.py b/src/quorum/redisdb.py index e8b877b6..0118a850 100644 --- a/src/quorum/redisdb.py +++ b/src/quorum/redisdb.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/request.py b/src/quorum/request.py index f8f95b3f..2d4ae916 100644 --- a/src/quorum/request.py +++ b/src/quorum/request.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/route.py b/src/quorum/route.py index 7e55ddf8..dcfa2ce5 100644 --- a/src/quorum/route.py +++ b/src/quorum/route.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/session.py b/src/quorum/session.py index 4c163312..302d4c11 100644 --- a/src/quorum/session.py +++ b/src/quorum/session.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/storage.py b/src/quorum/storage.py index 17a7133e..ea948599 100644 --- a/src/quorum/storage.py +++ b/src/quorum/storage.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/structures.py b/src/quorum/structures.py index d5974970..b16532d3 100644 --- a/src/quorum/structures.py +++ b/src/quorum/structures.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/template.py b/src/quorum/template.py index 5f59f80f..e77868b6 100644 --- a/src/quorum/template.py +++ b/src/quorum/template.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/test/__init__.py b/src/quorum/test/__init__.py index 84a6fdeb..32d37916 100644 --- a/src/quorum/test/__init__.py +++ b/src/quorum/test/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -28,7 +28,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/test/acl.py b/src/quorum/test/acl.py index 65690744..ac4d8907 100644 --- a/src/quorum/test/acl.py +++ b/src/quorum/test/acl.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/test/amazon.py b/src/quorum/test/amazon.py index ec43d15e..878856b9 100644 --- a/src/quorum/test/amazon.py +++ b/src/quorum/test/amazon.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/test/base.py b/src/quorum/test/base.py index 4b02dfb4..d42a011d 100644 --- a/src/quorum/test/base.py +++ b/src/quorum/test/base.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/test/config.py b/src/quorum/test/config.py index 14e27038..d06b787c 100644 --- a/src/quorum/test/config.py +++ b/src/quorum/test/config.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/test/crypt.py b/src/quorum/test/crypt.py index a1455bc1..3ba6ec29 100644 --- a/src/quorum/test/crypt.py +++ b/src/quorum/test/crypt.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/test/data.py b/src/quorum/test/data.py index b2b39427..ca0e19ab 100644 --- a/src/quorum/test/data.py +++ b/src/quorum/test/data.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/test/execution.py b/src/quorum/test/execution.py index 87b41686..d0b37017 100644 --- a/src/quorum/test/execution.py +++ b/src/quorum/test/execution.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/test/export.py b/src/quorum/test/export.py index 6abbc9e4..ca9312af 100644 --- a/src/quorum/test/export.py +++ b/src/quorum/test/export.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/test/httpc.py b/src/quorum/test/httpc.py index 51d38e62..d28de794 100644 --- a/src/quorum/test/httpc.py +++ b/src/quorum/test/httpc.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/test/log.py b/src/quorum/test/log.py index dc24525d..f6205955 100644 --- a/src/quorum/test/log.py +++ b/src/quorum/test/log.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/test/mail.py b/src/quorum/test/mail.py index e2c328e3..240e00db 100644 --- a/src/quorum/test/mail.py +++ b/src/quorum/test/mail.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/test/mock.py b/src/quorum/test/mock.py index 61a6a5b2..a1be6156 100644 --- a/src/quorum/test/mock.py +++ b/src/quorum/test/mock.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/test/model.py b/src/quorum/test/model.py index 80d6ffa7..634ebcb3 100644 --- a/src/quorum/test/model.py +++ b/src/quorum/test/model.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/test/structures.py b/src/quorum/test/structures.py index 313554c3..e0ef6672 100644 --- a/src/quorum/test/structures.py +++ b/src/quorum/test/structures.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/test/typesf.py b/src/quorum/test/typesf.py index 660a5d0d..a506a9c9 100644 --- a/src/quorum/test/typesf.py +++ b/src/quorum/test/typesf.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/test/util.py b/src/quorum/test/util.py index a9bcb23a..a911e9a1 100644 --- a/src/quorum/test/util.py +++ b/src/quorum/test/util.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/test/validation.py b/src/quorum/test/validation.py index 309e0bf6..29e1d64e 100644 --- a/src/quorum/test/validation.py +++ b/src/quorum/test/validation.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/typesf.py b/src/quorum/typesf.py index 1eba388b..fcca2b98 100644 --- a/src/quorum/typesf.py +++ b/src/quorum/typesf.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/unit_test.py b/src/quorum/unit_test.py index 79fc6dd2..52ea2574 100644 --- a/src/quorum/unit_test.py +++ b/src/quorum/unit_test.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/util.py b/src/quorum/util.py index cc6f22ac..0af9f787 100644 --- a/src/quorum/util.py +++ b/src/quorum/util.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/quorum/validation.py b/src/quorum/validation.py index 274b3d2f..e23e0e17 100644 --- a/src/quorum/validation.py +++ b/src/quorum/validation.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Flask Quorum -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Flask Quorum. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2018 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0"