summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2015-10-05 20:54:56 +0200
committerMorris Jobke <hey@morrisjobke.de>2015-10-05 21:15:52 +0200
commitb945d713845d640d63241de4d5a67813384b88ce (patch)
tree46149ea6fc25adc2815ec2cfa13e9356c7a01029 /core
parenta0c950bf88aaf81ea8e5bc079781f9a8ed68ebef (diff)
downloadnextcloud-server-b945d713845d640d63241de4d5a67813384b88ce.tar.gz
nextcloud-server-b945d713845d640d63241de4d5a67813384b88ce.zip
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/maintenance/install.php1
-rw-r--r--core/command/maintenance/mimetype/updatedb.php1
-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.php2
-rw-r--r--core/setup/controller.php1
17 files changed, 15 insertions, 5 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/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..9d4062ff8c5 100644
--- a/core/command/maintenance/mimetype/updatedb.php
+++ b/core/command/maintenance/mimetype/updatedb.php
@@ -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..546bee146f3 100644
--- a/core/command/maintenance/mimetype/updatejs.php
+++ b/core/command/maintenance/mimetype/updatejs.php
@@ -1,5 +1,7 @@
<?php
/**
+ * @author Robin McCorkell <rmccorkell@owncloud.com>
+ * @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..e0739bd8d1a 100644
--- a/core/register_command.php
+++ b/core/register_command.php
@@ -1,10 +1,12 @@
<?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>
* @author Robin McCorkell <rmccorkell@karoshi.org.uk>
+ * @author Robin McCorkell <rmccorkell@owncloud.com>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Vincent Petry <pvince81@owncloud.com>
*
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>