From f63915d0c8b28ed507f0db6e11ef50e9a0bd39f4 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Thu, 25 Jun 2015 11:43:55 +0200 Subject: update license headers and authors --- lib/private/files/cache/cache.php | 1 + lib/private/files/filesystem.php | 3 +-- lib/private/files/mapper.php | 1 - lib/private/files/objectstore/noopscanner.php | 1 + lib/private/files/storage/dav.php | 1 - lib/private/files/storage/local.php | 1 + lib/private/files/storage/localtempfiletrait.php | 2 ++ lib/private/files/storage/mappedlocal.php | 1 + lib/private/files/storage/storage.php | 1 + lib/private/files/storage/storagefactory.php | 1 - lib/private/files/storage/wrapper/encryption.php | 3 +++ lib/private/files/stream/encryption.php | 4 +++- 12 files changed, 14 insertions(+), 6 deletions(-) (limited to 'lib/private/files') diff --git a/lib/private/files/cache/cache.php b/lib/private/files/cache/cache.php index a82ccec2813..680398e383f 100644 --- a/lib/private/files/cache/cache.php +++ b/lib/private/files/cache/cache.php @@ -4,6 +4,7 @@ * @author Bart Visscher * @author Björn Schießle * @author Florin Peter + * @author Jens-Christian Fischer * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Michael Gapczynski diff --git a/lib/private/files/filesystem.php b/lib/private/files/filesystem.php index 4d991e5d11d..90019b649c4 100644 --- a/lib/private/files/filesystem.php +++ b/lib/private/files/filesystem.php @@ -2,10 +2,9 @@ /** * @author Arthur Schiwon * @author Bart Visscher - * @author Björn Schießle * @author Christopher Schäpers * @author Florin Peter - * @author Georg Ehrke + * @author Georg Ehrke * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke diff --git a/lib/private/files/mapper.php b/lib/private/files/mapper.php index 17831d69abb..2c8760ba40e 100644 --- a/lib/private/files/mapper.php +++ b/lib/private/files/mapper.php @@ -4,7 +4,6 @@ * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke - * @author Morris Jobke * @author Robin McCorkell * @author Thomas Müller * diff --git a/lib/private/files/objectstore/noopscanner.php b/lib/private/files/objectstore/noopscanner.php index 3a0df13a290..cdcc0149ab3 100644 --- a/lib/private/files/objectstore/noopscanner.php +++ b/lib/private/files/objectstore/noopscanner.php @@ -3,6 +3,7 @@ * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Morris Jobke + * @author Robin Appelman * * @copyright Copyright (c) 2015, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/private/files/storage/dav.php b/lib/private/files/storage/dav.php index 15f513585fe..d67e6b9f97e 100644 --- a/lib/private/files/storage/dav.php +++ b/lib/private/files/storage/dav.php @@ -5,7 +5,6 @@ * @author Björn Schießle * @author Carlos Cerrillo * @author Felix Moeller - * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Lukas Reschke * @author Michael Gapczynski diff --git a/lib/private/files/storage/local.php b/lib/private/files/storage/local.php index 315a8e7e25d..53465f8585e 100644 --- a/lib/private/files/storage/local.php +++ b/lib/private/files/storage/local.php @@ -7,6 +7,7 @@ * @author Joas Schilling * @author Jörn Friedrich Dreyer * @author Klaas Freitag + * @author Lukas Reschke * @author Michael Gapczynski * @author Morris Jobke * @author Robin Appelman diff --git a/lib/private/files/storage/localtempfiletrait.php b/lib/private/files/storage/localtempfiletrait.php index e7f51a1807f..86c8b5c8377 100644 --- a/lib/private/files/storage/localtempfiletrait.php +++ b/lib/private/files/storage/localtempfiletrait.php @@ -1,5 +1,7 @@ + * @author Morris Jobke * @author Thomas Müller * * @copyright Copyright (c) 2015, ownCloud, Inc. diff --git a/lib/private/files/storage/mappedlocal.php b/lib/private/files/storage/mappedlocal.php index 4b527357254..932320267e4 100644 --- a/lib/private/files/storage/mappedlocal.php +++ b/lib/private/files/storage/mappedlocal.php @@ -6,6 +6,7 @@ * @author Clark Tomlinson * @author Joas Schilling * @author Jörn Friedrich Dreyer + * @author Lukas Reschke * @author Morris Jobke * @author Robin Appelman * @author Scrutinizer Auto-Fixer diff --git a/lib/private/files/storage/storage.php b/lib/private/files/storage/storage.php index bd809099e1f..f46ac544b56 100644 --- a/lib/private/files/storage/storage.php +++ b/lib/private/files/storage/storage.php @@ -2,6 +2,7 @@ /** * @author Morris Jobke * @author Robin Appelman + * @author Thomas Müller * * @copyright Copyright (c) 2015, ownCloud, Inc. * @license AGPL-3.0 diff --git a/lib/private/files/storage/storagefactory.php b/lib/private/files/storage/storagefactory.php index 31b4090eda2..62b393c845c 100644 --- a/lib/private/files/storage/storagefactory.php +++ b/lib/private/files/storage/storagefactory.php @@ -1,6 +1,5 @@ * @author Jörn Friedrich Dreyer * @author Morris Jobke * @author Robin Appelman diff --git a/lib/private/files/storage/wrapper/encryption.php b/lib/private/files/storage/wrapper/encryption.php index 8d1f80c53c0..58d4c43ad91 100644 --- a/lib/private/files/storage/wrapper/encryption.php +++ b/lib/private/files/storage/wrapper/encryption.php @@ -1,6 +1,9 @@ + * @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/stream/encryption.php b/lib/private/files/stream/encryption.php index 22d230e7c86..bfa4d768358 100644 --- a/lib/private/files/stream/encryption.php +++ b/lib/private/files/stream/encryption.php @@ -1,8 +1,10 @@ - * @author Jasper Knockaert + * @author jknockaert + * @author Morris Jobke * @author Thomas Müller + * @author Vincent Petry * * @copyright Copyright (c) 2015, ownCloud, Inc. * @license AGPL-3.0 -- cgit v1.2.3