Add missing license header on shell files.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user