summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-10-06 11:18:35 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2015-10-06 11:18:35 +0200
commit0385a62363bbfe6d07f554ecd5d5d6e5c3be35f4 (patch)
treebb51a5f7b6b5ce68a8e8f4b172383ab2da7aff1e /core
parentda640adf688baef651df08a81e04089553a6c3a0 (diff)
parent8366ce27673b82349361e534853256dc869a8f93 (diff)
downloadnextcloud-server-0385a62363bbfe6d07f554ecd5d5d6e5c3be35f4.tar.gz
nextcloud-server-0385a62363bbfe6d07f554ecd5d5d6e5c3be35f4.zip
Merge pull request #19597 from owncloud/update-license-headers
update licence headers via script
Diffstat (limited to 'core')
-rw-r--r--core/ajax/preview.php1
-rw-r--r--core/ajax/share.php1
-rw-r--r--core/avatar/avatarcontroller.php1
-rw-r--r--core/command/app/checkcode.php2
-rw-r--r--core/command/app/disable.php1
-rw-r--r--core/command/app/enable.php1
-rw-r--r--core/command/encryption/decryptall.php1
-rw-r--r--core/command/encryption/encryptall.php1
-rw-r--r--core/command/log/manage.php2
-rw-r--r--core/command/log/owncloud.php2
-rw-r--r--core/command/maintenance/install.php1
-rw-r--r--core/command/maintenance/mimetype/updatedb.php3
-rw-r--r--core/command/maintenance/mimetype/updatejs.php2
-rw-r--r--core/command/upgrade.php1
-rw-r--r--core/command/user/add.php1
-rw-r--r--core/js/config.php1
-rw-r--r--core/lostpassword/templates/email.php1
-rw-r--r--core/register_command.php1
-rw-r--r--core/setup/controller.php1
19 files changed, 17 insertions, 8 deletions
diff --git a/core/ajax/preview.php b/core/ajax/preview.php
index b6362fb3a70..05eb4b62b79 100644
--- a/core/ajax/preview.php
+++ b/core/ajax/preview.php
@@ -3,6 +3,7 @@
* @author Georg Ehrke <georg@owncloud.com>
* @author Joas Schilling <nickvergessen@owncloud.com>
* @author Lukas Reschke <lukas@owncloud.com>
+ * @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <icewind@owncloud.com>
* @author Thomas Müller <thomas.mueller@tmit.eu>
*
diff --git a/core/ajax/share.php b/core/ajax/share.php
index 50c99cb56b4..4738d0e0827 100644
--- a/core/ajax/share.php
+++ b/core/ajax/share.php
@@ -5,6 +5,7 @@
* @author Björn Schießle <schiessle@owncloud.com>
* @author Craig Morrissey <craig@owncloud.com>
* @author dampfklon <me@dampfklon.de>
+ * @author Felix Böhm <felixboehm@gmx.de>
* @author Joas Schilling <nickvergessen@owncloud.com>
* @author Jörn Friedrich Dreyer <jfd@butonic.de>
* @author Lukas Reschke <lukas@owncloud.com>
diff --git a/core/avatar/avatarcontroller.php b/core/avatar/avatarcontroller.php
index 945e022600a..4841ba00f7a 100644
--- a/core/avatar/avatarcontroller.php
+++ b/core/avatar/avatarcontroller.php
@@ -5,6 +5,7 @@
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <icewind@owncloud.com>
* @author Roeland Jago Douma <roeland@famdouma.nl>
+ * @author Thomas Müller <thomas.mueller@tmit.eu>
*
* @copyright Copyright (c) 2015, ownCloud, Inc.
* @license AGPL-3.0
diff --git a/core/command/app/checkcode.php b/core/command/app/checkcode.php
index 9f6e0729ce9..a04f4bb5e03 100644
--- a/core/command/app/checkcode.php
+++ b/core/command/app/checkcode.php
@@ -2,8 +2,8 @@
/**
* @author Joas Schilling <nickvergessen@owncloud.com>
* @author Morris Jobke <hey@morrisjobke.de>
- * @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Robin McCorkell <rmccorkell@karoshi.org.uk>
+ * @author Thomas Müller <thomas.mueller@tmit.eu>
*
* @copyright Copyright (c) 2015, ownCloud, Inc.
* @license AGPL-3.0
diff --git a/core/command/app/disable.php b/core/command/app/disable.php
index f2096448279..6c04860789f 100644
--- a/core/command/app/disable.php
+++ b/core/command/app/disable.php
@@ -2,6 +2,7 @@
/**
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <icewind@owncloud.com>
+ * @author Vincent Petry <pvince81@owncloud.com>
*
* @copyright Copyright (c) 2015, ownCloud, Inc.
* @license AGPL-3.0
diff --git a/core/command/app/enable.php b/core/command/app/enable.php
index 907006961dc..f82c23e7e60 100644
--- a/core/command/app/enable.php
+++ b/core/command/app/enable.php
@@ -2,6 +2,7 @@
/**
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <icewind@owncloud.com>
+ * @author Vincent Petry <pvince81@owncloud.com>
*
* @copyright Copyright (c) 2015, ownCloud, Inc.
* @license AGPL-3.0
diff --git a/core/command/encryption/decryptall.php b/core/command/encryption/decryptall.php
index a8560ce88bb..4755a9dc7ba 100644
--- a/core/command/encryption/decryptall.php
+++ b/core/command/encryption/decryptall.php
@@ -1,6 +1,7 @@
<?php
/**
* @author Björn Schießle <schiessle@owncloud.com>
+ * @author Joas Schilling <nickvergessen@owncloud.com>
*
* @copyright Copyright (c) 2015, ownCloud, Inc.
* @license AGPL-3.0
diff --git a/core/command/encryption/encryptall.php b/core/command/encryption/encryptall.php
index 8294264f212..572991039ef 100644
--- a/core/command/encryption/encryptall.php
+++ b/core/command/encryption/encryptall.php
@@ -1,6 +1,7 @@
<?php
/**
* @author Björn Schießle <schiessle@owncloud.com>
+ * @author Joas Schilling <nickvergessen@owncloud.com>
*
* @copyright Copyright (c) 2015, ownCloud, Inc.
* @license AGPL-3.0
diff --git a/core/command/log/manage.php b/core/command/log/manage.php
index f3d18cffca0..1a5cd142413 100644
--- a/core/command/log/manage.php
+++ b/core/command/log/manage.php
@@ -1,6 +1,6 @@
<?php
/**
- * @author Robin McCorkell <rmccorkell@owncloud.com>
+ * @author Robin McCorkell <rmccorkell@karoshi.org.uk>
*
* @copyright Copyright (c) 2015, ownCloud, Inc.
* @license AGPL-3.0
diff --git a/core/command/log/owncloud.php b/core/command/log/owncloud.php
index a2d9e4bc7c8..6200a8b6a53 100644
--- a/core/command/log/owncloud.php
+++ b/core/command/log/owncloud.php
@@ -1,6 +1,6 @@
<?php
/**
- * @author Robin McCorkell <rmccorkell@owncloud.com>
+ * @author Robin McCorkell <rmccorkell@karoshi.org.uk>
*
* @copyright Copyright (c) 2015, ownCloud, Inc.
* @license AGPL-3.0
diff --git a/core/command/maintenance/install.php b/core/command/maintenance/install.php
index 7f5d9cae647..b0235c518ec 100644
--- a/core/command/maintenance/install.php
+++ b/core/command/maintenance/install.php
@@ -2,7 +2,6 @@
/**
* @author Bernhard Posselt <dev@bernhard-posselt.com>
* @author Christian Kampka <christian@kampka.net>
- * @author Morris Jobke <hey@morrisjobke.de>
* @author Thomas Müller <thomas.mueller@tmit.eu>
*
* @copyright Copyright (c) 2015, ownCloud, Inc.
diff --git a/core/command/maintenance/mimetype/updatedb.php b/core/command/maintenance/mimetype/updatedb.php
index 37c401c0338..42d6af49baf 100644
--- a/core/command/maintenance/mimetype/updatedb.php
+++ b/core/command/maintenance/mimetype/updatedb.php
@@ -1,6 +1,6 @@
<?php
/**
- * @author Robin McCorkell <rmccorkell@owncloud.com>
+ * @author Robin McCorkell <rmccorkell@karoshi.org.uk>
*
* @copyright Copyright (c) 2015, ownCloud, Inc.
* @license AGPL-3.0
@@ -16,6 +16,7 @@
*
* You should have received a copy of the GNU Affero General Public License, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
+ *
*/
namespace OC\Core\Command\Maintenance\Mimetype;
diff --git a/core/command/maintenance/mimetype/updatejs.php b/core/command/maintenance/mimetype/updatejs.php
index 5de75d53a3f..5329475c0a6 100644
--- a/core/command/maintenance/mimetype/updatejs.php
+++ b/core/command/maintenance/mimetype/updatejs.php
@@ -1,5 +1,7 @@
<?php
/**
+ * @author Robin McCorkell <rmccorkell@karoshi.org.uk>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @copyright Copyright (c) 2015, ownCloud, Inc.
* @license AGPL-3.0
diff --git a/core/command/upgrade.php b/core/command/upgrade.php
index f50a0d92479..0f1b828ba25 100644
--- a/core/command/upgrade.php
+++ b/core/command/upgrade.php
@@ -1,6 +1,7 @@
<?php
/**
* @author Andreas Fischer <bantu@owncloud.com>
+ * @author Joas Schilling <nickvergessen@owncloud.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Owen Winkler <a_github@midnightcircus.com>
* @author Steffen Lindner <mail@steffen-lindner.de>
diff --git a/core/command/user/add.php b/core/command/user/add.php
index 07060bb172f..426b8489ccf 100644
--- a/core/command/user/add.php
+++ b/core/command/user/add.php
@@ -2,7 +2,6 @@
/**
* @author Joas Schilling <nickvergessen@owncloud.com>
* @author Laurens Post <lkpost@scept.re>
- * @author Morris Jobke <hey@morrisjobke.de>
*
* @copyright Copyright (c) 2015, ownCloud, Inc.
* @license AGPL-3.0
diff --git a/core/js/config.php b/core/js/config.php
index 5da610698df..e2d7ae3784c 100644
--- a/core/js/config.php
+++ b/core/js/config.php
@@ -3,6 +3,7 @@
* @author Bart Visscher <bartv@thisnet.nl>
* @author Björn Schießle <schiessle@owncloud.com>
* @author Guillaume AMAT <guillaume.amat@informatique-libre.com>
+ * @author Hasso Tepper <hasso@zone.ee>
* @author Joas Schilling <nickvergessen@owncloud.com>
* @author Jörn Friedrich Dreyer <jfd@butonic.de>
* @author Lukas Reschke <lukas@owncloud.com>
diff --git a/core/lostpassword/templates/email.php b/core/lostpassword/templates/email.php
index db968246600..618ac5dcd5c 100644
--- a/core/lostpassword/templates/email.php
+++ b/core/lostpassword/templates/email.php
@@ -1,7 +1,6 @@
<?php
/**
* @author Christopher Schäpers <kondou@ts.unde.re>
- * @author Thomas Müller <thomas.mueller@tmit.eu>
*
* @copyright Copyright (c) 2015, ownCloud, Inc.
* @license AGPL-3.0
diff --git a/core/register_command.php b/core/register_command.php
index 878542f72c9..460e8626e5e 100644
--- a/core/register_command.php
+++ b/core/register_command.php
@@ -1,6 +1,7 @@
<?php
/**
* @author Bart Visscher <bartv@thisnet.nl>
+ * @author Björn Schießle <schiessle@owncloud.com>
* @author Christian Kampka <christian@kampka.net>
* @author Joas Schilling <nickvergessen@owncloud.com>
* @author Morris Jobke <hey@morrisjobke.de>
diff --git a/core/setup/controller.php b/core/setup/controller.php
index f616ae5a5b3..36ba33f2a42 100644
--- a/core/setup/controller.php
+++ b/core/setup/controller.php
@@ -1,7 +1,6 @@
<?php
/**
* @author Bart Visscher <bartv@thisnet.nl>
- * @author cmeh <cmeh@users.noreply.github.com>
* @author ideaship <ideaship@users.noreply.github.com>
* @author Lukas Reschke <lukas@owncloud.com>
* @author Morris Jobke <hey@morrisjobke.de>