From 26030111782feb245704e1ba186205f9098b5787 Mon Sep 17 00:00:00 2001 From: Sangelo Date: Fri, 14 Jul 2023 10:46:19 +0200 Subject: [PATCH] add year to copyright --- management/user-mgmt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/management/user-mgmt.sh b/management/user-mgmt.sh index f461aaa..0fadd05 100755 --- a/management/user-mgmt.sh +++ b/management/user-mgmt.sh @@ -1,6 +1,6 @@ #!/bin/bash # User Management Script, powered by an SQL database -# (c) Sangelo | Read Licenses for more info: https://gitpot.dev/sangelo/user-mgmt +# (c) Sangelo 2023 | Read Licenses for more info: https://gitpot.dev/sangelo/user-mgmt # Variables E_BADARGS=65