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

github.com/nextcloud/ocsms.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLoic Blot <loic.blot@unix-experience.fr>2017-01-03 14:54:38 +0300
committerLoic Blot <loic.blot@unix-experience.fr>2017-01-03 14:54:38 +0300
commit9d8702d3bbbc4c97c465fbb3e449d8f19cd1d1a5 (patch)
treeba0c921ef329d3944b47e8ac297e65c61fa12550 /tests
parent8296cdca78e9ecba1e9e609a6496a84f709bc91a (diff)
Rename application to 'Phone Sync'
Also update copyright years on modified files This fixes #132
Diffstat (limited to 'tests')
-rw-r--r--tests/autoloader.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/autoloader.php b/tests/autoloader.php
index 2a465a0..28e611d 100644
--- a/tests/autoloader.php
+++ b/tests/autoloader.php
@@ -1,12 +1,12 @@
<?php
/**
- * ownCloud - ocsms
+ * NextCloud - Phone Sync
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
*
* @author Loic Blot <loic.blot@unix-experience.fr>
- * @copyright Loic Blot 2014-2016
+ * @copyright Loic Blot 2014-2017
*/
require_once __DIR__ . '/../../../3rdparty/Pimple/Pimple.php';