Changed name to FairEmail

This commit is contained in:
M66B 2018-08-14 05:53:24 +00:00
parent d3245ef77f
commit 7ea97fad6b
57 changed files with 169 additions and 112 deletions

4
FAQ.md
View File

@ -1,5 +1,5 @@
Safe email
==========
FairEmail
=========
Frequently Asked Questions
--------------------------

View File

@ -1,5 +1,5 @@
Safe email
==========
FairEmail
=========
Simple, secure and efficient email app
@ -67,7 +67,7 @@ See [here](https://github.com/M66B/open-source-email/blob/master/FAQ.md) for a l
Support
-------
* For support on Safe email, please go [here](https://forum.xda-developers.com/android/apps-games/source-email-t3824168)
* For support on FairEmail, please go [here](https://forum.xda-developers.com/android/apps-games/source-email-t3824168)
Contributing
------------
@ -79,12 +79,12 @@ are preferred in the form of [pull requests](https://help.github.com/articles/cr
*Translations*
* You can translate the in-app texts of Safe email [here](https://crowdin.com/project/open-source-email)
* You can translate the in-app texts of FairEmail [here](https://crowdin.com/project/open-source-email)
* If your language is not listed, please send a message through [this contact form](https://contact.faircode.eu/)
*Source code*
Building Safe email from source code is straightforward with [Android Studio](http://developer.android.com/sdk/).
Building FairEmail from source code is straightforward with [Android Studio](http://developer.android.com/sdk/).
It is expected that you can solve build problems yourself, so there is no support on building.
Source code contributions are preferred in the form of [pull requests](https://help.github.com/articles/creating-a-pull-request/).
@ -95,7 +95,7 @@ Please note that you agree to the license below by contributing, including the c
Attribution
-----------
Safe email uses:
FairEmail uses:
* [JavaMail](https://javaee.github.io/javamail/). Copyright (c) 1997-2018 Oracle® and/or its affiliates. All rights reserved. [GPLv2+CE license](https://javaee.github.io/javamail/JavaMail-License).
* [jsoup](https://jsoup.org/). Copyright © 2009 - 2017 Jonathan Hedley. [MIT license](https://jsoup.org/license).
@ -109,15 +109,15 @@ License
Copyright (c) 2018 Marcel Bokhorst. All rights reserved
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Safe email is distributed in the hope that it will be useful,
FairEmail 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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with Safe email. If not, see [https://www.gnu.org/licenses/](https://www.gnu.org/licenses/).
along with FairEmail. If not, see [https://www.gnu.org/licenses/](https://www.gnu.org/licenses/).

View File

@ -8,7 +8,7 @@ android {
targetSdkVersion 28
versionCode 10
versionName "0.10"
archivesBaseName = "SafeEmail-v$versionName"
archivesBaseName = "FairEmail-v$versionName"
javaCompileOptions {
annotationProcessorOptions {

View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

View File

@ -1,5 +1,24 @@
package eu.faircode.email;
/*
This file is part of FairEmail.
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
NetGuard 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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
*/
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;

View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

View File

@ -23,9 +23,9 @@ import androidx.room.migration.Migration;
import androidx.sqlite.db.SupportSQLiteDatabase;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
@ -71,7 +71,7 @@ public abstract class DB extends RoomDatabase {
private static DB sInstance;
private static final String DB_NAME = "email.2.db";
private static final String DB_NAME = "fairemail.db";
public static synchronized DB getInstance(Context context) {
if (sInstance == null)

View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

View File

@ -1,5 +1,24 @@
package eu.faircode.email;
/*
This file is part of FairEmail.
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
NetGuard 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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
*/
import android.content.res.Configuration;
import android.os.Bundle;
import android.util.Log;

View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

View File

@ -1,5 +1,24 @@
package eu.faircode.email;
/*
This file is part of FairEmail.
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
NetGuard 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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
*/
public class TupleIdentityEx extends EntityIdentity {
public String accountName;
}

View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

View File

@ -1,5 +1,5 @@
<resources>
<string name="app_name" translatable="false">Safe email</string>
<string name="app_name" translatable="false">FairEmail</string>
<string name="app_copyright">Copyright &#x24B8; 2018 by M. Bokhorst</string>
<string name="app_eula" translatable="false">THIS SOFTWARE IS PROVIDED BY THE AUTHOR \'\'AS IS\'\' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</string>