From 1a9330cd69631ef12b71239c4f98836e09e021ea Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 31 Mar 2020 10:49:10 +0200 Subject: Update the license headers for Nextcloud 19 Signed-off-by: Christoph Wurst --- apps/files_external/lib/Lib/Auth/Password/UserGlobalAuth.php | 1 + apps/files_external/lib/Lib/Storage/AmazonS3.php | 1 + apps/files_external/lib/Lib/Storage/FTP.php | 1 + apps/files_external/lib/Lib/Storage/SFTP.php | 1 + apps/files_external/lib/Lib/Storage/SFTPReadStream.php | 9 +++++++-- apps/files_external/lib/Lib/Storage/SFTPWriteStream.php | 9 +++++++-- apps/files_external/lib/Lib/Storage/SMB.php | 1 + apps/files_external/lib/Lib/Storage/Swift.php | 1 + 8 files changed, 20 insertions(+), 4 deletions(-) (limited to 'apps/files_external/lib/Lib') diff --git a/apps/files_external/lib/Lib/Auth/Password/UserGlobalAuth.php b/apps/files_external/lib/Lib/Auth/Password/UserGlobalAuth.php index 9231e5b6a41..80829b6a07c 100644 --- a/apps/files_external/lib/Lib/Auth/Password/UserGlobalAuth.php +++ b/apps/files_external/lib/Lib/Auth/Password/UserGlobalAuth.php @@ -5,6 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2019 Robin Appelman * + * @author Arthur Schiwon * @author Robin Appelman * @author Roeland Jago Douma * diff --git a/apps/files_external/lib/Lib/Storage/AmazonS3.php b/apps/files_external/lib/Lib/Storage/AmazonS3.php index 0d7cbacd8b5..b8155e28661 100644 --- a/apps/files_external/lib/Lib/Storage/AmazonS3.php +++ b/apps/files_external/lib/Lib/Storage/AmazonS3.php @@ -6,6 +6,7 @@ * @author Arthur Schiwon * @author Christian Berendt * @author Christopher T. Johnson + * @author Christoph Wurst * @author Daniel Kesselberg * @author enoch * @author Johan Björk diff --git a/apps/files_external/lib/Lib/Storage/FTP.php b/apps/files_external/lib/Lib/Storage/FTP.php index adf7f29a3d6..96e557f48ff 100644 --- a/apps/files_external/lib/Lib/Storage/FTP.php +++ b/apps/files_external/lib/Lib/Storage/FTP.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Björn Schießle + * @author Christoph Wurst * @author Felix Moeller * @author Joas Schilling * @author Jörn Friedrich Dreyer diff --git a/apps/files_external/lib/Lib/Storage/SFTP.php b/apps/files_external/lib/Lib/Storage/SFTP.php index eaead3eea45..180458b2b33 100644 --- a/apps/files_external/lib/Lib/Storage/SFTP.php +++ b/apps/files_external/lib/Lib/Storage/SFTP.php @@ -4,6 +4,7 @@ * * @author Andreas Fischer * @author Bart Visscher + * @author Christoph Wurst * @author hkjolhede * @author Joas Schilling * @author Jörn Friedrich Dreyer diff --git a/apps/files_external/lib/Lib/Storage/SFTPReadStream.php b/apps/files_external/lib/Lib/Storage/SFTPReadStream.php index 7a59cbf4898..455b4a7cf28 100644 --- a/apps/files_external/lib/Lib/Storage/SFTPReadStream.php +++ b/apps/files_external/lib/Lib/Storage/SFTPReadStream.php @@ -1,7 +1,12 @@ - * + * @author Robin Appelman + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify @@ -15,7 +20,7 @@ * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * along with this program. If not, see . * */ diff --git a/apps/files_external/lib/Lib/Storage/SFTPWriteStream.php b/apps/files_external/lib/Lib/Storage/SFTPWriteStream.php index 42b38ead1c6..cb693f82f71 100644 --- a/apps/files_external/lib/Lib/Storage/SFTPWriteStream.php +++ b/apps/files_external/lib/Lib/Storage/SFTPWriteStream.php @@ -1,7 +1,12 @@ - * + * @author Robin Appelman + * * @license GNU AGPL version 3 or any later version * * This program is free software: you can redistribute it and/or modify @@ -15,7 +20,7 @@ * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * along with this program. If not, see . * */ diff --git a/apps/files_external/lib/Lib/Storage/SMB.php b/apps/files_external/lib/Lib/Storage/SMB.php index e2b925e07a2..9cca8b72210 100644 --- a/apps/files_external/lib/Lib/Storage/SMB.php +++ b/apps/files_external/lib/Lib/Storage/SMB.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Christoph Wurst * @author Jesús Macias * @author Jörn Friedrich Dreyer * @author Juan Pablo Villafañez diff --git a/apps/files_external/lib/Lib/Storage/Swift.php b/apps/files_external/lib/Lib/Storage/Swift.php index daa222def04..5a4b607bb6b 100644 --- a/apps/files_external/lib/Lib/Storage/Swift.php +++ b/apps/files_external/lib/Lib/Storage/Swift.php @@ -10,6 +10,7 @@ declare(strict_types=1); * @author Benjamin Liles * @author Christian Berendt * @author Christopher Bartz + * @author Christoph Wurst * @author Felix Moeller * @author Joas Schilling * @author Jörn Friedrich Dreyer -- cgit v1.2.3