Browse Source

update copyright

main
Distopico Vegan 4 years ago
parent
commit
a250919890
No known key found for this signature in database GPG Key ID: 98093A8072546BF3
20 changed files with 20 additions and 20 deletions
  1. +1
    -1
      app/src/main/java/org/dystopia/email/ActivityBase.java
  2. +1
    -1
      app/src/main/java/org/dystopia/email/ActivityView.java
  3. +1
    -1
      app/src/main/java/org/dystopia/email/AdapterMessage.java
  4. +1
    -1
      app/src/main/java/org/dystopia/email/ColorDialogFragment.java
  5. +1
    -1
      app/src/main/java/org/dystopia/email/DaoFolder.java
  6. +1
    -1
      app/src/main/java/org/dystopia/email/DaoMessage.java
  7. +1
    -1
      app/src/main/java/org/dystopia/email/FragmentAbout.java
  8. +1
    -1
      app/src/main/java/org/dystopia/email/FragmentAccount.java
  9. +1
    -1
      app/src/main/java/org/dystopia/email/FragmentCompose.java
  10. +1
    -1
      app/src/main/java/org/dystopia/email/FragmentEx.java
  11. +1
    -1
      app/src/main/java/org/dystopia/email/FragmentMessages.java
  12. +1
    -1
      app/src/main/java/org/dystopia/email/FragmentOptions.java
  13. +1
    -1
      app/src/main/java/org/dystopia/email/FragmentPrivacy.java
  14. +1
    -1
      app/src/main/java/org/dystopia/email/FragmentSetup.java
  15. +1
    -1
      app/src/main/java/org/dystopia/email/Helper.java
  16. +1
    -1
      app/src/main/java/org/dystopia/email/ServiceSynchronize.java
  17. +1
    -1
      app/src/main/java/org/dystopia/email/TupleMessageEx.java
  18. +1
    -1
      app/src/main/java/org/dystopia/email/TupleNotification.java
  19. +1
    -1
      app/src/main/java/org/dystopia/email/ViewButtonColor.java
  20. +1
    -1
      app/src/main/java/org/dystopia/email/ViewHelper.java

+ 1
- 1
app/src/main/java/org/dystopia/email/ActivityBase.java View File

@ -17,7 +17,7 @@ package org.dystopia.email;
along with FairEmail. If not, see <http://www.gnu.org/licenses/>. along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018, Marcel Bokhorst (M66B) Copyright 2018, Marcel Bokhorst (M66B)
Copyright 2018, Distopico (dystopia project) <distopico@riseup.net> and contributors
Copyright 2018-2020, Distopico (dystopia project) <distopico@riseup.net> and contributors
*/ */
import android.content.SharedPreferences; import android.content.SharedPreferences;


+ 1
- 1
app/src/main/java/org/dystopia/email/ActivityView.java View File

@ -17,7 +17,7 @@ package org.dystopia.email;
along with FairEmail. If not, see <http://www.gnu.org/licenses/>. along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018, Marcel Bokhorst (M66B) Copyright 2018, Marcel Bokhorst (M66B)
Copyright 2018, Distopico (dystopia project) <distopico@riseup.net> and contributors
Copyright 2018-2020, Distopico (dystopia project) <distopico@riseup.net> and contributors
*/ */
import android.app.Activity; import android.app.Activity;


+ 1
- 1
app/src/main/java/org/dystopia/email/AdapterMessage.java View File

@ -17,7 +17,7 @@ package org.dystopia.email;
along with FairEmail. If not, see <http://www.gnu.org/licenses/>. along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018, Marcel Bokhorst (M66B) Copyright 2018, Marcel Bokhorst (M66B)
Copyright 2018, Distopico (dystopia project) <distopico@riseup.net> and contributors
Copyright 2018-2020, Distopico (dystopia project) <distopico@riseup.net> and contributors
*/ */
import android.Manifest; import android.Manifest;


+ 1
- 1
app/src/main/java/org/dystopia/email/ColorDialogFragment.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with SimpleEmail. If not, see <http://www.gnu.org/licenses/>. along with SimpleEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018, Distopico (dystopia project) <distopico@riseup.net> and contributors
Copyright 2018-2020, Distopico (dystopia project) <distopico@riseup.net> and contributors
*/ */
import android.app.Dialog; import android.app.Dialog;


+ 1
- 1
app/src/main/java/org/dystopia/email/DaoFolder.java View File

