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:
authorRaimund Schlüßler <raimund.schluessler@googlemail.com>2017-01-15 22:59:31 +0300
committerRaimund Schlüßler <raimund.schluessler@googlemail.com>2017-01-15 22:59:31 +0300
commit4d288ef9f329e96c71e2758aec6c01eb496e72cb (patch)
treecb88d7e68673ac3ea9972ad31f1c2b6849557a61 /appinfo
parent6764968c2210a629ea90d7bdf3d68ed153157f6e (diff)
Replace ownCloud with Nextcloud, update date
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