1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-11 16:32:55 +00:00

Rename application to 'Phone Sync'

Also update copyright years on modified files
This fixes #132
This commit is contained in:
Loic Blot
2017-01-03 12:54:38 +01:00
parent 8296cdca78
commit 9d8702d3bb
19 changed files with 40 additions and 41 deletions
+2 -2
View File
@@ -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;
+1 -1
View File
@@ -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>
+1 -1
View File
@@ -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.
+2 -2
View File
@@ -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;