@ -17,7 +17,7 @@ package org.dystopia.email;
along with FairEmail. If not, see <http://www.gnu.org/licenses/>. along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018, Marcel Bokhorst (M66B) Copyright 2018, Marcel Bokhorst (M66B)
Copyright 2018, Distopico (dystopia project) <distopico@riseup.net> and contributors
Copyright 2018-2020, Distopico (dystopia project) <distopico@riseup.net> and contributors
*/ */
import androidx.lifecycle.LiveData; import androidx.lifecycle.LiveData;


+ 1
- 1
app/src/main/java/org/dystopia/email/DaoMessage.java View File

@ -17,7 +17,7 @@ package org.dystopia.email;
along with FairEmail. If not, see <http://www.gnu.org/licenses/>. along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018, Marcel Bokhorst (M66B) Copyright 2018, Marcel Bokhorst (M66B)
Copyright 2018, Distopico (dystopia project) <distopico@riseup.net> and contributors
Copyright 2018-2020, Distopico (dystopia project) <distopico@riseup.net> and contributors
*/ */
import androidx.lifecycle.LiveData; import androidx.lifecycle.LiveData;


+ 1
- 1
app/src/main/java/org/dystopia/email/FragmentAbout.java View File

@ -17,7 +17,7 @@ package org.dystopia.email;
along with FairEmail. If not, see <http://www.gnu.org/licenses/>. along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018, Marcel Bokhorst (M66B) Copyright 2018, Marcel Bokhorst (M66B)
Copyright 2018, Distopico (dystopia project) <distopico@riseup.net> and contributors
Copyright 2018-2020, Distopico (dystopia project) <distopico@riseup.net> and contributors
*/ */
import android.app.usage.UsageStatsManager; import android.app.usage.UsageStatsManager;


+ 1
- 1
app/src/main/java/org/dystopia/email/FragmentAccount.java View File

@ -17,7 +17,7 @@ package org.dystopia.email;
along with FairEmail. If not, see <http://www.gnu.org/licenses/>. along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018, Marcel Bokhorst (M66B) Copyright 2018, Marcel Bokhorst (M66B)
Copyright 2018, Distopico (dystopia project) <distopico@riseup.net> and contributors
Copyright 2018-2020, Distopico (dystopia project) <distopico@riseup.net> and contributors
*/ */
import static android.accounts.AccountManager.newChooseAccountIntent; import static android.accounts.AccountManager.newChooseAccountIntent;


+ 1
- 1
app/src/main/java/org/dystopia/email/FragmentCompose.java View File

@ -17,7 +17,7 @@ package org.dystopia.email;
along with FairEmail. If not, see <http://www.gnu.org/licenses/>. along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018, Marcel Bokhorst (M66B) Copyright 2018, Marcel Bokhorst (M66B)
Copyright 2018, Distopico (dystopia project) <distopico@riseup.net> and contributors
Copyright 2018-2020, Distopico (dystopia project) <distopico@riseup.net> and contributors
*/ */
import static android.app.Activity.RESULT_OK; import static android.app.Activity.RESULT_OK;


+ 1
- 1
app/src/main/java/org/dystopia/email/FragmentEx.java View File

@ -17,7 +17,7 @@ package org.dystopia.email;
along with FairEmail. If not, see <http://www.gnu.org/licenses/>. along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018, Marcel Bokhorst (M66B) Copyright 2018, Marcel Bokhorst (M66B)
Copyright 2018, Distopico (dystopia project) <distopico@riseup.net> and contributors
Copyright 2018-2020, Distopico (dystopia project) <distopico@riseup.net> and contributors
*/ */
import android.content.res.Configuration; import android.content.res.Configuration;


+ 1
- 1
app/src/main/java/org/dystopia/email/FragmentMessages.java View File

@ -15,7 +15,7 @@ package org.dystopia.email;
* see <http://www.gnu.org/licenses/>. * see <http://www.gnu.org/licenses/>.
* *
* Copyright 2018, Marcel Bokhorst (M66B) * Copyright 2018, Marcel Bokhorst (M66B)
* Copyright 2018, Distopico (dystopia project) <distopico@riseup.net> and contributors
* Copyright 2018-2020, Distopico (dystopia project) <distopico@riseup.net> and contributors
*/ */
import android.content.Context; import android.content.Context;


+ 1
- 1
app/src/main/java/org/dystopia/email/FragmentOptions.java View File

@ -17,7 +17,7 @@ package org.dystopia.email;
along with FairEmail. If not, see <http://www.gnu.org/licenses/>. along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018, Marcel Bokhorst (M66B) Copyright 2018, Marcel Bokhorst (M66B)
Copyright 2018, Distopico (dystopia project) <distopico@riseup.net> and contributors
Copyright 2018-2020, Distopico (dystopia project) <distopico@riseup.net> and contributors
*/ */
import android.content.SharedPreferences; import android.content.SharedPreferences;


