From 34537878ca4d9b0ad739e09059fc10e4fa0870c3 Mon Sep 17 00:00:00 2001 From: joamag Date: Thu, 2 Jan 2020 13:46:31 +0000 Subject: [PATCH] New year 2020 --- examples/basic/future.py | 4 ++-- examples/basic/future_neo.py | 4 ++-- examples/basic/future_old.py | 4 ++-- examples/basic/loop.py | 4 ++-- examples/basic/loop_asyncio.py | 4 ++-- examples/basic/loop_neo.py | 4 ++-- examples/basic/loop_old.py | 4 ++-- examples/basic/sum.py | 4 ++-- examples/basic/sum_gen.py | 4 ++-- examples/basic/sum_mix.py | 4 ++-- examples/basic/sum_neo.py | 4 ++-- examples/echo/echoc_udp.py | 4 ++-- examples/echo/echos_udp.py | 4 ++-- examples/http/http_aiohttp.py | 4 ++-- examples/http/http_aiohttp_neo.py | 4 ++-- examples/http/http_asyncio.py | 4 ++-- examples/http/http_players.py | 4 ++-- setup.py | 4 ++-- src/netius/__init__.py | 4 ++-- src/netius/adapters/__init__.py | 4 ++-- src/netius/adapters/base.py | 4 ++-- src/netius/adapters/fs.py | 4 ++-- src/netius/adapters/memory.py | 4 ++-- src/netius/adapters/mongo.py | 4 ++-- src/netius/adapters/null.py | 4 ++-- src/netius/auth/__init__.py | 4 ++-- src/netius/auth/address.py | 4 ++-- src/netius/auth/allow.py | 4 ++-- src/netius/auth/base.py | 4 ++-- src/netius/auth/deny.py | 4 ++-- src/netius/auth/dummy.py | 4 ++-- src/netius/auth/memory.py | 4 ++-- src/netius/auth/passwd.py | 4 ++-- src/netius/auth/simple.py | 4 ++-- src/netius/base/__init__.py | 4 ++-- src/netius/base/agent.py | 4 ++-- src/netius/base/async_neo.py | 4 ++-- src/netius/base/async_old.py | 4 ++-- src/netius/base/asynchronous.py | 4 ++-- src/netius/base/client.py | 4 ++-- src/netius/base/common.py | 4 ++-- src/netius/base/compat.py | 4 ++-- src/netius/base/config.py | 4 ++-- src/netius/base/conn.py | 4 ++-- src/netius/base/container.py | 4 ++-- src/netius/base/diag.py | 4 ++-- src/netius/base/errors.py | 4 ++-- src/netius/base/legacy.py | 4 ++-- src/netius/base/log.py | 4 ++-- src/netius/base/observer.py | 4 ++-- src/netius/base/poll.py | 4 ++-- src/netius/base/protocol.py | 4 ++-- src/netius/base/request.py | 4 ++-- src/netius/base/server.py | 4 ++-- src/netius/base/stream.py | 4 ++-- src/netius/base/tls.py | 4 ++-- src/netius/base/util.py | 4 ++-- src/netius/clients/__init__.py | 4 ++-- src/netius/clients/apn.py | 4 ++-- src/netius/clients/dht.py | 4 ++-- src/netius/clients/dns.py | 4 ++-- src/netius/clients/http.py | 4 ++-- src/netius/clients/mjpg.py | 4 ++-- src/netius/clients/raw.py | 4 ++-- src/netius/clients/smtp.py | 4 ++-- src/netius/clients/ssdp.py | 4 ++-- src/netius/clients/torrent.py | 4 ++-- src/netius/clients/ws.py | 4 ++-- src/netius/common/__init__.py | 4 ++-- src/netius/common/asn.py | 4 ++-- src/netius/common/calc.py | 4 ++-- src/netius/common/dhcp.py | 4 ++-- src/netius/common/dkim.py | 4 ++-- src/netius/common/ftp.py | 4 ++-- src/netius/common/geo.py | 4 ++-- src/netius/common/http.py | 4 ++-- src/netius/common/http2.py | 4 ++-- src/netius/common/mime.py | 4 ++-- src/netius/common/parser.py | 4 ++-- src/netius/common/pop.py | 4 ++-- src/netius/common/rsa.py | 4 ++-- src/netius/common/setup.py | 4 ++-- src/netius/common/smtp.py | 4 ++-- src/netius/common/socks.py | 4 ++-- src/netius/common/stream.py | 4 ++-- src/netius/common/structures.py | 4 ++-- src/netius/common/style.py | 4 ++-- src/netius/common/tftp.py | 4 ++-- src/netius/common/tls.py | 4 ++-- src/netius/common/torrent.py | 4 ++-- src/netius/common/util.py | 4 ++-- src/netius/common/ws.py | 4 ++-- src/netius/examples/__init__.py | 4 ++-- src/netius/examples/http.py | 4 ++-- src/netius/examples/upnp.py | 4 ++-- src/netius/extra/__init__.py | 4 ++-- src/netius/extra/desktop.py | 4 ++-- src/netius/extra/dhcp_s.py | 4 ++-- src/netius/extra/file.py | 4 ++-- src/netius/extra/filea.py | 4 ++-- src/netius/extra/hello.py | 4 ++-- src/netius/extra/hello_w.py | 4 ++-- src/netius/extra/proxy_d.py | 4 ++-- src/netius/extra/proxy_f.py | 4 ++-- src/netius/extra/proxy_r.py | 4 ++-- src/netius/extra/smtp_r.py | 4 ++-- src/netius/middleware/__init__.py | 4 ++-- src/netius/middleware/annoyer.py | 4 ++-- src/netius/middleware/base.py | 4 ++-- src/netius/middleware/blacklist.py | 4 ++-- src/netius/middleware/dummy.py | 4 ++-- src/netius/middleware/flood.py | 4 ++-- src/netius/middleware/proxy.py | 4 ++-- src/netius/mock/__init__.py | 4 ++-- src/netius/mock/appier.py | 4 ++-- src/netius/pool/__init__.py | 4 ++-- src/netius/pool/common.py | 4 ++-- src/netius/pool/file.py | 4 ++-- src/netius/pool/notify.py | 4 ++-- src/netius/pool/task.py | 4 ++-- src/netius/servers/__init__.py | 4 ++-- src/netius/servers/dhcp.py | 4 ++-- src/netius/servers/echo.py | 4 ++-- src/netius/servers/echo_ws.py | 4 ++-- src/netius/servers/ftp.py | 4 ++-- src/netius/servers/http.py | 4 ++-- src/netius/servers/http2.py | 4 ++-- src/netius/servers/mjpg.py | 4 ++-- src/netius/servers/pop.py | 4 ++-- src/netius/servers/proxy.py | 4 ++-- src/netius/servers/smtp.py | 4 ++-- src/netius/servers/socks.py | 4 ++-- src/netius/servers/tftp.py | 4 ++-- src/netius/servers/torrent.py | 4 ++-- src/netius/servers/ws.py | 4 ++-- src/netius/servers/wsgi.py | 4 ++-- src/netius/sh/__init__.py | 4 ++-- src/netius/sh/auth.py | 4 ++-- src/netius/sh/base.py | 4 ++-- src/netius/sh/dkim.py | 4 ++-- src/netius/sh/rsa.py | 4 ++-- src/netius/sh/smtp.py | 4 ++-- src/netius/test/__init__.py | 4 ++-- src/netius/test/auth/__init__.py | 4 ++-- src/netius/test/auth/allow.py | 4 ++-- src/netius/test/auth/deny.py | 4 ++-- src/netius/test/auth/simple.py | 4 ++-- src/netius/test/base/__init__.py | 4 ++-- src/netius/test/base/asynchronous.py | 4 ++-- src/netius/test/base/common.py | 4 ++-- src/netius/test/base/config.py | 4 ++-- src/netius/test/base/tls.py | 4 ++-- src/netius/test/base/transport.py | 4 ++-- src/netius/test/clients/__init__.py | 4 ++-- src/netius/test/clients/http.py | 4 ++-- src/netius/test/common/__init__.py | 4 ++-- src/netius/test/common/calc.py | 4 ++-- src/netius/test/common/dkim.py | 4 ++-- src/netius/test/common/http.py | 4 ++-- src/netius/test/common/mime.py | 4 ++-- src/netius/test/common/rsa.py | 4 ++-- src/netius/test/common/util.py | 4 ++-- src/netius/test/extra/__init__.py | 4 ++-- src/netius/test/extra/proxy_r.py | 4 ++-- src/netius/test/extra/smtp_r.py | 4 ++-- src/netius/test/middleware/__init__.py | 4 ++-- src/netius/test/middleware/proxy.py | 4 ++-- src/netius/test/pool/__init__.py | 4 ++-- src/netius/test/pool/common.py | 4 ++-- src/netius/test/servers/__init__.py | 4 ++-- src/netius/test/servers/http.py | 4 ++-- 171 files changed, 342 insertions(+), 342 deletions(-) diff --git a/examples/basic/future.py b/examples/basic/future.py index f388fa618..f7f00fe39 100644 --- a/examples/basic/future.py +++ b/examples/basic/future.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/examples/basic/future_neo.py b/examples/basic/future_neo.py index 670559f2f..84373e208 100644 --- a/examples/basic/future_neo.py +++ b/examples/basic/future_neo.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/examples/basic/future_old.py b/examples/basic/future_old.py index 1ac402a32..c07040636 100644 --- a/examples/basic/future_old.py +++ b/examples/basic/future_old.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/examples/basic/loop.py b/examples/basic/loop.py index 1d32655ce..7227fdfd0 100644 --- a/examples/basic/loop.py +++ b/examples/basic/loop.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/examples/basic/loop_asyncio.py b/examples/basic/loop_asyncio.py index f4b550de8..82eb7f39a 100644 --- a/examples/basic/loop_asyncio.py +++ b/examples/basic/loop_asyncio.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/examples/basic/loop_neo.py b/examples/basic/loop_neo.py index 814e5e6d3..04e447413 100644 --- a/examples/basic/loop_neo.py +++ b/examples/basic/loop_neo.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/examples/basic/loop_old.py b/examples/basic/loop_old.py index 1989f3e03..af4e64b4d 100644 --- a/examples/basic/loop_old.py +++ b/examples/basic/loop_old.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/examples/basic/sum.py b/examples/basic/sum.py index 74e6ae98f..c2e45243a 100644 --- a/examples/basic/sum.py +++ b/examples/basic/sum.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/examples/basic/sum_gen.py b/examples/basic/sum_gen.py index 63a014f73..efdd8b172 100644 --- a/examples/basic/sum_gen.py +++ b/examples/basic/sum_gen.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/examples/basic/sum_mix.py b/examples/basic/sum_mix.py index 1807523e8..c157e7bca 100644 --- a/examples/basic/sum_mix.py +++ b/examples/basic/sum_mix.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/examples/basic/sum_neo.py b/examples/basic/sum_neo.py index 0a04b9f99..786861330 100644 --- a/examples/basic/sum_neo.py +++ b/examples/basic/sum_neo.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/examples/echo/echoc_udp.py b/examples/echo/echoc_udp.py index 8065e73ae..a5551f2ac 100644 --- a/examples/echo/echoc_udp.py +++ b/examples/echo/echoc_udp.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/examples/echo/echos_udp.py b/examples/echo/echos_udp.py index 05d1c1624..41ccefc7f 100644 --- a/examples/echo/echos_udp.py +++ b/examples/echo/echos_udp.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/examples/http/http_aiohttp.py b/examples/http/http_aiohttp.py index 66c47fb06..9028464a5 100644 --- a/examples/http/http_aiohttp.py +++ b/examples/http/http_aiohttp.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/examples/http/http_aiohttp_neo.py b/examples/http/http_aiohttp_neo.py index f35df2d10..a4fc83502 100644 --- a/examples/http/http_aiohttp_neo.py +++ b/examples/http/http_aiohttp_neo.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/examples/http/http_asyncio.py b/examples/http/http_asyncio.py index f74e0678d..7197125dc 100644 --- a/examples/http/http_asyncio.py +++ b/examples/http/http_asyncio.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/examples/http/http_players.py b/examples/http/http_players.py index e894e132b..a3307348d 100644 --- a/examples/http/http_players.py +++ b/examples/http/http_players.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/setup.py b/setup.py index 303f0dab7..20c250a20 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/__init__.py b/src/netius/__init__.py index fa9ab2adc..725547ba5 100644 --- a/src/netius/__init__.py +++ b/src/netius/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -28,7 +28,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/adapters/__init__.py b/src/netius/adapters/__init__.py index 83805a241..5bbd19532 100644 --- a/src/netius/adapters/__init__.py +++ b/src/netius/adapters/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -28,7 +28,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/adapters/base.py b/src/netius/adapters/base.py index 703e494c6..0629b12d9 100644 --- a/src/netius/adapters/base.py +++ b/src/netius/adapters/base.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/adapters/fs.py b/src/netius/adapters/fs.py index a2d3a0585..c71271fb5 100644 --- a/src/netius/adapters/fs.py +++ b/src/netius/adapters/fs.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/adapters/memory.py b/src/netius/adapters/memory.py index 946d6fab2..0c1cd944e 100644 --- a/src/netius/adapters/memory.py +++ b/src/netius/adapters/memory.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/adapters/mongo.py b/src/netius/adapters/mongo.py index 23fb85733..e69be3d07 100644 --- a/src/netius/adapters/mongo.py +++ b/src/netius/adapters/mongo.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/adapters/null.py b/src/netius/adapters/null.py index 6f2314b53..a0c3e7186 100644 --- a/src/netius/adapters/null.py +++ b/src/netius/adapters/null.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/auth/__init__.py b/src/netius/auth/__init__.py index 8eefa370a..0435e6836 100644 --- a/src/netius/auth/__init__.py +++ b/src/netius/auth/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -28,7 +28,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/auth/address.py b/src/netius/auth/address.py index 638412051..faf8f488e 100644 --- a/src/netius/auth/address.py +++ b/src/netius/auth/address.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/auth/allow.py b/src/netius/auth/allow.py index b8f1eb7fd..dd21a99a4 100644 --- a/src/netius/auth/allow.py +++ b/src/netius/auth/allow.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/auth/base.py b/src/netius/auth/base.py index 2cdb904b0..4b5348583 100644 --- a/src/netius/auth/base.py +++ b/src/netius/auth/base.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/auth/deny.py b/src/netius/auth/deny.py index a30b202a9..568692cbd 100644 --- a/src/netius/auth/deny.py +++ b/src/netius/auth/deny.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/auth/dummy.py b/src/netius/auth/dummy.py index 038e01a92..b7e2f7272 100644 --- a/src/netius/auth/dummy.py +++ b/src/netius/auth/dummy.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/auth/memory.py b/src/netius/auth/memory.py index 082f94407..17b441b6c 100644 --- a/src/netius/auth/memory.py +++ b/src/netius/auth/memory.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -28,7 +28,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/auth/passwd.py b/src/netius/auth/passwd.py index 4cbdaa9a4..76700be2c 100644 --- a/src/netius/auth/passwd.py +++ b/src/netius/auth/passwd.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/auth/simple.py b/src/netius/auth/simple.py index 3ef75533b..1ebc4e0ee 100644 --- a/src/netius/auth/simple.py +++ b/src/netius/auth/simple.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -28,7 +28,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/base/__init__.py b/src/netius/base/__init__.py index 1fa16b1ae..a2291fc48 100644 --- a/src/netius/base/__init__.py +++ b/src/netius/base/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -28,7 +28,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/base/agent.py b/src/netius/base/agent.py index 56e3a6ec5..e264adc50 100644 --- a/src/netius/base/agent.py +++ b/src/netius/base/agent.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/base/async_neo.py b/src/netius/base/async_neo.py index 7eb9de5c8..a7dba586c 100644 --- a/src/netius/base/async_neo.py +++ b/src/netius/base/async_neo.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/base/async_old.py b/src/netius/base/async_old.py index bbb93b68f..88a2ee4e2 100644 --- a/src/netius/base/async_old.py +++ b/src/netius/base/async_old.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/base/asynchronous.py b/src/netius/base/asynchronous.py index 63b854316..e11590a1f 100644 --- a/src/netius/base/asynchronous.py +++ b/src/netius/base/asynchronous.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/base/client.py b/src/netius/base/client.py index 373105a38..065f1c901 100644 --- a/src/netius/base/client.py +++ b/src/netius/base/client.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/base/common.py b/src/netius/base/common.py index 762a7f7f6..e4dcb4ce9 100644 --- a/src/netius/base/common.py +++ b/src/netius/base/common.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/base/compat.py b/src/netius/base/compat.py index 2af76f19d..e933204b3 100644 --- a/src/netius/base/compat.py +++ b/src/netius/base/compat.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/base/config.py b/src/netius/base/config.py index af5e71004..11abb07fa 100644 --- a/src/netius/base/config.py +++ b/src/netius/base/config.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/base/conn.py b/src/netius/base/conn.py index 3975d40b3..6e8bbbf11 100644 --- a/src/netius/base/conn.py +++ b/src/netius/base/conn.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/base/container.py b/src/netius/base/container.py index 006707789..12f8b4a7e 100644 --- a/src/netius/base/container.py +++ b/src/netius/base/container.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/base/diag.py b/src/netius/base/diag.py index 89753fa09..560b09315 100644 --- a/src/netius/base/diag.py +++ b/src/netius/base/diag.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/base/errors.py b/src/netius/base/errors.py index 6e5d5f8ae..8c77e7732 100644 --- a/src/netius/base/errors.py +++ b/src/netius/base/errors.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/base/legacy.py b/src/netius/base/legacy.py index 88103f39f..8e89410e9 100644 --- a/src/netius/base/legacy.py +++ b/src/netius/base/legacy.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/base/log.py b/src/netius/base/log.py index a6cad599b..b1c67f71f 100644 --- a/src/netius/base/log.py +++ b/src/netius/base/log.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/base/observer.py b/src/netius/base/observer.py index c8b3d90e7..54523e23f 100644 --- a/src/netius/base/observer.py +++ b/src/netius/base/observer.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/base/poll.py b/src/netius/base/poll.py index 66a07e2f2..cd7885a9c 100644 --- a/src/netius/base/poll.py +++ b/src/netius/base/poll.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/base/protocol.py b/src/netius/base/protocol.py index 9fc474164..f79748a6b 100644 --- a/src/netius/base/protocol.py +++ b/src/netius/base/protocol.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/base/request.py b/src/netius/base/request.py index 05c8ddeff..97e8db5d9 100644 --- a/src/netius/base/request.py +++ b/src/netius/base/request.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/base/server.py b/src/netius/base/server.py index 35ceee7f0..49d83ee59 100644 --- a/src/netius/base/server.py +++ b/src/netius/base/server.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/base/stream.py b/src/netius/base/stream.py index ed9c38672..776f3383c 100644 --- a/src/netius/base/stream.py +++ b/src/netius/base/stream.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/base/tls.py b/src/netius/base/tls.py index 11c60baf0..39671aaf9 100644 --- a/src/netius/base/tls.py +++ b/src/netius/base/tls.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/base/util.py b/src/netius/base/util.py index 40708dcff..8dc28d401 100644 --- a/src/netius/base/util.py +++ b/src/netius/base/util.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/clients/__init__.py b/src/netius/clients/__init__.py index 783830646..3e8510e3c 100644 --- a/src/netius/clients/__init__.py +++ b/src/netius/clients/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -28,7 +28,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/clients/apn.py b/src/netius/clients/apn.py index d49ac08d8..bd9123a1d 100644 --- a/src/netius/clients/apn.py +++ b/src/netius/clients/apn.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/clients/dht.py b/src/netius/clients/dht.py index fcb867f61..ac55a7eaf 100644 --- a/src/netius/clients/dht.py +++ b/src/netius/clients/dht.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/clients/dns.py b/src/netius/clients/dns.py index c4e8f5d24..ca275f946 100644 --- a/src/netius/clients/dns.py +++ b/src/netius/clients/dns.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/clients/http.py b/src/netius/clients/http.py index 7ca752220..600bca5af 100644 --- a/src/netius/clients/http.py +++ b/src/netius/clients/http.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/clients/mjpg.py b/src/netius/clients/mjpg.py index 2b3d3c23f..1f59a7382 100644 --- a/src/netius/clients/mjpg.py +++ b/src/netius/clients/mjpg.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/clients/raw.py b/src/netius/clients/raw.py index 0703be869..2bbebec09 100644 --- a/src/netius/clients/raw.py +++ b/src/netius/clients/raw.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/clients/smtp.py b/src/netius/clients/smtp.py index f00edf757..142cb9ccf 100644 --- a/src/netius/clients/smtp.py +++ b/src/netius/clients/smtp.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/clients/ssdp.py b/src/netius/clients/ssdp.py index 04463191b..3f2f4c79d 100644 --- a/src/netius/clients/ssdp.py +++ b/src/netius/clients/ssdp.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/clients/torrent.py b/src/netius/clients/torrent.py index 20516e2b2..49f493863 100644 --- a/src/netius/clients/torrent.py +++ b/src/netius/clients/torrent.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/clients/ws.py b/src/netius/clients/ws.py index 4cac3a622..10745706d 100644 --- a/src/netius/clients/ws.py +++ b/src/netius/clients/ws.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/common/__init__.py b/src/netius/common/__init__.py index 1dfe8c8f4..88d43fd37 100644 --- a/src/netius/common/__init__.py +++ b/src/netius/common/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -28,7 +28,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/common/asn.py b/src/netius/common/asn.py index dd6477609..43e1e5c87 100644 --- a/src/netius/common/asn.py +++ b/src/netius/common/asn.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/common/calc.py b/src/netius/common/calc.py index e19fe4465..6c08212a1 100644 --- a/src/netius/common/calc.py +++ b/src/netius/common/calc.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/common/dhcp.py b/src/netius/common/dhcp.py index 1ab5f89d7..220805190 100644 --- a/src/netius/common/dhcp.py +++ b/src/netius/common/dhcp.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/common/dkim.py b/src/netius/common/dkim.py index cdbf3424f..f23cdd153 100644 --- a/src/netius/common/dkim.py +++ b/src/netius/common/dkim.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/common/ftp.py b/src/netius/common/ftp.py index 765f7ccb1..f849b10e5 100644 --- a/src/netius/common/ftp.py +++ b/src/netius/common/ftp.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/common/geo.py b/src/netius/common/geo.py index f2e1d016d..faec2b142 100644 --- a/src/netius/common/geo.py +++ b/src/netius/common/geo.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/common/http.py b/src/netius/common/http.py index 493f64b17..8657e0826 100644 --- a/src/netius/common/http.py +++ b/src/netius/common/http.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/common/http2.py b/src/netius/common/http2.py index 816d62c2f..7dfe11117 100644 --- a/src/netius/common/http2.py +++ b/src/netius/common/http2.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/common/mime.py b/src/netius/common/mime.py index 6696e9bc6..33b0bdf00 100644 --- a/src/netius/common/mime.py +++ b/src/netius/common/mime.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/common/parser.py b/src/netius/common/parser.py index 23b7a6cd6..5e62861d0 100644 --- a/src/netius/common/parser.py +++ b/src/netius/common/parser.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/common/pop.py b/src/netius/common/pop.py index 9a84837cc..7ed2f0a9b 100644 --- a/src/netius/common/pop.py +++ b/src/netius/common/pop.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/common/rsa.py b/src/netius/common/rsa.py index 48585f115..b7be80e3d 100644 --- a/src/netius/common/rsa.py +++ b/src/netius/common/rsa.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/common/setup.py b/src/netius/common/setup.py index e27ab9c9f..cf0a7bb7f 100644 --- a/src/netius/common/setup.py +++ b/src/netius/common/setup.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/common/smtp.py b/src/netius/common/smtp.py index c4b8127ac..2f72d2e03 100644 --- a/src/netius/common/smtp.py +++ b/src/netius/common/smtp.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/common/socks.py b/src/netius/common/socks.py index f582f978d..2520057fe 100644 --- a/src/netius/common/socks.py +++ b/src/netius/common/socks.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/common/stream.py b/src/netius/common/stream.py index 0e3dc2ca2..2dde8a550 100644 --- a/src/netius/common/stream.py +++ b/src/netius/common/stream.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/common/structures.py b/src/netius/common/structures.py index aed3324eb..4997f8d20 100644 --- a/src/netius/common/structures.py +++ b/src/netius/common/structures.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/common/style.py b/src/netius/common/style.py index a3218236b..4b49ad53f 100644 --- a/src/netius/common/style.py +++ b/src/netius/common/style.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/common/tftp.py b/src/netius/common/tftp.py index a6271f6db..26ed359a8 100644 --- a/src/netius/common/tftp.py +++ b/src/netius/common/tftp.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/common/tls.py b/src/netius/common/tls.py index d14682955..a774b1988 100644 --- a/src/netius/common/tls.py +++ b/src/netius/common/tls.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/common/torrent.py b/src/netius/common/torrent.py index 854e32ca0..07653b561 100644 --- a/src/netius/common/torrent.py +++ b/src/netius/common/torrent.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/common/util.py b/src/netius/common/util.py index db0e4a7e1..44e89f5c7 100644 --- a/src/netius/common/util.py +++ b/src/netius/common/util.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/common/ws.py b/src/netius/common/ws.py index ab698dfb6..24a742787 100644 --- a/src/netius/common/ws.py +++ b/src/netius/common/ws.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/examples/__init__.py b/src/netius/examples/__init__.py index 79e6b8c9f..45c8d2ae1 100644 --- a/src/netius/examples/__init__.py +++ b/src/netius/examples/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -28,7 +28,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/examples/http.py b/src/netius/examples/http.py index a4fe2532b..4a3156ca4 100644 --- a/src/netius/examples/http.py +++ b/src/netius/examples/http.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/examples/upnp.py b/src/netius/examples/upnp.py index 1be7800b2..499c0a149 100644 --- a/src/netius/examples/upnp.py +++ b/src/netius/examples/upnp.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/extra/__init__.py b/src/netius/extra/__init__.py index 0545e55ec..fbd209da3 100644 --- a/src/netius/extra/__init__.py +++ b/src/netius/extra/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -28,7 +28,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/extra/desktop.py b/src/netius/extra/desktop.py index 5c1d526a5..fb14a7c21 100644 --- a/src/netius/extra/desktop.py +++ b/src/netius/extra/desktop.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/extra/dhcp_s.py b/src/netius/extra/dhcp_s.py index 976835b9a..c2f0039db 100644 --- a/src/netius/extra/dhcp_s.py +++ b/src/netius/extra/dhcp_s.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/extra/file.py b/src/netius/extra/file.py index f995258dc..6ac10a863 100644 --- a/src/netius/extra/file.py +++ b/src/netius/extra/file.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/extra/filea.py b/src/netius/extra/filea.py index 7b5a74a78..19eb92da8 100644 --- a/src/netius/extra/filea.py +++ b/src/netius/extra/filea.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/extra/hello.py b/src/netius/extra/hello.py index 640b6726d..500c62972 100644 --- a/src/netius/extra/hello.py +++ b/src/netius/extra/hello.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/extra/hello_w.py b/src/netius/extra/hello_w.py index 18170a656..04e2b9122 100644 --- a/src/netius/extra/hello_w.py +++ b/src/netius/extra/hello_w.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/extra/proxy_d.py b/src/netius/extra/proxy_d.py index f6481006e..e4bfc082d 100644 --- a/src/netius/extra/proxy_d.py +++ b/src/netius/extra/proxy_d.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/extra/proxy_f.py b/src/netius/extra/proxy_f.py index 59a0c23b1..f6d4c8810 100644 --- a/src/netius/extra/proxy_f.py +++ b/src/netius/extra/proxy_f.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/extra/proxy_r.py b/src/netius/extra/proxy_r.py index d1227f35f..62f6bddb0 100644 --- a/src/netius/extra/proxy_r.py +++ b/src/netius/extra/proxy_r.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/extra/smtp_r.py b/src/netius/extra/smtp_r.py index e4e581a49..467097650 100644 --- a/src/netius/extra/smtp_r.py +++ b/src/netius/extra/smtp_r.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/middleware/__init__.py b/src/netius/middleware/__init__.py index 89d547795..38dc71df5 100644 --- a/src/netius/middleware/__init__.py +++ b/src/netius/middleware/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -28,7 +28,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/middleware/annoyer.py b/src/netius/middleware/annoyer.py index f2c8b3faa..bca5c7512 100644 --- a/src/netius/middleware/annoyer.py +++ b/src/netius/middleware/annoyer.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/middleware/base.py b/src/netius/middleware/base.py index 3698503dc..ad5cb7edd 100644 --- a/src/netius/middleware/base.py +++ b/src/netius/middleware/base.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/middleware/blacklist.py b/src/netius/middleware/blacklist.py index 037f93896..3e641aac4 100644 --- a/src/netius/middleware/blacklist.py +++ b/src/netius/middleware/blacklist.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/middleware/dummy.py b/src/netius/middleware/dummy.py index 4b9a36839..6a2624d53 100644 --- a/src/netius/middleware/dummy.py +++ b/src/netius/middleware/dummy.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/middleware/flood.py b/src/netius/middleware/flood.py index 81e102985..d1878530c 100644 --- a/src/netius/middleware/flood.py +++ b/src/netius/middleware/flood.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/middleware/proxy.py b/src/netius/middleware/proxy.py index 4008d3919..f27684592 100644 --- a/src/netius/middleware/proxy.py +++ b/src/netius/middleware/proxy.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/mock/__init__.py b/src/netius/mock/__init__.py index c636f548b..135f4d941 100644 --- a/src/netius/mock/__init__.py +++ b/src/netius/mock/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -28,7 +28,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/mock/appier.py b/src/netius/mock/appier.py index adc13b535..52abecaac 100644 --- a/src/netius/mock/appier.py +++ b/src/netius/mock/appier.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/pool/__init__.py b/src/netius/pool/__init__.py index d78e8d19e..06a711683 100644 --- a/src/netius/pool/__init__.py +++ b/src/netius/pool/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -28,7 +28,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/pool/common.py b/src/netius/pool/common.py index 828ffced1..0f5f1806d 100644 --- a/src/netius/pool/common.py +++ b/src/netius/pool/common.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/pool/file.py b/src/netius/pool/file.py index d309c3f34..5511a6b3d 100644 --- a/src/netius/pool/file.py +++ b/src/netius/pool/file.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/pool/notify.py b/src/netius/pool/notify.py index c2f10a347..f42976110 100644 --- a/src/netius/pool/notify.py +++ b/src/netius/pool/notify.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/pool/task.py b/src/netius/pool/task.py index e8bb0f07c..cc9acb829 100644 --- a/src/netius/pool/task.py +++ b/src/netius/pool/task.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/servers/__init__.py b/src/netius/servers/__init__.py index 1dbfd2190..b38c6a5ca 100644 --- a/src/netius/servers/__init__.py +++ b/src/netius/servers/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -28,7 +28,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/servers/dhcp.py b/src/netius/servers/dhcp.py index d76f12607..07fa2c116 100644 --- a/src/netius/servers/dhcp.py +++ b/src/netius/servers/dhcp.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/servers/echo.py b/src/netius/servers/echo.py index c29759213..56ddbf125 100644 --- a/src/netius/servers/echo.py +++ b/src/netius/servers/echo.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/servers/echo_ws.py b/src/netius/servers/echo_ws.py index 916c93f14..f40323edd 100644 --- a/src/netius/servers/echo_ws.py +++ b/src/netius/servers/echo_ws.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/servers/ftp.py b/src/netius/servers/ftp.py index 78fe1e87b..9c37255e2 100644 --- a/src/netius/servers/ftp.py +++ b/src/netius/servers/ftp.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/servers/http.py b/src/netius/servers/http.py index 7840af6e6..9a747e875 100644 --- a/src/netius/servers/http.py +++ b/src/netius/servers/http.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/servers/http2.py b/src/netius/servers/http2.py index 60711241d..2c80aa158 100644 --- a/src/netius/servers/http2.py +++ b/src/netius/servers/http2.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/servers/mjpg.py b/src/netius/servers/mjpg.py index 8289af77c..9908518f2 100644 --- a/src/netius/servers/mjpg.py +++ b/src/netius/servers/mjpg.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/servers/pop.py b/src/netius/servers/pop.py index 04e5d9a2b..c53a92c1a 100644 --- a/src/netius/servers/pop.py +++ b/src/netius/servers/pop.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/servers/proxy.py b/src/netius/servers/proxy.py index 11c6d77e8..38f04c2d2 100644 --- a/src/netius/servers/proxy.py +++ b/src/netius/servers/proxy.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/servers/smtp.py b/src/netius/servers/smtp.py index 6a5a3673c..0bcaa22fc 100644 --- a/src/netius/servers/smtp.py +++ b/src/netius/servers/smtp.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/servers/socks.py b/src/netius/servers/socks.py index b1dc1cfa4..7f7e0c087 100644 --- a/src/netius/servers/socks.py +++ b/src/netius/servers/socks.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/servers/tftp.py b/src/netius/servers/tftp.py index 3ca176ccf..9799ffe96 100644 --- a/src/netius/servers/tftp.py +++ b/src/netius/servers/tftp.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/servers/torrent.py b/src/netius/servers/torrent.py index f3476bd05..0023d8d70 100644 --- a/src/netius/servers/torrent.py +++ b/src/netius/servers/torrent.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/servers/ws.py b/src/netius/servers/ws.py index 12d0dcbd3..65753fcc3 100644 --- a/src/netius/servers/ws.py +++ b/src/netius/servers/ws.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/servers/wsgi.py b/src/netius/servers/wsgi.py index 12788f092..17cdfcb5b 100644 --- a/src/netius/servers/wsgi.py +++ b/src/netius/servers/wsgi.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/sh/__init__.py b/src/netius/sh/__init__.py index 45954f76e..fae40397c 100644 --- a/src/netius/sh/__init__.py +++ b/src/netius/sh/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -28,7 +28,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/sh/auth.py b/src/netius/sh/auth.py index 1fe72cd56..b84188194 100644 --- a/src/netius/sh/auth.py +++ b/src/netius/sh/auth.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -28,7 +28,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/sh/base.py b/src/netius/sh/base.py index ebd641fbb..cefe0acd5 100644 --- a/src/netius/sh/base.py +++ b/src/netius/sh/base.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/sh/dkim.py b/src/netius/sh/dkim.py index c807e3f91..536485a9c 100644 --- a/src/netius/sh/dkim.py +++ b/src/netius/sh/dkim.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/sh/rsa.py b/src/netius/sh/rsa.py index 7d3fd3412..19483828e 100644 --- a/src/netius/sh/rsa.py +++ b/src/netius/sh/rsa.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/sh/smtp.py b/src/netius/sh/smtp.py index f3dca8ea3..dc8c605cc 100644 --- a/src/netius/sh/smtp.py +++ b/src/netius/sh/smtp.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/test/__init__.py b/src/netius/test/__init__.py index 5111fbd2d..52c2dd14c 100644 --- a/src/netius/test/__init__.py +++ b/src/netius/test/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -28,7 +28,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/test/auth/__init__.py b/src/netius/test/auth/__init__.py index 5111fbd2d..52c2dd14c 100644 --- a/src/netius/test/auth/__init__.py +++ b/src/netius/test/auth/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -28,7 +28,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/test/auth/allow.py b/src/netius/test/auth/allow.py index 0d75db3b0..f15c0914f 100644 --- a/src/netius/test/auth/allow.py +++ b/src/netius/test/auth/allow.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/test/auth/deny.py b/src/netius/test/auth/deny.py index 311c552a9..711a42ff9 100644 --- a/src/netius/test/auth/deny.py +++ b/src/netius/test/auth/deny.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/test/auth/simple.py b/src/netius/test/auth/simple.py index ddfc9528e..8857cb625 100644 --- a/src/netius/test/auth/simple.py +++ b/src/netius/test/auth/simple.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/test/base/__init__.py b/src/netius/test/base/__init__.py index 5111fbd2d..52c2dd14c 100644 --- a/src/netius/test/base/__init__.py +++ b/src/netius/test/base/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -28,7 +28,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/test/base/asynchronous.py b/src/netius/test/base/asynchronous.py index 6d3dd5172..2bb9108bc 100644 --- a/src/netius/test/base/asynchronous.py +++ b/src/netius/test/base/asynchronous.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/test/base/common.py b/src/netius/test/base/common.py index bfa5f7f3c..4d6f8a6f2 100644 --- a/src/netius/test/base/common.py +++ b/src/netius/test/base/common.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/test/base/config.py b/src/netius/test/base/config.py index 8177a745a..c3b3cedd3 100644 --- a/src/netius/test/base/config.py +++ b/src/netius/test/base/config.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/test/base/tls.py b/src/netius/test/base/tls.py index 29ae7818c..e0cd92a95 100644 --- a/src/netius/test/base/tls.py +++ b/src/netius/test/base/tls.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/test/base/transport.py b/src/netius/test/base/transport.py index f616a5c55..393854bbd 100644 --- a/src/netius/test/base/transport.py +++ b/src/netius/test/base/transport.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/test/clients/__init__.py b/src/netius/test/clients/__init__.py index 5111fbd2d..52c2dd14c 100644 --- a/src/netius/test/clients/__init__.py +++ b/src/netius/test/clients/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -28,7 +28,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/test/clients/http.py b/src/netius/test/clients/http.py index 7d18d92ba..5388e0639 100644 --- a/src/netius/test/clients/http.py +++ b/src/netius/test/clients/http.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/test/common/__init__.py b/src/netius/test/common/__init__.py index 5111fbd2d..52c2dd14c 100644 --- a/src/netius/test/common/__init__.py +++ b/src/netius/test/common/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -28,7 +28,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/test/common/calc.py b/src/netius/test/common/calc.py index b149d53b1..b102a663f 100644 --- a/src/netius/test/common/calc.py +++ b/src/netius/test/common/calc.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/test/common/dkim.py b/src/netius/test/common/dkim.py index 77d5f763f..c74b4cae8 100644 --- a/src/netius/test/common/dkim.py +++ b/src/netius/test/common/dkim.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/test/common/http.py b/src/netius/test/common/http.py index 69214bf33..85979091a 100644 --- a/src/netius/test/common/http.py +++ b/src/netius/test/common/http.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/test/common/mime.py b/src/netius/test/common/mime.py index 1510ccdc7..48f41f8d7 100644 --- a/src/netius/test/common/mime.py +++ b/src/netius/test/common/mime.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/test/common/rsa.py b/src/netius/test/common/rsa.py index 9b5178eae..4ff5231b5 100644 --- a/src/netius/test/common/rsa.py +++ b/src/netius/test/common/rsa.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/test/common/util.py b/src/netius/test/common/util.py index 94dbe77a9..cff7e5594 100644 --- a/src/netius/test/common/util.py +++ b/src/netius/test/common/util.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/test/extra/__init__.py b/src/netius/test/extra/__init__.py index 5111fbd2d..52c2dd14c 100644 --- a/src/netius/test/extra/__init__.py +++ b/src/netius/test/extra/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -28,7 +28,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/test/extra/proxy_r.py b/src/netius/test/extra/proxy_r.py index 8da6fc494..33499e4a7 100644 --- a/src/netius/test/extra/proxy_r.py +++ b/src/netius/test/extra/proxy_r.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/test/extra/smtp_r.py b/src/netius/test/extra/smtp_r.py index 9184450e8..b25609a1b 100644 --- a/src/netius/test/extra/smtp_r.py +++ b/src/netius/test/extra/smtp_r.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/test/middleware/__init__.py b/src/netius/test/middleware/__init__.py index 5111fbd2d..52c2dd14c 100644 --- a/src/netius/test/middleware/__init__.py +++ b/src/netius/test/middleware/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -28,7 +28,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/test/middleware/proxy.py b/src/netius/test/middleware/proxy.py index e2c6715c7..d414b3998 100644 --- a/src/netius/test/middleware/proxy.py +++ b/src/netius/test/middleware/proxy.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/test/pool/__init__.py b/src/netius/test/pool/__init__.py index 5111fbd2d..52c2dd14c 100644 --- a/src/netius/test/pool/__init__.py +++ b/src/netius/test/pool/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -28,7 +28,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/test/pool/common.py b/src/netius/test/pool/common.py index 01d501d97..32900a246 100644 --- a/src/netius/test/pool/common.py +++ b/src/netius/test/pool/common.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/test/servers/__init__.py b/src/netius/test/servers/__init__.py index 5111fbd2d..52c2dd14c 100644 --- a/src/netius/test/servers/__init__.py +++ b/src/netius/test/servers/__init__.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -28,7 +28,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0" diff --git a/src/netius/test/servers/http.py b/src/netius/test/servers/http.py index 354531e16..cc67db94a 100644 --- a/src/netius/test/servers/http.py +++ b/src/netius/test/servers/http.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Hive Netius System -# Copyright (c) 2008-2019 Hive Solutions Lda. +# Copyright (c) 2008-2020 Hive Solutions Lda. # # This file is part of Hive Netius System. # @@ -31,7 +31,7 @@ __date__ = "$LastChangedDate$" """ The last change date of the module """ -__copyright__ = "Copyright (c) 2008-2019 Hive Solutions Lda." +__copyright__ = "Copyright (c) 2008-2020 Hive Solutions Lda." """ The copyright for the module """ __license__ = "Apache License, Version 2.0"