Add missing license header on shell files.

This commit is contained in:
Benoit Marty
2024-09-06 17:48:14 +02:00
parent debf702e54
commit 8062ee4670

View File

@@ -1,5 +1,10 @@
#!/usr/bin/env bash
# Copyright 2024 New Vector Ltd.
#
# SPDX-License-Identifier: AGPL-3.0-only
# Please see LICENSE in the repository root for full details.
# Exit on error
set -e