+ 1
- 1
app/src/main/java/org/dystopia/email/FragmentPrivacy.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with SimpleEmail. If not, see <http://www.gnu.org/licenses/>. along with SimpleEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018, Distopico (dystopia project) <distopico@riseup.net> and contributors
Copyright 2018-2020, Distopico (dystopia project) <distopico@riseup.net> and contributors
*/ */
import android.os.Bundle; import android.os.Bundle;


+ 1
- 1
app/src/main/java/org/dystopia/email/FragmentSetup.java View File

@ -17,7 +17,7 @@ package org.dystopia.email;
along with FairEmail. If not, see <http://www.gnu.org/licenses/>. along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018, Marcel Bokhorst (M66B) Copyright 2018, Marcel Bokhorst (M66B)
Copyright 2018, Distopico (dystopia project) <distopico@riseup.net> and contributors
Copyright 2018-2020, Distopico (dystopia project) <distopico@riseup.net> and contributors
*/ */
import static android.app.Activity.RESULT_OK; import static android.app.Activity.RESULT_OK;


+ 1
- 1
app/src/main/java/org/dystopia/email/Helper.java View File

@ -17,7 +17,7 @@ package org.dystopia.email;
along with FairEmail. If not, see <http://www.gnu.org/licenses/>. along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018, Marcel Bokhorst (M66B) Copyright 2018, Marcel Bokhorst (M66B)
Copyright 2018, Distopico (dystopia project) <distopico@riseup.net> and contributors
Copyright 2018-2020, Distopico (dystopia project) <distopico@riseup.net> and contributors
*/ */
import static android.os.Process.THREAD_PRIORITY_BACKGROUND; import static android.os.Process.THREAD_PRIORITY_BACKGROUND;


+ 1
- 1
app/src/main/java/org/dystopia/email/ServiceSynchronize.java View File

@ -15,7 +15,7 @@ package org.dystopia.email;
* see <http://www.gnu.org/licenses/>. * see <http://www.gnu.org/licenses/>.
* *
* Copyright 2018, Marcel Bokhorst (M66B) * Copyright 2018, Marcel Bokhorst (M66B)
* Copyright 2018, Distopico (dystopia project) <distopico@riseup.net> and contributors
* Copyright 2018-2020, Distopico (dystopia project) <distopico@riseup.net> and contributors
*/ */
import static android.os.Process.THREAD_PRIORITY_BACKGROUND; import static android.os.Process.THREAD_PRIORITY_BACKGROUND;


+ 1
- 1
app/src/main/java/org/dystopia/email/TupleMessageEx.java View File

@ -17,7 +17,7 @@ package org.dystopia.email;
along with FairEmail. If not, see <http://www.gnu.org/licenses/>. along with FairEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018, Marcel Bokhorst (M66B) Copyright 2018, Marcel Bokhorst (M66B)
Copyright 2018, Distopico (dystopia project) <distopico@riseup.net> and contributors
Copyright 2018-2020, Distopico (dystopia project) <distopico@riseup.net> and contributors
*/ */
public class TupleMessageEx extends EntityMessage { public class TupleMessageEx extends EntityMessage {


+ 1
- 1
app/src/main/java/org/dystopia/email/TupleNotification.java View File

@ -2,7 +2,7 @@ package org.dystopia.email;
/* /*
This file is part of SimpleEmail. This file is part of SimpleEmail.
Copyright 2018, Distopico (dystopia project) <distopico@riseup.net> and contributors
Copyright 2018-2020, Distopico (dystopia project) <distopico@riseup.net> and contributors
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by


+ 1
- 1
app/src/main/java/org/dystopia/email/ViewButtonColor.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with SimpleEmail. If not, see <http://www.gnu.org/licenses/>. along with SimpleEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018, Distopico (dystopia project) <distopico@riseup.net> and contributors
Copyright 2018-2020, Distopico (dystopia project) <distopico@riseup.net> and contributors
*/ */
import android.content.Context; import android.content.Context;


+ 1
- 1
app/src/main/java/org/dystopia/email/ViewHelper.java View File

@ -16,7 +16,7 @@ package org.dystopia.email;
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with SimpleEmail. If not, see <http://www.gnu.org/licenses/>. along with SimpleEmail. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018, Distopico (dystopia project) <distopico@riseup.net> and contributors
Copyright 2018-2020, Distopico (dystopia project) <distopico@riseup.net> and contributors
*/ */
import android.content.Context; import android.content.Context;


Loading…
Cancel
Save