From b945d713845d640d63241de4d5a67813384b88ce Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 5 Oct 2015 20:54:56 +0200 Subject: update licence headers via script --- lib/private/files/cache/cache.php | 2 +- lib/private/files/cache/scanner.php | 2 ++ lib/private/files/cache/storage.php | 2 ++ lib/private/files/fileinfo.php | 1 + lib/private/files/mount/mountpoint.php | 2 ++ lib/private/files/storage/common.php | 1 + lib/private/files/storage/dav.php | 2 -- lib/private/files/storage/flysystem.php | 21 +++++++++++++++++---- lib/private/files/storage/local.php | 5 +---- lib/private/files/storage/localtempfiletrait.php | 1 - .../files/storage/polyfill/copydirectory.php | 22 ++++++++++++++++++---- lib/private/files/storage/temporary.php | 1 + lib/private/files/storage/wrapper/encryption.php | 1 - .../files/storage/wrapper/permissionsmask.php | 2 ++ lib/private/files/storage/wrapper/wrapper.php | 1 + lib/private/files/stream/encryption.php | 1 - lib/private/files/type/detection.php | 3 ++- lib/private/files/utils/scanner.php | 1 + lib/private/files/view.php | 1 + 19 files changed, 53 insertions(+), 19 deletions(-) (limited to 'lib/private/files') diff --git a/lib/private/files/cache/cache.php b/lib/private/files/cache/cache.php index 5c04da1f0d5..de6a2301603 100644 --- a/lib/private/files/cache/cache.php +++ b/lib/private/files/cache/cache.php @@ -11,9 +11,9 @@ * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell + * @author Robin McCorkell * @author TheSFReader * @author Thomas Müller - * @author Victor Dubiniuk * @author Vincent Petry * * @copyright Copyright (c) 2015, ownCloud, Inc. diff --git a/lib/private/files/cache/scanner.php b/lib/private/files/cache/scanner.php index bfdab16b645..ac554f78396 100644 --- a/lib/private/files/cache/scanner.php +++ b/lib/private/files/cache/scanner.php @@ -6,9 +6,11 @@ * @author Martin Mattel * @author Michael Gapczynski * @author Morris Jobke + * @author Olivier Paroz * @author Owen Winkler * @author Robin Appelman * @author Robin McCorkell + * @author Robin McCorkell * @author Thomas Müller * @author Vincent Petry * diff --git a/lib/private/files/cache/storage.php b/lib/private/files/cache/storage.php index 88ceb287fb9..64ce605df47 100644 --- a/lib/private/files/cache/storage.php +++ b/lib/private/files/cache/storage.php @@ -4,6 +4,8 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin Appelman + * @author Robin McCorkell + * @author Robin McCorkell * @author Thomas Müller * @author Vincent Petry * diff --git a/lib/private/files/fileinfo.php b/lib/private/files/fileinfo.php index b333844f8c8..cf9524241dd 100644 --- a/lib/private/files/fileinfo.php +++ b/lib/private/files/fileinfo.php @@ -6,6 +6,7 @@ * @author Robin Appelman * @author Robin McCorkell * @author Scrutinizer Auto-Fixer + * @author tbartenstein * @author Thomas Müller * * @copyright Copyright (c) 2015, ownCloud, Inc. diff --git a/lib/private/files/mount/mountpoint.php b/lib/private/files/mount/mountpoint.php index 2871bbd9083..518c0be7e93 100644 --- a/lib/private/files/mount/mountpoint.php +++ b/lib/private/files/mount/mountpoint.php @@ -5,6 +5,8 @@ * @author Morris Jobke * @author Robin Appelman * @author Robin McCorkell + * @author Robin McCorkell + * @author Thomas Müller * @author Vincent Petry * * @copyright Copyright (c) 2015, ownCloud, Inc. diff --git a/lib/private/files/storage/common.php b/lib/private/files/storage/common.php index 2d579fa2b60..d9fee48bedb 100644 --- a/lib/private/files/storage/common.php +++ b/lib/private/files/storage/common.php @@ -7,6 +7,7 @@ * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke + * @author Martin Mattel * @author Michael Gapczynski * @author Morris Jobke * @author Robin Appelman diff --git a/lib/private/files/storage/dav.php b/lib/private/files/storage/dav.php index 171afd649c6..dcde7b8029b 100644 --- a/lib/private/files/storage/dav.php +++ b/lib/private/files/storage/dav.php @@ -1,6 +1,5 @@ * @author Bart Visscher * @author Björn Schießle * @author Carlos Cerrillo @@ -9,7 +8,6 @@ * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke - * @author Philippe Kueck * @author Philipp Kapfer * @author Robin Appelman * @author Scrutinizer Auto-Fixer diff --git a/lib/private/files/storage/flysystem.php b/lib/private/files/storage/flysystem.php index 6d8dee10622..3ad2b8adc4c 100644 --- a/lib/private/files/storage/flysystem.php +++ b/lib/private/files/storage/flysystem.php @@ -1,9 +1,22 @@ - * This file is licensed under the Affero General Public License version 3 or - * later. - * See the COPYING-README file. + * @author Robin Appelman + * + * @copyright Copyright (c) 2015, ownCloud, Inc. + * @license AGPL-3.0 + * + * This code is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License, version 3, + * as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License, version 3, + * along with this program. If not, see + * */ namespace OC\Files\Storage; diff --git a/lib/private/files/storage/local.php b/lib/private/files/storage/local.php index 4b6b08a16fd..2b2a433c013 100644 --- a/lib/private/files/storage/local.php +++ b/lib/private/files/storage/local.php @@ -1,17 +1,14 @@ * @author Bart Visscher * @author Brice Maron * @author Jakob Sack * @author Joas Schilling - * @author Jörn Friedrich Dreyer * @author Klaas Freitag - * @author Lukas Reschke + * @author Martin Mattel * @author Michael Gapczynski * @author Morris Jobke * @author Robin Appelman - * @author Robin McCorkell * @author Sjors van der Pluijm * @author Thomas Müller * @author Tigran Mkrtchyan diff --git a/lib/private/files/storage/localtempfiletrait.php b/lib/private/files/storage/localtempfiletrait.php index 86c8b5c8377..84331f49b19 100644 --- a/lib/private/files/storage/localtempfiletrait.php +++ b/lib/private/files/storage/localtempfiletrait.php @@ -1,7 +1,6 @@ - * @author Morris Jobke * @author Thomas Müller * * @copyright Copyright (c) 2015, ownCloud, Inc. diff --git a/lib/private/files/storage/polyfill/copydirectory.php b/lib/private/files/storage/polyfill/copydirectory.php index 73c6d3d5436..df4f5c27dcf 100644 --- a/lib/private/files/storage/polyfill/copydirectory.php +++ b/lib/private/files/storage/polyfill/copydirectory.php @@ -1,9 +1,23 @@ - * This file is licensed under the Affero General Public License version 3 or - * later. - * See the COPYING-README file. + * @author Martin Mattel + * @author Robin Appelman + * + * @copyright Copyright (c) 2015, ownCloud, Inc. + * @license AGPL-3.0 + * + * This code is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License, version 3, + * as published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License, version 3, + * along with this program. If not, see + * */ namespace OC\Files\Storage\PolyFill; diff --git a/lib/private/files/storage/temporary.php b/lib/private/files/storage/temporary.php index ca348313e45..c8b99a55637 100644 --- a/lib/private/files/storage/temporary.php +++ b/lib/private/files/storage/temporary.php @@ -3,6 +3,7 @@ * @author Morris Jobke * @author Robin Appelman * @author Thomas Müller + * @author Vincent Petry * * @copyright Copyright (c) 2015, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/private/files/storage/wrapper/encryption.php b/lib/private/files/storage/wrapper/encryption.php index c80e935b982..ef5bfc59f65 100644 --- a/lib/private/files/storage/wrapper/encryption.php +++ b/lib/private/files/storage/wrapper/encryption.php @@ -3,7 +3,6 @@ * @author Björn Schießle * @author Joas Schilling * @author Lukas Reschke - * @author Morris Jobke * @author Thomas Müller * * @copyright Copyright (c) 2015, ownCloud, Inc. diff --git a/lib/private/files/storage/wrapper/permissionsmask.php b/lib/private/files/storage/wrapper/permissionsmask.php index 8d40d023630..8d7e0c47152 100644 --- a/lib/private/files/storage/wrapper/permissionsmask.php +++ b/lib/private/files/storage/wrapper/permissionsmask.php @@ -1,7 +1,9 @@ * @author Morris Jobke * @author Robin Appelman + * @author Robin McCorkell * * @copyright Copyright (c) 2015, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/private/files/storage/wrapper/wrapper.php b/lib/private/files/storage/wrapper/wrapper.php index b43dd4fe142..048738170db 100644 --- a/lib/private/files/storage/wrapper/wrapper.php +++ b/lib/private/files/storage/wrapper/wrapper.php @@ -2,6 +2,7 @@ /** * @author Morris Jobke * @author Robin Appelman + * @author Robin McCorkell * @author Thomas Müller * @author Vincent Petry * diff --git a/lib/private/files/stream/encryption.php b/lib/private/files/stream/encryption.php index 1cef37baf9f..e0d263d80b1 100644 --- a/lib/private/files/stream/encryption.php +++ b/lib/private/files/stream/encryption.php @@ -2,7 +2,6 @@ /** * @author Björn Schießle * @author jknockaert - * @author Morris Jobke * @author Thomas Müller * @author Vincent Petry * diff --git a/lib/private/files/type/detection.php b/lib/private/files/type/detection.php index dc8aff2f30c..d56db6ecdc4 100644 --- a/lib/private/files/type/detection.php +++ b/lib/private/files/type/detection.php @@ -2,11 +2,12 @@ /** * @author Andreas Fischer * @author Jens-Christian Fischer + * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman + * @author Robin McCorkell * @author Roeland Jago Douma * @author Thomas Tanghus - * @author Robin McCorkell * * @copyright Copyright (c) 2015, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/private/files/utils/scanner.php b/lib/private/files/utils/scanner.php index 558a1fba028..35e36e23cb2 100644 --- a/lib/private/files/utils/scanner.php +++ b/lib/private/files/utils/scanner.php @@ -2,6 +2,7 @@ /** * @author Jörn Friedrich Dreyer * @author Morris Jobke + * @author Olivier Paroz * @author Robin Appelman * @author Scrutinizer Auto-Fixer * @author Thomas Müller diff --git a/lib/private/files/view.php b/lib/private/files/view.php index c8dbc001f2d..1353fac51ff 100644 --- a/lib/private/files/view.php +++ b/lib/private/files/view.php @@ -11,6 +11,7 @@ * @author Klaas Freitag * @author Lukas Reschke * @author Luke Policinski + * @author Martin Mattel * @author Michael Gapczynski * @author Morris Jobke * @author Robin Appelman -- cgit v1.2.3