Add username to LICENSE
This commit is contained in:
parent
4ab43594de
commit
cfec6bf64a
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
# Copyright (c) 2024 Julian Müller (ChaoticByte)
|
||||
|
||||
import warnings
|
||||
warnings.simplefilter(action='ignore', category=FutureWarning)
|
||||
|
||||
|
|
Reference in a new issue