From e07a1906418585ca60b7084e2f476e3dbc2a5fef Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Mon, 27 May 2024 10:08:53 +0200 Subject: chore: Add SPDX header Signed-off-by: Andy Scherzinger --- build/update.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build/update.sh') diff --git a/build/update.sh b/build/update.sh index 3a3d2eac5dc..4f20535d917 100755 --- a/build/update.sh +++ b/build/update.sh @@ -1,4 +1,8 @@ #!/bin/bash +# +# SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors +# SPDX-License-Identifier: AGPL-3.0-or-later +# # Update Nextcloud server and apps from latest git master # For local development environment # Use from Nextcloud server folder with `./build/update.sh` -- cgit v1.2.3