From ab0b7739d3faf7253c050328bac1e8beab7e6b73 Mon Sep 17 00:00:00 2001 From: joamag Date: Mon, 28 Jan 2019 16:06:56 +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/paypal/__init__.py | 4 ++-- src/paypal/base.py | 4 ++-- src/paypal/payment.py | 4 ++-- src/paypal/webhook.py | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/setup.py b/setup.py index 557d30d..9dbfd1e 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive PayPal API -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive PayPal 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 86bc950..d6b8e02 100644 --- a/src/examples/__init__.py +++ b/src/examples/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive PayPal API -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive PayPal 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 7109f63..105fcdb 100644 --- a/src/examples/app.py +++ b/src/examples/app.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive PayPal API -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive PayPal 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 0b94810..a1f5236 100644 --- a/src/examples/base.py +++ b/src/examples/base.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive PayPal API -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive PayPal 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/paypal/__init__.py b/src/paypal/__init__.py index f752734..b2819cd 100644 --- a/src/paypal/__init__.py +++ b/src/paypal/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive PayPal API -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive PayPal 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/paypal/base.py b/src/paypal/base.py index 6c18406..bc4bf58 100644 --- a/src/paypal/base.py +++ b/src/paypal/base.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive PayPal API -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive PayPal 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/paypal/payment.py b/src/paypal/payment.py index 716783f..7c4ac3d 100644 --- a/src/paypal/payment.py +++ b/src/paypal/payment.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive PayPal API -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive PayPal 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/paypal/webhook.py b/src/paypal/webhook.py index 6bab4d5..dd8529f 100644 --- a/src/paypal/webhook.py +++ b/src/paypal/webhook.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive PayPal API -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive PayPal 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"