diff --git a/LICENSE b/LICENSE index c06137c..920dc4f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Julian Müller +Copyright (c) 2024 Julian Müller (ChaoticByte) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/audio-summarize.py b/audio-summarize.py index 929508f..f88d272 100755 --- a/audio-summarize.py +++ b/audio-summarize.py @@ -1,5 +1,7 @@ #!/usr/bin/env python3 +# Copyright (c) 2024 Julian Müller (ChaoticByte) + import warnings warnings.simplefilter(action='ignore', category=FutureWarning)