diff options
author | Frank Karlitschek <frank@owncloud.org> | 2013-12-17 17:32:01 +0100 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2013-12-17 17:32:01 +0100 |
commit | 0b9f4130b0fff4aaa378f7497c956717dcd19336 (patch) | |
tree | cfa7d266248b72708b82a416b766320ece0d2110 /apps/files_external/3rdparty | |
parent | 1d0af242b99e0c6c435ef215a07e3ff1ea9dc631 (diff) | |
download | nextcloud-server-0b9f4130b0fff4aaa378f7497c956717dcd19336.tar.gz nextcloud-server-0b9f4130b0fff4aaa378f7497c956717dcd19336.zip |
clarifying license
Diffstat (limited to 'apps/files_external/3rdparty')
-rw-r--r-- | apps/files_external/3rdparty/smb4php/smb.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files_external/3rdparty/smb4php/smb.php b/apps/files_external/3rdparty/smb4php/smb.php index f9ee51f8306..e454ddecb81 100644 --- a/apps/files_external/3rdparty/smb4php/smb.php +++ b/apps/files_external/3rdparty/smb4php/smb.php @@ -19,6 +19,10 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # +# Addition 17/12/2012 Frank Karlitschek (frank@owncloud.org) +# On the official website http://www.phpclasses.org/smb4php the +# license is listed as LGPL so we assume that this is +# dual-licensed GPL/LGPL ################################################################### define ('SMB4PHP_VERSION', '0.8'); |