diff --git a/setup.py b/setup.py index e37dfc4f..53eca79c 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/__init__.py b/src/appier_extras/__init__.py index 13c47a5a..42dcb560 100644 --- a/src/appier_extras/__init__.py +++ b/src/appier_extras/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/base.py b/src/appier_extras/base.py index 6635dc4d..d5705c90 100644 --- a/src/appier_extras/base.py +++ b/src/appier_extras/base.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/parts/__init__.py b/src/appier_extras/parts/__init__.py index 7799fef7..f5ad2a75 100644 --- a/src/appier_extras/parts/__init__.py +++ b/src/appier_extras/parts/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/parts/admin/__init__.py b/src/appier_extras/parts/admin/__init__.py index 100b8afb..9e4a9bbd 100644 --- a/src/appier_extras/parts/admin/__init__.py +++ b/src/appier_extras/parts/admin/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/parts/admin/models/__init__.py b/src/appier_extras/parts/admin/models/__init__.py index ef36081b..b1d02386 100644 --- a/src/appier_extras/parts/admin/models/__init__.py +++ b/src/appier_extras/parts/admin/models/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/parts/admin/models/account.py b/src/appier_extras/parts/admin/models/account.py index dadc425a..0d4439bb 100644 --- a/src/appier_extras/parts/admin/models/account.py +++ b/src/appier_extras/parts/admin/models/account.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/parts/admin/models/base.py b/src/appier_extras/parts/admin/models/base.py index 250347c7..876e8aeb 100644 --- a/src/appier_extras/parts/admin/models/base.py +++ b/src/appier_extras/parts/admin/models/base.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/parts/admin/models/config.py b/src/appier_extras/parts/admin/models/config.py index 7ba857ad..e934d860 100644 --- a/src/appier_extras/parts/admin/models/config.py +++ b/src/appier_extras/parts/admin/models/config.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/parts/admin/models/event.py b/src/appier_extras/parts/admin/models/event.py index b42da48b..d2b7dbc2 100644 --- a/src/appier_extras/parts/admin/models/event.py +++ b/src/appier_extras/parts/admin/models/event.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/parts/admin/models/locale.py b/src/appier_extras/parts/admin/models/locale.py index 4bebd0a2..97c1734f 100644 --- a/src/appier_extras/parts/admin/models/locale.py +++ b/src/appier_extras/parts/admin/models/locale.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/parts/admin/models/oauth/__init__.py b/src/appier_extras/parts/admin/models/oauth/__init__.py index 2a05960e..2129ef06 100644 --- a/src/appier_extras/parts/admin/models/oauth/__init__.py +++ b/src/appier_extras/parts/admin/models/oauth/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/parts/admin/models/oauth/oauth_client.py b/src/appier_extras/parts/admin/models/oauth/oauth_client.py index f4210002..dc2f9634 100644 --- a/src/appier_extras/parts/admin/models/oauth/oauth_client.py +++ b/src/appier_extras/parts/admin/models/oauth/oauth_client.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/parts/admin/models/oauth/oauth_token.py b/src/appier_extras/parts/admin/models/oauth/oauth_token.py index c947ec4d..fec7605e 100644 --- a/src/appier_extras/parts/admin/models/oauth/oauth_token.py +++ b/src/appier_extras/parts/admin/models/oauth/oauth_token.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/parts/admin/models/role.py b/src/appier_extras/parts/admin/models/role.py index 5de97fe9..f39bdddf 100644 --- a/src/appier_extras/parts/admin/models/role.py +++ b/src/appier_extras/parts/admin/models/role.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/parts/admin/models/search.py b/src/appier_extras/parts/admin/models/search.py index 60657b96..79ad0ce7 100644 --- a/src/appier_extras/parts/admin/models/search.py +++ b/src/appier_extras/parts/admin/models/search.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/parts/admin/models/settings.py b/src/appier_extras/parts/admin/models/settings.py index e5b1073e..a4e7369a 100644 --- a/src/appier_extras/parts/admin/models/settings.py +++ b/src/appier_extras/parts/admin/models/settings.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/parts/admin/models/snapshot.py b/src/appier_extras/parts/admin/models/snapshot.py index 869d8dd9..a18dafaa 100644 --- a/src/appier_extras/parts/admin/models/snapshot.py +++ b/src/appier_extras/parts/admin/models/snapshot.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/parts/admin/part.py b/src/appier_extras/parts/admin/part.py index 78370c22..69693011 100644 --- a/src/appier_extras/parts/admin/part.py +++ b/src/appier_extras/parts/admin/part.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/parts/admin/partials/__init__.py b/src/appier_extras/parts/admin/partials/__init__.py index 23a26111..5ea0d535 100644 --- a/src/appier_extras/parts/admin/partials/__init__.py +++ b/src/appier_extras/parts/admin/partials/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/parts/admin/partials/authenticable.py b/src/appier_extras/parts/admin/partials/authenticable.py index 515b7b8b..5224268e 100644 --- a/src/appier_extras/parts/admin/partials/authenticable.py +++ b/src/appier_extras/parts/admin/partials/authenticable.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/parts/admin/social/__init__.py b/src/appier_extras/parts/admin/social/__init__.py index dbfc3fc1..e59f70d8 100644 --- a/src/appier_extras/parts/admin/social/__init__.py +++ b/src/appier_extras/parts/admin/social/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/parts/admin/social/facebook_s.py b/src/appier_extras/parts/admin/social/facebook_s.py index 8c355df0..f43c2509 100644 --- a/src/appier_extras/parts/admin/social/facebook_s.py +++ b/src/appier_extras/parts/admin/social/facebook_s.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/parts/admin/social/github_s.py b/src/appier_extras/parts/admin/social/github_s.py index ba11fd3c..2c4c8c22 100644 --- a/src/appier_extras/parts/admin/social/github_s.py +++ b/src/appier_extras/parts/admin/social/github_s.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/parts/admin/social/google_s.py b/src/appier_extras/parts/admin/social/google_s.py index 0607fc66..4aceb4ef 100644 --- a/src/appier_extras/parts/admin/social/google_s.py +++ b/src/appier_extras/parts/admin/social/google_s.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/parts/admin/social/live_s.py b/src/appier_extras/parts/admin/social/live_s.py index f0736ae8..3960a3e2 100644 --- a/src/appier_extras/parts/admin/social/live_s.py +++ b/src/appier_extras/parts/admin/social/live_s.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/parts/admin/social/twitter_s.py b/src/appier_extras/parts/admin/social/twitter_s.py index 2a9a691e..fd7e8539 100644 --- a/src/appier_extras/parts/admin/social/twitter_s.py +++ b/src/appier_extras/parts/admin/social/twitter_s.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/parts/admin/static/css/layout.css b/src/appier_extras/parts/admin/static/css/layout.css index d0952c64..ed6593e7 100644 --- a/src/appier_extras/parts/admin/static/css/layout.css +++ b/src/appier_extras/parts/admin/static/css/layout.css @@ -2,7 +2,7 @@ /* Hive Appier Framework -Copyright (c) 2008-2018 Hive Solutions Lda. +Copyright (c) 2008-2019 Hive Solutions Lda. This file is part of Hive Appier Framework. @@ -25,7 +25,7 @@ __author__ = João Magalhães __version__ = 1.0.0 __revision__ = $LastChangedRevision$ __date__ = $LastChangedDate$ -__copyright__ = Copyright (c) 2008-2018 Hive Solutions Lda. +__copyright__ = Copyright (c) 2008-2019 Hive Solutions Lda. __license__ = Apache License, Version 2.0 */ diff --git a/src/appier_extras/parts/admin/static/js/main.js b/src/appier_extras/parts/admin/static/js/main.js index 2a8cb52a..13583d10 100644 --- a/src/appier_extras/parts/admin/static/js/main.js +++ b/src/appier_extras/parts/admin/static/js/main.js @@ -1,5 +1,5 @@ // Hive Appier Framework -// Copyright (c) 2008-2018 Hive Solutions Lda. +// Copyright (c) 2008-2019 Hive Solutions Lda. // // This file is part of Hive Appier Framework. // @@ -20,7 +20,7 @@ // __version__ = 1.0.0 // __revision__ = $LastChangedRevision$ // __date__ = $LastChangedDate$ -// __copyright__ = Copyright (c) 2008-2018 Hive Solutions Lda. +// __copyright__ = Copyright (c) 2008-2019 Hive Solutions Lda. // __license__ = Apache License, Version 2.0 (function(jQuery) { diff --git a/src/appier_extras/parts/captcha/__init__.py b/src/appier_extras/parts/captcha/__init__.py index fbb8d957..e4787826 100644 --- a/src/appier_extras/parts/captcha/__init__.py +++ b/src/appier_extras/parts/captcha/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/parts/captcha/part.py b/src/appier_extras/parts/captcha/part.py index 078e9b7b..d7fa340a 100644 --- a/src/appier_extras/parts/captcha/part.py +++ b/src/appier_extras/parts/captcha/part.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/parts/contentful/__init__.py b/src/appier_extras/parts/contentful/__init__.py index a88634ad..3d94a90e 100644 --- a/src/appier_extras/parts/contentful/__init__.py +++ b/src/appier_extras/parts/contentful/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/parts/contentful/partials/__init__.py b/src/appier_extras/parts/contentful/partials/__init__.py index 4eca3ad9..b04f1624 100644 --- a/src/appier_extras/parts/contentful/partials/__init__.py +++ b/src/appier_extras/parts/contentful/partials/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/parts/contentful/partials/_contentful.py b/src/appier_extras/parts/contentful/partials/_contentful.py index 31f8fc83..6751f05a 100644 --- a/src/appier_extras/parts/contentful/partials/_contentful.py +++ b/src/appier_extras/parts/contentful/partials/_contentful.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/parts/csfr/__init__.py b/src/appier_extras/parts/csfr/__init__.py index b0a2648f..073181d4 100644 --- a/src/appier_extras/parts/csfr/__init__.py +++ b/src/appier_extras/parts/csfr/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/parts/csfr/part.py b/src/appier_extras/parts/csfr/part.py index 50d7d2c9..c2367bf2 100644 --- a/src/appier_extras/parts/csfr/part.py +++ b/src/appier_extras/parts/csfr/part.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/parts/csfr/util.py b/src/appier_extras/parts/csfr/util.py index ed5c588e..33b8f0ce 100644 --- a/src/appier_extras/parts/csfr/util.py +++ b/src/appier_extras/parts/csfr/util.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/parts/diag/__init__.py b/src/appier_extras/parts/diag/__init__.py index 789b0227..3d60db60 100644 --- a/src/appier_extras/parts/diag/__init__.py +++ b/src/appier_extras/parts/diag/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/parts/diag/models/__init__.py b/src/appier_extras/parts/diag/models/__init__.py index bba0fd7c..551287cb 100644 --- a/src/appier_extras/parts/diag/models/__init__.py +++ b/src/appier_extras/parts/diag/models/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/parts/diag/models/base.py b/src/appier_extras/parts/diag/models/base.py index 03b9c085..1230792d 100644 --- a/src/appier_extras/parts/diag/models/base.py +++ b/src/appier_extras/parts/diag/models/base.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/parts/diag/models/request.py b/src/appier_extras/parts/diag/models/request.py index 770116bd..092c43f4 100644 --- a/src/appier_extras/parts/diag/models/request.py +++ b/src/appier_extras/parts/diag/models/request.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/parts/diag/part.py b/src/appier_extras/parts/diag/part.py index 6e82cadb..947aead4 100644 --- a/src/appier_extras/parts/diag/part.py +++ b/src/appier_extras/parts/diag/part.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/parts/loggly/__init__.py b/src/appier_extras/parts/loggly/__init__.py index 3aaf20d5..07c75e01 100644 --- a/src/appier_extras/parts/loggly/__init__.py +++ b/src/appier_extras/parts/loggly/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/parts/loggly/handler.py b/src/appier_extras/parts/loggly/handler.py index e848959e..835bae9a 100644 --- a/src/appier_extras/parts/loggly/handler.py +++ b/src/appier_extras/parts/loggly/handler.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/parts/loggly/part.py b/src/appier_extras/parts/loggly/part.py index b2a56809..fe7cc655 100644 --- a/src/appier_extras/parts/loggly/part.py +++ b/src/appier_extras/parts/loggly/part.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/parts/opbeat/__init__.py b/src/appier_extras/parts/opbeat/__init__.py index d869d741..744baddf 100644 --- a/src/appier_extras/parts/opbeat/__init__.py +++ b/src/appier_extras/parts/opbeat/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/parts/opbeat/part.py b/src/appier_extras/parts/opbeat/part.py index eb5e6f5d..91abd765 100644 --- a/src/appier_extras/parts/opbeat/part.py +++ b/src/appier_extras/parts/opbeat/part.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/parts/preflight/__init__.py b/src/appier_extras/parts/preflight/__init__.py index 0e5d073b..6e41d5a6 100644 --- a/src/appier_extras/parts/preflight/__init__.py +++ b/src/appier_extras/parts/preflight/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/parts/preflight/part.py b/src/appier_extras/parts/preflight/part.py index aef7c036..c91c777a 100644 --- a/src/appier_extras/parts/preflight/part.py +++ b/src/appier_extras/parts/preflight/part.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/parts/prismic/__init__.py b/src/appier_extras/parts/prismic/__init__.py index a88634ad..3d94a90e 100644 --- a/src/appier_extras/parts/prismic/__init__.py +++ b/src/appier_extras/parts/prismic/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/parts/prismic/partials/__init__.py b/src/appier_extras/parts/prismic/partials/__init__.py index 5dca384d..64160598 100644 --- a/src/appier_extras/parts/prismic/partials/__init__.py +++ b/src/appier_extras/parts/prismic/partials/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/parts/prismic/partials/_prismic.py b/src/appier_extras/parts/prismic/partials/_prismic.py index f09e8489..1096323d 100644 --- a/src/appier_extras/parts/prismic/partials/_prismic.py +++ b/src/appier_extras/parts/prismic/partials/_prismic.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/parts/sematext/__init__.py b/src/appier_extras/parts/sematext/__init__.py index 037bc5bd..4b4d4aea 100644 --- a/src/appier_extras/parts/sematext/__init__.py +++ b/src/appier_extras/parts/sematext/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/parts/sematext/handler.py b/src/appier_extras/parts/sematext/handler.py index 9b2990eb..1a78d3d4 100644 --- a/src/appier_extras/parts/sematext/handler.py +++ b/src/appier_extras/parts/sematext/handler.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/parts/sematext/part.py b/src/appier_extras/parts/sematext/part.py index d0062666..94f8dbbf 100644 --- a/src/appier_extras/parts/sematext/part.py +++ b/src/appier_extras/parts/sematext/part.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/test/__init__.py b/src/appier_extras/test/__init__.py index 64c13c41..9031bc5f 100644 --- a/src/appier_extras/test/__init__.py +++ b/src/appier_extras/test/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/test/admin/__init__.py b/src/appier_extras/test/admin/__init__.py index 64c13c41..9031bc5f 100644 --- a/src/appier_extras/test/admin/__init__.py +++ b/src/appier_extras/test/admin/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/test/admin/models/__init__.py b/src/appier_extras/test/admin/models/__init__.py index 64c13c41..9031bc5f 100644 --- a/src/appier_extras/test/admin/models/__init__.py +++ b/src/appier_extras/test/admin/models/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/test/admin/models/account.py b/src/appier_extras/test/admin/models/account.py index 098fb029..ec1a98f2 100644 --- a/src/appier_extras/test/admin/models/account.py +++ b/src/appier_extras/test/admin/models/account.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/test/admin/models/event.py b/src/appier_extras/test/admin/models/event.py index 5f209663..90a3132b 100644 --- a/src/appier_extras/test/admin/models/event.py +++ b/src/appier_extras/test/admin/models/event.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/test/admin/models/locale.py b/src/appier_extras/test/admin/models/locale.py index 937126de..92f9d6ef 100644 --- a/src/appier_extras/test/admin/models/locale.py +++ b/src/appier_extras/test/admin/models/locale.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/test/admin/models/mock.py b/src/appier_extras/test/admin/models/mock.py index 6ee0d5fb..0364fa78 100644 --- a/src/appier_extras/test/admin/models/mock.py +++ b/src/appier_extras/test/admin/models/mock.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/test/admin/models/oauth_client.py b/src/appier_extras/test/admin/models/oauth_client.py index 0631dc24..3a960959 100644 --- a/src/appier_extras/test/admin/models/oauth_client.py +++ b/src/appier_extras/test/admin/models/oauth_client.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/test/admin/models/oauth_token.py b/src/appier_extras/test/admin/models/oauth_token.py index 3f2a1372..a999660b 100644 --- a/src/appier_extras/test/admin/models/oauth_token.py +++ b/src/appier_extras/test/admin/models/oauth_token.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/test/admin/models/settings.py b/src/appier_extras/test/admin/models/settings.py index 3a5d36ce..5872ab43 100644 --- a/src/appier_extras/test/admin/models/settings.py +++ b/src/appier_extras/test/admin/models/settings.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/test/admin/models/snapshot.py b/src/appier_extras/test/admin/models/snapshot.py index 816bdc72..c089f2b9 100644 --- a/src/appier_extras/test/admin/models/snapshot.py +++ b/src/appier_extras/test/admin/models/snapshot.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/test/csfr/__init__.py b/src/appier_extras/test/csfr/__init__.py index 64c13c41..9031bc5f 100644 --- a/src/appier_extras/test/csfr/__init__.py +++ b/src/appier_extras/test/csfr/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/test/csfr/part.py b/src/appier_extras/test/csfr/part.py index 763a2d9b..befa5bc4 100644 --- a/src/appier_extras/test/csfr/part.py +++ b/src/appier_extras/test/csfr/part.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/test/utils/__init__.py b/src/appier_extras/test/utils/__init__.py index 64c13c41..9031bc5f 100644 --- a/src/appier_extras/test/utils/__init__.py +++ b/src/appier_extras/test/utils/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/test/utils/format.py b/src/appier_extras/test/utils/format.py index 6b16955d..c92b5c8f 100644 --- a/src/appier_extras/test/utils/format.py +++ b/src/appier_extras/test/utils/format.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/test/utils/markdown.py b/src/appier_extras/test/utils/markdown.py index e329f1cb..d1a6aed5 100644 --- a/src/appier_extras/test/utils/markdown.py +++ b/src/appier_extras/test/utils/markdown.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/test/utils/net.py b/src/appier_extras/test/utils/net.py index 40bc3aac..38ea60de 100644 --- a/src/appier_extras/test/utils/net.py +++ b/src/appier_extras/test/utils/net.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/utils/__init__.py b/src/appier_extras/utils/__init__.py index 25a62b9c..7eb4da4d 100644 --- a/src/appier_extras/utils/__init__.py +++ b/src/appier_extras/utils/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/utils/format.py b/src/appier_extras/utils/format.py index 640721a4..9b1c3daa 100644 --- a/src/appier_extras/utils/format.py +++ b/src/appier_extras/utils/format.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/utils/markdown.py b/src/appier_extras/utils/markdown.py index a0c69fbb..2469852f 100644 --- a/src/appier_extras/utils/markdown.py +++ b/src/appier_extras/utils/markdown.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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/appier_extras/utils/net.py b/src/appier_extras/utils/net.py index 1d06ca7c..bb9b7404 100644 --- a/src/appier_extras/utils/net.py +++ b/src/appier_extras/utils/net.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Appier Framework -# Copyright (c) 2008-2018 Hive Solutions Lda. +# Copyright (c) 2008-2019 Hive Solutions Lda. # # This file is part of Hive Appier Framework. # @@ -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"