aboutsummaryrefslogtreecommitdiffstats
path: root/build/update.sh
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2024-05-30 14:21:45 +0200
committerGitHub <noreply@github.com>2024-05-30 14:21:45 +0200
commit91227c908b5d936ff755ccb0cb9dd7e3e31c6aee (patch)
tree7bf4f0c1349886f49224b171fa7b833fd15bf676 /build/update.sh
parent453602958966edc0d54b056e031f0acf6f247f0e (diff)
parent31b0a44cf65b6625636ea0fa15fb1a1122b525e1 (diff)
downloadnextcloud-server-91227c908b5d936ff755ccb0cb9dd7e3e31c6aee.tar.gz
nextcloud-server-91227c908b5d936ff755ccb0cb9dd7e3e31c6aee.zip
Merge branch 'master' into refactor/OC-Server-getHTTPClientService
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Diffstat (limited to 'build/update.sh')
-rwxr-xr-xbuild/update.sh4
1 files changed, 4 insertions, 0 deletions
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`