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
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-01-13 16:23:49 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-01-13 16:23:49 +0300
commit6127c288e836a78a9cb77da5f05f131b019fe868 (patch)
tree6f0ca06b18bf57e91f7109b4899dcb0c2b62f912 /lib/public/WorkflowEngine
parentb805d0c764e82220093782a334f760362f057a5e (diff)
Fix license headers
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/public/WorkflowEngine')
-rw-r--r--lib/public/WorkflowEngine/Events/RegisterChecksEvent.php4
-rw-r--r--lib/public/WorkflowEngine/Events/RegisterEntitiesEvent.php4
-rw-r--r--lib/public/WorkflowEngine/Events/RegisterOperationsEvent.php4
-rw-r--r--lib/public/WorkflowEngine/IManager.php1
4 files changed, 10 insertions, 3 deletions
diff --git a/lib/public/WorkflowEngine/Events/RegisterChecksEvent.php b/lib/public/WorkflowEngine/Events/RegisterChecksEvent.php
index cb6cca8bfe2..57249fe229c 100644
--- a/lib/public/WorkflowEngine/Events/RegisterChecksEvent.php
+++ b/lib/public/WorkflowEngine/Events/RegisterChecksEvent.php
@@ -1,5 +1,7 @@
<?php
+
declare(strict_types=1);
+
/**
* @copyright Copyright (c) 2019, Roeland Jago Douma <roeland@famdouma.nl>
*
@@ -18,7 +20,7 @@ declare(strict_types=1);
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
diff --git a/lib/public/WorkflowEngine/Events/RegisterEntitiesEvent.php b/lib/public/WorkflowEngine/Events/RegisterEntitiesEvent.php
index f457a2b97b0..222b6b5faf2 100644
--- a/lib/public/WorkflowEngine/Events/RegisterEntitiesEvent.php
+++ b/lib/public/WorkflowEngine/Events/RegisterEntitiesEvent.php
@@ -1,5 +1,7 @@
<?php
+
declare(strict_types=1);
+
/**
* @copyright Copyright (c) 2019, Roeland Jago Douma <roeland@famdouma.nl>
*
@@ -18,7 +20,7 @@ declare(strict_types=1);
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
diff --git a/lib/public/WorkflowEngine/Events/RegisterOperationsEvent.php b/lib/public/WorkflowEngine/Events/RegisterOperationsEvent.php
index a6bbbcb545e..8f964188773 100644
--- a/lib/public/WorkflowEngine/Events/RegisterOperationsEvent.php
+++ b/lib/public/WorkflowEngine/Events/RegisterOperationsEvent.php
@@ -1,5 +1,7 @@
<?php
+
declare(strict_types=1);
+
/**
* @copyright Copyright (c) 2019, Roeland Jago Douma <roeland@famdouma.nl>
*
@@ -18,7 +20,7 @@ declare(strict_types=1);
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
diff --git a/lib/public/WorkflowEngine/IManager.php b/lib/public/WorkflowEngine/IManager.php
index c8a7afb3155..0eb504242df 100644
--- a/lib/public/WorkflowEngine/IManager.php
+++ b/lib/public/WorkflowEngine/IManager.php
@@ -4,6 +4,7 @@
*
* @author Arthur Schiwon <blizzz@arthur-schiwon.de>
* @author Morris Jobke <hey@morrisjobke.de>
+ * @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
*