From 80a48abf681f65f912508a3d23bd9b2e43ff584b Mon Sep 17 00:00:00 2001 From: joamag Date: Mon, 28 Jan 2019 15:52:54 +0000 Subject: [PATCH] New year 2019 --- setup.py | 4 ++-- src/digitalocean/__init__.py | 4 ++-- src/digitalocean/action.py | 4 ++-- src/digitalocean/base.py | 4 ++-- src/digitalocean/droplet.py | 4 ++-- src/examples/__init__.py | 4 ++-- src/examples/app.py | 4 ++-- src/examples/base.py | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/setup.py b/setup.py index 0ed39c4..4b39cee 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive DigitalOcean API -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive DigitalOcean 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/digitalocean/__init__.py b/src/digitalocean/__init__.py index 7fa10d6..9c99e4f 100644 --- a/src/digitalocean/__init__.py +++ b/src/digitalocean/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive DigitalOcean API -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive DigitalOcean 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/digitalocean/action.py b/src/digitalocean/action.py index b52db2d..732ce3a 100644 --- a/src/digitalocean/action.py +++ b/src/digitalocean/action.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive DigitalOcean API -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive DigitalOcean 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/digitalocean/base.py b/src/digitalocean/base.py index 6d91cc9..413d3b1 100644 --- a/src/digitalocean/base.py +++ b/src/digitalocean/base.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive DigitalOcean API -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive DigitalOcean 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/digitalocean/droplet.py b/src/digitalocean/droplet.py index a2b79e5..828d1bf 100644 --- a/src/digitalocean/droplet.py +++ b/src/digitalocean/droplet.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive DigitalOcean API -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive DigitalOcean 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 607ea66..1ae7fa5 100644 --- a/src/examples/__init__.py +++ b/src/examples/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive DigitalOcean API -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive DigitalOcean 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 b414a46..ca960cb 100644 --- a/src/examples/app.py +++ b/src/examples/app.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive DigitalOcean API -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive DigitalOcean 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 dd66b26..899a219 100644 --- a/src/examples/base.py +++ b/src/examples/base.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive DigitalOcean API -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive DigitalOcean 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"