From 607894d6c3855a9e706674c1aae260715b4f96ca Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Sun, 12 Jun 2022 18:51:50 -0500 Subject: [PATCH] updated copyright Signed-off-by: Wyatt J. Miller --- sandbox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandbox.py b/sandbox.py index 8bdb85b..6e72cbb 100644 --- a/sandbox.py +++ b/sandbox.py @@ -26,7 +26,7 @@ def welcomeScreen(): print(" - ---------------------- - ") print() print("Welcome to the Mikrotik router config page!") - print("Wyatt J. Miller 2017, MIT") + print("Wyatt J. Miller 2017-2022, MIT") print() continuePrompt() mainMenu()