From 7b4852d0a374777ec796bbf899d29f674f77be77 Mon Sep 17 00:00:00 2001 From: thecesrom Date: Wed, 18 Sep 2019 12:59:15 -0700 Subject: [PATCH] system: Updated copyright legend. --- python/system/__init__.py | 2 +- python/system/dataset.py | 2 +- python/system/date.py | 2 +- python/system/db.py | 2 +- python/system/gui.py | 2 +- python/system/nav.py | 3 +-- python/system/net.py | 6 +++--- python/system/security.py | 2 +- python/system/tag.py | 2 +- python/system/user.py | 2 +- python/system/util.py | 2 +- 11 files changed, 13 insertions(+), 14 deletions(-) diff --git a/python/system/__init__.py b/python/system/__init__.py index c7e0199..6105d67 100644 --- a/python/system/__init__.py +++ b/python/system/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2017 +# Copyright (C) 2019 # Author: Cesar Roman # Contact: thecesrom@gmail.com diff --git a/python/system/dataset.py b/python/system/dataset.py index ab22fed..716ae23 100644 --- a/python/system/dataset.py +++ b/python/system/dataset.py @@ -1,4 +1,4 @@ -# Copyright (C) 2017 +# Copyright (C) 2019 # Author: Cesar Roman # Contact: thecesrom@gmail.com diff --git a/python/system/date.py b/python/system/date.py index 68d8c42..f02e7f4 100644 --- a/python/system/date.py +++ b/python/system/date.py @@ -1,4 +1,4 @@ -# Copyright (C) 2017 +# Copyright (C) 2019 # Author: Cesar Roman # Contact: thecesrom@gmail.com diff --git a/python/system/db.py b/python/system/db.py index 04eba7e..a3c1026 100644 --- a/python/system/db.py +++ b/python/system/db.py @@ -1,4 +1,4 @@ -# Copyright (C) 2017 +# Copyright (C) 2019 # Author: Cesar Roman # Contact: thecesrom@gmail.com diff --git a/python/system/gui.py b/python/system/gui.py index 2821d92..758a55e 100644 --- a/python/system/gui.py +++ b/python/system/gui.py @@ -1,4 +1,4 @@ -# Copyright (C) 2017 +# Copyright (C) 2019 # Author: Cesar Roman # Contact: thecesrom@gmail.com diff --git a/python/system/nav.py b/python/system/nav.py index f2cd489..73bfcb2 100644 --- a/python/system/nav.py +++ b/python/system/nav.py @@ -1,7 +1,6 @@ -# Copyright (C) 2017 +# Copyright (C) 2019 # Author: Cesar Roman # Contact: thecesrom@gmail.com -# pylint: disable=C0103 """Navigation Functions The following functions allow you to open and close windows in the diff --git a/python/system/net.py b/python/system/net.py index c7c75a8..ffe6a8c 100644 --- a/python/system/net.py +++ b/python/system/net.py @@ -1,10 +1,10 @@ -# Copyright (C) 2017 +# Copyright (C) 2019 # Author: Cesar Roman # Contact: thecesrom@gmail.com -# pylint: disable=C0103,R0913 """Net Functions -The following functions give you access to interact with http services.""" +The following functions give you access to interact with http +services.""" __all__ = [ 'getHostName', diff --git a/python/system/security.py b/python/system/security.py index 68ec54e..6e4e0b6 100644 --- a/python/system/security.py +++ b/python/system/security.py @@ -1,4 +1,4 @@ -# Copyright (C) 2017 +# Copyright (C) 2019 # Author: Cesar Roman # Contact: thecesrom@gmail.com diff --git a/python/system/tag.py b/python/system/tag.py index 432486e..755f46d 100644 --- a/python/system/tag.py +++ b/python/system/tag.py @@ -1,4 +1,4 @@ -# Copyright (C) 2017 +# Copyright (C) 2019 # Author: Cesar Roman # Contact: thecesrom@gmail.com diff --git a/python/system/user.py b/python/system/user.py index 5cd9d58..4d1322f 100644 --- a/python/system/user.py +++ b/python/system/user.py @@ -1,4 +1,4 @@ -# Copyright (C) 2017 +# Copyright (C) 2019 # Author: Cesar Roman # Contact: thecesrom@gmail.com diff --git a/python/system/util.py b/python/system/util.py index 3437f83..a2d2613 100644 --- a/python/system/util.py +++ b/python/system/util.py @@ -1,4 +1,4 @@ -# Copyright (C) 2017 +# Copyright (C) 2019 # Author: Cesar Roman # Contact: thecesrom@gmail.com