From 4a334e53aded5f891c7e3aff4afda95d42fb4008 Mon Sep 17 00:00:00 2001 From: joamag Date: Mon, 28 Jan 2019 15:56:58 +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/facebook/__init__.py | 4 ++-- src/facebook/base.py | 4 ++-- src/facebook/user.py | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/setup.py b/setup.py index 296edeb..37bd7b9 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Facebook API -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Facebook 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 c6edd14..2ee4e92 100644 --- a/src/examples/__init__.py +++ b/src/examples/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Facebook API -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Facebook 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 60ad856..9ecdfb6 100644 --- a/src/examples/app.py +++ b/src/examples/app.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Facebook API -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Facebook 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 0ccbb8b..1a13deb 100644 --- a/src/examples/base.py +++ b/src/examples/base.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Facebook API -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Facebook 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/facebook/__init__.py b/src/facebook/__init__.py index 8b4a7b6..b1c84eb 100644 --- a/src/facebook/__init__.py +++ b/src/facebook/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Facebook API -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Facebook 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/facebook/base.py b/src/facebook/base.py index 6cc5086..1e677ec 100644 --- a/src/facebook/base.py +++ b/src/facebook/base.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Facebook API -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Facebook 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/facebook/user.py b/src/facebook/user.py index 98f1ec8..c33a577 100644 --- a/src/facebook/user.py +++ b/src/facebook/user.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Facebook API -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Facebook 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"