about summary refs log tree commit diff stats
path: root/bench
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-22 14:32:14 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-22 14:32:14 +0200
commite227b92207401c6904e0507360d63461d822ffd7 (patch)
tree44951821499a2e3b8b44c4c267e95da8d956eafc /bench
parentfix(yt_dlp/info_json): Add further missing fields (diff)
downloadyt-e227b92207401c6904e0507360d63461d822ffd7.tar.gz
yt-e227b92207401c6904e0507360d63461d822ffd7.zip
chore(treewide): Add missing license
Diffstat (limited to 'bench')
-rwxr-xr-xbench/update.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/bench/update.sh b/bench/update.sh
index d4799bc..7247af3 100755
--- a/bench/update.sh
+++ b/bench/update.sh
@@ -1,5 +1,15 @@
 #!/usr/bin/env sh
 
+# yt - A fully featured command line YouTube client
+#
+# Copyright (C) 2024 Benedikt Peetz <benedikt.peetz@b-peetz.de>
+# SPDX-License-Identifier: GPL-3.0-or-later
+#
+# This file is part of Yt.
+#
+# You should have received a copy of the License along with this program.
+# If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>.
+
 root="$(git rev-parse --show-toplevel)"
 cd "$root" || {
     echo "There seems to be no root?" 2>&1