summaryrefslogtreecommitdiffstats
path: root/lib/public/Command
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/Command')
-rw-r--r--lib/public/Command/IBus.php5
-rw-r--r--lib/public/Command/ICommand.php5
2 files changed, 6 insertions, 4 deletions
diff --git a/lib/public/Command/IBus.php b/lib/public/Command/IBus.php
index 62b6edef4d4..bf7f98e87ac 100644
--- a/lib/public/Command/IBus.php
+++ b/lib/public/Command/IBus.php
@@ -1,9 +1,10 @@
<?php
/**
+ * @copyright Copyright (c) 2016, ownCloud, Inc.
+ *
* @author Morris Jobke <hey@morrisjobke.de>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
*
- * @copyright Copyright (c) 2016, ownCloud, Inc.
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
diff --git a/lib/public/Command/ICommand.php b/lib/public/Command/ICommand.php
index e53d52d2fa3..bf7210f40cd 100644
--- a/lib/public/Command/ICommand.php
+++ b/lib/public/Command/ICommand.php
@@ -1,9 +1,10 @@
<?php
/**
+ * @copyright Copyright (c) 2016, ownCloud, Inc.
+ *
* @author Morris Jobke <hey@morrisjobke.de>
- * @author Robin Appelman <icewind@owncloud.com>
+ * @author Robin Appelman <robin@icewind.nl>
*
- * @copyright Copyright (c) 2016, ownCloud, Inc.
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify