diff options
Diffstat (limited to 'build/update-apps.sh')
-rwxr-xr-x | build/update-apps.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/update-apps.sh b/build/update-apps.sh index e4611a79aff..444fd84c73e 100755 --- a/build/update-apps.sh +++ b/build/update-apps.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 apps from latest git master # For local development environment # Use from Nextcloud server folder with `./build/update-apps.sh` |