diff options
Diffstat (limited to '.devcontainer/codespace.config.php')
-rw-r--r-- | .devcontainer/codespace.config.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.devcontainer/codespace.config.php b/.devcontainer/codespace.config.php index 3c525763540..95d4e021a9e 100644 --- a/.devcontainer/codespace.config.php +++ b/.devcontainer/codespace.config.php @@ -1,5 +1,9 @@ <?php +/** + * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ $codespaceName = getenv('CODESPACE_NAME'); $codespaceDomain = getenv('GITHUB_CODESPACES_PORT_FORWARDING_DOMAIN'); |