Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-03-31 11:49:10 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-03-31 15:52:54 +0300
commit1a9330cd69631ef12b71239c4f98836e09e021ea (patch)
tree66363d9f0f22263ef5fef8c8f089c56a3841e77b /core
parent820e138316d1f8aa626f35dd9420a5ad994f830c (diff)
Update the license headers for Nextcloud 19
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'core')
-rw-r--r--core/Application.php2
-rw-r--r--core/Command/App/ListApps.php1
-rw-r--r--core/Command/App/Update.php1
-rw-r--r--core/Command/Db/AddMissingIndices.php2
-rw-r--r--core/Command/Encryption/ListModules.php1
-rw-r--r--core/Command/L10n/CreateJs.php1
-rw-r--r--core/Command/Status.php1
-rw-r--r--core/Command/Upgrade.php1
-rw-r--r--core/Command/User/Report.php1
-rw-r--r--core/Controller/AvatarController.php1
-rw-r--r--core/Controller/CssController.php2
-rw-r--r--core/Controller/JsController.php2
-rw-r--r--core/Controller/LostController.php2
-rw-r--r--core/Controller/OCSController.php1
-rw-r--r--core/Controller/SvgController.php2
-rw-r--r--core/Controller/UserController.php1
-rw-r--r--core/Migrations/Version16000Date20190212081545.php1
-rw-r--r--core/ajax/update.php1
18 files changed, 18 insertions, 6 deletions
diff --git a/core/Application.php b/core/Application.php
index c2da7f8d194..c1ac8971532 100644
--- a/core/Application.php
+++ b/core/Application.php
@@ -10,7 +10,7 @@
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <robin@icewind.nl>
* @author Roeland Jago Douma <roeland@famdouma.nl>
- * @author Thomas Citharel <tcit@tcit.fr>
+ * @author Thomas Citharel <nextcloud@tcit.fr>
* @author Victor Dubiniuk <dubiniuk@owncloud.com>
*
* @license AGPL-3.0
diff --git a/core/Command/App/ListApps.php b/core/Command/App/ListApps.php
index 6c3d4bb743d..84fdf7f8f41 100644
--- a/core/Command/App/ListApps.php
+++ b/core/Command/App/ListApps.php
@@ -2,6 +2,7 @@
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <robin@icewind.nl>
diff --git a/core/Command/App/Update.php b/core/Command/App/Update.php
index 19d0251d824..8aa7bccb1a2 100644
--- a/core/Command/App/Update.php
+++ b/core/Command/App/Update.php
@@ -2,6 +2,7 @@
/**
* @copyright Copyright (c) 2018, michag86 (michag86@arcor.de)
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author michag86 <micha_g@arcor.de>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Roeland Jago Douma <roeland@famdouma.nl>
diff --git a/core/Command/Db/AddMissingIndices.php b/core/Command/Db/AddMissingIndices.php
index 0152df21737..b1763575ccf 100644
--- a/core/Command/Db/AddMissingIndices.php
+++ b/core/Command/Db/AddMissingIndices.php
@@ -10,7 +10,7 @@ declare(strict_types=1);
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <robin@icewind.nl>
* @author Roeland Jago Douma <roeland@famdouma.nl>
- * @author Thomas Citharel <tcit@tcit.fr>
+ * @author Thomas Citharel <nextcloud@tcit.fr>
*
* @license GNU AGPL version 3 or any later version
*
diff --git a/core/Command/Encryption/ListModules.php b/core/Command/Encryption/ListModules.php
index dd9290eea81..e8b7809c823 100644
--- a/core/Command/Encryption/ListModules.php
+++ b/core/Command/Encryption/ListModules.php
@@ -2,6 +2,7 @@
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
* @author Ruben Homs <ruben@homs.codes>
*
diff --git a/core/Command/L10n/CreateJs.php b/core/Command/L10n/CreateJs.php
index 3e67e1329f0..ac6e7339422 100644
--- a/core/Command/L10n/CreateJs.php
+++ b/core/Command/L10n/CreateJs.php
@@ -2,6 +2,7 @@
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Thomas Müller <thomas.mueller@tmit.eu>
diff --git a/core/Command/Status.php b/core/Command/Status.php
index 25632a313f3..7702a672fc8 100644
--- a/core/Command/Status.php
+++ b/core/Command/Status.php
@@ -3,6 +3,7 @@
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
* @author Bart Visscher <bartv@thisnet.nl>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
* @author Morris Jobke <hey@morrisjobke.de>
*
diff --git a/core/Command/Upgrade.php b/core/Command/Upgrade.php
index 0a66d63fd32..7782496c76b 100644
--- a/core/Command/Upgrade.php
+++ b/core/Command/Upgrade.php
@@ -4,6 +4,7 @@
*
* @author Andreas Fischer <bantu@owncloud.com>
* @author Björn Schießle <bjoern@schiessle.org>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
* @author Jürgen Haas <juergen@paragon-es.de>
* @author Lukas Reschke <lukas@statuscode.ch>
diff --git a/core/Command/User/Report.php b/core/Command/User/Report.php
index 77fbcc124fa..7f4562fc426 100644
--- a/core/Command/User/Report.php
+++ b/core/Command/User/Report.php
@@ -3,6 +3,7 @@
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
* @author Arthur Schiwon <blizzz@arthur-schiwon.de>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Roeland Jago Douma <roeland@famdouma.nl>
diff --git a/core/Controller/AvatarController.php b/core/Controller/AvatarController.php
index ac07129a04f..c279edf25ad 100644
--- a/core/Controller/AvatarController.php
+++ b/core/Controller/AvatarController.php
@@ -2,6 +2,7 @@
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
+ * @author Daniel Kesselberg <mail@danielkesselberg.de>
* @author Joas Schilling <coding@schilljs.com>
* @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* @author Lukas Reschke <lukas@statuscode.ch>
diff --git a/core/Controller/CssController.php b/core/Controller/CssController.php
index 3e7215966bc..741d4431578 100644
--- a/core/Controller/CssController.php
+++ b/core/Controller/CssController.php
@@ -9,7 +9,7 @@ declare(strict_types=1);
* @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Roeland Jago Douma <roeland@famdouma.nl>
- * @author Thomas Citharel <tcit@tcit.fr>
+ * @author Thomas Citharel <nextcloud@tcit.fr>
*
* @license GNU AGPL version 3 or any later version
*
diff --git a/core/Controller/JsController.php b/core/Controller/JsController.php
index f2accc21b45..05e7bce3368 100644
--- a/core/Controller/JsController.php
+++ b/core/Controller/JsController.php
@@ -9,7 +9,7 @@ declare(strict_types=1);
* @author John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Roeland Jago Douma <roeland@famdouma.nl>
- * @author Thomas Citharel <tcit@tcit.fr>
+ * @author Thomas Citharel <nextcloud@tcit.fr>
*
* @license GNU AGPL version 3 or any later version
*
diff --git a/core/Controller/LostController.php b/core/Controller/LostController.php
index cdeec469e04..a210f3de547 100644
--- a/core/Controller/LostController.php
+++ b/core/Controller/LostController.php
@@ -5,7 +5,7 @@
* @author Arthur Schiwon <blizzz@arthur-schiwon.de>
* @author Bernhard Posselt <dev@bernhard-posselt.com>
* @author Bjoern Schiessle <bjoern@schiessle.org>
- * @author Björn Schießle <bjoern@schiessle.org>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Daniel Kesselberg <mail@danielkesselberg.de>
* @author Joas Schilling <coding@schilljs.com>
* @author Julius Haertl <jus@bitgrid.net>
diff --git a/core/Controller/OCSController.php b/core/Controller/OCSController.php
index 60ea12f017c..2ae2e0ee64e 100644
--- a/core/Controller/OCSController.php
+++ b/core/Controller/OCSController.php
@@ -2,6 +2,7 @@
/**
*
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
* @author Julius Härtl <jus@bitgrid.net>
* @author Lukas Reschke <lukas@statuscode.ch>
diff --git a/core/Controller/SvgController.php b/core/Controller/SvgController.php
index 63105e1c0f1..ba0e77602f2 100644
--- a/core/Controller/SvgController.php
+++ b/core/Controller/SvgController.php
@@ -10,7 +10,7 @@ declare(strict_types=1);
* @author Julius Härtl <jus@bitgrid.net>
* @author Michael Weimann <mail@michael-weimann.eu>
* @author Roeland Jago Douma <roeland@famdouma.nl>
- * @author Thomas Citharel <tcit@tcit.fr>
+ * @author Thomas Citharel <nextcloud@tcit.fr>
*
* @license GNU AGPL version 3 or any later version
*
diff --git a/core/Controller/UserController.php b/core/Controller/UserController.php
index 54c5202a59f..2b78ba1aaea 100644
--- a/core/Controller/UserController.php
+++ b/core/Controller/UserController.php
@@ -2,6 +2,7 @@
/**
* @copyright Copyright (c) 2016, ownCloud, Inc.
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Lukas Reschke <lukas@statuscode.ch>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Roeland Jago Douma <roeland@famdouma.nl>
diff --git a/core/Migrations/Version16000Date20190212081545.php b/core/Migrations/Version16000Date20190212081545.php
index feb271b1f01..71ad253453c 100644
--- a/core/Migrations/Version16000Date20190212081545.php
+++ b/core/Migrations/Version16000Date20190212081545.php
@@ -5,6 +5,7 @@ declare(strict_types=1);
/**
* @copyright Copyright (c) 2018 Roeland Jago Douma <roeland@famdouma.nl>
*
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
diff --git a/core/ajax/update.php b/core/ajax/update.php
index fd0e2c80d64..7a127e76b65 100644
--- a/core/ajax/update.php
+++ b/core/ajax/update.php
@@ -4,6 +4,7 @@
*
* @author Arthur Schiwon <blizzz@arthur-schiwon.de>
* @author Björn Schießle <bjoern@schiessle.org>
+ * @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
* @author Ko- <k.stoffelen@cs.ru.nl>
* @author Lukas Reschke <lukas@statuscode.ch>