Skip to content

Commit

Permalink
Update copyright date
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Vollmer committed Sep 9, 2024
1 parent 2e5e31b commit 8d72bf0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ PS C:\Users\avollmer> [System.Net.ServicePointManager]::ServerCertificateValidat
_____ _____ _ _ _ _______ ______ _ _ _ _ ______
|_____] | | | | | |______ |_____/ |_____| | | |_____]
| |_____| |__|__| |______ | \_ | | |_____| |_____]
2.0.0 written by Adrian Vollmer, 2018-202
2.0.0 written by Adrian Vollmer, 2018-2024
Run 'Help-PowerHub' for help
PS C:\Users\avollmer> Get-HubModule PowerView
Expand Down Expand Up @@ -74,7 +74,7 @@ Thanks!
Author and License
==================

Adrian Vollmer, 2018-2023. MIT License.
Adrian Vollmer, 2018-2024. MIT License.

Disclaimer
==========
Expand Down
2 changes: 1 addition & 1 deletion powerhub/templates/powershell/powerhub.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$FooterLeft = "{{VERSION}}"
$FooterRight = "written by Adrian Vollmer, 2018-2023"
$FooterRight = "written by Adrian Vollmer, 2018-2024"
$SpaceBuffer = " "*(64-2-$FooterLeft.Length-$FooterRight.Length)
Write-Output @"
_____ _____ _ _ _ _______ ______ _ _ _ _ ______
Expand Down

0 comments on commit 8d72bf0

Please sign in to comment.