From cfec6bf64a04bd0ecc1cd6055bcfc933b177ad27 Mon Sep 17 00:00:00 2001 From: ChaoticByte Date: Tue, 13 Aug 2024 21:38:41 +0200 Subject: [PATCH] Add username to LICENSE --- LICENSE | 2 +- audio-summarize.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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)