diff options
-rwxr-xr-x | build/psalm-checker.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/psalm-checker.sh b/build/psalm-checker.sh index 679c42c4fa0..a56fecebe52 100755 --- a/build/psalm-checker.sh +++ b/build/psalm-checker.sh @@ -1,6 +1,6 @@ #!/bin/sh -# SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors +# SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors # SPDX-License-Identifier: AGPL-3.0-or-later if [ -d "dist" ]; then |