diff options
author | Morris Jobke <hey@morrisjobke.de> | 2015-10-05 20:54:56 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-10-05 21:15:52 +0200 |
commit | b945d713845d640d63241de4d5a67813384b88ce (patch) | |
tree | 46149ea6fc25adc2815ec2cfa13e9356c7a01029 /lib/repair | |
parent | a0c950bf88aaf81ea8e5bc079781f9a8ed68ebef (diff) | |
download | nextcloud-server-b945d713845d640d63241de4d5a67813384b88ce.tar.gz nextcloud-server-b945d713845d640d63241de4d5a67813384b88ce.zip |
update licence headers via script
Diffstat (limited to 'lib/repair')
-rw-r--r-- | lib/repair/filletags.php | 1 | ||||
-rw-r--r-- | lib/repair/repairinvalidshares.php | 1 | ||||
-rw-r--r-- | lib/repair/repairmimetypes.php | 1 | ||||
-rw-r--r-- | lib/repair/sqliteautoincrement.php | 1 | ||||
-rw-r--r-- | lib/repair/updateoutdatedocsids.php | 2 |
5 files changed, 4 insertions, 2 deletions
diff --git a/lib/repair/filletags.php b/lib/repair/filletags.php index 40072209982..8cfc4a7c258 100644 --- a/lib/repair/filletags.php +++ b/lib/repair/filletags.php @@ -1,5 +1,6 @@ <?php /** + * @author Joas Schilling <nickvergessen@owncloud.com> * @author Morris Jobke <hey@morrisjobke.de> * @author Thomas Müller <thomas.mueller@tmit.eu> * diff --git a/lib/repair/repairinvalidshares.php b/lib/repair/repairinvalidshares.php index 21b4d8013e7..4b0aeb70c12 100644 --- a/lib/repair/repairinvalidshares.php +++ b/lib/repair/repairinvalidshares.php @@ -1,5 +1,6 @@ <?php /** + * @author Morris Jobke <hey@morrisjobke.de> * @author Vincent Petry <pvince81@owncloud.com> * * @copyright Copyright (c) 2015, ownCloud, Inc. diff --git a/lib/repair/repairmimetypes.php b/lib/repair/repairmimetypes.php index b9cd42f3136..aeac69d00db 100644 --- a/lib/repair/repairmimetypes.php +++ b/lib/repair/repairmimetypes.php @@ -4,6 +4,7 @@ * @author Morris Jobke <hey@morrisjobke.de> * @author Normal Ra <normalraw@gmail.com> * @author Olivier Paroz <github@oparoz.com> + * @author Roeland Jago Douma <roeland@famdouma.nl> * @author Victor Dubiniuk <dubiniuk@owncloud.com> * @author Vincent Petry <pvince81@owncloud.com> * diff --git a/lib/repair/sqliteautoincrement.php b/lib/repair/sqliteautoincrement.php index b8ae5c47ff3..70d0adae5d7 100644 --- a/lib/repair/sqliteautoincrement.php +++ b/lib/repair/sqliteautoincrement.php @@ -1,6 +1,5 @@ <?php /** - * @author Morris Jobke <hey@morrisjobke.de> * @author Vincent Petry <pvince81@owncloud.com> * * @copyright Copyright (c) 2015, ownCloud, Inc. diff --git a/lib/repair/updateoutdatedocsids.php b/lib/repair/updateoutdatedocsids.php index afc9e968cad..5f6ee029536 100644 --- a/lib/repair/updateoutdatedocsids.php +++ b/lib/repair/updateoutdatedocsids.php @@ -1,6 +1,6 @@ <?php /** - * @author Lukas Reschke <l8kas@owncloud.com> + * @author Lukas Reschke <lukas@owncloud.com> * * @copyright Copyright (c) 2015, ownCloud, Inc. * @license AGPL-3.0 |