diff options
Diffstat (limited to 'build/phpDocumentor.sh')
-rwxr-xr-x | build/phpDocumentor.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/phpDocumentor.sh b/build/phpDocumentor.sh index fd8afba4641..452f756aecc 100755 --- a/build/phpDocumentor.sh +++ b/build/phpDocumentor.sh @@ -1,5 +1,8 @@ #!/bin/bash +# SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors +# SPDX-License-Identifier: AGPL-3.0-or-later + wget https://phpdoc.org/phpDocumentor.phar mkdir -p api/ |