reuse fixes

This commit is contained in:
Robin Appelman 2025-10-25 23:29:15 +02:00
commit 57693daa35
4 changed files with 9 additions and 1 deletions

2
composer.lock.license Normal file
View file

@ -0,0 +1,2 @@
SPDX-FileCopyrightText: 2025 Robin Appelman <robin@icewind.nl>
SPDX-License-Identifier: MIT

2
phpstan.neon.license Normal file
View file

@ -0,0 +1,2 @@
SPDX-FileCopyrightText: 2021 Robin Appelman <robin@icewind.nl>
SPDX-License-Identifier: MIT

View file

@ -1,2 +1,2 @@
SPDX-FileCopyrightText: 2021 Robin Appelman <robin@icewind.nl>
SPDX-FileCopyrightText: 2025 Robin Appelman <robin@icewind.nl>
SPDX-License-Identifier: MIT

View file

@ -1,4 +1,8 @@
#!/usr/bin/env bash
#
# SPDX-FileCopyrightText: 2025 Robin Appelman <robin@icewind.nl>
# SPDX-License-Identifier: MIT
#
docker rm -f smb-test
docker run -d --name smb-test -e ACCOUNT_test=test -e UID_test=1000 -e SAMBA_VOLUME_CONFIG_test="[test]; path=/tmp; valid users = test; guest ok = no; read only = no; browseable = yes" servercontainers/samba