chore: Add SPDX header

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2024-06-02 20:28:14 +02:00
commit 8acffcd855
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B
98 changed files with 576 additions and 503 deletions

View file

@ -1,5 +1,8 @@
#!/usr/bin/env bash
#
# SPDX-FileCopyrightText: 2015 Robin Appelman <robin@icewind.nl>
# SPDX-License-Identifier: MIT
#
wget -O /tmp/libsmbclient-php.zip https://github.com/eduardok/libsmbclient-php/archive/master.zip
unzip /tmp/libsmbclient-php.zip -d /tmp
cd /tmp/libsmbclient-php-master