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/db
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 /db
parent8296cdca78e9ecba1e9e609a6496a84f709bc91a (diff)
Rename application to 'Phone Sync'
Also update copyright years on modified files This fixes #132
Diffstat (limited to 'db')
-rw-r--r--db/configmapper.php5
-rw-r--r--db/conversationstatemapper.php4
-rw-r--r--db/sms.php4
-rw-r--r--db/smsmapper.php4
4 files changed, 8 insertions, 9 deletions
diff --git a/db/configmapper.php b/db/configmapper.php
index 9af8f95..c526c61 100644
--- a/db/configmapper.php
+++ b/db/configmapper.php
@@ -1,13 +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\Db;
diff --git a/db/conversationstatemapper.php b/db/conversationstatemapper.php
index bac0d9d..32d0fe8 100644
--- a/db/conversationstatemapper.php
+++ b/db/conversationstatemapper.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\Db;
diff --git a/db/sms.php b/db/sms.php
index 3d90fcf..81c92af 100644
--- a/db/sms.php
+++ b/db/sms.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\Db;
diff --git a/db/smsmapper.php b/db/smsmapper.php
index 4fe83fd..630ed97 100644
--- a/db/smsmapper.php
+++ b/db/smsmapper.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\Db;