Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/app.php4
-rw-r--r--appinfo/application.php6
-rw-r--r--appinfo/routes.php4
3 files changed, 7 insertions, 7 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index 100019b9..05a66603 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -1,9 +1,9 @@
<?php
/**
-* ownCloud - Tasks
+* Nextcloud - Tasks
*
* @author Raimund Schlüßler
-* @copyright 2015 Raimund Schlüßler raimund.schluessler@googlemail.com
+* @copyright 2017 Raimund Schlüßler raimund.schluessler@googlemail.com
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
diff --git a/appinfo/application.php b/appinfo/application.php
index c54a1dcb..dff9348b 100644
--- a/appinfo/application.php
+++ b/appinfo/application.php
@@ -1,9 +1,9 @@
<?php
/**
-* ownCloud - Tasks
+* Nextcloud - Tasks
*
* @author Raimund Schlüßler
-* @copyright 2015 Raimund Schlüßler raimund.schluessler@googlemail.com
+* @copyright 2017 Raimund Schlüßler raimund.schluessler@googlemail.com
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
@@ -94,7 +94,7 @@ class Application extends App {
$user = $c->query('ServerContainer')->getUserSession()->getUser();
return ($user) ? $user->getUID() : '';
- });
+ });
$container->registerService('L10N', function(IAppContainer $c) {
return $c->query('ServerContainer')->getL10N($c->query('AppName'));
diff --git a/appinfo/routes.php b/appinfo/routes.php
index 26e8f36a..ca440a2d 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.php
@@ -1,9 +1,9 @@
<?php
/**
-* ownCloud - Tasks
+* Nextcloud - Tasks
*
* @author Raimund Schlüßler
-* @copyright 2015 Raimund Schlüßler raimund.schluessler@googlemail.com
+* @copyright 2017 Raimund Schlüßler raimund.schluessler@googlemail.com
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE