summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lanscan2
1 files changed, 1 insertions, 1 deletions
diff --git a/lanscan b/lanscan
index 316283a..08600f1 100644
--- a/lanscan
+++ b/lanscan
@@ -3,7 +3,7 @@ Clear-Host
# ====== Banner ======
Write-Host "==========================================" -ForegroundColor Cyan
Write-Host " LANScan v1.6 - Network Tool " -ForegroundColor Yellow
-Write-Host " by Rich Kreider (c) 2025 " -ForegroundColor Cyan
+Write-Host " by Rich Kreider (c) 2026 " -ForegroundColor Cyan
Write-Host "==========================================" -ForegroundColor Cyan
# ====== Configuration Defaults ======