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
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 /appinfo
parent8296cdca78e9ecba1e9e609a6496a84f709bc91a (diff)
Rename application to 'Phone Sync'
Also update copyright years on modified files This fixes #132
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/app.php4
-rw-r--r--appinfo/info.xml2
-rw-r--r--appinfo/ocsmsapp.php2
-rw-r--r--appinfo/routes.php4
4 files changed, 6 insertions, 6 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index ae5d3da..4377fe7 100644
--- a/appinfo/app.php
+++ b/appinfo/app.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
*/
namespace OCA\OcSms\AppInfo;
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 70c8d53..b4fba50 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -2,7 +2,7 @@
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>ocsms</id>
- <name>Nextcloud SMS</name>
+ <name>Phone Sync</name>
<summary>An app to sync SMS with your cloud</summary>
<description>An app to sync SMS with your cloud</description>
<licence>agpl</licence>
diff --git a/appinfo/ocsmsapp.php b/appinfo/ocsmsapp.php
index 868ede5..375ec8f 100644
--- a/appinfo/ocsmsapp.php
+++ b/appinfo/ocsmsapp.php
@@ -1,6 +1,6 @@
<?php
/**
- * ownCloud - ocsms
+ * NextCloud - Phone Sync
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/appinfo/routes.php b/appinfo/routes.php
index f0d4cb4..da18e0f 100644
--- a/appinfo/routes.php
+++ b/appinfo/routes.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
*/
namespace OCA\OcSms\AppInfo;