From cb057829f72c70e819f456edfadbb29d72dba832 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Wed, 29 Apr 2020 11:57:22 +0200 Subject: Update license headers for 19 Signed-off-by: Christoph Wurst --- build/integration/features/bootstrap/AppConfiguration.php | 1 + build/integration/features/bootstrap/CalDavContext.php | 1 + build/integration/features/bootstrap/CapabilitiesContext.php | 1 + build/integration/features/bootstrap/CardDavContext.php | 1 + build/integration/features/bootstrap/ChecksumsContext.php | 1 + build/integration/features/bootstrap/CommandLine.php | 1 + build/integration/features/bootstrap/CommandLineContext.php | 1 + build/integration/features/bootstrap/FederationContext.php | 1 + build/integration/features/bootstrap/FilesDropContext.php | 1 + build/integration/features/bootstrap/LDAPContext.php | 1 + build/integration/features/bootstrap/SharingContext.php | 1 + build/integration/features/bootstrap/WebDav.php | 1 + 12 files changed, 12 insertions(+) (limited to 'build/integration/features') diff --git a/build/integration/features/bootstrap/AppConfiguration.php b/build/integration/features/bootstrap/AppConfiguration.php index 87ecce24659..b893637ba6c 100644 --- a/build/integration/features/bootstrap/AppConfiguration.php +++ b/build/integration/features/bootstrap/AppConfiguration.php @@ -3,6 +3,7 @@ * * * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling * @author John Molakvoæ (skjnldsv) * @author Sergio Bertolin diff --git a/build/integration/features/bootstrap/CalDavContext.php b/build/integration/features/bootstrap/CalDavContext.php index 76fe0576704..b1981568e44 100644 --- a/build/integration/features/bootstrap/CalDavContext.php +++ b/build/integration/features/bootstrap/CalDavContext.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2016, ownCloud, Inc. * * @author Arthur Schiwon + * @author Christoph Wurst * @author Joas Schilling * @author Lukas Reschke * @author Phil Davis diff --git a/build/integration/features/bootstrap/CapabilitiesContext.php b/build/integration/features/bootstrap/CapabilitiesContext.php index 427e115605c..19da7bc62c1 100644 --- a/build/integration/features/bootstrap/CapabilitiesContext.php +++ b/build/integration/features/bootstrap/CapabilitiesContext.php @@ -2,6 +2,7 @@ /** * * + * @author Christoph Wurst * @author Joas Schilling * @author John Molakvoæ (skjnldsv) * @author Robin Appelman diff --git a/build/integration/features/bootstrap/CardDavContext.php b/build/integration/features/bootstrap/CardDavContext.php index c6d12c0f980..1f555ed8140 100644 --- a/build/integration/features/bootstrap/CardDavContext.php +++ b/build/integration/features/bootstrap/CardDavContext.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Joas Schilling * @author Lukas Reschke * @author Phil Davis diff --git a/build/integration/features/bootstrap/ChecksumsContext.php b/build/integration/features/bootstrap/ChecksumsContext.php index be9059cb710..e8cfdee2eea 100644 --- a/build/integration/features/bootstrap/ChecksumsContext.php +++ b/build/integration/features/bootstrap/ChecksumsContext.php @@ -2,6 +2,7 @@ /** * * + * @author Christoph Wurst * @author Joas Schilling * @author Phil Davis * @author Robin Appelman diff --git a/build/integration/features/bootstrap/CommandLine.php b/build/integration/features/bootstrap/CommandLine.php index ecce68f2973..060e2b5be26 100644 --- a/build/integration/features/bootstrap/CommandLine.php +++ b/build/integration/features/bootstrap/CommandLine.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Lukas Reschke * @author Robin Appelman * @author Vincent Petry diff --git a/build/integration/features/bootstrap/CommandLineContext.php b/build/integration/features/bootstrap/CommandLineContext.php index d233353262d..bf999fd2050 100644 --- a/build/integration/features/bootstrap/CommandLineContext.php +++ b/build/integration/features/bootstrap/CommandLineContext.php @@ -2,6 +2,7 @@ /** * @copyright Copyright (c) 2016, ownCloud, Inc. * + * @author Christoph Wurst * @author Lukas Reschke * @author Sujith H * @author Vincent Petry diff --git a/build/integration/features/bootstrap/FederationContext.php b/build/integration/features/bootstrap/FederationContext.php index ca1869c10ac..13e0de46187 100644 --- a/build/integration/features/bootstrap/FederationContext.php +++ b/build/integration/features/bootstrap/FederationContext.php @@ -3,6 +3,7 @@ * * * @author Bjoern Schiessle + * @author Christoph Wurst * @author Joas Schilling * @author Robin Appelman * @author Sergio Bertolin diff --git a/build/integration/features/bootstrap/FilesDropContext.php b/build/integration/features/bootstrap/FilesDropContext.php index d1fd2e8d0c9..a596cbf5be8 100644 --- a/build/integration/features/bootstrap/FilesDropContext.php +++ b/build/integration/features/bootstrap/FilesDropContext.php @@ -2,6 +2,7 @@ /** * * + * @author Christoph Wurst * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma diff --git a/build/integration/features/bootstrap/LDAPContext.php b/build/integration/features/bootstrap/LDAPContext.php index 4217bc640c9..78276f13828 100644 --- a/build/integration/features/bootstrap/LDAPContext.php +++ b/build/integration/features/bootstrap/LDAPContext.php @@ -3,6 +3,7 @@ * @copyright Copyright (c) 2017 Arthur Schiwon * * @author Arthur Schiwon + * @author Christoph Wurst * @author John Molakvoæ (skjnldsv) * @author Robin Appelman * diff --git a/build/integration/features/bootstrap/SharingContext.php b/build/integration/features/bootstrap/SharingContext.php index 584defda603..83ef9f96041 100644 --- a/build/integration/features/bootstrap/SharingContext.php +++ b/build/integration/features/bootstrap/SharingContext.php @@ -2,6 +2,7 @@ /** * * + * @author Christoph Wurst * @author John Molakvoæ (skjnldsv) * * @license GNU AGPL version 3 or any later version diff --git a/build/integration/features/bootstrap/WebDav.php b/build/integration/features/bootstrap/WebDav.php index e9123b02904..e4ca972dbdb 100644 --- a/build/integration/features/bootstrap/WebDav.php +++ b/build/integration/features/bootstrap/WebDav.php @@ -2,6 +2,7 @@ /** * * + * @author Christoph Wurst * @author David Toledo * @author Joas Schilling * @author John Molakvoæ (skjnldsv) -- cgit v1.2.3