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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gruntfile.js2
-rw-r--r--build.js2
-rw-r--r--lib/model/imapmessage.php24
-rw-r--r--lib/model/imessage.php9
-rw-r--r--lib/model/message.php9
-rw-r--r--lib/model/replymessage.php9
-rw-r--r--templates/error.php2
-rw-r--r--templates/index.php2
-rw-r--r--templates/redirect.php2
-rw-r--r--tests/hordetranslationhandlertest.php9
-rw-r--r--tests/model/messagetest.php9
-rw-r--r--tests/model/replymessagetest.php9
12 files changed, 5 insertions, 83 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 62482052b..14fe21c05 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -1,7 +1,7 @@
/* global module */
/**
- * ownCloud - Mail
+ * Mail
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/build.js b/build.js
index f94712db1..76e3389ec 100644
--- a/build.js
+++ b/build.js
@@ -1,5 +1,5 @@
/**
- * ownCloud - Mail
+ * Mail
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
diff --git a/lib/model/imapmessage.php b/lib/model/imapmessage.php
index 2eb24cd2b..df260a413 100644
--- a/lib/model/imapmessage.php
+++ b/lib/model/imapmessage.php
@@ -26,30 +26,6 @@
*/
namespace OCA\Mail\Model;
-/**
- * ownCloud - Mail app
- *
- * @author Thomas Müller
- * @copyright 2012, 2013 Thomas Müller thomas.mueller@tmit.eu
- *
- * @author Christoph Wurst <christoph@winzerhof-wurst.at>
- * @copyright Christoph Wurst 2015
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE
- * License as published by the Free Software Foundation; either
- * version 3 of the License, or any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU AFFERO GENERAL PUBLIC LICENSE for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library. If not, see <http://www.gnu.org/licenses/>.
- *
- */
-
use Closure;
use Exception;
use Horde_Imap_Client;
diff --git a/lib/model/imessage.php b/lib/model/imessage.php
index 3f766f079..93b5c6543 100644
--- a/lib/model/imessage.php
+++ b/lib/model/imessage.php
@@ -23,15 +23,6 @@ namespace OCA\Mail\Model;
use Horde_Mail_Rfc822_List;
use OCP\Files\File;
-/**
- * ownCloud - Mail
- *
- * This file is licensed under the Affero General Public License version 3 or
- * later. See the COPYING file.
- *
- * @author Christoph Wurst <christoph@winzerhof-wurst.at>
- * @copyright Christoph Wurst 2015
- */
interface IMessage {
/**
diff --git a/lib/model/message.php b/lib/model/message.php
index 08fe973c9..f40ff5842 100644
--- a/lib/model/message.php
+++ b/lib/model/message.php
@@ -20,15 +20,6 @@
*/
namespace OCA\Mail\Model;
-/**
- * ownCloud - Mail
- *
- * This file is licensed under the Affero General Public License version 3 or
- * later. See the COPYING file.
- *
- * @author Christoph Wurst <christoph@winzerhof-wurst.at>
- * @copyright Christoph Wurst 2015
- */
use Horde_Mail_Rfc822_List;
use Horde_Mime_Part;
use OCP\Files\File;
diff --git a/lib/model/replymessage.php b/lib/model/replymessage.php
index 257798c27..39d2cf63a 100644
--- a/lib/model/replymessage.php
+++ b/lib/model/replymessage.php
@@ -20,15 +20,6 @@
*/
namespace OCA\Mail\Model;
-/**
- * ownCloud - Mail
- *
- * This file is licensed under the Affero General Public License version 3 or
- * later. See the COPYING file.
- *
- * @author Christoph Wurst <christoph@winzerhof-wurst.at>
- * @copyright Christoph Wurst 2015
- */
class ReplyMessage extends Message {
public function setSubject($subject) {
diff --git a/templates/error.php b/templates/error.php
index ec3fb4a2e..433244e98 100644
--- a/templates/error.php
+++ b/templates/error.php
@@ -4,7 +4,7 @@
* @author Thomas Imbreckx <zinks@iozero.be>
* @author Thomas Müller <thomas.mueller@tmit.eu>
*
- * ownCloud - Mail
+ * Mail
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
diff --git a/templates/index.php b/templates/index.php
index 4c122ebe1..7e8f91c7a 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -8,7 +8,7 @@
* @author Thomas Imbreckx <zinks@iozero.be>
* @author Thomas Müller <thomas.mueller@tmit.eu>
*
- * ownCloud - Mail
+ * Mail
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
diff --git a/templates/redirect.php b/templates/redirect.php
index d4b42b3d6..66d150351 100644
--- a/templates/redirect.php
+++ b/templates/redirect.php
@@ -5,7 +5,7 @@
* @author Lukas Reschke <lukas@statuscode.ch>
* @author Thomas Müller <thomas.mueller@tmit.eu>
*
- * ownCloud - Mail
+ * Mail
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
diff --git a/tests/hordetranslationhandlertest.php b/tests/hordetranslationhandlertest.php
index 8349ee8f5..c0c9a246b 100644
--- a/tests/hordetranslationhandlertest.php
+++ b/tests/hordetranslationhandlertest.php
@@ -20,15 +20,6 @@
*/
namespace OCA\Mail\Tests;
-/**
- * ownCloud - Mail
- *
- * This file is licensed under the Affero General Public License version 3 or
- * later. See the COPYING file.
- *
- * @author Christoph Wurst <christoph@winzerhof-wurst.at>
- * @copyright Christoph Wurst 2015
- */
use PHPUnit_Framework_TestCase;
use OCA\Mail\HordeTranslationHandler;
diff --git a/tests/model/messagetest.php b/tests/model/messagetest.php
index 3a20e8951..4a20d4385 100644
--- a/tests/model/messagetest.php
+++ b/tests/model/messagetest.php
@@ -20,15 +20,6 @@
*/
namespace OCA\Mail\Tests\Model;
-/**
- * ownCloud - Mail
- *
- * This file is licensed under the Affero General Public License version 3 or
- * later. See the COPYING file.
- *
- * @author Christoph Wurst <christoph@winzerhof-wurst.at>
- * @copyright Christoph Wurst 2015
- */
use Test\TestCase;
use Horde_Mime_Part;
use OCA\Mail\Model\Message;
diff --git a/tests/model/replymessagetest.php b/tests/model/replymessagetest.php
index ee22d1d01..692be03eb 100644
--- a/tests/model/replymessagetest.php
+++ b/tests/model/replymessagetest.php
@@ -20,15 +20,6 @@
*/
namespace OCA\Mail\Tests\Model;
-/**
- * ownCloud - Mail
- *
- * This file is licensed under the Affero General Public License version 3 or
- * later. See the COPYING file.
- *
- * @author Christoph Wurst <christoph@winzerhof-wurst.at>
- * @copyright Christoph Wurst 2015
- */
use OCA\Mail\Model\ReplyMessage;
class ReplyMessageTest extends MessageTest {