summaryrefslogtreecommitdiffstats
path: root/anta/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'anta/__init__.py')
-rw-r--r--anta/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/anta/__init__.py b/anta/__init__.py
index 695e10b..4dbc107 100644
--- a/anta/__init__.py
+++ b/anta/__init__.py
@@ -17,7 +17,7 @@ __credits__ = [
"Guillaume Mulocher",
"Thomas Grimonet",
]
-__copyright__ = "Copyright 2022, Arista EMEA AS"
+__copyright__ = "Copyright 2022-2024, Arista Networks, Inc."
# ANTA Debug Mode environment variable
__DEBUG__ = bool(os.environ.get("ANTA_DEBUG", "").lower() == "true")