From c08f08e7d6df3dad49005ce516b78987005df31b Mon Sep 17 00:00:00 2001 From: joamag Date: Mon, 28 Jan 2019 16:04:44 +0000 Subject: [PATCH] New year 2019 --- setup.py | 4 ++-- src/examples/__init__.py | 4 ++-- src/examples/app.py | 4 ++-- src/examples/base.py | 4 ++-- src/nexmo/__init__.py | 4 ++-- src/nexmo/account.py | 4 ++-- src/nexmo/base.py | 4 ++-- src/nexmo/sms.py | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/setup.py b/setup.py index 93ca7bb..8422d19 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Nexmo API -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Nexmo API. # @@ -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/examples/__init__.py b/src/examples/__init__.py index 77dcd15..796a43c 100644 --- a/src/examples/__init__.py +++ b/src/examples/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Nexmo API -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Nexmo API. # @@ -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/examples/app.py b/src/examples/app.py index 068b86e..c8adf1a 100644 --- a/src/examples/app.py +++ b/src/examples/app.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Nexmo API -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Nexmo API. # @@ -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/examples/base.py b/src/examples/base.py index c6c4935..06079b2 100644 --- a/src/examples/base.py +++ b/src/examples/base.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Nexmo API -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Nexmo API. # @@ -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/nexmo/__init__.py b/src/nexmo/__init__.py index 6ff58d1..efb95e9 100644 --- a/src/nexmo/__init__.py +++ b/src/nexmo/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Nexmo API -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Nexmo API. # @@ -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/nexmo/account.py b/src/nexmo/account.py index d62cd5a..7416c66 100644 --- a/src/nexmo/account.py +++ b/src/nexmo/account.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Nexmo API -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Nexmo API. # @@ -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/nexmo/base.py b/src/nexmo/base.py index 4b3ebe3..8d0ad12 100644 --- a/src/nexmo/base.py +++ b/src/nexmo/base.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Nexmo API -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Nexmo API. # @@ -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/nexmo/sms.py b/src/nexmo/sms.py index a5de940..f1c0549 100644 --- a/src/nexmo/sms.py +++ b/src/nexmo/sms.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Nexmo API -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Nexmo API. # @@ -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"