diff --git a/.idea/copyright/ProtonMail.xml b/.idea/copyright/ProtonMail.xml index 431ac7080..f66422c86 100644 --- a/.idea/copyright/ProtonMail.xml +++ b/.idea/copyright/ProtonMail.xml @@ -1,6 +1,7 @@ - \ No newline at end of file diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml index 44f43c573..2fb85e954 100644 --- a/.idea/copyright/profiles_settings.xml +++ b/.idea/copyright/profiles_settings.xml @@ -1,11 +1,11 @@ - + - - - - - + + + + + \ No newline at end of file diff --git a/.idea/kotlinScripting.xml b/.idea/kotlinScripting.xml index 03e2296d1..e203eb651 100644 --- a/.idea/kotlinScripting.xml +++ b/.idea/kotlinScripting.xml @@ -1,21 +1,21 @@ diff --git a/.idea/scopes/Gradle_files.xml b/.idea/scopes/Gradle_files.xml index 17142afcc..14f605c35 100644 --- a/.idea/scopes/Gradle_files.xml +++ b/.idea/scopes/Gradle_files.xml @@ -1,20 +1,20 @@ diff --git a/app/build.gradle.kts b/app/build.gradle.kts index a296f3bb5..42c1dc483 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ import studio.forface.easygradle.dsl.* import studio.forface.easygradle.dsl.android.* diff --git a/app/experimental.properties b/app/experimental.properties index e69de29bb..d699bd0e0 100644 --- a/app/experimental.properties +++ b/app/experimental.properties @@ -0,0 +1,19 @@ +# +# Copyright (c) 2022 Proton AG +# +# This file is part of Proton Mail. +# +# Proton Mail 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. +# +# Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. +# + diff --git a/app/old.build.gradle b/app/old.build.gradle index caf05411e..ca048ba85 100644 --- a/app/old.build.gradle +++ b/app/old.build.gradle @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ // TODO: remove useless libs and organise others in `build.gradle.kts` following the proper pattern diff --git a/app/src/alpha/java/ch.protonmail.android/di/ConfigurableParametersModule.kt b/app/src/alpha/java/ch.protonmail.android/di/ConfigurableParametersModule.kt index f05f2c619..ee97b8ea7 100644 --- a/app/src/alpha/java/ch.protonmail.android/di/ConfigurableParametersModule.kt +++ b/app/src/alpha/java/ch.protonmail.android/di/ConfigurableParametersModule.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.di diff --git a/app/src/alpha/res/values/strings.xml b/app/src/alpha/res/values/strings.xml index 2744053dd..5a2709992 100644 --- a/app/src/alpha/res/values/strings.xml +++ b/app/src/alpha/res/values/strings.xml @@ -1,20 +1,20 @@ diff --git a/app/src/androidTest/java/ch/protonmail/android/ExampleCustomInjectionTest.kt b/app/src/androidTest/java/ch/protonmail/android/ExampleCustomInjectionTest.kt index db666c1b0..a4a8c0b0f 100644 --- a/app/src/androidTest/java/ch/protonmail/android/ExampleCustomInjectionTest.kt +++ b/app/src/androidTest/java/ch/protonmail/android/ExampleCustomInjectionTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android diff --git a/app/src/androidTest/java/ch/protonmail/android/HiltCustomTestRunner.kt b/app/src/androidTest/java/ch/protonmail/android/HiltCustomTestRunner.kt index bfd686ded..8265fc865 100644 --- a/app/src/androidTest/java/ch/protonmail/android/HiltCustomTestRunner.kt +++ b/app/src/androidTest/java/ch/protonmail/android/HiltCustomTestRunner.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android diff --git a/app/src/androidTest/java/ch/protonmail/android/TestConfigurableParametersModule.kt b/app/src/androidTest/java/ch/protonmail/android/TestConfigurableParametersModule.kt index 6a4dcc74a..c0f13f26c 100644 --- a/app/src/androidTest/java/ch/protonmail/android/TestConfigurableParametersModule.kt +++ b/app/src/androidTest/java/ch/protonmail/android/TestConfigurableParametersModule.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android diff --git a/app/src/androidTest/java/ch/protonmail/android/activities/NotificationSettingsViewModelTest.kt b/app/src/androidTest/java/ch/protonmail/android/activities/NotificationSettingsViewModelTest.kt index 8ba3f7b6b..275743721 100644 --- a/app/src/androidTest/java/ch/protonmail/android/activities/NotificationSettingsViewModelTest.kt +++ b/app/src/androidTest/java/ch/protonmail/android/activities/NotificationSettingsViewModelTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.activities diff --git a/app/src/androidTest/java/ch/protonmail/android/api/models/ContactEncryptedDataMatcher.kt b/app/src/androidTest/java/ch/protonmail/android/api/models/ContactEncryptedDataMatcher.kt index 92710404e..2dc7c999e 100644 --- a/app/src/androidTest/java/ch/protonmail/android/api/models/ContactEncryptedDataMatcher.kt +++ b/app/src/androidTest/java/ch/protonmail/android/api/models/ContactEncryptedDataMatcher.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.models diff --git a/app/src/androidTest/java/ch/protonmail/android/api/models/room/LiveDataUtil.kt b/app/src/androidTest/java/ch/protonmail/android/api/models/room/LiveDataUtil.kt index 8ed7ad669..bc507d96f 100644 --- a/app/src/androidTest/java/ch/protonmail/android/api/models/room/LiveDataUtil.kt +++ b/app/src/androidTest/java/ch/protonmail/android/api/models/room/LiveDataUtil.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.models.room diff --git a/app/src/androidTest/java/ch/protonmail/android/api/models/room/contacts/ContactDaoTest.kt b/app/src/androidTest/java/ch/protonmail/android/api/models/room/contacts/ContactDaoTest.kt index 4e65d897b..d843f1f9f 100644 --- a/app/src/androidTest/java/ch/protonmail/android/api/models/room/contacts/ContactDaoTest.kt +++ b/app/src/androidTest/java/ch/protonmail/android/api/models/room/contacts/ContactDaoTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.models.room.contacts diff --git a/app/src/androidTest/java/ch/protonmail/android/api/models/room/contacts/FullContactDetailsConverterTest.kt b/app/src/androidTest/java/ch/protonmail/android/api/models/room/contacts/FullContactDetailsConverterTest.kt index 5ab232595..827631440 100644 --- a/app/src/androidTest/java/ch/protonmail/android/api/models/room/contacts/FullContactDetailsConverterTest.kt +++ b/app/src/androidTest/java/ch/protonmail/android/api/models/room/contacts/FullContactDetailsConverterTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.models.room.contacts diff --git a/app/src/androidTest/java/ch/protonmail/android/api/models/room/contacts/FullContactsDetailsMatcher.kt b/app/src/androidTest/java/ch/protonmail/android/api/models/room/contacts/FullContactsDetailsMatcher.kt index 827764fbd..0a30cec84 100644 --- a/app/src/androidTest/java/ch/protonmail/android/api/models/room/contacts/FullContactsDetailsMatcher.kt +++ b/app/src/androidTest/java/ch/protonmail/android/api/models/room/contacts/FullContactsDetailsMatcher.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.models.room.contacts diff --git a/app/src/androidTest/java/ch/protonmail/android/compose/presentation/ui/SetMessageExpirationActivityTest.kt b/app/src/androidTest/java/ch/protonmail/android/compose/presentation/ui/SetMessageExpirationActivityTest.kt index 85e0e895b..398f719bc 100644 --- a/app/src/androidTest/java/ch/protonmail/android/compose/presentation/ui/SetMessageExpirationActivityTest.kt +++ b/app/src/androidTest/java/ch/protonmail/android/compose/presentation/ui/SetMessageExpirationActivityTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.compose.presentation.ui diff --git a/app/src/androidTest/java/ch/protonmail/android/compose/presentation/ui/SetMessagePasswordActivityTest.kt b/app/src/androidTest/java/ch/protonmail/android/compose/presentation/ui/SetMessagePasswordActivityTest.kt index 30c0a1691..7a41645a2 100644 --- a/app/src/androidTest/java/ch/protonmail/android/compose/presentation/ui/SetMessagePasswordActivityTest.kt +++ b/app/src/androidTest/java/ch/protonmail/android/compose/presentation/ui/SetMessagePasswordActivityTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.compose.presentation.ui diff --git a/app/src/androidTest/java/ch/protonmail/android/crypto/AddressCryptoAndroidTest.kt b/app/src/androidTest/java/ch/protonmail/android/crypto/AddressCryptoAndroidTest.kt index 4bc0cecd0..a4e8e9313 100644 --- a/app/src/androidTest/java/ch/protonmail/android/crypto/AddressCryptoAndroidTest.kt +++ b/app/src/androidTest/java/ch/protonmail/android/crypto/AddressCryptoAndroidTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.crypto diff --git a/app/src/androidTest/java/ch/protonmail/android/crypto/CryptoTest.kt b/app/src/androidTest/java/ch/protonmail/android/crypto/CryptoTest.kt index 368a922aa..626977b22 100644 --- a/app/src/androidTest/java/ch/protonmail/android/crypto/CryptoTest.kt +++ b/app/src/androidTest/java/ch/protonmail/android/crypto/CryptoTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.crypto diff --git a/app/src/androidTest/java/ch/protonmail/android/details/presentation/view/CollapsedMessageViewsTest.kt b/app/src/androidTest/java/ch/protonmail/android/details/presentation/view/CollapsedMessageViewsTest.kt index 5d58265fd..5187c40a4 100644 --- a/app/src/androidTest/java/ch/protonmail/android/details/presentation/view/CollapsedMessageViewsTest.kt +++ b/app/src/androidTest/java/ch/protonmail/android/details/presentation/view/CollapsedMessageViewsTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.details.presentation.view diff --git a/app/src/androidTest/java/ch/protonmail/android/labels/data/mapper/LabelOrFolderWithChildrenMapperBenchmarks.kt b/app/src/androidTest/java/ch/protonmail/android/labels/data/mapper/LabelOrFolderWithChildrenMapperBenchmarks.kt index fefca0b2b..e2d73928a 100644 --- a/app/src/androidTest/java/ch/protonmail/android/labels/data/mapper/LabelOrFolderWithChildrenMapperBenchmarks.kt +++ b/app/src/androidTest/java/ch/protonmail/android/labels/data/mapper/LabelOrFolderWithChildrenMapperBenchmarks.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.data.mapper diff --git a/app/src/androidTest/java/ch/protonmail/android/mailbox/data/local/UnreadCounterDaoTest.kt b/app/src/androidTest/java/ch/protonmail/android/mailbox/data/local/UnreadCounterDaoTest.kt index 3a2249db6..f1d677b60 100644 --- a/app/src/androidTest/java/ch/protonmail/android/mailbox/data/local/UnreadCounterDaoTest.kt +++ b/app/src/androidTest/java/ch/protonmail/android/mailbox/data/local/UnreadCounterDaoTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.data.local diff --git a/app/src/androidTest/java/ch/protonmail/android/settings/pin/PinFragmentViewModelTest.kt b/app/src/androidTest/java/ch/protonmail/android/settings/pin/PinFragmentViewModelTest.kt index 58696eae8..5f47f1d4a 100644 --- a/app/src/androidTest/java/ch/protonmail/android/settings/pin/PinFragmentViewModelTest.kt +++ b/app/src/androidTest/java/ch/protonmail/android/settings/pin/PinFragmentViewModelTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.settings.pin diff --git a/app/src/androidTest/java/ch/protonmail/android/ui/layout/MoreItemsLinearLayoutTest.kt b/app/src/androidTest/java/ch/protonmail/android/ui/layout/MoreItemsLinearLayoutTest.kt index 4fd1b1731..90afba5e1 100644 --- a/app/src/androidTest/java/ch/protonmail/android/ui/layout/MoreItemsLinearLayoutTest.kt +++ b/app/src/androidTest/java/ch/protonmail/android/ui/layout/MoreItemsLinearLayoutTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.ui.layout diff --git a/app/src/androidTest/java/ch/protonmail/android/ui/view/DaysAndHoursPickerViewTest.kt b/app/src/androidTest/java/ch/protonmail/android/ui/view/DaysAndHoursPickerViewTest.kt index ede5fb70b..5bec45859 100644 --- a/app/src/androidTest/java/ch/protonmail/android/ui/view/DaysAndHoursPickerViewTest.kt +++ b/app/src/androidTest/java/ch/protonmail/android/ui/view/DaysAndHoursPickerViewTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.ui.view diff --git a/app/src/androidTest/java/ch/protonmail/android/ui/view/MultiLineLabelChipGroupViewTest.kt b/app/src/androidTest/java/ch/protonmail/android/ui/view/MultiLineLabelChipGroupViewTest.kt index 8d72de06b..fcb8e01dd 100644 --- a/app/src/androidTest/java/ch/protonmail/android/ui/view/MultiLineLabelChipGroupViewTest.kt +++ b/app/src/androidTest/java/ch/protonmail/android/ui/view/MultiLineLabelChipGroupViewTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.ui.view diff --git a/app/src/androidTest/java/ch/protonmail/android/ui/view/SingleLineCollapsedLabelGroupViewTest.kt b/app/src/androidTest/java/ch/protonmail/android/ui/view/SingleLineCollapsedLabelGroupViewTest.kt index e7349104f..46a1f06b0 100644 --- a/app/src/androidTest/java/ch/protonmail/android/ui/view/SingleLineCollapsedLabelGroupViewTest.kt +++ b/app/src/androidTest/java/ch/protonmail/android/ui/view/SingleLineCollapsedLabelGroupViewTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.ui.view diff --git a/app/src/androidTest/java/ch/protonmail/android/ui/view/SingleLineLabelChipGroupViewTest.kt b/app/src/androidTest/java/ch/protonmail/android/ui/view/SingleLineLabelChipGroupViewTest.kt index 53f986aaf..f9ab64b73 100644 --- a/app/src/androidTest/java/ch/protonmail/android/ui/view/SingleLineLabelChipGroupViewTest.kt +++ b/app/src/androidTest/java/ch/protonmail/android/ui/view/SingleLineLabelChipGroupViewTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.ui.view diff --git a/app/src/androidTest/java/ch/protonmail/android/util/HiltViewTest.kt b/app/src/androidTest/java/ch/protonmail/android/util/HiltViewTest.kt index 17f8c48c2..66b5dc5b5 100644 --- a/app/src/androidTest/java/ch/protonmail/android/util/HiltViewTest.kt +++ b/app/src/androidTest/java/ch/protonmail/android/util/HiltViewTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.util diff --git a/app/src/androidTest/java/ch/protonmail/android/util/HiltViewTestActivity.kt b/app/src/androidTest/java/ch/protonmail/android/util/HiltViewTestActivity.kt index 1059536ab..0c4b9ee6f 100644 --- a/app/src/androidTest/java/ch/protonmail/android/util/HiltViewTestActivity.kt +++ b/app/src/androidTest/java/ch/protonmail/android/util/HiltViewTestActivity.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.util diff --git a/app/src/androidTest/java/ch/protonmail/android/util/ViewTest.kt b/app/src/androidTest/java/ch/protonmail/android/util/ViewTest.kt index 7fb74d26b..b21dc07f8 100644 --- a/app/src/androidTest/java/ch/protonmail/android/util/ViewTest.kt +++ b/app/src/androidTest/java/ch/protonmail/android/util/ViewTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.util diff --git a/app/src/androidTest/java/ch/protonmail/android/util/viewMatchers.kt b/app/src/androidTest/java/ch/protonmail/android/util/viewMatchers.kt index e289bec21..32e7456a4 100644 --- a/app/src/androidTest/java/ch/protonmail/android/util/viewMatchers.kt +++ b/app/src/androidTest/java/ch/protonmail/android/util/viewMatchers.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.util diff --git a/app/src/androidTest/java/ch/protonmail/android/views/PmWebViewClientTest.kt b/app/src/androidTest/java/ch/protonmail/android/views/PmWebViewClientTest.kt index 3bbc9adb5..e1e26b58b 100644 --- a/app/src/androidTest/java/ch/protonmail/android/views/PmWebViewClientTest.kt +++ b/app/src/androidTest/java/ch/protonmail/android/views/PmWebViewClientTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2020 Proton Technologies AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.views diff --git a/app/src/beta/java/ch.protonmail.android/di/ConfigurableParametersModule.kt b/app/src/beta/java/ch.protonmail.android/di/ConfigurableParametersModule.kt index f05f2c619..ee97b8ea7 100644 --- a/app/src/beta/java/ch.protonmail.android/di/ConfigurableParametersModule.kt +++ b/app/src/beta/java/ch.protonmail.android/di/ConfigurableParametersModule.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.di diff --git a/app/src/beta/res/drawable/ic_launcher_foreground.xml b/app/src/beta/res/drawable/ic_launcher_foreground.xml index 1cf0f6cee..dcb557719 100644 --- a/app/src/beta/res/drawable/ic_launcher_foreground.xml +++ b/app/src/beta/res/drawable/ic_launcher_foreground.xml @@ -1,21 +1,21 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/beta/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/beta/res/mipmap-anydpi-v26/ic_launcher_round.xml index 1d8385149..9d1117727 100644 --- a/app/src/beta/res/mipmap-anydpi-v26/ic_launcher_round.xml +++ b/app/src/beta/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/beta/res/values/colors.xml b/app/src/beta/res/values/colors.xml index 71e6cfeb1..a601c165b 100644 --- a/app/src/beta/res/values/colors.xml +++ b/app/src/beta/res/values/colors.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> #888cc6 diff --git a/app/src/beta/res/values/ic_launcher_background.xml b/app/src/beta/res/values/ic_launcher_background.xml index 42b4dacb3..16ea1acad 100644 --- a/app/src/beta/res/values/ic_launcher_background.xml +++ b/app/src/beta/res/values/ic_launcher_background.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> @color/icon_background diff --git a/app/src/beta/res/values/notif.xml b/app/src/beta/res/values/notif.xml index e360ec87d..9380e40dc 100644 --- a/app/src/beta/res/values/notif.xml +++ b/app/src/beta/res/values/notif.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> ch.protonmail.android.beta diff --git a/app/src/beta/res/values/strings.xml b/app/src/beta/res/values/strings.xml index 0cd21300e..ab30daeab 100644 --- a/app/src/beta/res/values/strings.xml +++ b/app/src/beta/res/values/strings.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> Android Beta v.%1$s (%2$d) diff --git a/app/src/beta/res/xml-v25/shortcuts.xml b/app/src/beta/res/xml-v25/shortcuts.xml index 2a5f4538d..10757084d 100644 --- a/app/src/beta/res/xml-v25/shortcuts.xml +++ b/app/src/beta/res/xml-v25/shortcuts.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> @SerializedName(Fields.Message.Send.ATTACHMENT_KEY_PACKETS) diff --git a/app/src/main/java/ch/protonmail/android/api/models/messages/send/MessageSendBody.java b/app/src/main/java/ch/protonmail/android/api/models/messages/send/MessageSendBody.java index a1af35e1e..e93931dc9 100644 --- a/app/src/main/java/ch/protonmail/android/api/models/messages/send/MessageSendBody.java +++ b/app/src/main/java/ch/protonmail/android/api/models/messages/send/MessageSendBody.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.models.messages.send; diff --git a/app/src/main/java/ch/protonmail/android/api/models/messages/send/MessageSendKey.java b/app/src/main/java/ch/protonmail/android/api/models/messages/send/MessageSendKey.java index 2359458e0..50330fed2 100644 --- a/app/src/main/java/ch/protonmail/android/api/models/messages/send/MessageSendKey.java +++ b/app/src/main/java/ch/protonmail/android/api/models/messages/send/MessageSendKey.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.models.messages.send; diff --git a/app/src/main/java/ch/protonmail/android/api/models/messages/send/MessageSendPackage.java b/app/src/main/java/ch/protonmail/android/api/models/messages/send/MessageSendPackage.java index 5d3e6f218..b2b251fa3 100644 --- a/app/src/main/java/ch/protonmail/android/api/models/messages/send/MessageSendPackage.java +++ b/app/src/main/java/ch/protonmail/android/api/models/messages/send/MessageSendPackage.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.models.messages.send; diff --git a/app/src/main/java/ch/protonmail/android/api/models/messages/send/MessageSendResponse.java b/app/src/main/java/ch/protonmail/android/api/models/messages/send/MessageSendResponse.java index be7142585..29bd831d6 100644 --- a/app/src/main/java/ch/protonmail/android/api/models/messages/send/MessageSendResponse.java +++ b/app/src/main/java/ch/protonmail/android/api/models/messages/send/MessageSendResponse.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.models.messages.send; diff --git a/app/src/main/java/ch/protonmail/android/api/models/requests/DisplayName.java b/app/src/main/java/ch/protonmail/android/api/models/requests/DisplayName.java index 698f1fc15..3ce30a362 100644 --- a/app/src/main/java/ch/protonmail/android/api/models/requests/DisplayName.java +++ b/app/src/main/java/ch/protonmail/android/api/models/requests/DisplayName.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.models.requests; diff --git a/app/src/main/java/ch/protonmail/android/api/models/requests/ShowImages.java b/app/src/main/java/ch/protonmail/android/api/models/requests/ShowImages.java index fb3317b20..774741f86 100644 --- a/app/src/main/java/ch/protonmail/android/api/models/requests/ShowImages.java +++ b/app/src/main/java/ch/protonmail/android/api/models/requests/ShowImages.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.models.requests; diff --git a/app/src/main/java/ch/protonmail/android/api/models/requests/Signature.java b/app/src/main/java/ch/protonmail/android/api/models/requests/Signature.java index 2a023b18d..df836325d 100644 --- a/app/src/main/java/ch/protonmail/android/api/models/requests/Signature.java +++ b/app/src/main/java/ch/protonmail/android/api/models/requests/Signature.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.models.requests; diff --git a/app/src/main/java/ch/protonmail/android/api/rx/RxEventBus.kt b/app/src/main/java/ch/protonmail/android/api/rx/RxEventBus.kt index 732786c43..d855d7459 100644 --- a/app/src/main/java/ch/protonmail/android/api/rx/RxEventBus.kt +++ b/app/src/main/java/ch/protonmail/android/api/rx/RxEventBus.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.rx diff --git a/app/src/main/java/ch/protonmail/android/api/rx/ThreadSchedulers.kt b/app/src/main/java/ch/protonmail/android/api/rx/ThreadSchedulers.kt index 6d3c3fb12..fc229c426 100644 --- a/app/src/main/java/ch/protonmail/android/api/rx/ThreadSchedulers.kt +++ b/app/src/main/java/ch/protonmail/android/api/rx/ThreadSchedulers.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.rx diff --git a/app/src/main/java/ch/protonmail/android/api/segments/BaseApi.kt b/app/src/main/java/ch/protonmail/android/api/segments/BaseApi.kt index 6c6592c9c..46c41a04e 100644 --- a/app/src/main/java/ch/protonmail/android/api/segments/BaseApi.kt +++ b/app/src/main/java/ch/protonmail/android/api/segments/BaseApi.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.segments diff --git a/app/src/main/java/ch/protonmail/android/api/segments/DnsOverHttpsRetrofitApi.kt b/app/src/main/java/ch/protonmail/android/api/segments/DnsOverHttpsRetrofitApi.kt index 23cddc210..2db6f9f30 100644 --- a/app/src/main/java/ch/protonmail/android/api/segments/DnsOverHttpsRetrofitApi.kt +++ b/app/src/main/java/ch/protonmail/android/api/segments/DnsOverHttpsRetrofitApi.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.segments diff --git a/app/src/main/java/ch/protonmail/android/api/segments/RetrofitConstants.kt b/app/src/main/java/ch/protonmail/android/api/segments/RetrofitConstants.kt index 49da4854d..50006f849 100644 --- a/app/src/main/java/ch/protonmail/android/api/segments/RetrofitConstants.kt +++ b/app/src/main/java/ch/protonmail/android/api/segments/RetrofitConstants.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.segments diff --git a/app/src/main/java/ch/protonmail/android/api/segments/attachment/AttachmentApi.kt b/app/src/main/java/ch/protonmail/android/api/segments/attachment/AttachmentApi.kt index 321e9cf21..5b415618b 100644 --- a/app/src/main/java/ch/protonmail/android/api/segments/attachment/AttachmentApi.kt +++ b/app/src/main/java/ch/protonmail/android/api/segments/attachment/AttachmentApi.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.segments.attachment diff --git a/app/src/main/java/ch/protonmail/android/api/segments/attachment/AttachmentApiSpec.kt b/app/src/main/java/ch/protonmail/android/api/segments/attachment/AttachmentApiSpec.kt index 5c98e319e..cc7cc878f 100644 --- a/app/src/main/java/ch/protonmail/android/api/segments/attachment/AttachmentApiSpec.kt +++ b/app/src/main/java/ch/protonmail/android/api/segments/attachment/AttachmentApiSpec.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.segments.attachment diff --git a/app/src/main/java/ch/protonmail/android/api/segments/attachment/AttachmentDownloadService.kt b/app/src/main/java/ch/protonmail/android/api/segments/attachment/AttachmentDownloadService.kt index 16079cbcc..600d29447 100644 --- a/app/src/main/java/ch/protonmail/android/api/segments/attachment/AttachmentDownloadService.kt +++ b/app/src/main/java/ch/protonmail/android/api/segments/attachment/AttachmentDownloadService.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.segments.attachment diff --git a/app/src/main/java/ch/protonmail/android/api/segments/attachment/AttachmentService.kt b/app/src/main/java/ch/protonmail/android/api/segments/attachment/AttachmentService.kt index a0bdcd913..7a048513e 100644 --- a/app/src/main/java/ch/protonmail/android/api/segments/attachment/AttachmentService.kt +++ b/app/src/main/java/ch/protonmail/android/api/segments/attachment/AttachmentService.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.segments.attachment diff --git a/app/src/main/java/ch/protonmail/android/api/segments/attachment/AttachmentUploadService.kt b/app/src/main/java/ch/protonmail/android/api/segments/attachment/AttachmentUploadService.kt index d12339627..649c81307 100644 --- a/app/src/main/java/ch/protonmail/android/api/segments/attachment/AttachmentUploadService.kt +++ b/app/src/main/java/ch/protonmail/android/api/segments/attachment/AttachmentUploadService.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.segments.attachment diff --git a/app/src/main/java/ch/protonmail/android/api/segments/connectivity/ConnectivityApi.kt b/app/src/main/java/ch/protonmail/android/api/segments/connectivity/ConnectivityApi.kt index 7986d147b..d80562808 100644 --- a/app/src/main/java/ch/protonmail/android/api/segments/connectivity/ConnectivityApi.kt +++ b/app/src/main/java/ch/protonmail/android/api/segments/connectivity/ConnectivityApi.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.segments.connectivity diff --git a/app/src/main/java/ch/protonmail/android/api/segments/connectivity/ConnectivityApiSpec.kt b/app/src/main/java/ch/protonmail/android/api/segments/connectivity/ConnectivityApiSpec.kt index 7e8604321..e0c7349f9 100644 --- a/app/src/main/java/ch/protonmail/android/api/segments/connectivity/ConnectivityApiSpec.kt +++ b/app/src/main/java/ch/protonmail/android/api/segments/connectivity/ConnectivityApiSpec.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.segments.connectivity diff --git a/app/src/main/java/ch/protonmail/android/api/segments/connectivity/PingService.kt b/app/src/main/java/ch/protonmail/android/api/segments/connectivity/PingService.kt index f2d985592..eda4de98c 100644 --- a/app/src/main/java/ch/protonmail/android/api/segments/connectivity/PingService.kt +++ b/app/src/main/java/ch/protonmail/android/api/segments/connectivity/PingService.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.segments.connectivity diff --git a/app/src/main/java/ch/protonmail/android/api/segments/contact/ContactApi.kt b/app/src/main/java/ch/protonmail/android/api/segments/contact/ContactApi.kt index 07fc8c2f2..38a0d0e2e 100644 --- a/app/src/main/java/ch/protonmail/android/api/segments/contact/ContactApi.kt +++ b/app/src/main/java/ch/protonmail/android/api/segments/contact/ContactApi.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.segments.contact diff --git a/app/src/main/java/ch/protonmail/android/api/segments/contact/ContactApiSpec.kt b/app/src/main/java/ch/protonmail/android/api/segments/contact/ContactApiSpec.kt index c8a0a6e94..dcd124e88 100644 --- a/app/src/main/java/ch/protonmail/android/api/segments/contact/ContactApiSpec.kt +++ b/app/src/main/java/ch/protonmail/android/api/segments/contact/ContactApiSpec.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.segments.contact diff --git a/app/src/main/java/ch/protonmail/android/api/segments/contact/ContactEmailsManager.kt b/app/src/main/java/ch/protonmail/android/api/segments/contact/ContactEmailsManager.kt index 63c189251..847a0e75a 100644 --- a/app/src/main/java/ch/protonmail/android/api/segments/contact/ContactEmailsManager.kt +++ b/app/src/main/java/ch/protonmail/android/api/segments/contact/ContactEmailsManager.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.segments.contact diff --git a/app/src/main/java/ch/protonmail/android/api/segments/contact/ContactService.kt b/app/src/main/java/ch/protonmail/android/api/segments/contact/ContactService.kt index c0e4c2382..68285d9ff 100644 --- a/app/src/main/java/ch/protonmail/android/api/segments/contact/ContactService.kt +++ b/app/src/main/java/ch/protonmail/android/api/segments/contact/ContactService.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.segments.contact diff --git a/app/src/main/java/ch/protonmail/android/api/segments/device/DeviceApi.kt b/app/src/main/java/ch/protonmail/android/api/segments/device/DeviceApi.kt index f072b9e72..3de394e39 100644 --- a/app/src/main/java/ch/protonmail/android/api/segments/device/DeviceApi.kt +++ b/app/src/main/java/ch/protonmail/android/api/segments/device/DeviceApi.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.segments.device diff --git a/app/src/main/java/ch/protonmail/android/api/segments/device/DeviceApiSpec.kt b/app/src/main/java/ch/protonmail/android/api/segments/device/DeviceApiSpec.kt index 54076cd83..8afdc991a 100644 --- a/app/src/main/java/ch/protonmail/android/api/segments/device/DeviceApiSpec.kt +++ b/app/src/main/java/ch/protonmail/android/api/segments/device/DeviceApiSpec.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.segments.device diff --git a/app/src/main/java/ch/protonmail/android/api/segments/device/DeviceService.kt b/app/src/main/java/ch/protonmail/android/api/segments/device/DeviceService.kt index 7b99f02cf..2e75014c6 100644 --- a/app/src/main/java/ch/protonmail/android/api/segments/device/DeviceService.kt +++ b/app/src/main/java/ch/protonmail/android/api/segments/device/DeviceService.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.segments.device diff --git a/app/src/main/java/ch/protonmail/android/api/segments/event/AlarmReceiver.java b/app/src/main/java/ch/protonmail/android/api/segments/event/AlarmReceiver.java index a9db3f858..e713c180d 100644 --- a/app/src/main/java/ch/protonmail/android/api/segments/event/AlarmReceiver.java +++ b/app/src/main/java/ch/protonmail/android/api/segments/event/AlarmReceiver.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.segments.event; diff --git a/app/src/main/java/ch/protonmail/android/api/segments/event/EventHandler.kt b/app/src/main/java/ch/protonmail/android/api/segments/event/EventHandler.kt index d47d760c4..532a73af4 100644 --- a/app/src/main/java/ch/protonmail/android/api/segments/event/EventHandler.kt +++ b/app/src/main/java/ch/protonmail/android/api/segments/event/EventHandler.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.segments.event diff --git a/app/src/main/java/ch/protonmail/android/api/segments/event/EventManager.kt b/app/src/main/java/ch/protonmail/android/api/segments/event/EventManager.kt index 987539fd1..d40601e85 100644 --- a/app/src/main/java/ch/protonmail/android/api/segments/event/EventManager.kt +++ b/app/src/main/java/ch/protonmail/android/api/segments/event/EventManager.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.segments.event diff --git a/app/src/main/java/ch/protonmail/android/api/segments/event/EventService.kt b/app/src/main/java/ch/protonmail/android/api/segments/event/EventService.kt index a6b0aa1ac..1525d81c4 100644 --- a/app/src/main/java/ch/protonmail/android/api/segments/event/EventService.kt +++ b/app/src/main/java/ch/protonmail/android/api/segments/event/EventService.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.segments.event diff --git a/app/src/main/java/ch/protonmail/android/api/segments/event/EventUpdaterService.java b/app/src/main/java/ch/protonmail/android/api/segments/event/EventUpdaterService.java index 8927923d1..0d693368b 100644 --- a/app/src/main/java/ch/protonmail/android/api/segments/event/EventUpdaterService.java +++ b/app/src/main/java/ch/protonmail/android/api/segments/event/EventUpdaterService.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.segments.event; diff --git a/app/src/main/java/ch/protonmail/android/api/segments/event/FetchEventsAndReschedule.kt b/app/src/main/java/ch/protonmail/android/api/segments/event/FetchEventsAndReschedule.kt index 7245a78a3..bc3ab072e 100644 --- a/app/src/main/java/ch/protonmail/android/api/segments/event/FetchEventsAndReschedule.kt +++ b/app/src/main/java/ch/protonmail/android/api/segments/event/FetchEventsAndReschedule.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.segments.event diff --git a/app/src/main/java/ch/protonmail/android/api/segments/event/FetchUpdatesJob.kt b/app/src/main/java/ch/protonmail/android/api/segments/event/FetchUpdatesJob.kt index 6c5420378..d7cd9ed23 100644 --- a/app/src/main/java/ch/protonmail/android/api/segments/event/FetchUpdatesJob.kt +++ b/app/src/main/java/ch/protonmail/android/api/segments/event/FetchUpdatesJob.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.segments.event diff --git a/app/src/main/java/ch/protonmail/android/api/segments/key/KeyApi.kt b/app/src/main/java/ch/protonmail/android/api/segments/key/KeyApi.kt index 9eaa3f7c6..e0d628c39 100644 --- a/app/src/main/java/ch/protonmail/android/api/segments/key/KeyApi.kt +++ b/app/src/main/java/ch/protonmail/android/api/segments/key/KeyApi.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.segments.key diff --git a/app/src/main/java/ch/protonmail/android/api/segments/key/KeyApiSpec.kt b/app/src/main/java/ch/protonmail/android/api/segments/key/KeyApiSpec.kt index 6d40f714a..01c20e0f3 100644 --- a/app/src/main/java/ch/protonmail/android/api/segments/key/KeyApiSpec.kt +++ b/app/src/main/java/ch/protonmail/android/api/segments/key/KeyApiSpec.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.segments.key diff --git a/app/src/main/java/ch/protonmail/android/api/segments/key/KeyService.kt b/app/src/main/java/ch/protonmail/android/api/segments/key/KeyService.kt index 4d08b35c1..210505b8f 100644 --- a/app/src/main/java/ch/protonmail/android/api/segments/key/KeyService.kt +++ b/app/src/main/java/ch/protonmail/android/api/segments/key/KeyService.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.segments.key diff --git a/app/src/main/java/ch/protonmail/android/api/segments/message/MessageApi.kt b/app/src/main/java/ch/protonmail/android/api/segments/message/MessageApi.kt index 11b6d0449..a88926054 100644 --- a/app/src/main/java/ch/protonmail/android/api/segments/message/MessageApi.kt +++ b/app/src/main/java/ch/protonmail/android/api/segments/message/MessageApi.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.segments.message diff --git a/app/src/main/java/ch/protonmail/android/api/segments/message/MessageApiSpec.kt b/app/src/main/java/ch/protonmail/android/api/segments/message/MessageApiSpec.kt index 66ce1236f..d4529c4e0 100644 --- a/app/src/main/java/ch/protonmail/android/api/segments/message/MessageApiSpec.kt +++ b/app/src/main/java/ch/protonmail/android/api/segments/message/MessageApiSpec.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.segments.message diff --git a/app/src/main/java/ch/protonmail/android/api/segments/message/MessageService.kt b/app/src/main/java/ch/protonmail/android/api/segments/message/MessageService.kt index 69b958900..0a9dbfd28 100644 --- a/app/src/main/java/ch/protonmail/android/api/segments/message/MessageService.kt +++ b/app/src/main/java/ch/protonmail/android/api/segments/message/MessageService.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.segments.message diff --git a/app/src/main/java/ch/protonmail/android/api/segments/organization/OrganizationApi.kt b/app/src/main/java/ch/protonmail/android/api/segments/organization/OrganizationApi.kt index 3580ef174..1cfd94cc4 100644 --- a/app/src/main/java/ch/protonmail/android/api/segments/organization/OrganizationApi.kt +++ b/app/src/main/java/ch/protonmail/android/api/segments/organization/OrganizationApi.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.segments.organization diff --git a/app/src/main/java/ch/protonmail/android/api/segments/organization/OrganizationApiSpec.kt b/app/src/main/java/ch/protonmail/android/api/segments/organization/OrganizationApiSpec.kt index e437be919..b6b7029f7 100644 --- a/app/src/main/java/ch/protonmail/android/api/segments/organization/OrganizationApiSpec.kt +++ b/app/src/main/java/ch/protonmail/android/api/segments/organization/OrganizationApiSpec.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.segments.organization diff --git a/app/src/main/java/ch/protonmail/android/api/segments/organization/OrganizationService.kt b/app/src/main/java/ch/protonmail/android/api/segments/organization/OrganizationService.kt index ee03681db..5179d83e8 100644 --- a/app/src/main/java/ch/protonmail/android/api/segments/organization/OrganizationService.kt +++ b/app/src/main/java/ch/protonmail/android/api/segments/organization/OrganizationService.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.segments.organization diff --git a/app/src/main/java/ch/protonmail/android/api/segments/report/ReportApi.kt b/app/src/main/java/ch/protonmail/android/api/segments/report/ReportApi.kt index aa4ea28a4..b94c2ea1b 100644 --- a/app/src/main/java/ch/protonmail/android/api/segments/report/ReportApi.kt +++ b/app/src/main/java/ch/protonmail/android/api/segments/report/ReportApi.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.segments.report diff --git a/app/src/main/java/ch/protonmail/android/api/segments/report/ReportApiSpec.kt b/app/src/main/java/ch/protonmail/android/api/segments/report/ReportApiSpec.kt index 18535a875..f86e5eb6a 100644 --- a/app/src/main/java/ch/protonmail/android/api/segments/report/ReportApiSpec.kt +++ b/app/src/main/java/ch/protonmail/android/api/segments/report/ReportApiSpec.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.segments.report diff --git a/app/src/main/java/ch/protonmail/android/api/segments/report/ReportService.kt b/app/src/main/java/ch/protonmail/android/api/segments/report/ReportService.kt index 841429e12..303737560 100644 --- a/app/src/main/java/ch/protonmail/android/api/segments/report/ReportService.kt +++ b/app/src/main/java/ch/protonmail/android/api/segments/report/ReportService.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.segments.report diff --git a/app/src/main/java/ch/protonmail/android/api/segments/settings/mail/MailSettingsApi.kt b/app/src/main/java/ch/protonmail/android/api/segments/settings/mail/MailSettingsApi.kt index 4bf28d988..401395f65 100644 --- a/app/src/main/java/ch/protonmail/android/api/segments/settings/mail/MailSettingsApi.kt +++ b/app/src/main/java/ch/protonmail/android/api/segments/settings/mail/MailSettingsApi.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.segments.settings.mail diff --git a/app/src/main/java/ch/protonmail/android/api/segments/settings/mail/MailSettingsApiSpec.kt b/app/src/main/java/ch/protonmail/android/api/segments/settings/mail/MailSettingsApiSpec.kt index 50469ea95..be68a0450 100644 --- a/app/src/main/java/ch/protonmail/android/api/segments/settings/mail/MailSettingsApiSpec.kt +++ b/app/src/main/java/ch/protonmail/android/api/segments/settings/mail/MailSettingsApiSpec.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.segments.settings.mail diff --git a/app/src/main/java/ch/protonmail/android/api/segments/settings/mail/MailSettingsService.kt b/app/src/main/java/ch/protonmail/android/api/segments/settings/mail/MailSettingsService.kt index e09edcaa0..5997062fa 100644 --- a/app/src/main/java/ch/protonmail/android/api/segments/settings/mail/MailSettingsService.kt +++ b/app/src/main/java/ch/protonmail/android/api/segments/settings/mail/MailSettingsService.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.segments.settings.mail diff --git a/app/src/main/java/ch/protonmail/android/api/services/ConnectivityService.kt b/app/src/main/java/ch/protonmail/android/api/services/ConnectivityService.kt index 86fc9145e..623676e02 100644 --- a/app/src/main/java/ch/protonmail/android/api/services/ConnectivityService.kt +++ b/app/src/main/java/ch/protonmail/android/api/services/ConnectivityService.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.services diff --git a/app/src/main/java/ch/protonmail/android/api/services/MessagesService.kt b/app/src/main/java/ch/protonmail/android/api/services/MessagesService.kt index a1bda05a9..25183e8cb 100644 --- a/app/src/main/java/ch/protonmail/android/api/services/MessagesService.kt +++ b/app/src/main/java/ch/protonmail/android/api/services/MessagesService.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.services diff --git a/app/src/main/java/ch/protonmail/android/api/utils/Fields.java b/app/src/main/java/ch/protonmail/android/api/utils/Fields.java deleted file mode 100644 index 5be13c543..000000000 --- a/app/src/main/java/ch/protonmail/android/api/utils/Fields.java +++ /dev/null @@ -1,18 +0,0 @@ -/* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail 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. - * - * ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. - */ diff --git a/app/src/main/java/ch/protonmail/android/api/utils/Fields.kt b/app/src/main/java/ch/protonmail/android/api/utils/Fields.kt index 312fd17d6..dc47a3efc 100644 --- a/app/src/main/java/ch/protonmail/android/api/utils/Fields.kt +++ b/app/src/main/java/ch/protonmail/android/api/utils/Fields.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.utils diff --git a/app/src/main/java/ch/protonmail/android/api/utils/Json.kt b/app/src/main/java/ch/protonmail/android/api/utils/Json.kt index d50d69c87..0a0ed8714 100644 --- a/app/src/main/java/ch/protonmail/android/api/utils/Json.kt +++ b/app/src/main/java/ch/protonmail/android/api/utils/Json.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.utils diff --git a/app/src/main/java/ch/protonmail/android/api/utils/ParseUtils.kt b/app/src/main/java/ch/protonmail/android/api/utils/ParseUtils.kt index a95e2a058..066de3717 100644 --- a/app/src/main/java/ch/protonmail/android/api/utils/ParseUtils.kt +++ b/app/src/main/java/ch/protonmail/android/api/utils/ParseUtils.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.utils diff --git a/app/src/main/java/ch/protonmail/android/api/utils/StringConverterFactory.java b/app/src/main/java/ch/protonmail/android/api/utils/StringConverterFactory.java index 1ccec6bcb..72a27869d 100644 --- a/app/src/main/java/ch/protonmail/android/api/utils/StringConverterFactory.java +++ b/app/src/main/java/ch/protonmail/android/api/utils/StringConverterFactory.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.utils; diff --git a/app/src/main/java/ch/protonmail/android/attachments/Armorer.kt b/app/src/main/java/ch/protonmail/android/attachments/Armorer.kt index 6b5762c2a..6cac3ef3d 100644 --- a/app/src/main/java/ch/protonmail/android/attachments/Armorer.kt +++ b/app/src/main/java/ch/protonmail/android/attachments/Armorer.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.attachments diff --git a/app/src/main/java/ch/protonmail/android/attachments/AttachmentsHelper.kt b/app/src/main/java/ch/protonmail/android/attachments/AttachmentsHelper.kt index c5bc4ec39..e25f31efa 100644 --- a/app/src/main/java/ch/protonmail/android/attachments/AttachmentsHelper.kt +++ b/app/src/main/java/ch/protonmail/android/attachments/AttachmentsHelper.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.attachments diff --git a/app/src/main/java/ch/protonmail/android/attachments/AttachmentsRepository.kt b/app/src/main/java/ch/protonmail/android/attachments/AttachmentsRepository.kt index 750cf6b47..1b046f72f 100644 --- a/app/src/main/java/ch/protonmail/android/attachments/AttachmentsRepository.kt +++ b/app/src/main/java/ch/protonmail/android/attachments/AttachmentsRepository.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.attachments diff --git a/app/src/main/java/ch/protonmail/android/attachments/AttachmentsViewModel.kt b/app/src/main/java/ch/protonmail/android/attachments/AttachmentsViewModel.kt index fae595d2e..c9b8fbbd3 100644 --- a/app/src/main/java/ch/protonmail/android/attachments/AttachmentsViewModel.kt +++ b/app/src/main/java/ch/protonmail/android/attachments/AttachmentsViewModel.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.attachments diff --git a/app/src/main/java/ch/protonmail/android/attachments/AttachmentsViewState.kt b/app/src/main/java/ch/protonmail/android/attachments/AttachmentsViewState.kt index 34b3c6f03..5fea6f71d 100644 --- a/app/src/main/java/ch/protonmail/android/attachments/AttachmentsViewState.kt +++ b/app/src/main/java/ch/protonmail/android/attachments/AttachmentsViewState.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.attachments diff --git a/app/src/main/java/ch/protonmail/android/attachments/DownloadEmbeddedAttachmentsWorker.kt b/app/src/main/java/ch/protonmail/android/attachments/DownloadEmbeddedAttachmentsWorker.kt index d1ad5f38c..925d1bd08 100644 --- a/app/src/main/java/ch/protonmail/android/attachments/DownloadEmbeddedAttachmentsWorker.kt +++ b/app/src/main/java/ch/protonmail/android/attachments/DownloadEmbeddedAttachmentsWorker.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.attachments diff --git a/app/src/main/java/ch/protonmail/android/attachments/HandleEmbeddedImageAttachments.kt b/app/src/main/java/ch/protonmail/android/attachments/HandleEmbeddedImageAttachments.kt index 7748b1794..507b5c273 100644 --- a/app/src/main/java/ch/protonmail/android/attachments/HandleEmbeddedImageAttachments.kt +++ b/app/src/main/java/ch/protonmail/android/attachments/HandleEmbeddedImageAttachments.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.attachments diff --git a/app/src/main/java/ch/protonmail/android/attachments/HandleSingleAttachment.kt b/app/src/main/java/ch/protonmail/android/attachments/HandleSingleAttachment.kt index 2ca66c31a..bd7da65e2 100644 --- a/app/src/main/java/ch/protonmail/android/attachments/HandleSingleAttachment.kt +++ b/app/src/main/java/ch/protonmail/android/attachments/HandleSingleAttachment.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.attachments diff --git a/app/src/main/java/ch/protonmail/android/attachments/ImportAttachmentsWorker.kt b/app/src/main/java/ch/protonmail/android/attachments/ImportAttachmentsWorker.kt index 339e2e272..759114eea 100644 --- a/app/src/main/java/ch/protonmail/android/attachments/ImportAttachmentsWorker.kt +++ b/app/src/main/java/ch/protonmail/android/attachments/ImportAttachmentsWorker.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.attachments diff --git a/app/src/main/java/ch/protonmail/android/attachments/OpenPgpArmorer.kt b/app/src/main/java/ch/protonmail/android/attachments/OpenPgpArmorer.kt index a6035efdd..e6c00d518 100644 --- a/app/src/main/java/ch/protonmail/android/attachments/OpenPgpArmorer.kt +++ b/app/src/main/java/ch/protonmail/android/attachments/OpenPgpArmorer.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.attachments diff --git a/app/src/main/java/ch/protonmail/android/attachments/UploadAttachmentsWorker.kt b/app/src/main/java/ch/protonmail/android/attachments/UploadAttachmentsWorker.kt index e95fe7667..d104b09f6 100644 --- a/app/src/main/java/ch/protonmail/android/attachments/UploadAttachmentsWorker.kt +++ b/app/src/main/java/ch/protonmail/android/attachments/UploadAttachmentsWorker.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.attachments diff --git a/app/src/main/java/ch/protonmail/android/bl/Html5Handler.java b/app/src/main/java/ch/protonmail/android/bl/Html5Handler.java index 581d4ff42..145c46a6b 100644 --- a/app/src/main/java/ch/protonmail/android/bl/Html5Handler.java +++ b/app/src/main/java/ch/protonmail/android/bl/Html5Handler.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.bl; diff --git a/app/src/main/java/ch/protonmail/android/bl/HtmlDivHandler.java b/app/src/main/java/ch/protonmail/android/bl/HtmlDivHandler.java index 49fbad607..80eb55bd6 100644 --- a/app/src/main/java/ch/protonmail/android/bl/HtmlDivHandler.java +++ b/app/src/main/java/ch/protonmail/android/bl/HtmlDivHandler.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.bl; diff --git a/app/src/main/java/ch/protonmail/android/bl/HtmlProcessor.java b/app/src/main/java/ch/protonmail/android/bl/HtmlProcessor.java index 94c294ed0..d81762ec4 100644 --- a/app/src/main/java/ch/protonmail/android/bl/HtmlProcessor.java +++ b/app/src/main/java/ch/protonmail/android/bl/HtmlProcessor.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.bl; diff --git a/app/src/main/java/ch/protonmail/android/bl/IMessageHtmlHandler.java b/app/src/main/java/ch/protonmail/android/bl/IMessageHtmlHandler.java index 357523fcf..92090ddc9 100644 --- a/app/src/main/java/ch/protonmail/android/bl/IMessageHtmlHandler.java +++ b/app/src/main/java/ch/protonmail/android/bl/IMessageHtmlHandler.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.bl; diff --git a/app/src/main/java/ch/protonmail/android/bl/XHtmlHandler.java b/app/src/main/java/ch/protonmail/android/bl/XHtmlHandler.java index efe435be0..034aa386b 100644 --- a/app/src/main/java/ch/protonmail/android/bl/XHtmlHandler.java +++ b/app/src/main/java/ch/protonmail/android/bl/XHtmlHandler.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.bl; diff --git a/app/src/main/java/ch/protonmail/android/compose/ComposeMessageRepository.kt b/app/src/main/java/ch/protonmail/android/compose/ComposeMessageRepository.kt index 8007383f3..a9e672c92 100644 --- a/app/src/main/java/ch/protonmail/android/compose/ComposeMessageRepository.kt +++ b/app/src/main/java/ch/protonmail/android/compose/ComposeMessageRepository.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.compose diff --git a/app/src/main/java/ch/protonmail/android/compose/ComposeMessageViewModel.kt b/app/src/main/java/ch/protonmail/android/compose/ComposeMessageViewModel.kt index 37143b642..079ca028b 100644 --- a/app/src/main/java/ch/protonmail/android/compose/ComposeMessageViewModel.kt +++ b/app/src/main/java/ch/protonmail/android/compose/ComposeMessageViewModel.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.compose diff --git a/app/src/main/java/ch/protonmail/android/compose/presentation/mapper/SendPreferencesToMessageEncryptionUiModelMapper.kt b/app/src/main/java/ch/protonmail/android/compose/presentation/mapper/SendPreferencesToMessageEncryptionUiModelMapper.kt index 24b9fb264..2974c064b 100644 --- a/app/src/main/java/ch/protonmail/android/compose/presentation/mapper/SendPreferencesToMessageEncryptionUiModelMapper.kt +++ b/app/src/main/java/ch/protonmail/android/compose/presentation/mapper/SendPreferencesToMessageEncryptionUiModelMapper.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.compose.presentation.mapper diff --git a/app/src/main/java/ch/protonmail/android/compose/presentation/model/AddExpirationTimeToMessage.kt b/app/src/main/java/ch/protonmail/android/compose/presentation/model/AddExpirationTimeToMessage.kt index 3c8485cc0..968d39294 100644 --- a/app/src/main/java/ch/protonmail/android/compose/presentation/model/AddExpirationTimeToMessage.kt +++ b/app/src/main/java/ch/protonmail/android/compose/presentation/model/AddExpirationTimeToMessage.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.compose.presentation.model diff --git a/app/src/main/java/ch/protonmail/android/compose/presentation/model/ComposeMessageEventUiModel.kt b/app/src/main/java/ch/protonmail/android/compose/presentation/model/ComposeMessageEventUiModel.kt index f46a70998..dc241e854 100644 --- a/app/src/main/java/ch/protonmail/android/compose/presentation/model/ComposeMessageEventUiModel.kt +++ b/app/src/main/java/ch/protonmail/android/compose/presentation/model/ComposeMessageEventUiModel.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.compose.presentation.model diff --git a/app/src/main/java/ch/protonmail/android/compose/presentation/model/MessagePasswordUiModel.kt b/app/src/main/java/ch/protonmail/android/compose/presentation/model/MessagePasswordUiModel.kt index 2af371ae6..9164f869d 100644 --- a/app/src/main/java/ch/protonmail/android/compose/presentation/model/MessagePasswordUiModel.kt +++ b/app/src/main/java/ch/protonmail/android/compose/presentation/model/MessagePasswordUiModel.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.compose.presentation.model diff --git a/app/src/main/java/ch/protonmail/android/compose/presentation/model/SetMessagePasswordUiModel.kt b/app/src/main/java/ch/protonmail/android/compose/presentation/model/SetMessagePasswordUiModel.kt index 8a4001fdb..86d51ec46 100644 --- a/app/src/main/java/ch/protonmail/android/compose/presentation/model/SetMessagePasswordUiModel.kt +++ b/app/src/main/java/ch/protonmail/android/compose/presentation/model/SetMessagePasswordUiModel.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.compose.presentation.model diff --git a/app/src/main/java/ch/protonmail/android/compose/presentation/ui/ComposeMessageKotlinActivity.kt b/app/src/main/java/ch/protonmail/android/compose/presentation/ui/ComposeMessageKotlinActivity.kt index 423dfc2d4..43fc7d0d2 100644 --- a/app/src/main/java/ch/protonmail/android/compose/presentation/ui/ComposeMessageKotlinActivity.kt +++ b/app/src/main/java/ch/protonmail/android/compose/presentation/ui/ComposeMessageKotlinActivity.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.compose.presentation.ui diff --git a/app/src/main/java/ch/protonmail/android/compose/presentation/ui/MessageRecipientArrayAdapter.kt b/app/src/main/java/ch/protonmail/android/compose/presentation/ui/MessageRecipientArrayAdapter.kt index 802aab19a..2b3fc94c3 100644 --- a/app/src/main/java/ch/protonmail/android/compose/presentation/ui/MessageRecipientArrayAdapter.kt +++ b/app/src/main/java/ch/protonmail/android/compose/presentation/ui/MessageRecipientArrayAdapter.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.compose.presentation.ui diff --git a/app/src/main/java/ch/protonmail/android/compose/presentation/ui/SetMessageExpirationActivity.kt b/app/src/main/java/ch/protonmail/android/compose/presentation/ui/SetMessageExpirationActivity.kt index 4bf757c5f..6ee702c30 100644 --- a/app/src/main/java/ch/protonmail/android/compose/presentation/ui/SetMessageExpirationActivity.kt +++ b/app/src/main/java/ch/protonmail/android/compose/presentation/ui/SetMessageExpirationActivity.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.compose.presentation.ui diff --git a/app/src/main/java/ch/protonmail/android/compose/presentation/ui/SetMessagePasswordActivity.kt b/app/src/main/java/ch/protonmail/android/compose/presentation/ui/SetMessagePasswordActivity.kt index 749a590cd..4305ca5c5 100644 --- a/app/src/main/java/ch/protonmail/android/compose/presentation/ui/SetMessagePasswordActivity.kt +++ b/app/src/main/java/ch/protonmail/android/compose/presentation/ui/SetMessagePasswordActivity.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.compose.presentation.ui diff --git a/app/src/main/java/ch/protonmail/android/compose/presentation/util/HtmlToSpanned.kt b/app/src/main/java/ch/protonmail/android/compose/presentation/util/HtmlToSpanned.kt index 98692f02c..949569583 100644 --- a/app/src/main/java/ch/protonmail/android/compose/presentation/util/HtmlToSpanned.kt +++ b/app/src/main/java/ch/protonmail/android/compose/presentation/util/HtmlToSpanned.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.compose.presentation.util diff --git a/app/src/main/java/ch/protonmail/android/compose/presentation/viewmodel/SetMessagePasswordViewModel.kt b/app/src/main/java/ch/protonmail/android/compose/presentation/viewmodel/SetMessagePasswordViewModel.kt index 58e1c87b4..22a6ba4c9 100644 --- a/app/src/main/java/ch/protonmail/android/compose/presentation/viewmodel/SetMessagePasswordViewModel.kt +++ b/app/src/main/java/ch/protonmail/android/compose/presentation/viewmodel/SetMessagePasswordViewModel.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.compose.presentation.viewmodel diff --git a/app/src/main/java/ch/protonmail/android/compose/recipients/GroupRecipientViewHolder.kt b/app/src/main/java/ch/protonmail/android/compose/recipients/GroupRecipientViewHolder.kt index 7231acd5c..f0b6b68a3 100644 --- a/app/src/main/java/ch/protonmail/android/compose/recipients/GroupRecipientViewHolder.kt +++ b/app/src/main/java/ch/protonmail/android/compose/recipients/GroupRecipientViewHolder.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.compose.recipients diff --git a/app/src/main/java/ch/protonmail/android/compose/recipients/GroupRecipientsAdapter.kt b/app/src/main/java/ch/protonmail/android/compose/recipients/GroupRecipientsAdapter.kt index c07023091..023e7b2e1 100644 --- a/app/src/main/java/ch/protonmail/android/compose/recipients/GroupRecipientsAdapter.kt +++ b/app/src/main/java/ch/protonmail/android/compose/recipients/GroupRecipientsAdapter.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.compose.recipients diff --git a/app/src/main/java/ch/protonmail/android/compose/recipients/GroupRecipientsDialogFragment.kt b/app/src/main/java/ch/protonmail/android/compose/recipients/GroupRecipientsDialogFragment.kt index 0081e1ab9..a32f21fac 100644 --- a/app/src/main/java/ch/protonmail/android/compose/recipients/GroupRecipientsDialogFragment.kt +++ b/app/src/main/java/ch/protonmail/android/compose/recipients/GroupRecipientsDialogFragment.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.compose.recipients diff --git a/app/src/main/java/ch/protonmail/android/compose/recipients/GroupRecipientsViewModel.kt b/app/src/main/java/ch/protonmail/android/compose/recipients/GroupRecipientsViewModel.kt index 887ff12b2..2bfaa2d38 100644 --- a/app/src/main/java/ch/protonmail/android/compose/recipients/GroupRecipientsViewModel.kt +++ b/app/src/main/java/ch/protonmail/android/compose/recipients/GroupRecipientsViewModel.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.compose.recipients diff --git a/app/src/main/java/ch/protonmail/android/compose/send/SendMessage.kt b/app/src/main/java/ch/protonmail/android/compose/send/SendMessage.kt index 5cbe0ca92..1bd5dee2a 100644 --- a/app/src/main/java/ch/protonmail/android/compose/send/SendMessage.kt +++ b/app/src/main/java/ch/protonmail/android/compose/send/SendMessage.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.compose.send diff --git a/app/src/main/java/ch/protonmail/android/compose/send/SendMessageWorker.kt b/app/src/main/java/ch/protonmail/android/compose/send/SendMessageWorker.kt index 1953874fc..9ca51755e 100644 --- a/app/src/main/java/ch/protonmail/android/compose/send/SendMessageWorker.kt +++ b/app/src/main/java/ch/protonmail/android/compose/send/SendMessageWorker.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.compose.send diff --git a/app/src/main/java/ch/protonmail/android/compose/send/SendMessageWorkerError.kt b/app/src/main/java/ch/protonmail/android/compose/send/SendMessageWorkerError.kt index 0b35576de..6283573dd 100644 --- a/app/src/main/java/ch/protonmail/android/compose/send/SendMessageWorkerError.kt +++ b/app/src/main/java/ch/protonmail/android/compose/send/SendMessageWorkerError.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.compose.send diff --git a/app/src/main/java/ch/protonmail/android/contacts/ContactIdGenerator.kt b/app/src/main/java/ch/protonmail/android/contacts/ContactIdGenerator.kt index 735d5ff45..a30541cf7 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/ContactIdGenerator.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/ContactIdGenerator.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts diff --git a/app/src/main/java/ch/protonmail/android/contacts/ContactsActivity.kt b/app/src/main/java/ch/protonmail/android/contacts/ContactsActivity.kt index 88b83cc2c..e7f900fe2 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/ContactsActivity.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/ContactsActivity.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts diff --git a/app/src/main/java/ch/protonmail/android/contacts/ContactsViewModel.kt b/app/src/main/java/ch/protonmail/android/contacts/ContactsViewModel.kt index e0a2125ee..1f2e7e9fb 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/ContactsViewModel.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/ContactsViewModel.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts diff --git a/app/src/main/java/ch/protonmail/android/contacts/ErrorResponse.kt b/app/src/main/java/ch/protonmail/android/contacts/ErrorResponse.kt index 027dfe9dd..872c79aed 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/ErrorResponse.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/ErrorResponse.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts diff --git a/app/src/main/java/ch/protonmail/android/contacts/IContactsFragment.kt b/app/src/main/java/ch/protonmail/android/contacts/IContactsFragment.kt index ea1414d37..02de7058c 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/IContactsFragment.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/IContactsFragment.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts diff --git a/app/src/main/java/ch/protonmail/android/contacts/IContactsListFragmentListener.kt b/app/src/main/java/ch/protonmail/android/contacts/IContactsListFragmentListener.kt index 0645d71f1..7eb111c99 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/IContactsListFragmentListener.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/IContactsListFragmentListener.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts diff --git a/app/src/main/java/ch/protonmail/android/contacts/PostResult.kt b/app/src/main/java/ch/protonmail/android/contacts/PostResult.kt index 92da16f71..37d659d62 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/PostResult.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/PostResult.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts diff --git a/app/src/main/java/ch/protonmail/android/contacts/UnsavedChangesDialog.kt b/app/src/main/java/ch/protonmail/android/contacts/UnsavedChangesDialog.kt index def24c442..0297bec23 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/UnsavedChangesDialog.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/UnsavedChangesDialog.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts diff --git a/app/src/main/java/ch/protonmail/android/contacts/data/remote/worker/UpdateContactWorker.kt b/app/src/main/java/ch/protonmail/android/contacts/data/remote/worker/UpdateContactWorker.kt index e05eba385..f0edc97eb 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/data/remote/worker/UpdateContactWorker.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/data/remote/worker/UpdateContactWorker.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.data.remote.worker diff --git a/app/src/main/java/ch/protonmail/android/contacts/details/ContactDetailsViewModelOld.kt b/app/src/main/java/ch/protonmail/android/contacts/details/ContactDetailsViewModelOld.kt index e4fe5bc81..368ca14e6 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/details/ContactDetailsViewModelOld.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/details/ContactDetailsViewModelOld.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.details diff --git a/app/src/main/java/ch/protonmail/android/contacts/details/ContactEmailGroupSelectionState.kt b/app/src/main/java/ch/protonmail/android/contacts/details/ContactEmailGroupSelectionState.kt index bd73dd901..1da0360bb 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/details/ContactEmailGroupSelectionState.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/details/ContactEmailGroupSelectionState.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.details diff --git a/app/src/main/java/ch/protonmail/android/contacts/details/data/ContactDetailsRepository.kt b/app/src/main/java/ch/protonmail/android/contacts/details/data/ContactDetailsRepository.kt index b63322c80..f6b6d9983 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/details/data/ContactDetailsRepository.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/details/data/ContactDetailsRepository.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.details.data diff --git a/app/src/main/java/ch/protonmail/android/contacts/details/domain/FetchContactDetails.kt b/app/src/main/java/ch/protonmail/android/contacts/details/domain/FetchContactDetails.kt index 0f250e8d2..1a5488824 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/details/domain/FetchContactDetails.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/details/domain/FetchContactDetails.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.details.domain diff --git a/app/src/main/java/ch/protonmail/android/contacts/details/domain/FetchContactGroups.kt b/app/src/main/java/ch/protonmail/android/contacts/details/domain/FetchContactGroups.kt index 9da127436..f33469933 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/details/domain/FetchContactGroups.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/details/domain/FetchContactGroups.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.details.domain diff --git a/app/src/main/java/ch/protonmail/android/contacts/details/domain/FetchContactsMapper.kt b/app/src/main/java/ch/protonmail/android/contacts/details/domain/FetchContactsMapper.kt index 4865a9de0..e5cdfe548 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/details/domain/FetchContactsMapper.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/details/domain/FetchContactsMapper.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.details.domain diff --git a/app/src/main/java/ch/protonmail/android/contacts/details/domain/model/FetchContactDetailsResult.kt b/app/src/main/java/ch/protonmail/android/contacts/details/domain/model/FetchContactDetailsResult.kt index 68920a89c..fae9be320 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/details/domain/model/FetchContactDetailsResult.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/details/domain/model/FetchContactDetailsResult.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.details.domain.model diff --git a/app/src/main/java/ch/protonmail/android/contacts/details/domain/model/FetchContactGroupsResult.kt b/app/src/main/java/ch/protonmail/android/contacts/details/domain/model/FetchContactGroupsResult.kt index c71822e81..15aa81f5a 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/details/domain/model/FetchContactGroupsResult.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/details/domain/model/FetchContactGroupsResult.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.details.domain.model diff --git a/app/src/main/java/ch/protonmail/android/contacts/details/edit/EditContactDetailsActivity.java b/app/src/main/java/ch/protonmail/android/contacts/details/edit/EditContactDetailsActivity.java index 1c347d5cb..55a641660 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/details/edit/EditContactDetailsActivity.java +++ b/app/src/main/java/ch/protonmail/android/contacts/details/edit/EditContactDetailsActivity.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.details.edit; diff --git a/app/src/main/java/ch/protonmail/android/contacts/details/edit/EditContactDetailsRepository.kt b/app/src/main/java/ch/protonmail/android/contacts/details/edit/EditContactDetailsRepository.kt index 569f333bc..27f56d2df 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/details/edit/EditContactDetailsRepository.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/details/edit/EditContactDetailsRepository.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.details.edit diff --git a/app/src/main/java/ch/protonmail/android/contacts/details/edit/EditContactDetailsViewModel.kt b/app/src/main/java/ch/protonmail/android/contacts/details/edit/EditContactDetailsViewModel.kt index 916cd4883..e609db70e 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/details/edit/EditContactDetailsViewModel.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/details/edit/EditContactDetailsViewModel.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.details.edit diff --git a/app/src/main/java/ch/protonmail/android/contacts/details/presentation/ContactDetailsActivity.kt b/app/src/main/java/ch/protonmail/android/contacts/details/presentation/ContactDetailsActivity.kt index 4addccdd1..f5332179a 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/details/presentation/ContactDetailsActivity.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/details/presentation/ContactDetailsActivity.kt @@ -1,20 +1,20 @@ /* * Copyright (c) 2022 Proton Technologies AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.details.presentation diff --git a/app/src/main/java/ch/protonmail/android/contacts/details/presentation/ContactDetailsAdapter.kt b/app/src/main/java/ch/protonmail/android/contacts/details/presentation/ContactDetailsAdapter.kt index c7284c7db..0d97e8122 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/details/presentation/ContactDetailsAdapter.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/details/presentation/ContactDetailsAdapter.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.details.presentation diff --git a/app/src/main/java/ch/protonmail/android/contacts/details/presentation/ContactDetailsDiffUtil.kt b/app/src/main/java/ch/protonmail/android/contacts/details/presentation/ContactDetailsDiffUtil.kt index fc830bd56..405e9e758 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/details/presentation/ContactDetailsDiffUtil.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/details/presentation/ContactDetailsDiffUtil.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.details.presentation diff --git a/app/src/main/java/ch/protonmail/android/contacts/details/presentation/ContactDetailsMapper.kt b/app/src/main/java/ch/protonmail/android/contacts/details/presentation/ContactDetailsMapper.kt index 3f9336aec..978764d4c 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/details/presentation/ContactDetailsMapper.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/details/presentation/ContactDetailsMapper.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.details.presentation diff --git a/app/src/main/java/ch/protonmail/android/contacts/details/presentation/ContactDetailsViewModel.kt b/app/src/main/java/ch/protonmail/android/contacts/details/presentation/ContactDetailsViewModel.kt index a0925bd91..3b199966c 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/details/presentation/ContactDetailsViewModel.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/details/presentation/ContactDetailsViewModel.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.details.presentation diff --git a/app/src/main/java/ch/protonmail/android/contacts/details/presentation/model/ContactDetailsUiItem.kt b/app/src/main/java/ch/protonmail/android/contacts/details/presentation/model/ContactDetailsUiItem.kt index 032fa351b..ea200c305 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/details/presentation/model/ContactDetailsUiItem.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/details/presentation/model/ContactDetailsUiItem.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.details.presentation.model diff --git a/app/src/main/java/ch/protonmail/android/contacts/details/presentation/model/ContactDetailsViewState.kt b/app/src/main/java/ch/protonmail/android/contacts/details/presentation/model/ContactDetailsViewState.kt index 76da92924..b877ff8ef 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/details/presentation/model/ContactDetailsViewState.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/details/presentation/model/ContactDetailsViewState.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.details.presentation.model diff --git a/app/src/main/java/ch/protonmail/android/contacts/details/presentation/model/ContactLabelUiModel.kt b/app/src/main/java/ch/protonmail/android/contacts/details/presentation/model/ContactLabelUiModel.kt index 0806e25f1..71deff097 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/details/presentation/model/ContactLabelUiModel.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/details/presentation/model/ContactLabelUiModel.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.details.presentation.model diff --git a/app/src/main/java/ch/protonmail/android/contacts/domain/usecase/ExtractInitials.kt b/app/src/main/java/ch/protonmail/android/contacts/domain/usecase/ExtractInitials.kt index 3f72a3e8b..e3188d9f5 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/domain/usecase/ExtractInitials.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/domain/usecase/ExtractInitials.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.domain.usecase diff --git a/app/src/main/java/ch/protonmail/android/contacts/groups/ContactGroupEmailsAdapter.kt b/app/src/main/java/ch/protonmail/android/contacts/groups/ContactGroupEmailsAdapter.kt index 833243465..0eb7bbc90 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/groups/ContactGroupEmailsAdapter.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/groups/ContactGroupEmailsAdapter.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.groups diff --git a/app/src/main/java/ch/protonmail/android/contacts/groups/GroupsItemAdapterMode.kt b/app/src/main/java/ch/protonmail/android/contacts/groups/GroupsItemAdapterMode.kt index bdefa52ef..bf78a15cd 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/groups/GroupsItemAdapterMode.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/groups/GroupsItemAdapterMode.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.groups diff --git a/app/src/main/java/ch/protonmail/android/contacts/groups/details/ContactGroupDetailsActivity.kt b/app/src/main/java/ch/protonmail/android/contacts/groups/details/ContactGroupDetailsActivity.kt index bc84b1d7d..dcabe3763 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/groups/details/ContactGroupDetailsActivity.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/groups/details/ContactGroupDetailsActivity.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.groups.details diff --git a/app/src/main/java/ch/protonmail/android/contacts/groups/details/ContactGroupDetailsRepository.kt b/app/src/main/java/ch/protonmail/android/contacts/groups/details/ContactGroupDetailsRepository.kt index 909977311..a25ad57bf 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/groups/details/ContactGroupDetailsRepository.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/groups/details/ContactGroupDetailsRepository.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.groups.details diff --git a/app/src/main/java/ch/protonmail/android/contacts/groups/details/ContactGroupDetailsViewModel.kt b/app/src/main/java/ch/protonmail/android/contacts/groups/details/ContactGroupDetailsViewModel.kt index 67acfc415..cc61d287f 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/groups/details/ContactGroupDetailsViewModel.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/groups/details/ContactGroupDetailsViewModel.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.groups.details diff --git a/app/src/main/java/ch/protonmail/android/contacts/groups/details/ContactGroupEmailViewHolder.kt b/app/src/main/java/ch/protonmail/android/contacts/groups/details/ContactGroupEmailViewHolder.kt index 4c4b21f08..31855f188 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/groups/details/ContactGroupEmailViewHolder.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/groups/details/ContactGroupEmailViewHolder.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.groups.details diff --git a/app/src/main/java/ch/protonmail/android/contacts/groups/edit/ContactGroupEditCreateActivity.kt b/app/src/main/java/ch/protonmail/android/contacts/groups/edit/ContactGroupEditCreateActivity.kt index 3641eec0c..f5817cf7a 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/groups/edit/ContactGroupEditCreateActivity.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/groups/edit/ContactGroupEditCreateActivity.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.groups.edit diff --git a/app/src/main/java/ch/protonmail/android/contacts/groups/edit/ContactGroupEditCreateRepository.kt b/app/src/main/java/ch/protonmail/android/contacts/groups/edit/ContactGroupEditCreateRepository.kt index bb10c8c89..769d2bca7 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/groups/edit/ContactGroupEditCreateRepository.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/groups/edit/ContactGroupEditCreateRepository.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.groups.edit diff --git a/app/src/main/java/ch/protonmail/android/contacts/groups/edit/ContactGroupEditCreateViewModel.kt b/app/src/main/java/ch/protonmail/android/contacts/groups/edit/ContactGroupEditCreateViewModel.kt index 1f6e20272..a88166fa1 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/groups/edit/ContactGroupEditCreateViewModel.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/groups/edit/ContactGroupEditCreateViewModel.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.groups.edit diff --git a/app/src/main/java/ch/protonmail/android/contacts/groups/edit/ContactGroupEditCreateViewModelFactory.kt b/app/src/main/java/ch/protonmail/android/contacts/groups/edit/ContactGroupEditCreateViewModelFactory.kt index 921ee385f..4cec29086 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/groups/edit/ContactGroupEditCreateViewModelFactory.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/groups/edit/ContactGroupEditCreateViewModelFactory.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.groups.edit diff --git a/app/src/main/java/ch/protonmail/android/contacts/groups/edit/ContactGroupMode.kt b/app/src/main/java/ch/protonmail/android/contacts/groups/edit/ContactGroupMode.kt index e47729fa3..b05838658 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/groups/edit/ContactGroupMode.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/groups/edit/ContactGroupMode.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.groups.edit diff --git a/app/src/main/java/ch/protonmail/android/contacts/groups/edit/chooser/AddressChooserActivity.kt b/app/src/main/java/ch/protonmail/android/contacts/groups/edit/chooser/AddressChooserActivity.kt index 193202b11..3a3f8d71f 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/groups/edit/chooser/AddressChooserActivity.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/groups/edit/chooser/AddressChooserActivity.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.groups.edit.chooser diff --git a/app/src/main/java/ch/protonmail/android/contacts/groups/edit/chooser/AddressChooserRepository.kt b/app/src/main/java/ch/protonmail/android/contacts/groups/edit/chooser/AddressChooserRepository.kt index fae402594..0d7f40c0d 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/groups/edit/chooser/AddressChooserRepository.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/groups/edit/chooser/AddressChooserRepository.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.groups.edit.chooser diff --git a/app/src/main/java/ch/protonmail/android/contacts/groups/edit/chooser/AddressChooserViewModel.kt b/app/src/main/java/ch/protonmail/android/contacts/groups/edit/chooser/AddressChooserViewModel.kt index ad77da413..91fade833 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/groups/edit/chooser/AddressChooserViewModel.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/groups/edit/chooser/AddressChooserViewModel.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.groups.edit.chooser diff --git a/app/src/main/java/ch/protonmail/android/contacts/groups/edit/chooser/AddressChooserViewModelFactory.kt b/app/src/main/java/ch/protonmail/android/contacts/groups/edit/chooser/AddressChooserViewModelFactory.kt index f3426d67d..063dddadf 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/groups/edit/chooser/AddressChooserViewModelFactory.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/groups/edit/chooser/AddressChooserViewModelFactory.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.groups.edit.chooser diff --git a/app/src/main/java/ch/protonmail/android/contacts/groups/edit/chooser/ColorChooserFragment.kt b/app/src/main/java/ch/protonmail/android/contacts/groups/edit/chooser/ColorChooserFragment.kt index d8ee6c70f..c389280a7 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/groups/edit/chooser/ColorChooserFragment.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/groups/edit/chooser/ColorChooserFragment.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.groups.edit.chooser diff --git a/app/src/main/java/ch/protonmail/android/contacts/groups/jobs/SetMembersForContactGroupJob.kt b/app/src/main/java/ch/protonmail/android/contacts/groups/jobs/SetMembersForContactGroupJob.kt index 03f6811ee..4660d89a1 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/groups/jobs/SetMembersForContactGroupJob.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/groups/jobs/SetMembersForContactGroupJob.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.groups.jobs diff --git a/app/src/main/java/ch/protonmail/android/contacts/groups/list/ContactGroupListItem.kt b/app/src/main/java/ch/protonmail/android/contacts/groups/list/ContactGroupListItem.kt index 689a2654f..2aed650e4 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/groups/list/ContactGroupListItem.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/groups/list/ContactGroupListItem.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.groups.list diff --git a/app/src/main/java/ch/protonmail/android/contacts/groups/list/ContactGroupsFragment.kt b/app/src/main/java/ch/protonmail/android/contacts/groups/list/ContactGroupsFragment.kt index d5e9d73a2..46866197c 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/groups/list/ContactGroupsFragment.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/groups/list/ContactGroupsFragment.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.groups.list diff --git a/app/src/main/java/ch/protonmail/android/contacts/groups/list/ContactGroupsRepository.kt b/app/src/main/java/ch/protonmail/android/contacts/groups/list/ContactGroupsRepository.kt index 4a459a99c..196127185 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/groups/list/ContactGroupsRepository.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/groups/list/ContactGroupsRepository.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.groups.list diff --git a/app/src/main/java/ch/protonmail/android/contacts/groups/list/ContactGroupsViewModel.kt b/app/src/main/java/ch/protonmail/android/contacts/groups/list/ContactGroupsViewModel.kt index 70336e39b..16c1607a7 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/groups/list/ContactGroupsViewModel.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/groups/list/ContactGroupsViewModel.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.groups.list diff --git a/app/src/main/java/ch/protonmail/android/contacts/groups/list/ContactsFragmentsPagerAdapter.kt b/app/src/main/java/ch/protonmail/android/contacts/groups/list/ContactsFragmentsPagerAdapter.kt index df2bb3007..3dec4b06f 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/groups/list/ContactsFragmentsPagerAdapter.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/groups/list/ContactsFragmentsPagerAdapter.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.groups.list diff --git a/app/src/main/java/ch/protonmail/android/contacts/groups/list/ContactsGroupsListAdapter.kt b/app/src/main/java/ch/protonmail/android/contacts/groups/list/ContactsGroupsListAdapter.kt index 7553036ee..13e982755 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/groups/list/ContactsGroupsListAdapter.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/groups/list/ContactsGroupsListAdapter.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.groups.list diff --git a/app/src/main/java/ch/protonmail/android/contacts/list/ContactsListFragment.kt b/app/src/main/java/ch/protonmail/android/contacts/list/ContactsListFragment.kt index 7d94be3c4..b7da1d9e9 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/list/ContactsListFragment.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/list/ContactsListFragment.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.list diff --git a/app/src/main/java/ch/protonmail/android/contacts/list/LocalContactsConverter.kt b/app/src/main/java/ch/protonmail/android/contacts/list/LocalContactsConverter.kt index 2d7e0d743..f0f9d283e 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/list/LocalContactsConverter.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/list/LocalContactsConverter.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.list diff --git a/app/src/main/java/ch/protonmail/android/contacts/list/listView/ContactItem.kt b/app/src/main/java/ch/protonmail/android/contacts/list/listView/ContactItem.kt index 57d35b1f2..06d3a0647 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/list/listView/ContactItem.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/list/listView/ContactItem.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.list.listView diff --git a/app/src/main/java/ch/protonmail/android/contacts/list/listView/ContactItemListFactory.kt b/app/src/main/java/ch/protonmail/android/contacts/list/listView/ContactItemListFactory.kt index c3ba98282..81ca9cbbb 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/list/listView/ContactItemListFactory.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/list/listView/ContactItemListFactory.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.list.listView diff --git a/app/src/main/java/ch/protonmail/android/contacts/list/listView/ContactsListAdapter.kt b/app/src/main/java/ch/protonmail/android/contacts/list/listView/ContactsListAdapter.kt index 9d8b5ee22..c6f4ac712 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/list/listView/ContactsListAdapter.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/list/listView/ContactsListAdapter.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.list.listView diff --git a/app/src/main/java/ch/protonmail/android/contacts/list/progress/IProgressDialogFactory.kt b/app/src/main/java/ch/protonmail/android/contacts/list/progress/IProgressDialogFactory.kt index c704ef1e6..c20f24162 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/list/progress/IProgressDialogFactory.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/list/progress/IProgressDialogFactory.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.list.progress diff --git a/app/src/main/java/ch/protonmail/android/contacts/list/progress/ProgressDialogFactory.kt b/app/src/main/java/ch/protonmail/android/contacts/list/progress/ProgressDialogFactory.kt index e04e6435a..5f31e86b9 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/list/progress/ProgressDialogFactory.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/list/progress/ProgressDialogFactory.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.list.progress diff --git a/app/src/main/java/ch/protonmail/android/contacts/list/progress/ProgressLiveData.kt b/app/src/main/java/ch/protonmail/android/contacts/list/progress/ProgressLiveData.kt index 42b6a5a85..744e917e4 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/list/progress/ProgressLiveData.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/list/progress/ProgressLiveData.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.list.progress diff --git a/app/src/main/java/ch/protonmail/android/contacts/list/progress/ProgressState.kt b/app/src/main/java/ch/protonmail/android/contacts/list/progress/ProgressState.kt index a478027e3..5b2c9ae24 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/list/progress/ProgressState.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/list/progress/ProgressState.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.list.progress diff --git a/app/src/main/java/ch/protonmail/android/contacts/list/progress/UploadProgressObserver.kt b/app/src/main/java/ch/protonmail/android/contacts/list/progress/UploadProgressObserver.kt index 9db31c375..68a7a1efd 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/list/progress/UploadProgressObserver.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/list/progress/UploadProgressObserver.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.list.progress diff --git a/app/src/main/java/ch/protonmail/android/contacts/list/search/ISearchListenerViewModel.kt b/app/src/main/java/ch/protonmail/android/contacts/list/search/ISearchListenerViewModel.kt index f64cbf6da..c2d013ecf 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/list/search/ISearchListenerViewModel.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/list/search/ISearchListenerViewModel.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.list.search diff --git a/app/src/main/java/ch/protonmail/android/contacts/list/search/OnSearchClose.kt b/app/src/main/java/ch/protonmail/android/contacts/list/search/OnSearchClose.kt index 6b7fc0b18..f27b8fb78 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/list/search/OnSearchClose.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/list/search/OnSearchClose.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.list.search diff --git a/app/src/main/java/ch/protonmail/android/contacts/list/search/SearchExpandListener.kt b/app/src/main/java/ch/protonmail/android/contacts/list/search/SearchExpandListener.kt index cc7d4cda6..a18c4aaee 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/list/search/SearchExpandListener.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/list/search/SearchExpandListener.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.list.search diff --git a/app/src/main/java/ch/protonmail/android/contacts/list/search/SearchViewQueryListener.kt b/app/src/main/java/ch/protonmail/android/contacts/list/search/SearchViewQueryListener.kt index e4065c2bf..208dfe7f0 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/list/search/SearchViewQueryListener.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/list/search/SearchViewQueryListener.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.list.search diff --git a/app/src/main/java/ch/protonmail/android/contacts/list/viewModel/ContactsListMapper.kt b/app/src/main/java/ch/protonmail/android/contacts/list/viewModel/ContactsListMapper.kt index fba1715b2..9ba8a5b6e 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/list/viewModel/ContactsListMapper.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/list/viewModel/ContactsListMapper.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.list.viewModel diff --git a/app/src/main/java/ch/protonmail/android/contacts/list/viewModel/ContactsListViewModel.kt b/app/src/main/java/ch/protonmail/android/contacts/list/viewModel/ContactsListViewModel.kt index 39014f19d..4edada2a5 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/list/viewModel/ContactsListViewModel.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/list/viewModel/ContactsListViewModel.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.list.viewModel diff --git a/app/src/main/java/ch/protonmail/android/contacts/list/viewModel/IContactsListViewModel.kt b/app/src/main/java/ch/protonmail/android/contacts/list/viewModel/IContactsListViewModel.kt index 6b7849d27..cc4b5277d 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/list/viewModel/IContactsListViewModel.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/list/viewModel/IContactsListViewModel.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.list.viewModel diff --git a/app/src/main/java/ch/protonmail/android/contacts/repositories/andorid/baseInfo/AndroidContactsLoaderCallbacks.kt b/app/src/main/java/ch/protonmail/android/contacts/repositories/andorid/baseInfo/AndroidContactsLoaderCallbacks.kt index fe1324377..e71ec732c 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/repositories/andorid/baseInfo/AndroidContactsLoaderCallbacks.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/repositories/andorid/baseInfo/AndroidContactsLoaderCallbacks.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.repositories.andorid.baseInfo diff --git a/app/src/main/java/ch/protonmail/android/contacts/repositories/andorid/baseInfo/AndroidContactsLoaderCallbacksFactory.kt b/app/src/main/java/ch/protonmail/android/contacts/repositories/andorid/baseInfo/AndroidContactsLoaderCallbacksFactory.kt index f78f765cb..d4a4017e0 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/repositories/andorid/baseInfo/AndroidContactsLoaderCallbacksFactory.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/repositories/andorid/baseInfo/AndroidContactsLoaderCallbacksFactory.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.repositories.andorid.baseInfo diff --git a/app/src/main/java/ch/protonmail/android/contacts/repositories/andorid/baseInfo/AndroidContactsRepository.kt b/app/src/main/java/ch/protonmail/android/contacts/repositories/andorid/baseInfo/AndroidContactsRepository.kt index c853c92e6..ad6e901ab 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/repositories/andorid/baseInfo/AndroidContactsRepository.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/repositories/andorid/baseInfo/AndroidContactsRepository.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.repositories.andorid.baseInfo diff --git a/app/src/main/java/ch/protonmail/android/contacts/repositories/andorid/details/AndroidContactDetailsCallbacks.kt b/app/src/main/java/ch/protonmail/android/contacts/repositories/andorid/details/AndroidContactDetailsCallbacks.kt index cdeea0cb4..f63b5cb34 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/repositories/andorid/details/AndroidContactDetailsCallbacks.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/repositories/andorid/details/AndroidContactDetailsCallbacks.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.repositories.andorid.details diff --git a/app/src/main/java/ch/protonmail/android/contacts/repositories/andorid/details/AndroidContactDetailsCallbacksFactory.kt b/app/src/main/java/ch/protonmail/android/contacts/repositories/andorid/details/AndroidContactDetailsCallbacksFactory.kt index cbd3e5510..d6ec3343c 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/repositories/andorid/details/AndroidContactDetailsCallbacksFactory.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/repositories/andorid/details/AndroidContactDetailsCallbacksFactory.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.repositories.andorid.details diff --git a/app/src/main/java/ch/protonmail/android/contacts/repositories/andorid/details/AndroidContactDetailsRepository.kt b/app/src/main/java/ch/protonmail/android/contacts/repositories/andorid/details/AndroidContactDetailsRepository.kt index bbf38764d..cc61d9864 100644 --- a/app/src/main/java/ch/protonmail/android/contacts/repositories/andorid/details/AndroidContactDetailsRepository.kt +++ b/app/src/main/java/ch/protonmail/android/contacts/repositories/andorid/details/AndroidContactDetailsRepository.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.repositories.andorid.details diff --git a/app/src/main/java/ch/protonmail/android/core/BigContentHolder.java b/app/src/main/java/ch/protonmail/android/core/BigContentHolder.java index 19527d32e..9a2067d6a 100644 --- a/app/src/main/java/ch/protonmail/android/core/BigContentHolder.java +++ b/app/src/main/java/ch/protonmail/android/core/BigContentHolder.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.core; diff --git a/app/src/main/java/ch/protonmail/android/core/Constants.kt b/app/src/main/java/ch/protonmail/android/core/Constants.kt index 2fb2019c0..8e0a58ddc 100644 --- a/app/src/main/java/ch/protonmail/android/core/Constants.kt +++ b/app/src/main/java/ch/protonmail/android/core/Constants.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.core diff --git a/app/src/main/java/ch/protonmail/android/core/DetailedException.kt b/app/src/main/java/ch/protonmail/android/core/DetailedException.kt index 695d52de2..0da87656d 100644 --- a/app/src/main/java/ch/protonmail/android/core/DetailedException.kt +++ b/app/src/main/java/ch/protonmail/android/core/DetailedException.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.core diff --git a/app/src/main/java/ch/protonmail/android/core/NetworkConnectivityManager.kt b/app/src/main/java/ch/protonmail/android/core/NetworkConnectivityManager.kt index 8e4253f5d..babf3ec16 100644 --- a/app/src/main/java/ch/protonmail/android/core/NetworkConnectivityManager.kt +++ b/app/src/main/java/ch/protonmail/android/core/NetworkConnectivityManager.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.core diff --git a/app/src/main/java/ch/protonmail/android/core/NetworkResults.java b/app/src/main/java/ch/protonmail/android/core/NetworkResults.java index b22e3242b..9dfcc6337 100644 --- a/app/src/main/java/ch/protonmail/android/core/NetworkResults.java +++ b/app/src/main/java/ch/protonmail/android/core/NetworkResults.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.core; diff --git a/app/src/main/java/ch/protonmail/android/core/ProtonMailApplication.java b/app/src/main/java/ch/protonmail/android/core/ProtonMailApplication.java index e86140fae..8cab91040 100644 --- a/app/src/main/java/ch/protonmail/android/core/ProtonMailApplication.java +++ b/app/src/main/java/ch/protonmail/android/core/ProtonMailApplication.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.core; diff --git a/app/src/main/java/ch/protonmail/android/core/QueueNetworkUtil.kt b/app/src/main/java/ch/protonmail/android/core/QueueNetworkUtil.kt index c36aeb39b..55180377f 100644 --- a/app/src/main/java/ch/protonmail/android/core/QueueNetworkUtil.kt +++ b/app/src/main/java/ch/protonmail/android/core/QueueNetworkUtil.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.core diff --git a/app/src/main/java/ch/protonmail/android/core/SentryInitializer.kt b/app/src/main/java/ch/protonmail/android/core/SentryInitializer.kt index f21cfbacf..f860564ce 100644 --- a/app/src/main/java/ch/protonmail/android/core/SentryInitializer.kt +++ b/app/src/main/java/ch/protonmail/android/core/SentryInitializer.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.core diff --git a/app/src/main/java/ch/protonmail/android/core/SentryTree.kt b/app/src/main/java/ch/protonmail/android/core/SentryTree.kt index 581fe6278..23b6c3111 100644 --- a/app/src/main/java/ch/protonmail/android/core/SentryTree.kt +++ b/app/src/main/java/ch/protonmail/android/core/SentryTree.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.core diff --git a/app/src/main/java/ch/protonmail/android/core/SentryUserObserver.kt b/app/src/main/java/ch/protonmail/android/core/SentryUserObserver.kt index 4fc7ce56f..374c2f55d 100644 --- a/app/src/main/java/ch/protonmail/android/core/SentryUserObserver.kt +++ b/app/src/main/java/ch/protonmail/android/core/SentryUserObserver.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.core diff --git a/app/src/main/java/ch/protonmail/android/core/UserManager.kt b/app/src/main/java/ch/protonmail/android/core/UserManager.kt index 995d4bd2d..c731afc72 100644 --- a/app/src/main/java/ch/protonmail/android/core/UserManager.kt +++ b/app/src/main/java/ch/protonmail/android/core/UserManager.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.core diff --git a/app/src/main/java/ch/protonmail/android/crypto/AddressCrypto.kt b/app/src/main/java/ch/protonmail/android/crypto/AddressCrypto.kt index 4341e5ab4..e31a59267 100644 --- a/app/src/main/java/ch/protonmail/android/crypto/AddressCrypto.kt +++ b/app/src/main/java/ch/protonmail/android/crypto/AddressCrypto.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.crypto diff --git a/app/src/main/java/ch/protonmail/android/crypto/CipherText.kt b/app/src/main/java/ch/protonmail/android/crypto/CipherText.kt index bbd39ad3c..90dcf3b85 100644 --- a/app/src/main/java/ch/protonmail/android/crypto/CipherText.kt +++ b/app/src/main/java/ch/protonmail/android/crypto/CipherText.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.crypto diff --git a/app/src/main/java/ch/protonmail/android/crypto/Crypto.kt b/app/src/main/java/ch/protonmail/android/crypto/Crypto.kt index c3e37ad4c..bb17a3db0 100644 --- a/app/src/main/java/ch/protonmail/android/crypto/Crypto.kt +++ b/app/src/main/java/ch/protonmail/android/crypto/Crypto.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.crypto diff --git a/app/src/main/java/ch/protonmail/android/crypto/UserCrypto.kt b/app/src/main/java/ch/protonmail/android/crypto/UserCrypto.kt index 6984c34e4..592b8f42c 100644 --- a/app/src/main/java/ch/protonmail/android/crypto/UserCrypto.kt +++ b/app/src/main/java/ch/protonmail/android/crypto/UserCrypto.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.crypto diff --git a/app/src/main/java/ch/protonmail/android/data/AppDatabase.kt b/app/src/main/java/ch/protonmail/android/data/AppDatabase.kt index 5e1e3a4bc..69aa5ad85 100644 --- a/app/src/main/java/ch/protonmail/android/data/AppDatabase.kt +++ b/app/src/main/java/ch/protonmail/android/data/AppDatabase.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.data diff --git a/app/src/main/java/ch/protonmail/android/data/AppDatabaseMigrations.kt b/app/src/main/java/ch/protonmail/android/data/AppDatabaseMigrations.kt index e8a6c8c74..fd92d45fe 100644 --- a/app/src/main/java/ch/protonmail/android/data/AppDatabaseMigrations.kt +++ b/app/src/main/java/ch/protonmail/android/data/AppDatabaseMigrations.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.data diff --git a/app/src/main/java/ch/protonmail/android/data/ContactsRepository.kt b/app/src/main/java/ch/protonmail/android/data/ContactsRepository.kt index 244951b48..a5e73eab4 100644 --- a/app/src/main/java/ch/protonmail/android/data/ContactsRepository.kt +++ b/app/src/main/java/ch/protonmail/android/data/ContactsRepository.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.data diff --git a/app/src/main/java/ch/protonmail/android/data/ProtonMailConverters.kt b/app/src/main/java/ch/protonmail/android/data/ProtonMailConverters.kt index df3a8cde4..c3dfaa7bb 100644 --- a/app/src/main/java/ch/protonmail/android/data/ProtonMailConverters.kt +++ b/app/src/main/java/ch/protonmail/android/data/ProtonMailConverters.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.data diff --git a/app/src/main/java/ch/protonmail/android/data/ProtonStore.kt b/app/src/main/java/ch/protonmail/android/data/ProtonStore.kt index 9cfd6132b..b3bc8712b 100644 --- a/app/src/main/java/ch/protonmail/android/data/ProtonStore.kt +++ b/app/src/main/java/ch/protonmail/android/data/ProtonStore.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.data diff --git a/app/src/main/java/ch/protonmail/android/data/ProtonStoreMapper.kt b/app/src/main/java/ch/protonmail/android/data/ProtonStoreMapper.kt index c6355576a..1b13a2d57 100644 --- a/app/src/main/java/ch/protonmail/android/data/ProtonStoreMapper.kt +++ b/app/src/main/java/ch/protonmail/android/data/ProtonStoreMapper.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.data diff --git a/app/src/main/java/ch/protonmail/android/data/local/AttachmentMetadataDao.kt b/app/src/main/java/ch/protonmail/android/data/local/AttachmentMetadataDao.kt index 846fe1a05..c45a45ba0 100644 --- a/app/src/main/java/ch/protonmail/android/data/local/AttachmentMetadataDao.kt +++ b/app/src/main/java/ch/protonmail/android/data/local/AttachmentMetadataDao.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.data.local diff --git a/app/src/main/java/ch/protonmail/android/data/local/AttachmentMetadataDatabase.kt b/app/src/main/java/ch/protonmail/android/data/local/AttachmentMetadataDatabase.kt index d4bef5741..59d30a9c1 100644 --- a/app/src/main/java/ch/protonmail/android/data/local/AttachmentMetadataDatabase.kt +++ b/app/src/main/java/ch/protonmail/android/data/local/AttachmentMetadataDatabase.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.data.local diff --git a/app/src/main/java/ch/protonmail/android/data/local/ContactDao.kt b/app/src/main/java/ch/protonmail/android/data/local/ContactDao.kt index d08d372bd..068605ade 100644 --- a/app/src/main/java/ch/protonmail/android/data/local/ContactDao.kt +++ b/app/src/main/java/ch/protonmail/android/data/local/ContactDao.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.data.local diff --git a/app/src/main/java/ch/protonmail/android/data/local/ContactDatabase.kt b/app/src/main/java/ch/protonmail/android/data/local/ContactDatabase.kt index 757701b99..d05cf2d93 100644 --- a/app/src/main/java/ch/protonmail/android/data/local/ContactDatabase.kt +++ b/app/src/main/java/ch/protonmail/android/data/local/ContactDatabase.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.data.local diff --git a/app/src/main/java/ch/protonmail/android/data/local/CounterDao.kt b/app/src/main/java/ch/protonmail/android/data/local/CounterDao.kt index b7d6dc54e..5fcb8e3fb 100644 --- a/app/src/main/java/ch/protonmail/android/data/local/CounterDao.kt +++ b/app/src/main/java/ch/protonmail/android/data/local/CounterDao.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.data.local diff --git a/app/src/main/java/ch/protonmail/android/data/local/CounterDatabase.kt b/app/src/main/java/ch/protonmail/android/data/local/CounterDatabase.kt index dd9366797..daaf66062 100644 --- a/app/src/main/java/ch/protonmail/android/data/local/CounterDatabase.kt +++ b/app/src/main/java/ch/protonmail/android/data/local/CounterDatabase.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.data.local diff --git a/app/src/main/java/ch/protonmail/android/data/local/CounterRepository.kt b/app/src/main/java/ch/protonmail/android/data/local/CounterRepository.kt index d5fd6777b..858aac168 100644 --- a/app/src/main/java/ch/protonmail/android/data/local/CounterRepository.kt +++ b/app/src/main/java/ch/protonmail/android/data/local/CounterRepository.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.data.local diff --git a/app/src/main/java/ch/protonmail/android/data/local/CounterRepositoryImpl.kt b/app/src/main/java/ch/protonmail/android/data/local/CounterRepositoryImpl.kt index 4e4be7883..f198005e9 100644 --- a/app/src/main/java/ch/protonmail/android/data/local/CounterRepositoryImpl.kt +++ b/app/src/main/java/ch/protonmail/android/data/local/CounterRepositoryImpl.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.data.local diff --git a/app/src/main/java/ch/protonmail/android/data/local/DatabaseFactory.kt b/app/src/main/java/ch/protonmail/android/data/local/DatabaseFactory.kt index 89b3c25e7..686dfd082 100644 --- a/app/src/main/java/ch/protonmail/android/data/local/DatabaseFactory.kt +++ b/app/src/main/java/ch/protonmail/android/data/local/DatabaseFactory.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.data.local diff --git a/app/src/main/java/ch/protonmail/android/data/local/MessageDao.kt b/app/src/main/java/ch/protonmail/android/data/local/MessageDao.kt index c8084971f..6e6fc2025 100644 --- a/app/src/main/java/ch/protonmail/android/data/local/MessageDao.kt +++ b/app/src/main/java/ch/protonmail/android/data/local/MessageDao.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.data.local diff --git a/app/src/main/java/ch/protonmail/android/data/local/MessageDatabase.kt b/app/src/main/java/ch/protonmail/android/data/local/MessageDatabase.kt index 4baa3d4bb..b30f0f1db 100644 --- a/app/src/main/java/ch/protonmail/android/data/local/MessageDatabase.kt +++ b/app/src/main/java/ch/protonmail/android/data/local/MessageDatabase.kt @@ -1,20 +1,20 @@ /* * Copyright (c) 2022 Proton Technologies AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.data.local diff --git a/app/src/main/java/ch/protonmail/android/data/local/MessagePreferenceDao.kt b/app/src/main/java/ch/protonmail/android/data/local/MessagePreferenceDao.kt index 177728b68..eefe621f7 100644 --- a/app/src/main/java/ch/protonmail/android/data/local/MessagePreferenceDao.kt +++ b/app/src/main/java/ch/protonmail/android/data/local/MessagePreferenceDao.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.data.local diff --git a/app/src/main/java/ch/protonmail/android/data/local/model/Attachment.kt b/app/src/main/java/ch/protonmail/android/data/local/model/Attachment.kt index ee9b4009d..b83aea93c 100644 --- a/app/src/main/java/ch/protonmail/android/data/local/model/Attachment.kt +++ b/app/src/main/java/ch/protonmail/android/data/local/model/Attachment.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.data.local.model diff --git a/app/src/main/java/ch/protonmail/android/data/local/model/AttachmentHeaders.java b/app/src/main/java/ch/protonmail/android/data/local/model/AttachmentHeaders.java index d4922c41f..6bbdcf5ef 100644 --- a/app/src/main/java/ch/protonmail/android/data/local/model/AttachmentHeaders.java +++ b/app/src/main/java/ch/protonmail/android/data/local/model/AttachmentHeaders.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.data.local.model; diff --git a/app/src/main/java/ch/protonmail/android/data/local/model/AttachmentMetadata.kt b/app/src/main/java/ch/protonmail/android/data/local/model/AttachmentMetadata.kt index 2b8f39aed..20ab47604 100644 --- a/app/src/main/java/ch/protonmail/android/data/local/model/AttachmentMetadata.kt +++ b/app/src/main/java/ch/protonmail/android/data/local/model/AttachmentMetadata.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.data.local.model diff --git a/app/src/main/java/ch/protonmail/android/data/local/model/AttachmentTypesConverter.kt b/app/src/main/java/ch/protonmail/android/data/local/model/AttachmentTypesConverter.kt index dcd5528ba..b1ceb02f1 100644 --- a/app/src/main/java/ch/protonmail/android/data/local/model/AttachmentTypesConverter.kt +++ b/app/src/main/java/ch/protonmail/android/data/local/model/AttachmentTypesConverter.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.data.local.model diff --git a/app/src/main/java/ch/protonmail/android/data/local/model/AttachmentsMetadataTypeConverter.kt b/app/src/main/java/ch/protonmail/android/data/local/model/AttachmentsMetadataTypeConverter.kt index bdb88b1c5..4ee0f8df9 100644 --- a/app/src/main/java/ch/protonmail/android/data/local/model/AttachmentsMetadataTypeConverter.kt +++ b/app/src/main/java/ch/protonmail/android/data/local/model/AttachmentsMetadataTypeConverter.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.data.local.model diff --git a/app/src/main/java/ch/protonmail/android/data/local/model/ContactData.kt b/app/src/main/java/ch/protonmail/android/data/local/model/ContactData.kt index 62e4aec12..d5b1c8559 100644 --- a/app/src/main/java/ch/protonmail/android/data/local/model/ContactData.kt +++ b/app/src/main/java/ch/protonmail/android/data/local/model/ContactData.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.data.local.model diff --git a/app/src/main/java/ch/protonmail/android/data/local/model/ContactEmail.kt b/app/src/main/java/ch/protonmail/android/data/local/model/ContactEmail.kt index 4aea92349..02a44cfe7 100644 --- a/app/src/main/java/ch/protonmail/android/data/local/model/ContactEmail.kt +++ b/app/src/main/java/ch/protonmail/android/data/local/model/ContactEmail.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.data.local.model diff --git a/app/src/main/java/ch/protonmail/android/data/local/model/Counter.kt b/app/src/main/java/ch/protonmail/android/data/local/model/Counter.kt index ca228a5ba..2e39a045e 100644 --- a/app/src/main/java/ch/protonmail/android/data/local/model/Counter.kt +++ b/app/src/main/java/ch/protonmail/android/data/local/model/Counter.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.data.local.model diff --git a/app/src/main/java/ch/protonmail/android/data/local/model/FullContactDetails.kt b/app/src/main/java/ch/protonmail/android/data/local/model/FullContactDetails.kt index 26184ad6b..393a73203 100644 --- a/app/src/main/java/ch/protonmail/android/data/local/model/FullContactDetails.kt +++ b/app/src/main/java/ch/protonmail/android/data/local/model/FullContactDetails.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.data.local.model diff --git a/app/src/main/java/ch/protonmail/android/data/local/model/LocalAttachment.kt b/app/src/main/java/ch/protonmail/android/data/local/model/LocalAttachment.kt index 91c3220d8..b1122f2b7 100644 --- a/app/src/main/java/ch/protonmail/android/data/local/model/LocalAttachment.kt +++ b/app/src/main/java/ch/protonmail/android/data/local/model/LocalAttachment.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.data.local.model diff --git a/app/src/main/java/ch/protonmail/android/data/local/model/Message.kt b/app/src/main/java/ch/protonmail/android/data/local/model/Message.kt index 3e1628163..7817266b6 100644 --- a/app/src/main/java/ch/protonmail/android/data/local/model/Message.kt +++ b/app/src/main/java/ch/protonmail/android/data/local/model/Message.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.data.local.model diff --git a/app/src/main/java/ch/protonmail/android/data/local/model/MessagePreferenceEntity.kt b/app/src/main/java/ch/protonmail/android/data/local/model/MessagePreferenceEntity.kt index 4bfeb6919..f467c6f46 100644 --- a/app/src/main/java/ch/protonmail/android/data/local/model/MessagePreferenceEntity.kt +++ b/app/src/main/java/ch/protonmail/android/data/local/model/MessagePreferenceEntity.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.data.local.model diff --git a/app/src/main/java/ch/protonmail/android/data/local/model/MessageSender.kt b/app/src/main/java/ch/protonmail/android/data/local/model/MessageSender.kt index ea062ee9d..ce11448f4 100644 --- a/app/src/main/java/ch/protonmail/android/data/local/model/MessageSender.kt +++ b/app/src/main/java/ch/protonmail/android/data/local/model/MessageSender.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.data.local.model diff --git a/app/src/main/java/ch/protonmail/android/data/local/model/MessagesTypesConverter.kt b/app/src/main/java/ch/protonmail/android/data/local/model/MessagesTypesConverter.kt index e67bb8251..a0db31322 100644 --- a/app/src/main/java/ch/protonmail/android/data/local/model/MessagesTypesConverter.kt +++ b/app/src/main/java/ch/protonmail/android/data/local/model/MessagesTypesConverter.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.data.local.model diff --git a/app/src/main/java/ch/protonmail/android/data/local/model/ServerFullContactDetails.kt b/app/src/main/java/ch/protonmail/android/data/local/model/ServerFullContactDetails.kt index efcfa9782..fc0cba307 100644 --- a/app/src/main/java/ch/protonmail/android/data/local/model/ServerFullContactDetails.kt +++ b/app/src/main/java/ch/protonmail/android/data/local/model/ServerFullContactDetails.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.data.local.model diff --git a/app/src/main/java/ch/protonmail/android/data/remote/dataResults.kt b/app/src/main/java/ch/protonmail/android/data/remote/dataResults.kt index 674312fbe..35c2c74eb 100644 --- a/app/src/main/java/ch/protonmail/android/data/remote/dataResults.kt +++ b/app/src/main/java/ch/protonmail/android/data/remote/dataResults.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.data.remote diff --git a/app/src/main/java/ch/protonmail/android/details/data/ConversationUiModelMapper.kt b/app/src/main/java/ch/protonmail/android/details/data/ConversationUiModelMapper.kt index 7f6651e81..2c3b5c9f8 100644 --- a/app/src/main/java/ch/protonmail/android/details/data/ConversationUiModelMapper.kt +++ b/app/src/main/java/ch/protonmail/android/details/data/ConversationUiModelMapper.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.details.data diff --git a/app/src/main/java/ch/protonmail/android/details/data/MessageFlagsToEncryptionMapper.kt b/app/src/main/java/ch/protonmail/android/details/data/MessageFlagsToEncryptionMapper.kt index 534860613..520ede297 100644 --- a/app/src/main/java/ch/protonmail/android/details/data/MessageFlagsToEncryptionMapper.kt +++ b/app/src/main/java/ch/protonmail/android/details/data/MessageFlagsToEncryptionMapper.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2020 Proton Technologies AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.details.data diff --git a/app/src/main/java/ch/protonmail/android/details/data/MessageMapper.kt b/app/src/main/java/ch/protonmail/android/details/data/MessageMapper.kt index dabc71662..1b68f3480 100644 --- a/app/src/main/java/ch/protonmail/android/details/data/MessageMapper.kt +++ b/app/src/main/java/ch/protonmail/android/details/data/MessageMapper.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.details.data diff --git a/app/src/main/java/ch/protonmail/android/details/data/remote/model/ConversationResponse.kt b/app/src/main/java/ch/protonmail/android/details/data/remote/model/ConversationResponse.kt index c6581e28f..f1a74efd8 100644 --- a/app/src/main/java/ch/protonmail/android/details/data/remote/model/ConversationResponse.kt +++ b/app/src/main/java/ch/protonmail/android/details/data/remote/model/ConversationResponse.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.details.data.remote.model diff --git a/app/src/main/java/ch/protonmail/android/details/domain/MessageBodyDecryptor.kt b/app/src/main/java/ch/protonmail/android/details/domain/MessageBodyDecryptor.kt index b0c6f26f3..f8f9e0382 100644 --- a/app/src/main/java/ch/protonmail/android/details/domain/MessageBodyDecryptor.kt +++ b/app/src/main/java/ch/protonmail/android/details/domain/MessageBodyDecryptor.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.details.domain diff --git a/app/src/main/java/ch/protonmail/android/details/domain/MessageBodyParser.kt b/app/src/main/java/ch/protonmail/android/details/domain/MessageBodyParser.kt index 54c368bb2..d141cda46 100644 --- a/app/src/main/java/ch/protonmail/android/details/domain/MessageBodyParser.kt +++ b/app/src/main/java/ch/protonmail/android/details/domain/MessageBodyParser.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.details.domain diff --git a/app/src/main/java/ch/protonmail/android/details/domain/model/EmbeddedImageWithContent.kt b/app/src/main/java/ch/protonmail/android/details/domain/model/EmbeddedImageWithContent.kt index ac2311f3b..ed904a3f7 100644 --- a/app/src/main/java/ch/protonmail/android/details/domain/model/EmbeddedImageWithContent.kt +++ b/app/src/main/java/ch/protonmail/android/details/domain/model/EmbeddedImageWithContent.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.details.domain.model diff --git a/app/src/main/java/ch/protonmail/android/details/domain/model/EmbeddedImageWithOutputStream.kt b/app/src/main/java/ch/protonmail/android/details/domain/model/EmbeddedImageWithOutputStream.kt index 722951238..032a65c35 100644 --- a/app/src/main/java/ch/protonmail/android/details/domain/model/EmbeddedImageWithOutputStream.kt +++ b/app/src/main/java/ch/protonmail/android/details/domain/model/EmbeddedImageWithOutputStream.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.details.domain.model diff --git a/app/src/main/java/ch/protonmail/android/details/domain/model/MessageBodyDocument.kt b/app/src/main/java/ch/protonmail/android/details/domain/model/MessageBodyDocument.kt index 5ff38c353..9420802d5 100644 --- a/app/src/main/java/ch/protonmail/android/details/domain/model/MessageBodyDocument.kt +++ b/app/src/main/java/ch/protonmail/android/details/domain/model/MessageBodyDocument.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.details.domain.model diff --git a/app/src/main/java/ch/protonmail/android/details/domain/model/MessageBodyParts.kt b/app/src/main/java/ch/protonmail/android/details/domain/model/MessageBodyParts.kt index 74912eac2..511af3a5c 100644 --- a/app/src/main/java/ch/protonmail/android/details/domain/model/MessageBodyParts.kt +++ b/app/src/main/java/ch/protonmail/android/details/domain/model/MessageBodyParts.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.details.domain.model diff --git a/app/src/main/java/ch/protonmail/android/details/domain/model/MessageEmbeddedImages.kt b/app/src/main/java/ch/protonmail/android/details/domain/model/MessageEmbeddedImages.kt index 1f8425644..e645905f1 100644 --- a/app/src/main/java/ch/protonmail/android/details/domain/model/MessageEmbeddedImages.kt +++ b/app/src/main/java/ch/protonmail/android/details/domain/model/MessageEmbeddedImages.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.details.domain.model diff --git a/app/src/main/java/ch/protonmail/android/details/domain/model/MessageEmbeddedImagesWithContent.kt b/app/src/main/java/ch/protonmail/android/details/domain/model/MessageEmbeddedImagesWithContent.kt index 7f9693011..6ce014974 100644 --- a/app/src/main/java/ch/protonmail/android/details/domain/model/MessageEmbeddedImagesWithContent.kt +++ b/app/src/main/java/ch/protonmail/android/details/domain/model/MessageEmbeddedImagesWithContent.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.details.domain.model diff --git a/app/src/main/java/ch/protonmail/android/details/domain/model/MessageEmbeddedImagesWithOutputStream.kt b/app/src/main/java/ch/protonmail/android/details/domain/model/MessageEmbeddedImagesWithOutputStream.kt index ddbf34459..61df49243 100644 --- a/app/src/main/java/ch/protonmail/android/details/domain/model/MessageEmbeddedImagesWithOutputStream.kt +++ b/app/src/main/java/ch/protonmail/android/details/domain/model/MessageEmbeddedImagesWithOutputStream.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.details.domain.model diff --git a/app/src/main/java/ch/protonmail/android/details/domain/model/SignatureVerification.kt b/app/src/main/java/ch/protonmail/android/details/domain/model/SignatureVerification.kt index 83cfdbcd4..066f8e078 100644 --- a/app/src/main/java/ch/protonmail/android/details/domain/model/SignatureVerification.kt +++ b/app/src/main/java/ch/protonmail/android/details/domain/model/SignatureVerification.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.details.domain.model diff --git a/app/src/main/java/ch/protonmail/android/details/domain/usecase/GetViewInDarkModeMessagePreference.kt b/app/src/main/java/ch/protonmail/android/details/domain/usecase/GetViewInDarkModeMessagePreference.kt index 7e60aafdc..c273dab3b 100644 --- a/app/src/main/java/ch/protonmail/android/details/domain/usecase/GetViewInDarkModeMessagePreference.kt +++ b/app/src/main/java/ch/protonmail/android/details/domain/usecase/GetViewInDarkModeMessagePreference.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.details.domain.usecase diff --git a/app/src/main/java/ch/protonmail/android/details/domain/usecase/MarkMessageAsReadIfNeeded.kt b/app/src/main/java/ch/protonmail/android/details/domain/usecase/MarkMessageAsReadIfNeeded.kt index edf58989b..21c19cce1 100644 --- a/app/src/main/java/ch/protonmail/android/details/domain/usecase/MarkMessageAsReadIfNeeded.kt +++ b/app/src/main/java/ch/protonmail/android/details/domain/usecase/MarkMessageAsReadIfNeeded.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.details.domain.usecase diff --git a/app/src/main/java/ch/protonmail/android/details/domain/usecase/SetViewInDarkModeMessagePreference.kt b/app/src/main/java/ch/protonmail/android/details/domain/usecase/SetViewInDarkModeMessagePreference.kt index c303a36fa..5c0204579 100644 --- a/app/src/main/java/ch/protonmail/android/details/domain/usecase/SetViewInDarkModeMessagePreference.kt +++ b/app/src/main/java/ch/protonmail/android/details/domain/usecase/SetViewInDarkModeMessagePreference.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.details.domain.usecase diff --git a/app/src/main/java/ch/protonmail/android/details/presentation/mapper/MessageEncryptionUiModelMapper.kt b/app/src/main/java/ch/protonmail/android/details/presentation/mapper/MessageEncryptionUiModelMapper.kt index 3ed257170..ef991f47e 100644 --- a/app/src/main/java/ch/protonmail/android/details/presentation/mapper/MessageEncryptionUiModelMapper.kt +++ b/app/src/main/java/ch/protonmail/android/details/presentation/mapper/MessageEncryptionUiModelMapper.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.details.presentation.mapper diff --git a/app/src/main/java/ch/protonmail/android/details/presentation/mapper/MessageToMessageDetailsListItemMapper.kt b/app/src/main/java/ch/protonmail/android/details/presentation/mapper/MessageToMessageDetailsListItemMapper.kt index 88072a22e..fbe99fa23 100644 --- a/app/src/main/java/ch/protonmail/android/details/presentation/mapper/MessageToMessageDetailsListItemMapper.kt +++ b/app/src/main/java/ch/protonmail/android/details/presentation/mapper/MessageToMessageDetailsListItemMapper.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.details.presentation.mapper diff --git a/app/src/main/java/ch/protonmail/android/details/presentation/model/ConversationUiModel.kt b/app/src/main/java/ch/protonmail/android/details/presentation/model/ConversationUiModel.kt index 78a1b9f95..d111d1cd7 100644 --- a/app/src/main/java/ch/protonmail/android/details/presentation/model/ConversationUiModel.kt +++ b/app/src/main/java/ch/protonmail/android/details/presentation/model/ConversationUiModel.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.details.presentation.model diff --git a/app/src/main/java/ch/protonmail/android/details/presentation/model/MessageBodyState.kt b/app/src/main/java/ch/protonmail/android/details/presentation/model/MessageBodyState.kt index a5ab53f06..02fd5bc64 100644 --- a/app/src/main/java/ch/protonmail/android/details/presentation/model/MessageBodyState.kt +++ b/app/src/main/java/ch/protonmail/android/details/presentation/model/MessageBodyState.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.details.presentation.model diff --git a/app/src/main/java/ch/protonmail/android/details/presentation/model/MessageDetailsListItem.kt b/app/src/main/java/ch/protonmail/android/details/presentation/model/MessageDetailsListItem.kt index 354fd8101..d6ceacf9d 100644 --- a/app/src/main/java/ch/protonmail/android/details/presentation/model/MessageDetailsListItem.kt +++ b/app/src/main/java/ch/protonmail/android/details/presentation/model/MessageDetailsListItem.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.details.presentation.model diff --git a/app/src/main/java/ch/protonmail/android/details/presentation/model/MessageEncryptionUiModel.kt b/app/src/main/java/ch/protonmail/android/details/presentation/model/MessageEncryptionUiModel.kt index 9751b05f2..b613e4dd4 100644 --- a/app/src/main/java/ch/protonmail/android/details/presentation/model/MessageEncryptionUiModel.kt +++ b/app/src/main/java/ch/protonmail/android/details/presentation/model/MessageEncryptionUiModel.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.details.presentation.model diff --git a/app/src/main/java/ch/protonmail/android/details/presentation/model/RenderedMessage.kt b/app/src/main/java/ch/protonmail/android/details/presentation/model/RenderedMessage.kt index 37d52b2f6..c20dd5fb1 100644 --- a/app/src/main/java/ch/protonmail/android/details/presentation/model/RenderedMessage.kt +++ b/app/src/main/java/ch/protonmail/android/details/presentation/model/RenderedMessage.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.details.presentation.model diff --git a/app/src/main/java/ch/protonmail/android/details/presentation/ui/MessageDetailsActivity.kt b/app/src/main/java/ch/protonmail/android/details/presentation/ui/MessageDetailsActivity.kt index ccbf14967..512e36f67 100644 --- a/app/src/main/java/ch/protonmail/android/details/presentation/ui/MessageDetailsActivity.kt +++ b/app/src/main/java/ch/protonmail/android/details/presentation/ui/MessageDetailsActivity.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.details.presentation.ui diff --git a/app/src/main/java/ch/protonmail/android/details/presentation/util/LoadTheLastNonDraftMessageBody.kt b/app/src/main/java/ch/protonmail/android/details/presentation/util/LoadTheLastNonDraftMessageBody.kt index 600005957..e95f923c4 100644 --- a/app/src/main/java/ch/protonmail/android/details/presentation/util/LoadTheLastNonDraftMessageBody.kt +++ b/app/src/main/java/ch/protonmail/android/details/presentation/util/LoadTheLastNonDraftMessageBody.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.details.presentation.util diff --git a/app/src/main/java/ch/protonmail/android/details/presentation/util/MessageBodyLoader.kt b/app/src/main/java/ch/protonmail/android/details/presentation/util/MessageBodyLoader.kt index 5e5020ce3..2b43fec59 100644 --- a/app/src/main/java/ch/protonmail/android/details/presentation/util/MessageBodyLoader.kt +++ b/app/src/main/java/ch/protonmail/android/details/presentation/util/MessageBodyLoader.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.details.presentation.util diff --git a/app/src/main/java/ch/protonmail/android/details/presentation/view/CollapsedMessageViews.kt b/app/src/main/java/ch/protonmail/android/details/presentation/view/CollapsedMessageViews.kt index 3ef2fbc47..cbaba067e 100644 --- a/app/src/main/java/ch/protonmail/android/details/presentation/view/CollapsedMessageViews.kt +++ b/app/src/main/java/ch/protonmail/android/details/presentation/view/CollapsedMessageViews.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.details.presentation.view diff --git a/app/src/main/java/ch/protonmail/android/details/presentation/view/DecryptionErrorBanner.kt b/app/src/main/java/ch/protonmail/android/details/presentation/view/DecryptionErrorBanner.kt index 22cb4f140..43f6c12a2 100644 --- a/app/src/main/java/ch/protonmail/android/details/presentation/view/DecryptionErrorBanner.kt +++ b/app/src/main/java/ch/protonmail/android/details/presentation/view/DecryptionErrorBanner.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.details.presentation.view diff --git a/app/src/main/java/ch/protonmail/android/details/presentation/view/MessageDetailsActionsView.kt b/app/src/main/java/ch/protonmail/android/details/presentation/view/MessageDetailsActionsView.kt index 3017c25ad..b8d7182f6 100644 --- a/app/src/main/java/ch/protonmail/android/details/presentation/view/MessageDetailsActionsView.kt +++ b/app/src/main/java/ch/protonmail/android/details/presentation/view/MessageDetailsActionsView.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.details.presentation.view diff --git a/app/src/main/java/ch/protonmail/android/details/presentation/view/MessageDetailsHeaderIcons.kt b/app/src/main/java/ch/protonmail/android/details/presentation/view/MessageDetailsHeaderIcons.kt index 80cfa9ed9..847e103a1 100644 --- a/app/src/main/java/ch/protonmail/android/details/presentation/view/MessageDetailsHeaderIcons.kt +++ b/app/src/main/java/ch/protonmail/android/details/presentation/view/MessageDetailsHeaderIcons.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.details.presentation.view diff --git a/app/src/main/java/ch/protonmail/android/di/ApplicationBindsModule.kt b/app/src/main/java/ch/protonmail/android/di/ApplicationBindsModule.kt index 36dead174..ec6172b8e 100644 --- a/app/src/main/java/ch/protonmail/android/di/ApplicationBindsModule.kt +++ b/app/src/main/java/ch/protonmail/android/di/ApplicationBindsModule.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.di diff --git a/app/src/main/java/ch/protonmail/android/di/ApplicationModule.kt b/app/src/main/java/ch/protonmail/android/di/ApplicationModule.kt index 297900037..a479f1768 100644 --- a/app/src/main/java/ch/protonmail/android/di/ApplicationModule.kt +++ b/app/src/main/java/ch/protonmail/android/di/ApplicationModule.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.di diff --git a/app/src/main/java/ch/protonmail/android/di/CoreAccountModule.kt b/app/src/main/java/ch/protonmail/android/di/CoreAccountModule.kt index df784c012..1616fce8b 100644 --- a/app/src/main/java/ch/protonmail/android/di/CoreAccountModule.kt +++ b/app/src/main/java/ch/protonmail/android/di/CoreAccountModule.kt @@ -1,19 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * This file is part of Proton Technologies AG and ProtonCore. + * Copyright (c) 2022 Proton AG * - * ProtonCore is free software: you can redistribute it and/or modify + * This file is part of Proton Mail. + * + * Proton Mail 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. * - * ProtonCore is distributed in the hope that it will be useful, + * Proton Mail 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 + * 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 ProtonCore. If not, see . + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.di diff --git a/app/src/main/java/ch/protonmail/android/di/CoreAppModule.kt b/app/src/main/java/ch/protonmail/android/di/CoreAppModule.kt index dc7cb9682..443237ab9 100644 --- a/app/src/main/java/ch/protonmail/android/di/CoreAppModule.kt +++ b/app/src/main/java/ch/protonmail/android/di/CoreAppModule.kt @@ -1,19 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * This file is part of Proton Technologies AG and ProtonCore. + * Copyright (c) 2022 Proton AG * - * ProtonCore is free software: you can redistribute it and/or modify + * This file is part of Proton Mail. + * + * Proton Mail 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. * - * ProtonCore is distributed in the hope that it will be useful, + * Proton Mail 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 + * 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 ProtonCore. If not, see . + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.di diff --git a/app/src/main/java/ch/protonmail/android/di/CoreAuthModule.kt b/app/src/main/java/ch/protonmail/android/di/CoreAuthModule.kt index 60c42234d..ff5e043cb 100644 --- a/app/src/main/java/ch/protonmail/android/di/CoreAuthModule.kt +++ b/app/src/main/java/ch/protonmail/android/di/CoreAuthModule.kt @@ -1,19 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * This file is part of Proton Technologies AG and ProtonCore. + * Copyright (c) 2022 Proton AG * - * ProtonCore is free software: you can redistribute it and/or modify + * This file is part of Proton Mail. + * + * Proton Mail 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. * - * ProtonCore is distributed in the hope that it will be useful, + * Proton Mail 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 + * 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 ProtonCore. If not, see . + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.di diff --git a/app/src/main/java/ch/protonmail/android/di/CoreCountriesModule.kt b/app/src/main/java/ch/protonmail/android/di/CoreCountriesModule.kt index ef27eeb8a..0e3e8d7b7 100644 --- a/app/src/main/java/ch/protonmail/android/di/CoreCountriesModule.kt +++ b/app/src/main/java/ch/protonmail/android/di/CoreCountriesModule.kt @@ -1,19 +1,20 @@ /* - * Copyright (c) 2021 Proton Technologies AG - * This file is part of Proton Technologies AG and ProtonCore. + * Copyright (c) 2022 Proton AG * - * ProtonCore is free software: you can redistribute it and/or modify + * This file is part of Proton Mail. + * + * Proton Mail 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. * - * ProtonCore is distributed in the hope that it will be useful, + * Proton Mail 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 + * 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 ProtonCore. If not, see . + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.di diff --git a/app/src/main/java/ch/protonmail/android/di/CoreDatabaseBindsModule.kt b/app/src/main/java/ch/protonmail/android/di/CoreDatabaseBindsModule.kt index 062898266..cd3783fac 100644 --- a/app/src/main/java/ch/protonmail/android/di/CoreDatabaseBindsModule.kt +++ b/app/src/main/java/ch/protonmail/android/di/CoreDatabaseBindsModule.kt @@ -1,19 +1,20 @@ /* - * Copyright (c) 2021 Proton Technologies AG - * This file is part of Proton Technologies AG and ProtonCore. + * Copyright (c) 2022 Proton AG * - * ProtonCore is free software: you can redistribute it and/or modify + * This file is part of Proton Mail. + * + * Proton Mail 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. * - * ProtonCore is distributed in the hope that it will be useful, + * Proton Mail 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 + * 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 ProtonCore. If not, see . + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.di diff --git a/app/src/main/java/ch/protonmail/android/di/CoreHumanVerificationModule.kt b/app/src/main/java/ch/protonmail/android/di/CoreHumanVerificationModule.kt index 6c890ba29..19a9459fa 100644 --- a/app/src/main/java/ch/protonmail/android/di/CoreHumanVerificationModule.kt +++ b/app/src/main/java/ch/protonmail/android/di/CoreHumanVerificationModule.kt @@ -1,19 +1,20 @@ /* - * Copyright (c) 2021 Proton Technologies AG - * This file is part of Proton Technologies AG and ProtonCore. + * Copyright (c) 2022 Proton AG * - * ProtonCore is free software: you can redistribute it and/or modify + * This file is part of Proton Mail. + * + * Proton Mail 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. * - * ProtonCore is distributed in the hope that it will be useful, + * Proton Mail 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 + * 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 ProtonCore. If not, see . + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.di diff --git a/app/src/main/java/ch/protonmail/android/di/CoreNetworkModule.kt b/app/src/main/java/ch/protonmail/android/di/CoreNetworkModule.kt index f8a7cbb6a..f069ccd93 100644 --- a/app/src/main/java/ch/protonmail/android/di/CoreNetworkModule.kt +++ b/app/src/main/java/ch/protonmail/android/di/CoreNetworkModule.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.di diff --git a/app/src/main/java/ch/protonmail/android/di/CorePaymentModule.kt b/app/src/main/java/ch/protonmail/android/di/CorePaymentModule.kt index 33ab458d2..09550a85f 100644 --- a/app/src/main/java/ch/protonmail/android/di/CorePaymentModule.kt +++ b/app/src/main/java/ch/protonmail/android/di/CorePaymentModule.kt @@ -1,19 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * This file is part of Proton Technologies AG and ProtonCore. + * Copyright (c) 2022 Proton AG * - * ProtonCore is free software: you can redistribute it and/or modify + * This file is part of Proton Mail. + * + * Proton Mail 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. * - * ProtonCore is distributed in the hope that it will be useful, + * Proton Mail 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 + * 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 ProtonCore. If not, see . + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.di diff --git a/app/src/main/java/ch/protonmail/android/di/CorePlanModule.kt b/app/src/main/java/ch/protonmail/android/di/CorePlanModule.kt index 9feb326ca..1a668aef6 100644 --- a/app/src/main/java/ch/protonmail/android/di/CorePlanModule.kt +++ b/app/src/main/java/ch/protonmail/android/di/CorePlanModule.kt @@ -1,19 +1,20 @@ /* - * Copyright (c) 2021 Proton Technologies AG - * This file is part of Proton Technologies AG and ProtonCore. + * Copyright (c) 2022 Proton AG * - * ProtonCore is free software: you can redistribute it and/or modify + * This file is part of Proton Mail. + * + * Proton Mail 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. * - * ProtonCore is distributed in the hope that it will be useful, + * Proton Mail 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 + * 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 ProtonCore. If not, see . + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.di diff --git a/app/src/main/java/ch/protonmail/android/di/CoreUserModule.kt b/app/src/main/java/ch/protonmail/android/di/CoreUserModule.kt index 2b6d35c32..4b6a3fcce 100644 --- a/app/src/main/java/ch/protonmail/android/di/CoreUserModule.kt +++ b/app/src/main/java/ch/protonmail/android/di/CoreUserModule.kt @@ -1,19 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * This file is part of Proton Technologies AG and ProtonCore. + * Copyright (c) 2022 Proton AG * - * ProtonCore is free software: you can redistribute it and/or modify + * This file is part of Proton Mail. + * + * Proton Mail 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. * - * ProtonCore is distributed in the hope that it will be useful, + * Proton Mail 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 + * 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 ProtonCore. If not, see . + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.di diff --git a/app/src/main/java/ch/protonmail/android/di/CoreUserSettingsModule.kt b/app/src/main/java/ch/protonmail/android/di/CoreUserSettingsModule.kt index 3b7fbfd17..d1e209f52 100644 --- a/app/src/main/java/ch/protonmail/android/di/CoreUserSettingsModule.kt +++ b/app/src/main/java/ch/protonmail/android/di/CoreUserSettingsModule.kt @@ -1,19 +1,20 @@ /* - * Copyright (c) 2021 Proton Technologies AG - * This file is part of Proton Technologies AG and ProtonCore. + * Copyright (c) 2022 Proton AG * - * ProtonCore is free software: you can redistribute it and/or modify + * This file is part of Proton Mail. + * + * Proton Mail 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. * - * ProtonCore is distributed in the hope that it will be useful, + * Proton Mail 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 + * 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 ProtonCore. If not, see . + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.di diff --git a/app/src/main/java/ch/protonmail/android/di/DatabaseModule.kt b/app/src/main/java/ch/protonmail/android/di/DatabaseModule.kt index 9690d1125..50cfcc803 100644 --- a/app/src/main/java/ch/protonmail/android/di/DatabaseModule.kt +++ b/app/src/main/java/ch/protonmail/android/di/DatabaseModule.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.di diff --git a/app/src/main/java/ch/protonmail/android/di/JobModule.kt b/app/src/main/java/ch/protonmail/android/di/JobModule.kt index 2477f459f..0d42df21d 100644 --- a/app/src/main/java/ch/protonmail/android/di/JobModule.kt +++ b/app/src/main/java/ch/protonmail/android/di/JobModule.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.di diff --git a/app/src/main/java/ch/protonmail/android/di/ViewModelModule.kt b/app/src/main/java/ch/protonmail/android/di/ViewModelModule.kt index fedb826a1..b834da79a 100644 --- a/app/src/main/java/ch/protonmail/android/di/ViewModelModule.kt +++ b/app/src/main/java/ch/protonmail/android/di/ViewModelModule.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ @file:Suppress("unused") diff --git a/app/src/main/java/ch/protonmail/android/di/qualifiers.kt b/app/src/main/java/ch/protonmail/android/di/qualifiers.kt index 1d5f747df..fecbac6cf 100644 --- a/app/src/main/java/ch/protonmail/android/di/qualifiers.kt +++ b/app/src/main/java/ch/protonmail/android/di/qualifiers.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.di diff --git a/app/src/main/java/ch/protonmail/android/drawer/presentation/mapper/DrawerFoldersAndLabelsSectionUiModelMapper.kt b/app/src/main/java/ch/protonmail/android/drawer/presentation/mapper/DrawerFoldersAndLabelsSectionUiModelMapper.kt index c0aa90ef8..8b1689612 100644 --- a/app/src/main/java/ch/protonmail/android/drawer/presentation/mapper/DrawerFoldersAndLabelsSectionUiModelMapper.kt +++ b/app/src/main/java/ch/protonmail/android/drawer/presentation/mapper/DrawerFoldersAndLabelsSectionUiModelMapper.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.drawer.presentation.mapper diff --git a/app/src/main/java/ch/protonmail/android/drawer/presentation/mapper/DrawerLabelItemUiModelMapper.kt b/app/src/main/java/ch/protonmail/android/drawer/presentation/mapper/DrawerLabelItemUiModelMapper.kt index 1423cf6dd..c3fc42771 100644 --- a/app/src/main/java/ch/protonmail/android/drawer/presentation/mapper/DrawerLabelItemUiModelMapper.kt +++ b/app/src/main/java/ch/protonmail/android/drawer/presentation/mapper/DrawerLabelItemUiModelMapper.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.drawer.presentation.mapper diff --git a/app/src/main/java/ch/protonmail/android/drawer/presentation/mapper/DrawerLabelUiModelMapper.kt b/app/src/main/java/ch/protonmail/android/drawer/presentation/mapper/DrawerLabelUiModelMapper.kt index 48fae17f8..a8c6df0ab 100644 --- a/app/src/main/java/ch/protonmail/android/drawer/presentation/mapper/DrawerLabelUiModelMapper.kt +++ b/app/src/main/java/ch/protonmail/android/drawer/presentation/mapper/DrawerLabelUiModelMapper.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.drawer.presentation.mapper diff --git a/app/src/main/java/ch/protonmail/android/drawer/presentation/model/DrawerFoldersAndLabelsSectionUiModel.kt b/app/src/main/java/ch/protonmail/android/drawer/presentation/model/DrawerFoldersAndLabelsSectionUiModel.kt index 6a747070a..6d4aefbee 100644 --- a/app/src/main/java/ch/protonmail/android/drawer/presentation/model/DrawerFoldersAndLabelsSectionUiModel.kt +++ b/app/src/main/java/ch/protonmail/android/drawer/presentation/model/DrawerFoldersAndLabelsSectionUiModel.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.drawer.presentation.model diff --git a/app/src/main/java/ch/protonmail/android/drawer/presentation/model/DrawerItemUiModel.kt b/app/src/main/java/ch/protonmail/android/drawer/presentation/model/DrawerItemUiModel.kt index ff1c03d19..d4658472e 100644 --- a/app/src/main/java/ch/protonmail/android/drawer/presentation/model/DrawerItemUiModel.kt +++ b/app/src/main/java/ch/protonmail/android/drawer/presentation/model/DrawerItemUiModel.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.drawer.presentation.model diff --git a/app/src/main/java/ch/protonmail/android/drawer/presentation/model/DrawerLabelUiModel.kt b/app/src/main/java/ch/protonmail/android/drawer/presentation/model/DrawerLabelUiModel.kt index e7ec007c4..74e75118b 100644 --- a/app/src/main/java/ch/protonmail/android/drawer/presentation/model/DrawerLabelUiModel.kt +++ b/app/src/main/java/ch/protonmail/android/drawer/presentation/model/DrawerLabelUiModel.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.drawer.presentation.model diff --git a/app/src/main/java/ch/protonmail/android/drawer/presentation/ui/DrawerAdapter.kt b/app/src/main/java/ch/protonmail/android/drawer/presentation/ui/DrawerAdapter.kt index 6441f2e37..0a59dd8b3 100644 --- a/app/src/main/java/ch/protonmail/android/drawer/presentation/ui/DrawerAdapter.kt +++ b/app/src/main/java/ch/protonmail/android/drawer/presentation/ui/DrawerAdapter.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.drawer.presentation.ui diff --git a/app/src/main/java/ch/protonmail/android/drawer/presentation/ui/view/ProtonSideDrawer.kt b/app/src/main/java/ch/protonmail/android/drawer/presentation/ui/view/ProtonSideDrawer.kt index 1acb1abf9..4a2895ef2 100644 --- a/app/src/main/java/ch/protonmail/android/drawer/presentation/ui/view/ProtonSideDrawer.kt +++ b/app/src/main/java/ch/protonmail/android/drawer/presentation/ui/view/ProtonSideDrawer.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.drawer.presentation.ui.view diff --git a/app/src/main/java/ch/protonmail/android/event/data/remote/model/ConversationsEventResponse.kt b/app/src/main/java/ch/protonmail/android/event/data/remote/model/ConversationsEventResponse.kt index 5a8ceadb2..fd154397a 100644 --- a/app/src/main/java/ch/protonmail/android/event/data/remote/model/ConversationsEventResponse.kt +++ b/app/src/main/java/ch/protonmail/android/event/data/remote/model/ConversationsEventResponse.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.event.data.remote.model diff --git a/app/src/main/java/ch/protonmail/android/event/data/remote/model/EventResponse.java b/app/src/main/java/ch/protonmail/android/event/data/remote/model/EventResponse.java index f17b5b91c..f0989cbbb 100644 --- a/app/src/main/java/ch/protonmail/android/event/data/remote/model/EventResponse.java +++ b/app/src/main/java/ch/protonmail/android/event/data/remote/model/EventResponse.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.event.data.remote.model; diff --git a/app/src/main/java/ch/protonmail/android/event/domain/model/ActionType.kt b/app/src/main/java/ch/protonmail/android/event/domain/model/ActionType.kt index 6bd24d736..bfcfb63ec 100644 --- a/app/src/main/java/ch/protonmail/android/event/domain/model/ActionType.kt +++ b/app/src/main/java/ch/protonmail/android/event/domain/model/ActionType.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.event.domain.model diff --git a/app/src/main/java/ch/protonmail/android/events/ApiOfflineEvent.java b/app/src/main/java/ch/protonmail/android/events/ApiOfflineEvent.java index 2916e98c2..fc15973be 100644 --- a/app/src/main/java/ch/protonmail/android/events/ApiOfflineEvent.java +++ b/app/src/main/java/ch/protonmail/android/events/ApiOfflineEvent.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.events; diff --git a/app/src/main/java/ch/protonmail/android/events/AvailablePlansEvent.java b/app/src/main/java/ch/protonmail/android/events/AvailablePlansEvent.java index 31370d4d4..cdbe2878d 100644 --- a/app/src/main/java/ch/protonmail/android/events/AvailablePlansEvent.java +++ b/app/src/main/java/ch/protonmail/android/events/AvailablePlansEvent.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.events; diff --git a/app/src/main/java/ch/protonmail/android/events/ContactEvent.java b/app/src/main/java/ch/protonmail/android/events/ContactEvent.java index d76c8f87b..80c6b2af2 100644 --- a/app/src/main/java/ch/protonmail/android/events/ContactEvent.java +++ b/app/src/main/java/ch/protonmail/android/events/ContactEvent.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.events; diff --git a/app/src/main/java/ch/protonmail/android/events/ContactProgressEvent.java b/app/src/main/java/ch/protonmail/android/events/ContactProgressEvent.java index 950c5127a..be9b033ed 100644 --- a/app/src/main/java/ch/protonmail/android/events/ContactProgressEvent.java +++ b/app/src/main/java/ch/protonmail/android/events/ContactProgressEvent.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.events; diff --git a/app/src/main/java/ch/protonmail/android/events/DownloadEmbeddedImagesEvent.java b/app/src/main/java/ch/protonmail/android/events/DownloadEmbeddedImagesEvent.java index c7e0fd6ab..3d9688bd7 100644 --- a/app/src/main/java/ch/protonmail/android/events/DownloadEmbeddedImagesEvent.java +++ b/app/src/main/java/ch/protonmail/android/events/DownloadEmbeddedImagesEvent.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.events; diff --git a/app/src/main/java/ch/protonmail/android/events/DownloadedAttachmentEvent.java b/app/src/main/java/ch/protonmail/android/events/DownloadedAttachmentEvent.java index 7453b2b47..9de5f7695 100644 --- a/app/src/main/java/ch/protonmail/android/events/DownloadedAttachmentEvent.java +++ b/app/src/main/java/ch/protonmail/android/events/DownloadedAttachmentEvent.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.events; diff --git a/app/src/main/java/ch/protonmail/android/events/FetchDraftDetailEvent.java b/app/src/main/java/ch/protonmail/android/events/FetchDraftDetailEvent.java index ab630e623..3e893ed79 100644 --- a/app/src/main/java/ch/protonmail/android/events/FetchDraftDetailEvent.java +++ b/app/src/main/java/ch/protonmail/android/events/FetchDraftDetailEvent.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.events; diff --git a/app/src/main/java/ch/protonmail/android/events/FetchLabelsEvent.java b/app/src/main/java/ch/protonmail/android/events/FetchLabelsEvent.java index b3cce09e8..3c04a1966 100644 --- a/app/src/main/java/ch/protonmail/android/events/FetchLabelsEvent.java +++ b/app/src/main/java/ch/protonmail/android/events/FetchLabelsEvent.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.events; diff --git a/app/src/main/java/ch/protonmail/android/events/FetchMessageDetailEvent.java b/app/src/main/java/ch/protonmail/android/events/FetchMessageDetailEvent.java index 3b5a23c85..3e6ab18b7 100644 --- a/app/src/main/java/ch/protonmail/android/events/FetchMessageDetailEvent.java +++ b/app/src/main/java/ch/protonmail/android/events/FetchMessageDetailEvent.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.events; diff --git a/app/src/main/java/ch/protonmail/android/events/ForceUpgradeEvent.kt b/app/src/main/java/ch/protonmail/android/events/ForceUpgradeEvent.kt index 7aa3b21a7..5075ef23a 100644 --- a/app/src/main/java/ch/protonmail/android/events/ForceUpgradeEvent.kt +++ b/app/src/main/java/ch/protonmail/android/events/ForceUpgradeEvent.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.events diff --git a/app/src/main/java/ch/protonmail/android/events/MailboxLoadedEvent.kt b/app/src/main/java/ch/protonmail/android/events/MailboxLoadedEvent.kt index fc0980e3e..634a02fbc 100644 --- a/app/src/main/java/ch/protonmail/android/events/MailboxLoadedEvent.kt +++ b/app/src/main/java/ch/protonmail/android/events/MailboxLoadedEvent.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.events diff --git a/app/src/main/java/ch/protonmail/android/events/MailboxNoMessagesEvent.java b/app/src/main/java/ch/protonmail/android/events/MailboxNoMessagesEvent.java index b97e25775..0c0c86f3c 100644 --- a/app/src/main/java/ch/protonmail/android/events/MailboxNoMessagesEvent.java +++ b/app/src/main/java/ch/protonmail/android/events/MailboxNoMessagesEvent.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.events; diff --git a/app/src/main/java/ch/protonmail/android/events/MoveToFolderEvent.kt b/app/src/main/java/ch/protonmail/android/events/MoveToFolderEvent.kt index 6d3662fca..5002b04e0 100644 --- a/app/src/main/java/ch/protonmail/android/events/MoveToFolderEvent.kt +++ b/app/src/main/java/ch/protonmail/android/events/MoveToFolderEvent.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.events diff --git a/app/src/main/java/ch/protonmail/android/events/NoResultsEvent.kt b/app/src/main/java/ch/protonmail/android/events/NoResultsEvent.kt index 416885d16..da2796c86 100644 --- a/app/src/main/java/ch/protonmail/android/events/NoResultsEvent.kt +++ b/app/src/main/java/ch/protonmail/android/events/NoResultsEvent.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.events diff --git a/app/src/main/java/ch/protonmail/android/events/PostImportAttachmentEvent.java b/app/src/main/java/ch/protonmail/android/events/PostImportAttachmentEvent.java index 976ef2400..b899c231c 100644 --- a/app/src/main/java/ch/protonmail/android/events/PostImportAttachmentEvent.java +++ b/app/src/main/java/ch/protonmail/android/events/PostImportAttachmentEvent.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.events; diff --git a/app/src/main/java/ch/protonmail/android/events/PostImportAttachmentFailureEvent.java b/app/src/main/java/ch/protonmail/android/events/PostImportAttachmentFailureEvent.java index 296387187..a91e2fb15 100644 --- a/app/src/main/java/ch/protonmail/android/events/PostImportAttachmentFailureEvent.java +++ b/app/src/main/java/ch/protonmail/android/events/PostImportAttachmentFailureEvent.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.events; diff --git a/app/src/main/java/ch/protonmail/android/events/PostPhishingReportEvent.kt b/app/src/main/java/ch/protonmail/android/events/PostPhishingReportEvent.kt index e671931bb..d002c787b 100644 --- a/app/src/main/java/ch/protonmail/android/events/PostPhishingReportEvent.kt +++ b/app/src/main/java/ch/protonmail/android/events/PostPhishingReportEvent.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.events diff --git a/app/src/main/java/ch/protonmail/android/events/RequestTimeoutEvent.java b/app/src/main/java/ch/protonmail/android/events/RequestTimeoutEvent.java index 030f1b130..7100f5261 100644 --- a/app/src/main/java/ch/protonmail/android/events/RequestTimeoutEvent.java +++ b/app/src/main/java/ch/protonmail/android/events/RequestTimeoutEvent.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.events; diff --git a/app/src/main/java/ch/protonmail/android/events/ResignContactEvent.java b/app/src/main/java/ch/protonmail/android/events/ResignContactEvent.java index 86a14da7c..0154b7340 100644 --- a/app/src/main/java/ch/protonmail/android/events/ResignContactEvent.java +++ b/app/src/main/java/ch/protonmail/android/events/ResignContactEvent.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.events; diff --git a/app/src/main/java/ch/protonmail/android/events/SearchResultEvent.kt b/app/src/main/java/ch/protonmail/android/events/SearchResultEvent.kt index 032a872f2..d724cc4a5 100644 --- a/app/src/main/java/ch/protonmail/android/events/SearchResultEvent.kt +++ b/app/src/main/java/ch/protonmail/android/events/SearchResultEvent.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.events diff --git a/app/src/main/java/ch/protonmail/android/events/SettingsChangedEvent.java b/app/src/main/java/ch/protonmail/android/events/SettingsChangedEvent.java index 2f7c984a0..ccb9cdb05 100644 --- a/app/src/main/java/ch/protonmail/android/events/SettingsChangedEvent.java +++ b/app/src/main/java/ch/protonmail/android/events/SettingsChangedEvent.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.events; diff --git a/app/src/main/java/ch/protonmail/android/events/Status.java b/app/src/main/java/ch/protonmail/android/events/Status.java index 1353a39aa..41cb8c930 100644 --- a/app/src/main/java/ch/protonmail/android/events/Status.java +++ b/app/src/main/java/ch/protonmail/android/events/Status.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.events; diff --git a/app/src/main/java/ch/protonmail/android/events/StorageLimitEvent.java b/app/src/main/java/ch/protonmail/android/events/StorageLimitEvent.java index 530dd7c19..a846f0bfe 100644 --- a/app/src/main/java/ch/protonmail/android/events/StorageLimitEvent.java +++ b/app/src/main/java/ch/protonmail/android/events/StorageLimitEvent.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.events; diff --git a/app/src/main/java/ch/protonmail/android/events/contacts/SendPreferencesEvent.java b/app/src/main/java/ch/protonmail/android/events/contacts/SendPreferencesEvent.java index 8c7cb0ac8..7fb82e33d 100644 --- a/app/src/main/java/ch/protonmail/android/events/contacts/SendPreferencesEvent.java +++ b/app/src/main/java/ch/protonmail/android/events/contacts/SendPreferencesEvent.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.events.contacts; diff --git a/app/src/main/java/ch/protonmail/android/events/organizations/OrganizationEvent.java b/app/src/main/java/ch/protonmail/android/events/organizations/OrganizationEvent.java index 299631efe..8c957caec 100644 --- a/app/src/main/java/ch/protonmail/android/events/organizations/OrganizationEvent.java +++ b/app/src/main/java/ch/protonmail/android/events/organizations/OrganizationEvent.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.events.organizations; diff --git a/app/src/main/java/ch/protonmail/android/events/payment/VerifyPaymentEvent.java b/app/src/main/java/ch/protonmail/android/events/payment/VerifyPaymentEvent.java index fbcff38e1..3a863a253 100644 --- a/app/src/main/java/ch/protonmail/android/events/payment/VerifyPaymentEvent.java +++ b/app/src/main/java/ch/protonmail/android/events/payment/VerifyPaymentEvent.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.events.payment; diff --git a/app/src/main/java/ch/protonmail/android/exceptions/ErrorStateGenerators.kt b/app/src/main/java/ch/protonmail/android/exceptions/ErrorStateGenerators.kt index 9215ed247..74cf70710 100644 --- a/app/src/main/java/ch/protonmail/android/exceptions/ErrorStateGenerators.kt +++ b/app/src/main/java/ch/protonmail/android/exceptions/ErrorStateGenerators.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.exceptions diff --git a/app/src/main/java/ch/protonmail/android/exceptions/ImageErrors.kt b/app/src/main/java/ch/protonmail/android/exceptions/ImageErrors.kt index e373f89aa..47694c1ed 100644 --- a/app/src/main/java/ch/protonmail/android/exceptions/ImageErrors.kt +++ b/app/src/main/java/ch/protonmail/android/exceptions/ImageErrors.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.exceptions diff --git a/app/src/main/java/ch/protonmail/android/exceptions/SettingsErrors.kt b/app/src/main/java/ch/protonmail/android/exceptions/SettingsErrors.kt index abe353af8..e15d20e82 100644 --- a/app/src/main/java/ch/protonmail/android/exceptions/SettingsErrors.kt +++ b/app/src/main/java/ch/protonmail/android/exceptions/SettingsErrors.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.exceptions diff --git a/app/src/main/java/ch/protonmail/android/feature/account/AccountManager.kt b/app/src/main/java/ch/protonmail/android/feature/account/AccountManager.kt index cd9d54888..55f2cc699 100644 --- a/app/src/main/java/ch/protonmail/android/feature/account/AccountManager.kt +++ b/app/src/main/java/ch/protonmail/android/feature/account/AccountManager.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.feature.account diff --git a/app/src/main/java/ch/protonmail/android/feature/account/AccountStateHandlerInitializer.kt b/app/src/main/java/ch/protonmail/android/feature/account/AccountStateHandlerInitializer.kt index fc5563a89..24ae5c7f9 100644 --- a/app/src/main/java/ch/protonmail/android/feature/account/AccountStateHandlerInitializer.kt +++ b/app/src/main/java/ch/protonmail/android/feature/account/AccountStateHandlerInitializer.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.feature.account diff --git a/app/src/main/java/ch/protonmail/android/feature/account/AccountStateManager.kt b/app/src/main/java/ch/protonmail/android/feature/account/AccountStateManager.kt index 5ad1ef24a..51fafd9bf 100644 --- a/app/src/main/java/ch/protonmail/android/feature/account/AccountStateManager.kt +++ b/app/src/main/java/ch/protonmail/android/feature/account/AccountStateManager.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.feature.account diff --git a/app/src/main/java/ch/protonmail/android/feature/account/CoreAccountManagerMigration.kt b/app/src/main/java/ch/protonmail/android/feature/account/CoreAccountManagerMigration.kt index e7b1adb33..6aee04052 100644 --- a/app/src/main/java/ch/protonmail/android/feature/account/CoreAccountManagerMigration.kt +++ b/app/src/main/java/ch/protonmail/android/feature/account/CoreAccountManagerMigration.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.feature.account diff --git a/app/src/main/java/ch/protonmail/android/feature/account/SetupAccountUserCheck.kt b/app/src/main/java/ch/protonmail/android/feature/account/SetupAccountUserCheck.kt index 89e4aef0c..f96200781 100644 --- a/app/src/main/java/ch/protonmail/android/feature/account/SetupAccountUserCheck.kt +++ b/app/src/main/java/ch/protonmail/android/feature/account/SetupAccountUserCheck.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.feature.account diff --git a/app/src/main/java/ch/protonmail/android/feature/user/UserAddressManager.kt b/app/src/main/java/ch/protonmail/android/feature/user/UserAddressManager.kt index f03877297..9dcb22452 100644 --- a/app/src/main/java/ch/protonmail/android/feature/user/UserAddressManager.kt +++ b/app/src/main/java/ch/protonmail/android/feature/user/UserAddressManager.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.feature.user diff --git a/app/src/main/java/ch/protonmail/android/feature/user/UserManager.kt b/app/src/main/java/ch/protonmail/android/feature/user/UserManager.kt index 14e1629fa..4f06378a5 100644 --- a/app/src/main/java/ch/protonmail/android/feature/user/UserManager.kt +++ b/app/src/main/java/ch/protonmail/android/feature/user/UserManager.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.feature.user diff --git a/app/src/main/java/ch/protonmail/android/featureflags/FeatureFlagsManager.kt b/app/src/main/java/ch/protonmail/android/featureflags/FeatureFlagsManager.kt index 026302502..674c52060 100644 --- a/app/src/main/java/ch/protonmail/android/featureflags/FeatureFlagsManager.kt +++ b/app/src/main/java/ch/protonmail/android/featureflags/FeatureFlagsManager.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.featureflags diff --git a/app/src/main/java/ch/protonmail/android/jobs/ConvertLocalContactsJob.kt b/app/src/main/java/ch/protonmail/android/jobs/ConvertLocalContactsJob.kt index cf5c9b87e..b8d56c4c1 100644 --- a/app/src/main/java/ch/protonmail/android/jobs/ConvertLocalContactsJob.kt +++ b/app/src/main/java/ch/protonmail/android/jobs/ConvertLocalContactsJob.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.jobs diff --git a/app/src/main/java/ch/protonmail/android/jobs/FetchByLocationJob.kt b/app/src/main/java/ch/protonmail/android/jobs/FetchByLocationJob.kt index 55aa00cf1..9e2ec4408 100644 --- a/app/src/main/java/ch/protonmail/android/jobs/FetchByLocationJob.kt +++ b/app/src/main/java/ch/protonmail/android/jobs/FetchByLocationJob.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.jobs diff --git a/app/src/main/java/ch/protonmail/android/jobs/FetchDraftDetailJob.java b/app/src/main/java/ch/protonmail/android/jobs/FetchDraftDetailJob.java index c5ecf601b..f2edd8c60 100644 --- a/app/src/main/java/ch/protonmail/android/jobs/FetchDraftDetailJob.java +++ b/app/src/main/java/ch/protonmail/android/jobs/FetchDraftDetailJob.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.jobs; diff --git a/app/src/main/java/ch/protonmail/android/jobs/FetchMessageDetailJob.java b/app/src/main/java/ch/protonmail/android/jobs/FetchMessageDetailJob.java index 9dcf26b0d..5f71deda4 100644 --- a/app/src/main/java/ch/protonmail/android/jobs/FetchMessageDetailJob.java +++ b/app/src/main/java/ch/protonmail/android/jobs/FetchMessageDetailJob.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.jobs; diff --git a/app/src/main/java/ch/protonmail/android/jobs/MoveToFolderJob.java b/app/src/main/java/ch/protonmail/android/jobs/MoveToFolderJob.java index b0fe93a1e..38ebb3ad9 100644 --- a/app/src/main/java/ch/protonmail/android/jobs/MoveToFolderJob.java +++ b/app/src/main/java/ch/protonmail/android/jobs/MoveToFolderJob.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.jobs; diff --git a/app/src/main/java/ch/protonmail/android/jobs/PostArchiveJob.java b/app/src/main/java/ch/protonmail/android/jobs/PostArchiveJob.java index ac3d8129a..2a1f83404 100644 --- a/app/src/main/java/ch/protonmail/android/jobs/PostArchiveJob.java +++ b/app/src/main/java/ch/protonmail/android/jobs/PostArchiveJob.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.jobs; diff --git a/app/src/main/java/ch/protonmail/android/jobs/PostDraftJob.java b/app/src/main/java/ch/protonmail/android/jobs/PostDraftJob.java index 049c2e17f..6232a7a87 100644 --- a/app/src/main/java/ch/protonmail/android/jobs/PostDraftJob.java +++ b/app/src/main/java/ch/protonmail/android/jobs/PostDraftJob.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.jobs; diff --git a/app/src/main/java/ch/protonmail/android/jobs/PostInboxJob.java b/app/src/main/java/ch/protonmail/android/jobs/PostInboxJob.java index c33705e9e..1dc2091d9 100644 --- a/app/src/main/java/ch/protonmail/android/jobs/PostInboxJob.java +++ b/app/src/main/java/ch/protonmail/android/jobs/PostInboxJob.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.jobs; diff --git a/app/src/main/java/ch/protonmail/android/jobs/PostReadJob.java b/app/src/main/java/ch/protonmail/android/jobs/PostReadJob.java index a4104530d..322384fe7 100644 --- a/app/src/main/java/ch/protonmail/android/jobs/PostReadJob.java +++ b/app/src/main/java/ch/protonmail/android/jobs/PostReadJob.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.jobs; diff --git a/app/src/main/java/ch/protonmail/android/jobs/PostSpamJob.java b/app/src/main/java/ch/protonmail/android/jobs/PostSpamJob.java index b426efd48..533a438fb 100644 --- a/app/src/main/java/ch/protonmail/android/jobs/PostSpamJob.java +++ b/app/src/main/java/ch/protonmail/android/jobs/PostSpamJob.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.jobs; diff --git a/app/src/main/java/ch/protonmail/android/jobs/PostStarJob.kt b/app/src/main/java/ch/protonmail/android/jobs/PostStarJob.kt index b063c0c1a..d9eb57044 100644 --- a/app/src/main/java/ch/protonmail/android/jobs/PostStarJob.kt +++ b/app/src/main/java/ch/protonmail/android/jobs/PostStarJob.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.jobs diff --git a/app/src/main/java/ch/protonmail/android/jobs/PostTrashJobV2.java b/app/src/main/java/ch/protonmail/android/jobs/PostTrashJobV2.java index 0c243dd03..109ba5e5f 100644 --- a/app/src/main/java/ch/protonmail/android/jobs/PostTrashJobV2.java +++ b/app/src/main/java/ch/protonmail/android/jobs/PostTrashJobV2.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.jobs; diff --git a/app/src/main/java/ch/protonmail/android/jobs/PostUnreadJob.java b/app/src/main/java/ch/protonmail/android/jobs/PostUnreadJob.java index a035cb3f3..a0f996664 100644 --- a/app/src/main/java/ch/protonmail/android/jobs/PostUnreadJob.java +++ b/app/src/main/java/ch/protonmail/android/jobs/PostUnreadJob.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.jobs; diff --git a/app/src/main/java/ch/protonmail/android/jobs/PostUnstarJob.kt b/app/src/main/java/ch/protonmail/android/jobs/PostUnstarJob.kt index 1b27e6f86..9d235b7b0 100644 --- a/app/src/main/java/ch/protonmail/android/jobs/PostUnstarJob.kt +++ b/app/src/main/java/ch/protonmail/android/jobs/PostUnstarJob.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.jobs diff --git a/app/src/main/java/ch/protonmail/android/jobs/Priority.java b/app/src/main/java/ch/protonmail/android/jobs/Priority.java index 8aa127dd2..e9277acc0 100644 --- a/app/src/main/java/ch/protonmail/android/jobs/Priority.java +++ b/app/src/main/java/ch/protonmail/android/jobs/Priority.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.jobs; diff --git a/app/src/main/java/ch/protonmail/android/jobs/ProtonMailBaseJob.kt b/app/src/main/java/ch/protonmail/android/jobs/ProtonMailBaseJob.kt index 1d2d57fa4..ef6829c8d 100644 --- a/app/src/main/java/ch/protonmail/android/jobs/ProtonMailBaseJob.kt +++ b/app/src/main/java/ch/protonmail/android/jobs/ProtonMailBaseJob.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.jobs diff --git a/app/src/main/java/ch/protonmail/android/jobs/ProtonMailCounterJob.java b/app/src/main/java/ch/protonmail/android/jobs/ProtonMailCounterJob.java index 90c39bef5..39584ab0d 100644 --- a/app/src/main/java/ch/protonmail/android/jobs/ProtonMailCounterJob.java +++ b/app/src/main/java/ch/protonmail/android/jobs/ProtonMailCounterJob.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.jobs; diff --git a/app/src/main/java/ch/protonmail/android/jobs/ProtonMailEndlessJob.java b/app/src/main/java/ch/protonmail/android/jobs/ProtonMailEndlessJob.java index fab5c731f..6ecee2f14 100644 --- a/app/src/main/java/ch/protonmail/android/jobs/ProtonMailEndlessJob.java +++ b/app/src/main/java/ch/protonmail/android/jobs/ProtonMailEndlessJob.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.jobs; diff --git a/app/src/main/java/ch/protonmail/android/jobs/RemoveLabelJob.java b/app/src/main/java/ch/protonmail/android/jobs/RemoveLabelJob.java index c93fbc44f..b2a1aa52f 100644 --- a/app/src/main/java/ch/protonmail/android/jobs/RemoveLabelJob.java +++ b/app/src/main/java/ch/protonmail/android/jobs/RemoveLabelJob.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.jobs; diff --git a/app/src/main/java/ch/protonmail/android/jobs/ReportPhishingJob.kt b/app/src/main/java/ch/protonmail/android/jobs/ReportPhishingJob.kt index 2a16c6125..45af02b70 100644 --- a/app/src/main/java/ch/protonmail/android/jobs/ReportPhishingJob.kt +++ b/app/src/main/java/ch/protonmail/android/jobs/ReportPhishingJob.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.jobs diff --git a/app/src/main/java/ch/protonmail/android/jobs/ResignContactJob.java b/app/src/main/java/ch/protonmail/android/jobs/ResignContactJob.java index 5280a155f..51ca341cd 100644 --- a/app/src/main/java/ch/protonmail/android/jobs/ResignContactJob.java +++ b/app/src/main/java/ch/protonmail/android/jobs/ResignContactJob.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.jobs; diff --git a/app/src/main/java/ch/protonmail/android/jobs/SearchMessagesJob.kt b/app/src/main/java/ch/protonmail/android/jobs/SearchMessagesJob.kt index d5322c90a..97c2c92a9 100644 --- a/app/src/main/java/ch/protonmail/android/jobs/SearchMessagesJob.kt +++ b/app/src/main/java/ch/protonmail/android/jobs/SearchMessagesJob.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.jobs diff --git a/app/src/main/java/ch/protonmail/android/jobs/UpdateSettingsJob.kt b/app/src/main/java/ch/protonmail/android/jobs/UpdateSettingsJob.kt index 70ec574a9..2e125e99e 100644 --- a/app/src/main/java/ch/protonmail/android/jobs/UpdateSettingsJob.kt +++ b/app/src/main/java/ch/protonmail/android/jobs/UpdateSettingsJob.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.jobs diff --git a/app/src/main/java/ch/protonmail/android/jobs/contacts/GetSendPreferenceJob.java b/app/src/main/java/ch/protonmail/android/jobs/contacts/GetSendPreferenceJob.java index eb087bf5d..0c990974b 100644 --- a/app/src/main/java/ch/protonmail/android/jobs/contacts/GetSendPreferenceJob.java +++ b/app/src/main/java/ch/protonmail/android/jobs/contacts/GetSendPreferenceJob.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.jobs.contacts; diff --git a/app/src/main/java/ch/protonmail/android/jobs/helper/EmbeddedImage.kt b/app/src/main/java/ch/protonmail/android/jobs/helper/EmbeddedImage.kt index 3033784d6..79eb5e101 100644 --- a/app/src/main/java/ch/protonmail/android/jobs/helper/EmbeddedImage.kt +++ b/app/src/main/java/ch/protonmail/android/jobs/helper/EmbeddedImage.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.jobs.helper diff --git a/app/src/main/java/ch/protonmail/android/jobs/organizations/GetOrganizationJob.kt b/app/src/main/java/ch/protonmail/android/jobs/organizations/GetOrganizationJob.kt index 096cce71b..712b0e429 100644 --- a/app/src/main/java/ch/protonmail/android/jobs/organizations/GetOrganizationJob.kt +++ b/app/src/main/java/ch/protonmail/android/jobs/organizations/GetOrganizationJob.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.jobs.organizations diff --git a/app/src/main/java/ch/protonmail/android/labels/data/LabelRepositoryImpl.kt b/app/src/main/java/ch/protonmail/android/labels/data/LabelRepositoryImpl.kt index db3ed1d45..283043ff1 100644 --- a/app/src/main/java/ch/protonmail/android/labels/data/LabelRepositoryImpl.kt +++ b/app/src/main/java/ch/protonmail/android/labels/data/LabelRepositoryImpl.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.data diff --git a/app/src/main/java/ch/protonmail/android/labels/data/local/LabelDao.kt b/app/src/main/java/ch/protonmail/android/labels/data/local/LabelDao.kt index 991a6377a..ef06c6879 100644 --- a/app/src/main/java/ch/protonmail/android/labels/data/local/LabelDao.kt +++ b/app/src/main/java/ch/protonmail/android/labels/data/local/LabelDao.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.data.local diff --git a/app/src/main/java/ch/protonmail/android/labels/data/local/model/LabelEntity.kt b/app/src/main/java/ch/protonmail/android/labels/data/local/model/LabelEntity.kt index 32ebb2fa7..ba899db2c 100644 --- a/app/src/main/java/ch/protonmail/android/labels/data/local/model/LabelEntity.kt +++ b/app/src/main/java/ch/protonmail/android/labels/data/local/model/LabelEntity.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.data.local.model diff --git a/app/src/main/java/ch/protonmail/android/labels/data/mapper/LabelEntityApiMapper.kt b/app/src/main/java/ch/protonmail/android/labels/data/mapper/LabelEntityApiMapper.kt index 9ab3d5c95..249e4ee90 100644 --- a/app/src/main/java/ch/protonmail/android/labels/data/mapper/LabelEntityApiMapper.kt +++ b/app/src/main/java/ch/protonmail/android/labels/data/mapper/LabelEntityApiMapper.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.data.mapper diff --git a/app/src/main/java/ch/protonmail/android/labels/data/mapper/LabelEntityDomainMapper.kt b/app/src/main/java/ch/protonmail/android/labels/data/mapper/LabelEntityDomainMapper.kt index bb45ae3da..cdba3216b 100644 --- a/app/src/main/java/ch/protonmail/android/labels/data/mapper/LabelEntityDomainMapper.kt +++ b/app/src/main/java/ch/protonmail/android/labels/data/mapper/LabelEntityDomainMapper.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.data.mapper diff --git a/app/src/main/java/ch/protonmail/android/labels/data/mapper/LabelEventApiMapper.kt b/app/src/main/java/ch/protonmail/android/labels/data/mapper/LabelEventApiMapper.kt index 5ac7874db..f9d12d61c 100644 --- a/app/src/main/java/ch/protonmail/android/labels/data/mapper/LabelEventApiMapper.kt +++ b/app/src/main/java/ch/protonmail/android/labels/data/mapper/LabelEventApiMapper.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.data.mapper diff --git a/app/src/main/java/ch/protonmail/android/labels/data/mapper/LabelOrFolderWithChildrenMapper.kt b/app/src/main/java/ch/protonmail/android/labels/data/mapper/LabelOrFolderWithChildrenMapper.kt index fc0a0a7bc..fbe013a9e 100644 --- a/app/src/main/java/ch/protonmail/android/labels/data/mapper/LabelOrFolderWithChildrenMapper.kt +++ b/app/src/main/java/ch/protonmail/android/labels/data/mapper/LabelOrFolderWithChildrenMapper.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.data.mapper diff --git a/app/src/main/java/ch/protonmail/android/labels/data/mapper/LabelRequestMapper.kt b/app/src/main/java/ch/protonmail/android/labels/data/mapper/LabelRequestMapper.kt index f5fd8fca9..197d1b609 100644 --- a/app/src/main/java/ch/protonmail/android/labels/data/mapper/LabelRequestMapper.kt +++ b/app/src/main/java/ch/protonmail/android/labels/data/mapper/LabelRequestMapper.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.data.mapper diff --git a/app/src/main/java/ch/protonmail/android/labels/data/remote/LabelApi.kt b/app/src/main/java/ch/protonmail/android/labels/data/remote/LabelApi.kt index 2b1aba894..f0fcf014f 100644 --- a/app/src/main/java/ch/protonmail/android/labels/data/remote/LabelApi.kt +++ b/app/src/main/java/ch/protonmail/android/labels/data/remote/LabelApi.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.data.remote diff --git a/app/src/main/java/ch/protonmail/android/labels/data/remote/LabelApiSpec.kt b/app/src/main/java/ch/protonmail/android/labels/data/remote/LabelApiSpec.kt index f9cc462ed..eb3725184 100644 --- a/app/src/main/java/ch/protonmail/android/labels/data/remote/LabelApiSpec.kt +++ b/app/src/main/java/ch/protonmail/android/labels/data/remote/LabelApiSpec.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.data.remote diff --git a/app/src/main/java/ch/protonmail/android/labels/data/remote/LabelService.kt b/app/src/main/java/ch/protonmail/android/labels/data/remote/LabelService.kt index 32ccab620..58c1096f4 100644 --- a/app/src/main/java/ch/protonmail/android/labels/data/remote/LabelService.kt +++ b/app/src/main/java/ch/protonmail/android/labels/data/remote/LabelService.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.data.remote diff --git a/app/src/main/java/ch/protonmail/android/labels/data/remote/model/LabelApiModel.kt b/app/src/main/java/ch/protonmail/android/labels/data/remote/model/LabelApiModel.kt index 7d51886fa..4f8fd267e 100644 --- a/app/src/main/java/ch/protonmail/android/labels/data/remote/model/LabelApiModel.kt +++ b/app/src/main/java/ch/protonmail/android/labels/data/remote/model/LabelApiModel.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.data.remote.model diff --git a/app/src/main/java/ch/protonmail/android/labels/data/remote/model/LabelEventModel.kt b/app/src/main/java/ch/protonmail/android/labels/data/remote/model/LabelEventModel.kt index b88edb9be..5eb1bd43f 100644 --- a/app/src/main/java/ch/protonmail/android/labels/data/remote/model/LabelEventModel.kt +++ b/app/src/main/java/ch/protonmail/android/labels/data/remote/model/LabelEventModel.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.data.remote.model diff --git a/app/src/main/java/ch/protonmail/android/labels/data/remote/model/LabelRequestBody.kt b/app/src/main/java/ch/protonmail/android/labels/data/remote/model/LabelRequestBody.kt index 2f8ddd8b6..66647fe1e 100644 --- a/app/src/main/java/ch/protonmail/android/labels/data/remote/model/LabelRequestBody.kt +++ b/app/src/main/java/ch/protonmail/android/labels/data/remote/model/LabelRequestBody.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.data.remote.model diff --git a/app/src/main/java/ch/protonmail/android/labels/data/remote/model/LabelResponse.kt b/app/src/main/java/ch/protonmail/android/labels/data/remote/model/LabelResponse.kt index 72c56411a..fcbad3f79 100644 --- a/app/src/main/java/ch/protonmail/android/labels/data/remote/model/LabelResponse.kt +++ b/app/src/main/java/ch/protonmail/android/labels/data/remote/model/LabelResponse.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.data.remote.model diff --git a/app/src/main/java/ch/protonmail/android/labels/data/remote/model/LabelsResponse.kt b/app/src/main/java/ch/protonmail/android/labels/data/remote/model/LabelsResponse.kt index 7265f0bc1..97ccacb23 100644 --- a/app/src/main/java/ch/protonmail/android/labels/data/remote/model/LabelsResponse.kt +++ b/app/src/main/java/ch/protonmail/android/labels/data/remote/model/LabelsResponse.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.data.remote.model diff --git a/app/src/main/java/ch/protonmail/android/labels/data/remote/worker/ApplyMessageLabelWorker.kt b/app/src/main/java/ch/protonmail/android/labels/data/remote/worker/ApplyMessageLabelWorker.kt index 90dfcc85f..93ebbddad 100644 --- a/app/src/main/java/ch/protonmail/android/labels/data/remote/worker/ApplyMessageLabelWorker.kt +++ b/app/src/main/java/ch/protonmail/android/labels/data/remote/worker/ApplyMessageLabelWorker.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.data.remote.worker diff --git a/app/src/main/java/ch/protonmail/android/labels/data/remote/worker/DeleteLabelsWorker.kt b/app/src/main/java/ch/protonmail/android/labels/data/remote/worker/DeleteLabelsWorker.kt index 1870a017e..09dfee5b4 100644 --- a/app/src/main/java/ch/protonmail/android/labels/data/remote/worker/DeleteLabelsWorker.kt +++ b/app/src/main/java/ch/protonmail/android/labels/data/remote/worker/DeleteLabelsWorker.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.data.remote.worker diff --git a/app/src/main/java/ch/protonmail/android/labels/data/remote/worker/LabelConversationsRemoteWorker.kt b/app/src/main/java/ch/protonmail/android/labels/data/remote/worker/LabelConversationsRemoteWorker.kt index 6c828d526..844f47bc9 100644 --- a/app/src/main/java/ch/protonmail/android/labels/data/remote/worker/LabelConversationsRemoteWorker.kt +++ b/app/src/main/java/ch/protonmail/android/labels/data/remote/worker/LabelConversationsRemoteWorker.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.data.remote.worker diff --git a/app/src/main/java/ch/protonmail/android/labels/data/remote/worker/PostLabelWorker.kt b/app/src/main/java/ch/protonmail/android/labels/data/remote/worker/PostLabelWorker.kt index 52c92595c..168854bf6 100644 --- a/app/src/main/java/ch/protonmail/android/labels/data/remote/worker/PostLabelWorker.kt +++ b/app/src/main/java/ch/protonmail/android/labels/data/remote/worker/PostLabelWorker.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.data.remote.worker diff --git a/app/src/main/java/ch/protonmail/android/labels/data/remote/worker/RemoveMembersFromContactGroupWorker.kt b/app/src/main/java/ch/protonmail/android/labels/data/remote/worker/RemoveMembersFromContactGroupWorker.kt index e2cdbec9d..9f9ae0ec9 100644 --- a/app/src/main/java/ch/protonmail/android/labels/data/remote/worker/RemoveMembersFromContactGroupWorker.kt +++ b/app/src/main/java/ch/protonmail/android/labels/data/remote/worker/RemoveMembersFromContactGroupWorker.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.data.remote.worker diff --git a/app/src/main/java/ch/protonmail/android/labels/data/remote/worker/RemoveMessageLabelWorker.kt b/app/src/main/java/ch/protonmail/android/labels/data/remote/worker/RemoveMessageLabelWorker.kt index 6ff8f89eb..327d7bb60 100644 --- a/app/src/main/java/ch/protonmail/android/labels/data/remote/worker/RemoveMessageLabelWorker.kt +++ b/app/src/main/java/ch/protonmail/android/labels/data/remote/worker/RemoveMessageLabelWorker.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.data.remote.worker diff --git a/app/src/main/java/ch/protonmail/android/labels/data/remote/worker/UnlabelConversationsRemoteWorker.kt b/app/src/main/java/ch/protonmail/android/labels/data/remote/worker/UnlabelConversationsRemoteWorker.kt index e1e1c18e6..46070e40d 100644 --- a/app/src/main/java/ch/protonmail/android/labels/data/remote/worker/UnlabelConversationsRemoteWorker.kt +++ b/app/src/main/java/ch/protonmail/android/labels/data/remote/worker/UnlabelConversationsRemoteWorker.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.data.remote.worker diff --git a/app/src/main/java/ch/protonmail/android/labels/data/remote/worker/UpdateConversationsLabelsWorker.kt b/app/src/main/java/ch/protonmail/android/labels/data/remote/worker/UpdateConversationsLabelsWorker.kt index b5b775a47..f29dba0c3 100644 --- a/app/src/main/java/ch/protonmail/android/labels/data/remote/worker/UpdateConversationsLabelsWorker.kt +++ b/app/src/main/java/ch/protonmail/android/labels/data/remote/worker/UpdateConversationsLabelsWorker.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.data.remote.worker diff --git a/app/src/main/java/ch/protonmail/android/labels/domain/LabelRepository.kt b/app/src/main/java/ch/protonmail/android/labels/domain/LabelRepository.kt index 2297422da..0cee4705e 100644 --- a/app/src/main/java/ch/protonmail/android/labels/domain/LabelRepository.kt +++ b/app/src/main/java/ch/protonmail/android/labels/domain/LabelRepository.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.domain diff --git a/app/src/main/java/ch/protonmail/android/labels/domain/model/Label.kt b/app/src/main/java/ch/protonmail/android/labels/domain/model/Label.kt index 390e5889e..cef744c45 100644 --- a/app/src/main/java/ch/protonmail/android/labels/domain/model/Label.kt +++ b/app/src/main/java/ch/protonmail/android/labels/domain/model/Label.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.domain.model diff --git a/app/src/main/java/ch/protonmail/android/labels/domain/model/LabelId.kt b/app/src/main/java/ch/protonmail/android/labels/domain/model/LabelId.kt index af2d0df20..973c72df6 100644 --- a/app/src/main/java/ch/protonmail/android/labels/domain/model/LabelId.kt +++ b/app/src/main/java/ch/protonmail/android/labels/domain/model/LabelId.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.domain.model diff --git a/app/src/main/java/ch/protonmail/android/labels/domain/model/LabelOrFolderWithChildren.kt b/app/src/main/java/ch/protonmail/android/labels/domain/model/LabelOrFolderWithChildren.kt index 4b5309c26..94145b4b6 100644 --- a/app/src/main/java/ch/protonmail/android/labels/domain/model/LabelOrFolderWithChildren.kt +++ b/app/src/main/java/ch/protonmail/android/labels/domain/model/LabelOrFolderWithChildren.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.domain.model diff --git a/app/src/main/java/ch/protonmail/android/labels/domain/model/LabelType.kt b/app/src/main/java/ch/protonmail/android/labels/domain/model/LabelType.kt index 0bba18a04..fc893c720 100644 --- a/app/src/main/java/ch/protonmail/android/labels/domain/model/LabelType.kt +++ b/app/src/main/java/ch/protonmail/android/labels/domain/model/LabelType.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.domain.model diff --git a/app/src/main/java/ch/protonmail/android/labels/domain/model/ManageLabelActionResult.kt b/app/src/main/java/ch/protonmail/android/labels/domain/model/ManageLabelActionResult.kt index b2c0c59c7..4b6986cf8 100644 --- a/app/src/main/java/ch/protonmail/android/labels/domain/model/ManageLabelActionResult.kt +++ b/app/src/main/java/ch/protonmail/android/labels/domain/model/ManageLabelActionResult.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.domain.model diff --git a/app/src/main/java/ch/protonmail/android/labels/domain/usecase/DeleteLabels.kt b/app/src/main/java/ch/protonmail/android/labels/domain/usecase/DeleteLabels.kt index 5e3270d6e..9c78ff827 100644 --- a/app/src/main/java/ch/protonmail/android/labels/domain/usecase/DeleteLabels.kt +++ b/app/src/main/java/ch/protonmail/android/labels/domain/usecase/DeleteLabels.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.domain.usecase diff --git a/app/src/main/java/ch/protonmail/android/labels/domain/usecase/GetLabelsByType.kt b/app/src/main/java/ch/protonmail/android/labels/domain/usecase/GetLabelsByType.kt index 44946623d..fb6b0e2cd 100644 --- a/app/src/main/java/ch/protonmail/android/labels/domain/usecase/GetLabelsByType.kt +++ b/app/src/main/java/ch/protonmail/android/labels/domain/usecase/GetLabelsByType.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.domain.usecase diff --git a/app/src/main/java/ch/protonmail/android/labels/domain/usecase/ObserveFoldersEligibleAsParent.kt b/app/src/main/java/ch/protonmail/android/labels/domain/usecase/ObserveFoldersEligibleAsParent.kt index 8ea1624d7..a547cc3c4 100644 --- a/app/src/main/java/ch/protonmail/android/labels/domain/usecase/ObserveFoldersEligibleAsParent.kt +++ b/app/src/main/java/ch/protonmail/android/labels/domain/usecase/ObserveFoldersEligibleAsParent.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.domain.usecase diff --git a/app/src/main/java/ch/protonmail/android/labels/domain/usecase/ObserveLabels.kt b/app/src/main/java/ch/protonmail/android/labels/domain/usecase/ObserveLabels.kt index 088600a55..6641c871a 100644 --- a/app/src/main/java/ch/protonmail/android/labels/domain/usecase/ObserveLabels.kt +++ b/app/src/main/java/ch/protonmail/android/labels/domain/usecase/ObserveLabels.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.domain.usecase diff --git a/app/src/main/java/ch/protonmail/android/labels/domain/usecase/ObserveLabelsAndFoldersWithChildren.kt b/app/src/main/java/ch/protonmail/android/labels/domain/usecase/ObserveLabelsAndFoldersWithChildren.kt index 96826ee06..f52d26fb8 100644 --- a/app/src/main/java/ch/protonmail/android/labels/domain/usecase/ObserveLabelsAndFoldersWithChildren.kt +++ b/app/src/main/java/ch/protonmail/android/labels/domain/usecase/ObserveLabelsAndFoldersWithChildren.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.domain.usecase diff --git a/app/src/main/java/ch/protonmail/android/labels/domain/usecase/ObserveLabelsOrFoldersWithChildrenByType.kt b/app/src/main/java/ch/protonmail/android/labels/domain/usecase/ObserveLabelsOrFoldersWithChildrenByType.kt index 14be3fa1f..c854d55a8 100644 --- a/app/src/main/java/ch/protonmail/android/labels/domain/usecase/ObserveLabelsOrFoldersWithChildrenByType.kt +++ b/app/src/main/java/ch/protonmail/android/labels/domain/usecase/ObserveLabelsOrFoldersWithChildrenByType.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.domain.usecase diff --git a/app/src/main/java/ch/protonmail/android/labels/domain/usecase/UpdateConversationsLabels.kt b/app/src/main/java/ch/protonmail/android/labels/domain/usecase/UpdateConversationsLabels.kt index 82c1bcafd..55b49759e 100644 --- a/app/src/main/java/ch/protonmail/android/labels/domain/usecase/UpdateConversationsLabels.kt +++ b/app/src/main/java/ch/protonmail/android/labels/domain/usecase/UpdateConversationsLabels.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.domain.usecase diff --git a/app/src/main/java/ch/protonmail/android/labels/domain/usecase/UpdateMessageLabels.kt b/app/src/main/java/ch/protonmail/android/labels/domain/usecase/UpdateMessageLabels.kt index c2eabf88f..22e423d8f 100644 --- a/app/src/main/java/ch/protonmail/android/labels/domain/usecase/UpdateMessageLabels.kt +++ b/app/src/main/java/ch/protonmail/android/labels/domain/usecase/UpdateMessageLabels.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.domain.usecase diff --git a/app/src/main/java/ch/protonmail/android/labels/presentation/mapper/LabelChipUiModelMapper.kt b/app/src/main/java/ch/protonmail/android/labels/presentation/mapper/LabelChipUiModelMapper.kt index c5f8e53da..e6ca43a74 100644 --- a/app/src/main/java/ch/protonmail/android/labels/presentation/mapper/LabelChipUiModelMapper.kt +++ b/app/src/main/java/ch/protonmail/android/labels/presentation/mapper/LabelChipUiModelMapper.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.presentation.mapper diff --git a/app/src/main/java/ch/protonmail/android/labels/presentation/mapper/LabelDomainActionItemUiMapper.kt b/app/src/main/java/ch/protonmail/android/labels/presentation/mapper/LabelDomainActionItemUiMapper.kt index 21f29cf00..ab9f292b9 100644 --- a/app/src/main/java/ch/protonmail/android/labels/presentation/mapper/LabelDomainActionItemUiMapper.kt +++ b/app/src/main/java/ch/protonmail/android/labels/presentation/mapper/LabelDomainActionItemUiMapper.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.presentation.mapper diff --git a/app/src/main/java/ch/protonmail/android/labels/presentation/mapper/LabelsManagerItemUiModelMapper.kt b/app/src/main/java/ch/protonmail/android/labels/presentation/mapper/LabelsManagerItemUiModelMapper.kt index 16128913a..8d9106256 100644 --- a/app/src/main/java/ch/protonmail/android/labels/presentation/mapper/LabelsManagerItemUiModelMapper.kt +++ b/app/src/main/java/ch/protonmail/android/labels/presentation/mapper/LabelsManagerItemUiModelMapper.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.presentation.mapper diff --git a/app/src/main/java/ch/protonmail/android/labels/presentation/mapper/ParentFolderPickerItemUiModelMapper.kt b/app/src/main/java/ch/protonmail/android/labels/presentation/mapper/ParentFolderPickerItemUiModelMapper.kt index c9a67e15e..19190f1dd 100644 --- a/app/src/main/java/ch/protonmail/android/labels/presentation/mapper/ParentFolderPickerItemUiModelMapper.kt +++ b/app/src/main/java/ch/protonmail/android/labels/presentation/mapper/ParentFolderPickerItemUiModelMapper.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.presentation.mapper diff --git a/app/src/main/java/ch/protonmail/android/labels/presentation/model/LabelActionItemUiModelDiffCallback.kt b/app/src/main/java/ch/protonmail/android/labels/presentation/model/LabelActionItemUiModelDiffCallback.kt index 47d7f1506..138424c1b 100644 --- a/app/src/main/java/ch/protonmail/android/labels/presentation/model/LabelActionItemUiModelDiffCallback.kt +++ b/app/src/main/java/ch/protonmail/android/labels/presentation/model/LabelActionItemUiModelDiffCallback.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.presentation.model diff --git a/app/src/main/java/ch/protonmail/android/labels/presentation/model/LabelActonItemUiModel.kt b/app/src/main/java/ch/protonmail/android/labels/presentation/model/LabelActonItemUiModel.kt index cca181321..8c89d3a77 100644 --- a/app/src/main/java/ch/protonmail/android/labels/presentation/model/LabelActonItemUiModel.kt +++ b/app/src/main/java/ch/protonmail/android/labels/presentation/model/LabelActonItemUiModel.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.presentation.model diff --git a/app/src/main/java/ch/protonmail/android/labels/presentation/model/LabelIcon.kt b/app/src/main/java/ch/protonmail/android/labels/presentation/model/LabelIcon.kt index 41685ef60..47a56b616 100644 --- a/app/src/main/java/ch/protonmail/android/labels/presentation/model/LabelIcon.kt +++ b/app/src/main/java/ch/protonmail/android/labels/presentation/model/LabelIcon.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.presentation.model diff --git a/app/src/main/java/ch/protonmail/android/labels/presentation/model/LabelsManagerItemUiModel.kt b/app/src/main/java/ch/protonmail/android/labels/presentation/model/LabelsManagerItemUiModel.kt index f553ce22a..098acb995 100644 --- a/app/src/main/java/ch/protonmail/android/labels/presentation/model/LabelsManagerItemUiModel.kt +++ b/app/src/main/java/ch/protonmail/android/labels/presentation/model/LabelsManagerItemUiModel.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.presentation.model diff --git a/app/src/main/java/ch/protonmail/android/labels/presentation/model/ParentFolderPickerAction.kt b/app/src/main/java/ch/protonmail/android/labels/presentation/model/ParentFolderPickerAction.kt index 1a698ccc2..a399ed1e7 100644 --- a/app/src/main/java/ch/protonmail/android/labels/presentation/model/ParentFolderPickerAction.kt +++ b/app/src/main/java/ch/protonmail/android/labels/presentation/model/ParentFolderPickerAction.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.presentation.model diff --git a/app/src/main/java/ch/protonmail/android/labels/presentation/model/ParentFolderPickerItemUiModel.kt b/app/src/main/java/ch/protonmail/android/labels/presentation/model/ParentFolderPickerItemUiModel.kt index 110d947f0..002345ff7 100644 --- a/app/src/main/java/ch/protonmail/android/labels/presentation/model/ParentFolderPickerItemUiModel.kt +++ b/app/src/main/java/ch/protonmail/android/labels/presentation/model/ParentFolderPickerItemUiModel.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.presentation.model diff --git a/app/src/main/java/ch/protonmail/android/labels/presentation/model/ParentFolderPickerState.kt b/app/src/main/java/ch/protonmail/android/labels/presentation/model/ParentFolderPickerState.kt index 36487a42c..00b35f9e2 100644 --- a/app/src/main/java/ch/protonmail/android/labels/presentation/model/ParentFolderPickerState.kt +++ b/app/src/main/java/ch/protonmail/android/labels/presentation/model/ParentFolderPickerState.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.presentation.model diff --git a/app/src/main/java/ch/protonmail/android/labels/presentation/model/StandardFolderLocation.kt b/app/src/main/java/ch/protonmail/android/labels/presentation/model/StandardFolderLocation.kt index cb7804862..abc2edacb 100644 --- a/app/src/main/java/ch/protonmail/android/labels/presentation/model/StandardFolderLocation.kt +++ b/app/src/main/java/ch/protonmail/android/labels/presentation/model/StandardFolderLocation.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.presentation.model diff --git a/app/src/main/java/ch/protonmail/android/labels/presentation/ui/LabelsActionAdapter.kt b/app/src/main/java/ch/protonmail/android/labels/presentation/ui/LabelsActionAdapter.kt index 8c4331888..a8b82c033 100644 --- a/app/src/main/java/ch/protonmail/android/labels/presentation/ui/LabelsActionAdapter.kt +++ b/app/src/main/java/ch/protonmail/android/labels/presentation/ui/LabelsActionAdapter.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.presentation.ui diff --git a/app/src/main/java/ch/protonmail/android/labels/presentation/ui/LabelsActionSheet.kt b/app/src/main/java/ch/protonmail/android/labels/presentation/ui/LabelsActionSheet.kt index 344bbe052..1a14a99d6 100644 --- a/app/src/main/java/ch/protonmail/android/labels/presentation/ui/LabelsActionSheet.kt +++ b/app/src/main/java/ch/protonmail/android/labels/presentation/ui/LabelsActionSheet.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.presentation.ui diff --git a/app/src/main/java/ch/protonmail/android/labels/presentation/ui/LabelsManagerActivity.kt b/app/src/main/java/ch/protonmail/android/labels/presentation/ui/LabelsManagerActivity.kt index 752b84fdb..662bc3d53 100644 --- a/app/src/main/java/ch/protonmail/android/labels/presentation/ui/LabelsManagerActivity.kt +++ b/app/src/main/java/ch/protonmail/android/labels/presentation/ui/LabelsManagerActivity.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.presentation.ui diff --git a/app/src/main/java/ch/protonmail/android/labels/presentation/ui/LabelsManagerAdapter.kt b/app/src/main/java/ch/protonmail/android/labels/presentation/ui/LabelsManagerAdapter.kt index c8df9fc69..158b59854 100644 --- a/app/src/main/java/ch/protonmail/android/labels/presentation/ui/LabelsManagerAdapter.kt +++ b/app/src/main/java/ch/protonmail/android/labels/presentation/ui/LabelsManagerAdapter.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.presentation.ui diff --git a/app/src/main/java/ch/protonmail/android/labels/presentation/ui/ParentFolderPickerActivity.kt b/app/src/main/java/ch/protonmail/android/labels/presentation/ui/ParentFolderPickerActivity.kt index 61bb31814..68a998d68 100644 --- a/app/src/main/java/ch/protonmail/android/labels/presentation/ui/ParentFolderPickerActivity.kt +++ b/app/src/main/java/ch/protonmail/android/labels/presentation/ui/ParentFolderPickerActivity.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.presentation.ui diff --git a/app/src/main/java/ch/protonmail/android/labels/presentation/viewmodel/LabelsActionSheetViewModel.kt b/app/src/main/java/ch/protonmail/android/labels/presentation/viewmodel/LabelsActionSheetViewModel.kt index 13b54a6fd..016835e0c 100644 --- a/app/src/main/java/ch/protonmail/android/labels/presentation/viewmodel/LabelsActionSheetViewModel.kt +++ b/app/src/main/java/ch/protonmail/android/labels/presentation/viewmodel/LabelsActionSheetViewModel.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.presentation.viewmodel diff --git a/app/src/main/java/ch/protonmail/android/labels/presentation/viewmodel/LabelsManagerViewModel.kt b/app/src/main/java/ch/protonmail/android/labels/presentation/viewmodel/LabelsManagerViewModel.kt index b86d5e259..5e390b21d 100644 --- a/app/src/main/java/ch/protonmail/android/labels/presentation/viewmodel/LabelsManagerViewModel.kt +++ b/app/src/main/java/ch/protonmail/android/labels/presentation/viewmodel/LabelsManagerViewModel.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.presentation.viewmodel diff --git a/app/src/main/java/ch/protonmail/android/labels/presentation/viewmodel/ParentFolderPickerViewModel.kt b/app/src/main/java/ch/protonmail/android/labels/presentation/viewmodel/ParentFolderPickerViewModel.kt index cc07b52e1..8fafd2c71 100644 --- a/app/src/main/java/ch/protonmail/android/labels/presentation/viewmodel/ParentFolderPickerViewModel.kt +++ b/app/src/main/java/ch/protonmail/android/labels/presentation/viewmodel/ParentFolderPickerViewModel.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.presentation.viewmodel diff --git a/app/src/main/java/ch/protonmail/android/mailbox/data/ConversationsRepositoryImpl.kt b/app/src/main/java/ch/protonmail/android/mailbox/data/ConversationsRepositoryImpl.kt index dae9d8e53..55857ad0a 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/data/ConversationsRepositoryImpl.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/data/ConversationsRepositoryImpl.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.data diff --git a/app/src/main/java/ch/protonmail/android/mailbox/data/MarkUnreadLatestNonDraftMessageInLocation.kt b/app/src/main/java/ch/protonmail/android/mailbox/data/MarkUnreadLatestNonDraftMessageInLocation.kt index 3e3944256..a20a140ae 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/data/MarkUnreadLatestNonDraftMessageInLocation.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/data/MarkUnreadLatestNonDraftMessageInLocation.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.data diff --git a/app/src/main/java/ch/protonmail/android/mailbox/data/local/ConversationDao.kt b/app/src/main/java/ch/protonmail/android/mailbox/data/local/ConversationDao.kt index 2a2a03b77..476d31a1c 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/data/local/ConversationDao.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/data/local/ConversationDao.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.data.local diff --git a/app/src/main/java/ch/protonmail/android/mailbox/data/local/ConversationTypesConverter.kt b/app/src/main/java/ch/protonmail/android/mailbox/data/local/ConversationTypesConverter.kt index 79a0d0a8c..2c0630098 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/data/local/ConversationTypesConverter.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/data/local/ConversationTypesConverter.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.data.local diff --git a/app/src/main/java/ch/protonmail/android/mailbox/data/local/UnreadCounterDao.kt b/app/src/main/java/ch/protonmail/android/mailbox/data/local/UnreadCounterDao.kt index 692a743f9..12a159697 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/data/local/UnreadCounterDao.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/data/local/UnreadCounterDao.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.data.local diff --git a/app/src/main/java/ch/protonmail/android/mailbox/data/local/model/ConversationDatabaseModel.kt b/app/src/main/java/ch/protonmail/android/mailbox/data/local/model/ConversationDatabaseModel.kt index 99038505e..6a063146d 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/data/local/model/ConversationDatabaseModel.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/data/local/model/ConversationDatabaseModel.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.data.local.model diff --git a/app/src/main/java/ch/protonmail/android/mailbox/data/local/model/LabelContextDatabaseModel.kt b/app/src/main/java/ch/protonmail/android/mailbox/data/local/model/LabelContextDatabaseModel.kt index b4364c8d8..4352031a4 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/data/local/model/LabelContextDatabaseModel.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/data/local/model/LabelContextDatabaseModel.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.data.local.model diff --git a/app/src/main/java/ch/protonmail/android/mailbox/data/local/model/UnreadCounterEntity.kt b/app/src/main/java/ch/protonmail/android/mailbox/data/local/model/UnreadCounterEntity.kt index d998e3521..c4ac108bf 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/data/local/model/UnreadCounterEntity.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/data/local/model/UnreadCounterEntity.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.data.local.model diff --git a/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/ApiToDatabaseUnreadCounterMapper.kt b/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/ApiToDatabaseUnreadCounterMapper.kt index 615b5f78a..44506f9bc 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/ApiToDatabaseUnreadCounterMapper.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/ApiToDatabaseUnreadCounterMapper.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.data.mapper diff --git a/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/ConversationApiModelToConversationDatabaseModelMapper.kt b/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/ConversationApiModelToConversationDatabaseModelMapper.kt index 863b27d88..cf468d4ca 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/ConversationApiModelToConversationDatabaseModelMapper.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/ConversationApiModelToConversationDatabaseModelMapper.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.data.mapper diff --git a/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/ConversationApiModelToConversationMapper.kt b/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/ConversationApiModelToConversationMapper.kt index 88b98ec7d..60da3dcf8 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/ConversationApiModelToConversationMapper.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/ConversationApiModelToConversationMapper.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.data.mapper diff --git a/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/ConversationDatabaseModelToConversationMapper.kt b/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/ConversationDatabaseModelToConversationMapper.kt index 515c6ca0a..efa1b7d0f 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/ConversationDatabaseModelToConversationMapper.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/ConversationDatabaseModelToConversationMapper.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.data.mapper diff --git a/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/ConversationsResponseToConversationsDatabaseModelsMapper.kt b/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/ConversationsResponseToConversationsDatabaseModelsMapper.kt index d16369a98..2acea2817 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/ConversationsResponseToConversationsDatabaseModelsMapper.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/ConversationsResponseToConversationsDatabaseModelsMapper.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.data.mapper diff --git a/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/ConversationsResponseToConversationsMapper.kt b/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/ConversationsResponseToConversationsMapper.kt index 623e31f1e..6cc42ce83 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/ConversationsResponseToConversationsMapper.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/ConversationsResponseToConversationsMapper.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.data.mapper diff --git a/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/CorrespondentApiModelToCorrespondentMapper.kt b/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/CorrespondentApiModelToCorrespondentMapper.kt index 54e11a355..75f984389 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/CorrespondentApiModelToCorrespondentMapper.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/CorrespondentApiModelToCorrespondentMapper.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.data.mapper diff --git a/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/CorrespondentApiModelToMessageRecipientMapper.kt b/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/CorrespondentApiModelToMessageRecipientMapper.kt index ecc918968..d16040877 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/CorrespondentApiModelToMessageRecipientMapper.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/CorrespondentApiModelToMessageRecipientMapper.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.data.mapper diff --git a/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/CorrespondentApiModelToMessageSenderMapper.kt b/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/CorrespondentApiModelToMessageSenderMapper.kt index a680a912d..8907fe1ea 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/CorrespondentApiModelToMessageSenderMapper.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/CorrespondentApiModelToMessageSenderMapper.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.data.mapper diff --git a/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/CorrespondentToMessageRecipientMapper.kt b/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/CorrespondentToMessageRecipientMapper.kt index 7038c2e00..771f360ed 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/CorrespondentToMessageRecipientMapper.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/CorrespondentToMessageRecipientMapper.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.data.mapper diff --git a/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/CorrespondentToMessageSenderMapper.kt b/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/CorrespondentToMessageSenderMapper.kt index ae9be50a6..d840cebc7 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/CorrespondentToMessageSenderMapper.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/CorrespondentToMessageSenderMapper.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.data.mapper diff --git a/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/DatabaseToDomainUnreadCounterMapper.kt b/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/DatabaseToDomainUnreadCounterMapper.kt index 3c034077b..9fcc86428 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/DatabaseToDomainUnreadCounterMapper.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/DatabaseToDomainUnreadCounterMapper.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.data.mapper diff --git a/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/LabelContextApiModelToLabelContextDatabaseModelMapper.kt b/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/LabelContextApiModelToLabelContextDatabaseModelMapper.kt index b08c5fa3d..e53b61404 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/LabelContextApiModelToLabelContextDatabaseModelMapper.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/LabelContextApiModelToLabelContextDatabaseModelMapper.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.data.mapper diff --git a/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/LabelContextApiModelToLabelContextMapper.kt b/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/LabelContextApiModelToLabelContextMapper.kt index 8b11b45a3..01e3beb24 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/LabelContextApiModelToLabelContextMapper.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/LabelContextApiModelToLabelContextMapper.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.data.mapper diff --git a/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/LabelContextDatabaseModelToLabelContextMapper.kt b/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/LabelContextDatabaseModelToLabelContextMapper.kt index 86ae33082..6527071d7 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/LabelContextDatabaseModelToLabelContextMapper.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/LabelContextDatabaseModelToLabelContextMapper.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.data.mapper diff --git a/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/MessageRecipientToCorrespondentMapper.kt b/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/MessageRecipientToCorrespondentMapper.kt index 6ef981bd8..d2c37d4ab 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/MessageRecipientToCorrespondentMapper.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/MessageRecipientToCorrespondentMapper.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.data.mapper diff --git a/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/MessageSenderToCorrespondentMapper.kt b/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/MessageSenderToCorrespondentMapper.kt index 9877a4f55..74a79e84b 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/MessageSenderToCorrespondentMapper.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/MessageSenderToCorrespondentMapper.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.data.mapper diff --git a/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/MessagesResponseToMessagesMapper.kt b/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/MessagesResponseToMessagesMapper.kt index 174fcb0d9..ef2fed517 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/MessagesResponseToMessagesMapper.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/data/mapper/MessagesResponseToMessagesMapper.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.data.mapper diff --git a/app/src/main/java/ch/protonmail/android/mailbox/data/remote/ConversationApi.kt b/app/src/main/java/ch/protonmail/android/mailbox/data/remote/ConversationApi.kt index df9dd1ff4..1539e25a0 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/data/remote/ConversationApi.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/data/remote/ConversationApi.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.data.remote diff --git a/app/src/main/java/ch/protonmail/android/mailbox/data/remote/ConversationApiSpec.kt b/app/src/main/java/ch/protonmail/android/mailbox/data/remote/ConversationApiSpec.kt index d9916e654..fdc42e245 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/data/remote/ConversationApiSpec.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/data/remote/ConversationApiSpec.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.data.remote diff --git a/app/src/main/java/ch/protonmail/android/mailbox/data/remote/ConversationService.kt b/app/src/main/java/ch/protonmail/android/mailbox/data/remote/ConversationService.kt index 422071097..f4dccd91a 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/data/remote/ConversationService.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/data/remote/ConversationService.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.data.remote diff --git a/app/src/main/java/ch/protonmail/android/mailbox/data/remote/model/ConversationApiModel.kt b/app/src/main/java/ch/protonmail/android/mailbox/data/remote/model/ConversationApiModel.kt index 111c27a07..e8f0dcfc3 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/data/remote/model/ConversationApiModel.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/data/remote/model/ConversationApiModel.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.data.remote.model diff --git a/app/src/main/java/ch/protonmail/android/mailbox/data/remote/model/ConversationIdsRequestBody.kt b/app/src/main/java/ch/protonmail/android/mailbox/data/remote/model/ConversationIdsRequestBody.kt index 67c695210..2f08e16bb 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/data/remote/model/ConversationIdsRequestBody.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/data/remote/model/ConversationIdsRequestBody.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.data.remote.model diff --git a/app/src/main/java/ch/protonmail/android/mailbox/data/remote/model/ConversationsActionResponse.kt b/app/src/main/java/ch/protonmail/android/mailbox/data/remote/model/ConversationsActionResponse.kt index 986b75e91..2bcbe18f3 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/data/remote/model/ConversationsActionResponse.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/data/remote/model/ConversationsActionResponse.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.data.remote.model diff --git a/app/src/main/java/ch/protonmail/android/mailbox/data/remote/model/ConversationsActionResponses.kt b/app/src/main/java/ch/protonmail/android/mailbox/data/remote/model/ConversationsActionResponses.kt index f555c89c2..f6dc91460 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/data/remote/model/ConversationsActionResponses.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/data/remote/model/ConversationsActionResponses.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.data.remote.model diff --git a/app/src/main/java/ch/protonmail/android/mailbox/data/remote/model/ConversationsResponse.kt b/app/src/main/java/ch/protonmail/android/mailbox/data/remote/model/ConversationsResponse.kt index 08cea2e43..56576e9cb 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/data/remote/model/ConversationsResponse.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/data/remote/model/ConversationsResponse.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.data.remote.model diff --git a/app/src/main/java/ch/protonmail/android/mailbox/data/remote/model/CorrespondentApiModel.kt b/app/src/main/java/ch/protonmail/android/mailbox/data/remote/model/CorrespondentApiModel.kt index e8b4466ce..afba54254 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/data/remote/model/CorrespondentApiModel.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/data/remote/model/CorrespondentApiModel.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.data.remote.model diff --git a/app/src/main/java/ch/protonmail/android/mailbox/data/remote/model/CountsApiModel.kt b/app/src/main/java/ch/protonmail/android/mailbox/data/remote/model/CountsApiModel.kt index b295b7833..ef4f2c5bc 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/data/remote/model/CountsApiModel.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/data/remote/model/CountsApiModel.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.data.remote.model diff --git a/app/src/main/java/ch/protonmail/android/mailbox/data/remote/model/CountsResponse.kt b/app/src/main/java/ch/protonmail/android/mailbox/data/remote/model/CountsResponse.kt index e05216fee..8d77946b9 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/data/remote/model/CountsResponse.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/data/remote/model/CountsResponse.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.data.remote.model diff --git a/app/src/main/java/ch/protonmail/android/mailbox/data/remote/model/LabelContextApiModel.kt b/app/src/main/java/ch/protonmail/android/mailbox/data/remote/model/LabelContextApiModel.kt index 55bb12ef1..f5cab9bc5 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/data/remote/model/LabelContextApiModel.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/data/remote/model/LabelContextApiModel.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.data.remote.model diff --git a/app/src/main/java/ch/protonmail/android/mailbox/data/remote/model/UndoTokenApiModel.kt b/app/src/main/java/ch/protonmail/android/mailbox/data/remote/model/UndoTokenApiModel.kt index 88cfcb6a4..e12e3fc27 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/data/remote/model/UndoTokenApiModel.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/data/remote/model/UndoTokenApiModel.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.data.remote.model diff --git a/app/src/main/java/ch/protonmail/android/mailbox/data/remote/worker/DeleteConversationsRemoteWorker.kt b/app/src/main/java/ch/protonmail/android/mailbox/data/remote/worker/DeleteConversationsRemoteWorker.kt index 58d40b46b..199402fa8 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/data/remote/worker/DeleteConversationsRemoteWorker.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/data/remote/worker/DeleteConversationsRemoteWorker.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.data.remote.worker diff --git a/app/src/main/java/ch/protonmail/android/mailbox/data/remote/worker/MarkConversationUnreadRemoteWorker.kt b/app/src/main/java/ch/protonmail/android/mailbox/data/remote/worker/MarkConversationUnreadRemoteWorker.kt index 42b174d6d..0e8a293de 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/data/remote/worker/MarkConversationUnreadRemoteWorker.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/data/remote/worker/MarkConversationUnreadRemoteWorker.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.data.remote.worker diff --git a/app/src/main/java/ch/protonmail/android/mailbox/data/remote/worker/MarkConversationsReadRemoteWorker.kt b/app/src/main/java/ch/protonmail/android/mailbox/data/remote/worker/MarkConversationsReadRemoteWorker.kt index dc2974a5c..7abc16b25 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/data/remote/worker/MarkConversationsReadRemoteWorker.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/data/remote/worker/MarkConversationsReadRemoteWorker.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.data.remote.worker diff --git a/app/src/main/java/ch/protonmail/android/mailbox/data/remote/worker/MoveMessageToLocationWorker.kt b/app/src/main/java/ch/protonmail/android/mailbox/data/remote/worker/MoveMessageToLocationWorker.kt index ad82a2902..f561255b8 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/data/remote/worker/MoveMessageToLocationWorker.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/data/remote/worker/MoveMessageToLocationWorker.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.data.remote.worker diff --git a/app/src/main/java/ch/protonmail/android/mailbox/domain/ChangeConversationsReadStatus.kt b/app/src/main/java/ch/protonmail/android/mailbox/domain/ChangeConversationsReadStatus.kt index ebfbec2f2..0f2e38d57 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/domain/ChangeConversationsReadStatus.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/domain/ChangeConversationsReadStatus.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.domain diff --git a/app/src/main/java/ch/protonmail/android/mailbox/domain/ChangeConversationsStarredStatus.kt b/app/src/main/java/ch/protonmail/android/mailbox/domain/ChangeConversationsStarredStatus.kt index 1ca3ecd21..f94ab86bb 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/domain/ChangeConversationsStarredStatus.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/domain/ChangeConversationsStarredStatus.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.domain diff --git a/app/src/main/java/ch/protonmail/android/mailbox/domain/ConversationsRepository.kt b/app/src/main/java/ch/protonmail/android/mailbox/domain/ConversationsRepository.kt index dad45d868..4eae5e6de 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/domain/ConversationsRepository.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/domain/ConversationsRepository.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.domain diff --git a/app/src/main/java/ch/protonmail/android/mailbox/domain/DeleteConversations.kt b/app/src/main/java/ch/protonmail/android/mailbox/domain/DeleteConversations.kt index 5035cedf2..0322147a8 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/domain/DeleteConversations.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/domain/DeleteConversations.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.domain diff --git a/app/src/main/java/ch/protonmail/android/mailbox/domain/HandleChangeToConversations.kt b/app/src/main/java/ch/protonmail/android/mailbox/domain/HandleChangeToConversations.kt index 3f490b9df..d79c6250f 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/domain/HandleChangeToConversations.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/domain/HandleChangeToConversations.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.domain diff --git a/app/src/main/java/ch/protonmail/android/mailbox/domain/MoveConversationsToFolder.kt b/app/src/main/java/ch/protonmail/android/mailbox/domain/MoveConversationsToFolder.kt index bdc0e2464..ec73c1984 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/domain/MoveConversationsToFolder.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/domain/MoveConversationsToFolder.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.domain diff --git a/app/src/main/java/ch/protonmail/android/mailbox/domain/model/AllUnreadCounters.kt b/app/src/main/java/ch/protonmail/android/mailbox/domain/model/AllUnreadCounters.kt index 8be1401e5..22ea4588c 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/domain/model/AllUnreadCounters.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/domain/model/AllUnreadCounters.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.domain.model diff --git a/app/src/main/java/ch/protonmail/android/mailbox/domain/model/Conversation.kt b/app/src/main/java/ch/protonmail/android/mailbox/domain/model/Conversation.kt index 3322629a7..ca07eeb8f 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/domain/model/Conversation.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/domain/model/Conversation.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.domain.model diff --git a/app/src/main/java/ch/protonmail/android/mailbox/domain/model/ConversationsActionResult.kt b/app/src/main/java/ch/protonmail/android/mailbox/domain/model/ConversationsActionResult.kt index 00cd7cc6c..ab34974a2 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/domain/model/ConversationsActionResult.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/domain/model/ConversationsActionResult.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.domain.model diff --git a/app/src/main/java/ch/protonmail/android/mailbox/domain/model/Correspondent.kt b/app/src/main/java/ch/protonmail/android/mailbox/domain/model/Correspondent.kt index 7414390fb..9ac0e3e48 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/domain/model/Correspondent.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/domain/model/Correspondent.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.domain.model diff --git a/app/src/main/java/ch/protonmail/android/mailbox/domain/model/GetAllConversationsParameters.kt b/app/src/main/java/ch/protonmail/android/mailbox/domain/model/GetAllConversationsParameters.kt index 6aafb6f6e..ff01c0d89 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/domain/model/GetAllConversationsParameters.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/domain/model/GetAllConversationsParameters.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.domain.model diff --git a/app/src/main/java/ch/protonmail/android/mailbox/domain/model/GetAllMessagesParameters.kt b/app/src/main/java/ch/protonmail/android/mailbox/domain/model/GetAllMessagesParameters.kt index f634474fc..13d7e729c 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/domain/model/GetAllMessagesParameters.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/domain/model/GetAllMessagesParameters.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.domain.model diff --git a/app/src/main/java/ch/protonmail/android/mailbox/domain/model/GetConversationsResult.kt b/app/src/main/java/ch/protonmail/android/mailbox/domain/model/GetConversationsResult.kt index 016277383..b76c1702c 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/domain/model/GetConversationsResult.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/domain/model/GetConversationsResult.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.domain.model diff --git a/app/src/main/java/ch/protonmail/android/mailbox/domain/model/GetMessagesResult.kt b/app/src/main/java/ch/protonmail/android/mailbox/domain/model/GetMessagesResult.kt index 7681f5fd4..676321983 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/domain/model/GetMessagesResult.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/domain/model/GetMessagesResult.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.domain.model diff --git a/app/src/main/java/ch/protonmail/android/mailbox/domain/model/GetOneConversationParameters.kt b/app/src/main/java/ch/protonmail/android/mailbox/domain/model/GetOneConversationParameters.kt index 643fd9a5c..c7a971767 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/domain/model/GetOneConversationParameters.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/domain/model/GetOneConversationParameters.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.domain.model diff --git a/app/src/main/java/ch/protonmail/android/mailbox/domain/model/GetOneMessageParameters.kt b/app/src/main/java/ch/protonmail/android/mailbox/domain/model/GetOneMessageParameters.kt index 6d4584520..e26f5ed76 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/domain/model/GetOneMessageParameters.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/domain/model/GetOneMessageParameters.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.domain.model diff --git a/app/src/main/java/ch/protonmail/android/mailbox/domain/model/LabelContext.kt b/app/src/main/java/ch/protonmail/android/mailbox/domain/model/LabelContext.kt index 913488638..4eb1aa5c0 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/domain/model/LabelContext.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/domain/model/LabelContext.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.domain.model diff --git a/app/src/main/java/ch/protonmail/android/mailbox/domain/model/MessageDomainModel.kt b/app/src/main/java/ch/protonmail/android/mailbox/domain/model/MessageDomainModel.kt index 537ce6a12..d01988673 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/domain/model/MessageDomainModel.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/domain/model/MessageDomainModel.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.domain.model diff --git a/app/src/main/java/ch/protonmail/android/mailbox/domain/model/UnreadCounter.kt b/app/src/main/java/ch/protonmail/android/mailbox/domain/model/UnreadCounter.kt index 7fa4cba26..a9189a664 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/domain/model/UnreadCounter.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/domain/model/UnreadCounter.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.domain.model diff --git a/app/src/main/java/ch/protonmail/android/mailbox/domain/usecase/MoveMessagesToFolder.kt b/app/src/main/java/ch/protonmail/android/mailbox/domain/usecase/MoveMessagesToFolder.kt index 8325a6799..70f127188 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/domain/usecase/MoveMessagesToFolder.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/domain/usecase/MoveMessagesToFolder.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.domain.usecase diff --git a/app/src/main/java/ch/protonmail/android/mailbox/domain/usecase/ObserveAllUnreadCounters.kt b/app/src/main/java/ch/protonmail/android/mailbox/domain/usecase/ObserveAllUnreadCounters.kt index 17cbbe5f9..7ed90279f 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/domain/usecase/ObserveAllUnreadCounters.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/domain/usecase/ObserveAllUnreadCounters.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.domain.usecase diff --git a/app/src/main/java/ch/protonmail/android/mailbox/domain/usecase/ObserveConversationModeEnabled.kt b/app/src/main/java/ch/protonmail/android/mailbox/domain/usecase/ObserveConversationModeEnabled.kt index 493586d3d..389a6457a 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/domain/usecase/ObserveConversationModeEnabled.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/domain/usecase/ObserveConversationModeEnabled.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.domain.usecase diff --git a/app/src/main/java/ch/protonmail/android/mailbox/domain/usecase/ObserveConversationsByLocation.kt b/app/src/main/java/ch/protonmail/android/mailbox/domain/usecase/ObserveConversationsByLocation.kt index 3081ebd83..85a5452fc 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/domain/usecase/ObserveConversationsByLocation.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/domain/usecase/ObserveConversationsByLocation.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.domain.usecase diff --git a/app/src/main/java/ch/protonmail/android/mailbox/domain/usecase/ObserveMessagesByLocation.kt b/app/src/main/java/ch/protonmail/android/mailbox/domain/usecase/ObserveMessagesByLocation.kt index 4e1b15247..861402831 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/domain/usecase/ObserveMessagesByLocation.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/domain/usecase/ObserveMessagesByLocation.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.domain.usecase diff --git a/app/src/main/java/ch/protonmail/android/mailbox/presentation/mapper/MailboxItemUiModelMapper.kt b/app/src/main/java/ch/protonmail/android/mailbox/presentation/mapper/MailboxItemUiModelMapper.kt index 64902cbee..08a0ef122 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/presentation/mapper/MailboxItemUiModelMapper.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/presentation/mapper/MailboxItemUiModelMapper.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.presentation.mapper diff --git a/app/src/main/java/ch/protonmail/android/mailbox/presentation/model/MailboxItemUiModel.kt b/app/src/main/java/ch/protonmail/android/mailbox/presentation/model/MailboxItemUiModel.kt index aef11b6ee..b75917a6b 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/presentation/model/MailboxItemUiModel.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/presentation/model/MailboxItemUiModel.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.presentation.model diff --git a/app/src/main/java/ch/protonmail/android/mailbox/presentation/model/MailboxListState.kt b/app/src/main/java/ch/protonmail/android/mailbox/presentation/model/MailboxListState.kt index dc3e55898..f26f3fb55 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/presentation/model/MailboxListState.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/presentation/model/MailboxListState.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.presentation.model diff --git a/app/src/main/java/ch/protonmail/android/mailbox/presentation/model/MailboxState.kt b/app/src/main/java/ch/protonmail/android/mailbox/presentation/model/MailboxState.kt index a23765082..1af06d8b2 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/presentation/model/MailboxState.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/presentation/model/MailboxState.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.presentation.model diff --git a/app/src/main/java/ch/protonmail/android/mailbox/presentation/model/UnreadChipState.kt b/app/src/main/java/ch/protonmail/android/mailbox/presentation/model/UnreadChipState.kt index 084fc8826..7aeb68ec3 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/presentation/model/UnreadChipState.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/presentation/model/UnreadChipState.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.presentation.model diff --git a/app/src/main/java/ch/protonmail/android/mailbox/presentation/model/UnreadChipUiModel.kt b/app/src/main/java/ch/protonmail/android/mailbox/presentation/model/UnreadChipUiModel.kt index 7a366fb42..83a4a48b0 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/presentation/model/UnreadChipUiModel.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/presentation/model/UnreadChipUiModel.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.presentation.model diff --git a/app/src/main/java/ch/protonmail/android/mailbox/presentation/ui/MailboxActivity.kt b/app/src/main/java/ch/protonmail/android/mailbox/presentation/ui/MailboxActivity.kt index 6aa8d2504..a4047db3e 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/presentation/ui/MailboxActivity.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/presentation/ui/MailboxActivity.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.presentation.ui diff --git a/app/src/main/java/ch/protonmail/android/mailbox/presentation/util/ConversationModeEnabled.kt b/app/src/main/java/ch/protonmail/android/mailbox/presentation/util/ConversationModeEnabled.kt index 059368cf5..83675dc05 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/presentation/util/ConversationModeEnabled.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/presentation/util/ConversationModeEnabled.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.presentation.util diff --git a/app/src/main/java/ch/protonmail/android/mailbox/presentation/viewmodel/MailboxViewModel.kt b/app/src/main/java/ch/protonmail/android/mailbox/presentation/viewmodel/MailboxViewModel.kt index 516a49c37..6529c744b 100644 --- a/app/src/main/java/ch/protonmail/android/mailbox/presentation/viewmodel/MailboxViewModel.kt +++ b/app/src/main/java/ch/protonmail/android/mailbox/presentation/viewmodel/MailboxViewModel.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.presentation.viewmodel diff --git a/app/src/main/java/ch/protonmail/android/mapper/bridge/AddressKeysBridgeMapper.kt b/app/src/main/java/ch/protonmail/android/mapper/bridge/AddressKeysBridgeMapper.kt index 372d1819e..68efec231 100644 --- a/app/src/main/java/ch/protonmail/android/mapper/bridge/AddressKeysBridgeMapper.kt +++ b/app/src/main/java/ch/protonmail/android/mapper/bridge/AddressKeysBridgeMapper.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ @file:Suppress("DEPRECATION") // Suppress deprecated usages from old entity diff --git a/app/src/main/java/ch/protonmail/android/mapper/bridge/AddressesBridgeMapper.kt b/app/src/main/java/ch/protonmail/android/mapper/bridge/AddressesBridgeMapper.kt index 86440d66a..39aaaf0e7 100644 --- a/app/src/main/java/ch/protonmail/android/mapper/bridge/AddressesBridgeMapper.kt +++ b/app/src/main/java/ch/protonmail/android/mapper/bridge/AddressesBridgeMapper.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ @file:Suppress("DEPRECATION") // Suppress deprecated usages from old entity diff --git a/app/src/main/java/ch/protonmail/android/mapper/bridge/BridgeMapper.kt b/app/src/main/java/ch/protonmail/android/mapper/bridge/BridgeMapper.kt index 95a498f33..bcca31447 100644 --- a/app/src/main/java/ch/protonmail/android/mapper/bridge/BridgeMapper.kt +++ b/app/src/main/java/ch/protonmail/android/mapper/bridge/BridgeMapper.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mapper.bridge diff --git a/app/src/main/java/ch/protonmail/android/mapper/bridge/UserBridgeMapper.kt b/app/src/main/java/ch/protonmail/android/mapper/bridge/UserBridgeMapper.kt index c926a7285..21a67aeae 100644 --- a/app/src/main/java/ch/protonmail/android/mapper/bridge/UserBridgeMapper.kt +++ b/app/src/main/java/ch/protonmail/android/mapper/bridge/UserBridgeMapper.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ @file:Suppress("DEPRECATION") // Suppress deprecated usages from old entity diff --git a/app/src/main/java/ch/protonmail/android/mapper/bridge/UserKeysBridgeMapper.kt b/app/src/main/java/ch/protonmail/android/mapper/bridge/UserKeysBridgeMapper.kt index 3aae7d4df..a78732d46 100644 --- a/app/src/main/java/ch/protonmail/android/mapper/bridge/UserKeysBridgeMapper.kt +++ b/app/src/main/java/ch/protonmail/android/mapper/bridge/UserKeysBridgeMapper.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ @file:Suppress("DEPRECATION") // Suppress deprecated usages from old entity diff --git a/app/src/main/java/ch/protonmail/android/navigation/presentation/NavigationActivity.kt b/app/src/main/java/ch/protonmail/android/navigation/presentation/NavigationActivity.kt index 09cb06b29..0e2da7877 100644 --- a/app/src/main/java/ch/protonmail/android/navigation/presentation/NavigationActivity.kt +++ b/app/src/main/java/ch/protonmail/android/navigation/presentation/NavigationActivity.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.navigation.presentation diff --git a/app/src/main/java/ch/protonmail/android/navigation/presentation/NavigationViewModel.kt b/app/src/main/java/ch/protonmail/android/navigation/presentation/NavigationViewModel.kt index e2aec79f8..2d705d8ee 100644 --- a/app/src/main/java/ch/protonmail/android/navigation/presentation/NavigationViewModel.kt +++ b/app/src/main/java/ch/protonmail/android/navigation/presentation/NavigationViewModel.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.navigation.presentation diff --git a/app/src/main/java/ch/protonmail/android/notifications/data/remote/fcm/FcmTokenManager.kt b/app/src/main/java/ch/protonmail/android/notifications/data/remote/fcm/FcmTokenManager.kt index ccf27d0ec..271f45174 100644 --- a/app/src/main/java/ch/protonmail/android/notifications/data/remote/fcm/FcmTokenManager.kt +++ b/app/src/main/java/ch/protonmail/android/notifications/data/remote/fcm/FcmTokenManager.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.notifications.data.remote.fcm diff --git a/app/src/main/java/ch/protonmail/android/notifications/data/remote/fcm/MultiUserFcmTokenManager.kt b/app/src/main/java/ch/protonmail/android/notifications/data/remote/fcm/MultiUserFcmTokenManager.kt index 1945bc1e5..6603709a5 100644 --- a/app/src/main/java/ch/protonmail/android/notifications/data/remote/fcm/MultiUserFcmTokenManager.kt +++ b/app/src/main/java/ch/protonmail/android/notifications/data/remote/fcm/MultiUserFcmTokenManager.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.notifications.data.remote.fcm diff --git a/app/src/main/java/ch/protonmail/android/notifications/data/remote/fcm/PMFirebaseMessagingService.kt b/app/src/main/java/ch/protonmail/android/notifications/data/remote/fcm/PMFirebaseMessagingService.kt index f4181e005..453ee7c4d 100644 --- a/app/src/main/java/ch/protonmail/android/notifications/data/remote/fcm/PMFirebaseMessagingService.kt +++ b/app/src/main/java/ch/protonmail/android/notifications/data/remote/fcm/PMFirebaseMessagingService.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.notifications.data.remote.fcm diff --git a/app/src/main/java/ch/protonmail/android/notifications/data/remote/fcm/RegisterDeviceWorker.kt b/app/src/main/java/ch/protonmail/android/notifications/data/remote/fcm/RegisterDeviceWorker.kt index 9771846bf..b640c7f96 100644 --- a/app/src/main/java/ch/protonmail/android/notifications/data/remote/fcm/RegisterDeviceWorker.kt +++ b/app/src/main/java/ch/protonmail/android/notifications/data/remote/fcm/RegisterDeviceWorker.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.notifications.data.remote.fcm diff --git a/app/src/main/java/ch/protonmail/android/notifications/data/remote/fcm/UnregisterDeviceWorker.kt b/app/src/main/java/ch/protonmail/android/notifications/data/remote/fcm/UnregisterDeviceWorker.kt index b45b9e706..a8e1437a2 100644 --- a/app/src/main/java/ch/protonmail/android/notifications/data/remote/fcm/UnregisterDeviceWorker.kt +++ b/app/src/main/java/ch/protonmail/android/notifications/data/remote/fcm/UnregisterDeviceWorker.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.notifications.data.remote.fcm diff --git a/app/src/main/java/ch/protonmail/android/notifications/data/remote/fcm/model/FirebaseToken.kt b/app/src/main/java/ch/protonmail/android/notifications/data/remote/fcm/model/FirebaseToken.kt index d5011c395..69ed2b0eb 100644 --- a/app/src/main/java/ch/protonmail/android/notifications/data/remote/fcm/model/FirebaseToken.kt +++ b/app/src/main/java/ch/protonmail/android/notifications/data/remote/fcm/model/FirebaseToken.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.notifications.data.remote.fcm.model diff --git a/app/src/main/java/ch/protonmail/android/notifications/data/remote/model/PushNotification.kt b/app/src/main/java/ch/protonmail/android/notifications/data/remote/model/PushNotification.kt index 9d9c2ae4f..c8ef00f46 100644 --- a/app/src/main/java/ch/protonmail/android/notifications/data/remote/model/PushNotification.kt +++ b/app/src/main/java/ch/protonmail/android/notifications/data/remote/model/PushNotification.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.notifications.data.remote.model diff --git a/app/src/main/java/ch/protonmail/android/notifications/data/remote/model/PushNotificationData.kt b/app/src/main/java/ch/protonmail/android/notifications/data/remote/model/PushNotificationData.kt index cb1ba9ae4..d4a76f014 100644 --- a/app/src/main/java/ch/protonmail/android/notifications/data/remote/model/PushNotificationData.kt +++ b/app/src/main/java/ch/protonmail/android/notifications/data/remote/model/PushNotificationData.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.notifications.data.remote.model diff --git a/app/src/main/java/ch/protonmail/android/notifications/data/remote/model/PushNotificationSender.kt b/app/src/main/java/ch/protonmail/android/notifications/data/remote/model/PushNotificationSender.kt index a7be4513f..a3d08da4b 100644 --- a/app/src/main/java/ch/protonmail/android/notifications/data/remote/model/PushNotificationSender.kt +++ b/app/src/main/java/ch/protonmail/android/notifications/data/remote/model/PushNotificationSender.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.notifications.data.remote.model diff --git a/app/src/main/java/ch/protonmail/android/notifications/domain/ProcessPushNotificationDataWorker.kt b/app/src/main/java/ch/protonmail/android/notifications/domain/ProcessPushNotificationDataWorker.kt index ff5a1e3dc..e875c10da 100644 --- a/app/src/main/java/ch/protonmail/android/notifications/domain/ProcessPushNotificationDataWorker.kt +++ b/app/src/main/java/ch/protonmail/android/notifications/domain/ProcessPushNotificationDataWorker.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.notifications.domain diff --git a/app/src/main/java/ch/protonmail/android/notifications/domain/model/Notification.kt b/app/src/main/java/ch/protonmail/android/notifications/domain/model/Notification.kt index edb3c68bd..f077e24f7 100644 --- a/app/src/main/java/ch/protonmail/android/notifications/domain/model/Notification.kt +++ b/app/src/main/java/ch/protonmail/android/notifications/domain/model/Notification.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.notifications.domain.model diff --git a/app/src/main/java/ch/protonmail/android/notifications/domain/model/NotificationId.kt b/app/src/main/java/ch/protonmail/android/notifications/domain/model/NotificationId.kt index e60ac428e..7a7ea36a5 100644 --- a/app/src/main/java/ch/protonmail/android/notifications/domain/model/NotificationId.kt +++ b/app/src/main/java/ch/protonmail/android/notifications/domain/model/NotificationId.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.notifications.domain.model diff --git a/app/src/main/java/ch/protonmail/android/notifications/presentation/usecase/ClearNotificationsForUser.kt b/app/src/main/java/ch/protonmail/android/notifications/presentation/usecase/ClearNotificationsForUser.kt index 4ddba328b..1f51d21d1 100644 --- a/app/src/main/java/ch/protonmail/android/notifications/presentation/usecase/ClearNotificationsForUser.kt +++ b/app/src/main/java/ch/protonmail/android/notifications/presentation/usecase/ClearNotificationsForUser.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.notifications.presentation.usecase diff --git a/app/src/main/java/ch/protonmail/android/notifications/presentation/utils/NotificationServer.kt b/app/src/main/java/ch/protonmail/android/notifications/presentation/utils/NotificationServer.kt index 40c0ecb8f..0c4edeed3 100644 --- a/app/src/main/java/ch/protonmail/android/notifications/presentation/utils/NotificationServer.kt +++ b/app/src/main/java/ch/protonmail/android/notifications/presentation/utils/NotificationServer.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.notifications.presentation.utils diff --git a/app/src/main/java/ch/protonmail/android/onboarding/base/presentation/model/OnboardingItemUiModel.kt b/app/src/main/java/ch/protonmail/android/onboarding/base/presentation/model/OnboardingItemUiModel.kt index 4e21e58ea..4f4e8b7c2 100644 --- a/app/src/main/java/ch/protonmail/android/onboarding/base/presentation/model/OnboardingItemUiModel.kt +++ b/app/src/main/java/ch/protonmail/android/onboarding/base/presentation/model/OnboardingItemUiModel.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.onboarding.base.presentation.model diff --git a/app/src/main/java/ch/protonmail/android/onboarding/newuser/presentation/NewUserOnboardingActivity.kt b/app/src/main/java/ch/protonmail/android/onboarding/newuser/presentation/NewUserOnboardingActivity.kt index b614861c4..77ab54563 100644 --- a/app/src/main/java/ch/protonmail/android/onboarding/newuser/presentation/NewUserOnboardingActivity.kt +++ b/app/src/main/java/ch/protonmail/android/onboarding/newuser/presentation/NewUserOnboardingActivity.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.onboarding.newuser.presentation diff --git a/app/src/main/java/ch/protonmail/android/pendingaction/data/PendingActionDao.kt b/app/src/main/java/ch/protonmail/android/pendingaction/data/PendingActionDao.kt index e064434f1..ab9a2cbcc 100644 --- a/app/src/main/java/ch/protonmail/android/pendingaction/data/PendingActionDao.kt +++ b/app/src/main/java/ch/protonmail/android/pendingaction/data/PendingActionDao.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.pendingaction.data diff --git a/app/src/main/java/ch/protonmail/android/pendingaction/data/PendingActionDatabase.kt b/app/src/main/java/ch/protonmail/android/pendingaction/data/PendingActionDatabase.kt index 6de050a89..fde7e1376 100644 --- a/app/src/main/java/ch/protonmail/android/pendingaction/data/PendingActionDatabase.kt +++ b/app/src/main/java/ch/protonmail/android/pendingaction/data/PendingActionDatabase.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.pendingaction.data diff --git a/app/src/main/java/ch/protonmail/android/pendingaction/data/model/PendingSend.kt b/app/src/main/java/ch/protonmail/android/pendingaction/data/model/PendingSend.kt index d3cb804d9..8c499b85e 100644 --- a/app/src/main/java/ch/protonmail/android/pendingaction/data/model/PendingSend.kt +++ b/app/src/main/java/ch/protonmail/android/pendingaction/data/model/PendingSend.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.pendingaction.data.model diff --git a/app/src/main/java/ch/protonmail/android/pendingaction/data/model/PendingUpload.kt b/app/src/main/java/ch/protonmail/android/pendingaction/data/model/PendingUpload.kt index 1d1f6e6ac..8f876304a 100644 --- a/app/src/main/java/ch/protonmail/android/pendingaction/data/model/PendingUpload.kt +++ b/app/src/main/java/ch/protonmail/android/pendingaction/data/model/PendingUpload.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.pendingaction.data.model diff --git a/app/src/main/java/ch/protonmail/android/pendingaction/domain/repository/PendingSendRepository.kt b/app/src/main/java/ch/protonmail/android/pendingaction/domain/repository/PendingSendRepository.kt index a38cb4bf6..1ddf1191f 100644 --- a/app/src/main/java/ch/protonmail/android/pendingaction/domain/repository/PendingSendRepository.kt +++ b/app/src/main/java/ch/protonmail/android/pendingaction/domain/repository/PendingSendRepository.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.pendingaction.domain.repository diff --git a/app/src/main/java/ch/protonmail/android/permissions/PermissionHelper.java b/app/src/main/java/ch/protonmail/android/permissions/PermissionHelper.java index 8ac125ba1..b84f4cfa8 100644 --- a/app/src/main/java/ch/protonmail/android/permissions/PermissionHelper.java +++ b/app/src/main/java/ch/protonmail/android/permissions/PermissionHelper.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.permissions; diff --git a/app/src/main/java/ch/protonmail/android/pinlock/domain/usecase/GetPinLockTimer.kt b/app/src/main/java/ch/protonmail/android/pinlock/domain/usecase/GetPinLockTimer.kt index 4d645f6c5..e9da39bb0 100644 --- a/app/src/main/java/ch/protonmail/android/pinlock/domain/usecase/GetPinLockTimer.kt +++ b/app/src/main/java/ch/protonmail/android/pinlock/domain/usecase/GetPinLockTimer.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.pinlock.domain.usecase diff --git a/app/src/main/java/ch/protonmail/android/pinlock/domain/usecase/IsPinLockEnabled.kt b/app/src/main/java/ch/protonmail/android/pinlock/domain/usecase/IsPinLockEnabled.kt index 5f51c0328..aaca6383b 100644 --- a/app/src/main/java/ch/protonmail/android/pinlock/domain/usecase/IsPinLockEnabled.kt +++ b/app/src/main/java/ch/protonmail/android/pinlock/domain/usecase/IsPinLockEnabled.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.pinlock.domain.usecase diff --git a/app/src/main/java/ch/protonmail/android/pinlock/domain/usecase/ShouldShowPinLockScreen.kt b/app/src/main/java/ch/protonmail/android/pinlock/domain/usecase/ShouldShowPinLockScreen.kt index 29947b672..948954922 100644 --- a/app/src/main/java/ch/protonmail/android/pinlock/domain/usecase/ShouldShowPinLockScreen.kt +++ b/app/src/main/java/ch/protonmail/android/pinlock/domain/usecase/ShouldShowPinLockScreen.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.pinlock.domain.usecase diff --git a/app/src/main/java/ch/protonmail/android/pinlock/presentation/PinLockManager.kt b/app/src/main/java/ch/protonmail/android/pinlock/presentation/PinLockManager.kt index 0fae1e446..8ce660127 100644 --- a/app/src/main/java/ch/protonmail/android/pinlock/presentation/PinLockManager.kt +++ b/app/src/main/java/ch/protonmail/android/pinlock/presentation/PinLockManager.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.pinlock.presentation diff --git a/app/src/main/java/ch/protonmail/android/prefs/SecureSharedPreferences.kt b/app/src/main/java/ch/protonmail/android/prefs/SecureSharedPreferences.kt index 727bb1f86..6dc75402a 100644 --- a/app/src/main/java/ch/protonmail/android/prefs/SecureSharedPreferences.kt +++ b/app/src/main/java/ch/protonmail/android/prefs/SecureSharedPreferences.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.prefs diff --git a/app/src/main/java/ch/protonmail/android/receivers/ConnectivityBroadcastReceiver.java b/app/src/main/java/ch/protonmail/android/receivers/ConnectivityBroadcastReceiver.java index 3beeb5faf..bf476bf06 100644 --- a/app/src/main/java/ch/protonmail/android/receivers/ConnectivityBroadcastReceiver.java +++ b/app/src/main/java/ch/protonmail/android/receivers/ConnectivityBroadcastReceiver.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.receivers; diff --git a/app/src/main/java/ch/protonmail/android/receivers/LocaleChangeReceiver.java b/app/src/main/java/ch/protonmail/android/receivers/LocaleChangeReceiver.java index 03c9533ad..01044ddbd 100644 --- a/app/src/main/java/ch/protonmail/android/receivers/LocaleChangeReceiver.java +++ b/app/src/main/java/ch/protonmail/android/receivers/LocaleChangeReceiver.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.receivers; diff --git a/app/src/main/java/ch/protonmail/android/receivers/NotificationReceiver.kt b/app/src/main/java/ch/protonmail/android/receivers/NotificationReceiver.kt index b5eed59a6..763902901 100644 --- a/app/src/main/java/ch/protonmail/android/receivers/NotificationReceiver.kt +++ b/app/src/main/java/ch/protonmail/android/receivers/NotificationReceiver.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.receivers diff --git a/app/src/main/java/ch/protonmail/android/receivers/OnBootReceiver.java b/app/src/main/java/ch/protonmail/android/receivers/OnBootReceiver.java index 474c81d0c..14c4610f7 100644 --- a/app/src/main/java/ch/protonmail/android/receivers/OnBootReceiver.java +++ b/app/src/main/java/ch/protonmail/android/receivers/OnBootReceiver.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.receivers; diff --git a/app/src/main/java/ch/protonmail/android/receivers/TimeChangedReceiver.kt b/app/src/main/java/ch/protonmail/android/receivers/TimeChangedReceiver.kt index 27517cb54..587d1aed8 100644 --- a/app/src/main/java/ch/protonmail/android/receivers/TimeChangedReceiver.kt +++ b/app/src/main/java/ch/protonmail/android/receivers/TimeChangedReceiver.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.receivers diff --git a/app/src/main/java/ch/protonmail/android/repository/AuthRepository.kt b/app/src/main/java/ch/protonmail/android/repository/AuthRepository.kt index 7e37e7875..e580158ac 100644 --- a/app/src/main/java/ch/protonmail/android/repository/AuthRepository.kt +++ b/app/src/main/java/ch/protonmail/android/repository/AuthRepository.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.repository diff --git a/app/src/main/java/ch/protonmail/android/repository/MessageRepository.kt b/app/src/main/java/ch/protonmail/android/repository/MessageRepository.kt index 39505e765..da397db91 100644 --- a/app/src/main/java/ch/protonmail/android/repository/MessageRepository.kt +++ b/app/src/main/java/ch/protonmail/android/repository/MessageRepository.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.repository diff --git a/app/src/main/java/ch/protonmail/android/security/domain/usecase/ObserveIsPreventTakingScreenshots.kt b/app/src/main/java/ch/protonmail/android/security/domain/usecase/ObserveIsPreventTakingScreenshots.kt index 7fedfa68d..4f21cfb38 100644 --- a/app/src/main/java/ch/protonmail/android/security/domain/usecase/ObserveIsPreventTakingScreenshots.kt +++ b/app/src/main/java/ch/protonmail/android/security/domain/usecase/ObserveIsPreventTakingScreenshots.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.security.domain.usecase diff --git a/app/src/main/java/ch/protonmail/android/security/presentation/LogoutHandler.kt b/app/src/main/java/ch/protonmail/android/security/presentation/LogoutHandler.kt index b6ddaf8e5..07d133f55 100644 --- a/app/src/main/java/ch/protonmail/android/security/presentation/LogoutHandler.kt +++ b/app/src/main/java/ch/protonmail/android/security/presentation/LogoutHandler.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.security.presentation diff --git a/app/src/main/java/ch/protonmail/android/security/presentation/ScreenshotManager.kt b/app/src/main/java/ch/protonmail/android/security/presentation/ScreenshotManager.kt index 609019043..8af514488 100644 --- a/app/src/main/java/ch/protonmail/android/security/presentation/ScreenshotManager.kt +++ b/app/src/main/java/ch/protonmail/android/security/presentation/ScreenshotManager.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.security.presentation diff --git a/app/src/main/java/ch/protonmail/android/security/presentation/SecurityManager.kt b/app/src/main/java/ch/protonmail/android/security/presentation/SecurityManager.kt index e6d6521ea..14f77076f 100644 --- a/app/src/main/java/ch/protonmail/android/security/presentation/SecurityManager.kt +++ b/app/src/main/java/ch/protonmail/android/security/presentation/SecurityManager.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.security.presentation diff --git a/app/src/main/java/ch/protonmail/android/security/presentation/SecurityManagerInitializer.kt b/app/src/main/java/ch/protonmail/android/security/presentation/SecurityManagerInitializer.kt index b17c434b7..2deed9893 100644 --- a/app/src/main/java/ch/protonmail/android/security/presentation/SecurityManagerInitializer.kt +++ b/app/src/main/java/ch/protonmail/android/security/presentation/SecurityManagerInitializer.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.security.presentation diff --git a/app/src/main/java/ch/protonmail/android/settings/data/MailSettingsEnumMapper.kt b/app/src/main/java/ch/protonmail/android/settings/data/MailSettingsEnumMapper.kt index 3bc4ff65d..179ccea2e 100644 --- a/app/src/main/java/ch/protonmail/android/settings/data/MailSettingsEnumMapper.kt +++ b/app/src/main/java/ch/protonmail/android/settings/data/MailSettingsEnumMapper.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.settings.data diff --git a/app/src/main/java/ch/protonmail/android/settings/data/SharedPreferencesDeviceSettingsRepository.kt b/app/src/main/java/ch/protonmail/android/settings/data/SharedPreferencesDeviceSettingsRepository.kt index 42030a4cd..48c0413e0 100644 --- a/app/src/main/java/ch/protonmail/android/settings/data/SharedPreferencesDeviceSettingsRepository.kt +++ b/app/src/main/java/ch/protonmail/android/settings/data/SharedPreferencesDeviceSettingsRepository.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.settings.data diff --git a/app/src/main/java/ch/protonmail/android/settings/domain/DeviceSettingsRepository.kt b/app/src/main/java/ch/protonmail/android/settings/domain/DeviceSettingsRepository.kt index 5488f4ecf..7421bf805 100644 --- a/app/src/main/java/ch/protonmail/android/settings/domain/DeviceSettingsRepository.kt +++ b/app/src/main/java/ch/protonmail/android/settings/domain/DeviceSettingsRepository.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.settings.domain diff --git a/app/src/main/java/ch/protonmail/android/settings/domain/GetMailSettings.kt b/app/src/main/java/ch/protonmail/android/settings/domain/GetMailSettings.kt index 6bad3deaa..43b7d432a 100644 --- a/app/src/main/java/ch/protonmail/android/settings/domain/GetMailSettings.kt +++ b/app/src/main/java/ch/protonmail/android/settings/domain/GetMailSettings.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.settings.domain diff --git a/app/src/main/java/ch/protonmail/android/settings/domain/UpdateSwipeActions.kt b/app/src/main/java/ch/protonmail/android/settings/domain/UpdateSwipeActions.kt index 10776c06c..0c4475d31 100644 --- a/app/src/main/java/ch/protonmail/android/settings/domain/UpdateSwipeActions.kt +++ b/app/src/main/java/ch/protonmail/android/settings/domain/UpdateSwipeActions.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.settings.domain diff --git a/app/src/main/java/ch/protonmail/android/settings/domain/UpdateViewMode.kt b/app/src/main/java/ch/protonmail/android/settings/domain/UpdateViewMode.kt index 0a5f7435b..e878a07f5 100644 --- a/app/src/main/java/ch/protonmail/android/settings/domain/UpdateViewMode.kt +++ b/app/src/main/java/ch/protonmail/android/settings/domain/UpdateViewMode.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.settings.domain diff --git a/app/src/main/java/ch/protonmail/android/settings/domain/model/AppThemeSettings.kt b/app/src/main/java/ch/protonmail/android/settings/domain/model/AppThemeSettings.kt index 1a7df5222..d6ce16f7e 100644 --- a/app/src/main/java/ch/protonmail/android/settings/domain/model/AppThemeSettings.kt +++ b/app/src/main/java/ch/protonmail/android/settings/domain/model/AppThemeSettings.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.settings.domain.model diff --git a/app/src/main/java/ch/protonmail/android/settings/domain/usecase/ApplyAppThemeFromSettings.kt b/app/src/main/java/ch/protonmail/android/settings/domain/usecase/ApplyAppThemeFromSettings.kt index c9d27afa0..770ce3751 100644 --- a/app/src/main/java/ch/protonmail/android/settings/domain/usecase/ApplyAppThemeFromSettings.kt +++ b/app/src/main/java/ch/protonmail/android/settings/domain/usecase/ApplyAppThemeFromSettings.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.settings.domain.usecase diff --git a/app/src/main/java/ch/protonmail/android/settings/domain/usecase/GetAppThemeSettings.kt b/app/src/main/java/ch/protonmail/android/settings/domain/usecase/GetAppThemeSettings.kt index ecfc9ec81..00ab0d1f9 100644 --- a/app/src/main/java/ch/protonmail/android/settings/domain/usecase/GetAppThemeSettings.kt +++ b/app/src/main/java/ch/protonmail/android/settings/domain/usecase/GetAppThemeSettings.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.settings.domain.usecase diff --git a/app/src/main/java/ch/protonmail/android/settings/domain/usecase/ObserveUserSettings.kt b/app/src/main/java/ch/protonmail/android/settings/domain/usecase/ObserveUserSettings.kt index 6506bea9a..947c820bf 100644 --- a/app/src/main/java/ch/protonmail/android/settings/domain/usecase/ObserveUserSettings.kt +++ b/app/src/main/java/ch/protonmail/android/settings/domain/usecase/ObserveUserSettings.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.settings.domain.usecase diff --git a/app/src/main/java/ch/protonmail/android/settings/domain/usecase/SaveAppThemeSettings.kt b/app/src/main/java/ch/protonmail/android/settings/domain/usecase/SaveAppThemeSettings.kt index 84cd19092..123ef65eb 100644 --- a/app/src/main/java/ch/protonmail/android/settings/domain/usecase/SaveAppThemeSettings.kt +++ b/app/src/main/java/ch/protonmail/android/settings/domain/usecase/SaveAppThemeSettings.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.settings.domain.usecase diff --git a/app/src/main/java/ch/protonmail/android/settings/pin/ChangePinActivity.kt b/app/src/main/java/ch/protonmail/android/settings/pin/ChangePinActivity.kt index 5a621dff9..0a9ca112c 100644 --- a/app/src/main/java/ch/protonmail/android/settings/pin/ChangePinActivity.kt +++ b/app/src/main/java/ch/protonmail/android/settings/pin/ChangePinActivity.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.settings.pin diff --git a/app/src/main/java/ch/protonmail/android/settings/pin/CreatePinActivity.kt b/app/src/main/java/ch/protonmail/android/settings/pin/CreatePinActivity.kt index c80b7ff47..8e4a65bef 100644 --- a/app/src/main/java/ch/protonmail/android/settings/pin/CreatePinActivity.kt +++ b/app/src/main/java/ch/protonmail/android/settings/pin/CreatePinActivity.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.settings.pin diff --git a/app/src/main/java/ch/protonmail/android/settings/pin/PinFragment.kt b/app/src/main/java/ch/protonmail/android/settings/pin/PinFragment.kt index 1cc5cb5fc..a481377b4 100644 --- a/app/src/main/java/ch/protonmail/android/settings/pin/PinFragment.kt +++ b/app/src/main/java/ch/protonmail/android/settings/pin/PinFragment.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.settings.pin diff --git a/app/src/main/java/ch/protonmail/android/settings/pin/PinSettingsActivity.kt b/app/src/main/java/ch/protonmail/android/settings/pin/PinSettingsActivity.kt index e55594390..461cfe68c 100644 --- a/app/src/main/java/ch/protonmail/android/settings/pin/PinSettingsActivity.kt +++ b/app/src/main/java/ch/protonmail/android/settings/pin/PinSettingsActivity.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.settings.pin diff --git a/app/src/main/java/ch/protonmail/android/settings/pin/ValidatePinActivity.kt b/app/src/main/java/ch/protonmail/android/settings/pin/ValidatePinActivity.kt index 81aaeac08..75ea4ea6a 100644 --- a/app/src/main/java/ch/protonmail/android/settings/pin/ValidatePinActivity.kt +++ b/app/src/main/java/ch/protonmail/android/settings/pin/ValidatePinActivity.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.settings.pin diff --git a/app/src/main/java/ch/protonmail/android/settings/pin/viewmodel/PinFragmentViewModel.kt b/app/src/main/java/ch/protonmail/android/settings/pin/viewmodel/PinFragmentViewModel.kt index 9a3996623..4f157eb35 100644 --- a/app/src/main/java/ch/protonmail/android/settings/pin/viewmodel/PinFragmentViewModel.kt +++ b/app/src/main/java/ch/protonmail/android/settings/pin/viewmodel/PinFragmentViewModel.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.settings.pin.viewmodel diff --git a/app/src/main/java/ch/protonmail/android/settings/pin/viewmodel/PinFragmentViewModelFactory.kt b/app/src/main/java/ch/protonmail/android/settings/pin/viewmodel/PinFragmentViewModelFactory.kt index 4d23667fc..d75525fc3 100644 --- a/app/src/main/java/ch/protonmail/android/settings/pin/viewmodel/PinFragmentViewModelFactory.kt +++ b/app/src/main/java/ch/protonmail/android/settings/pin/viewmodel/PinFragmentViewModelFactory.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.settings.pin.viewmodel diff --git a/app/src/main/java/ch/protonmail/android/settings/presentation/AccountSettingsActivity.kt b/app/src/main/java/ch/protonmail/android/settings/presentation/AccountSettingsActivity.kt index 986a655c8..050c54821 100644 --- a/app/src/main/java/ch/protonmail/android/settings/presentation/AccountSettingsActivity.kt +++ b/app/src/main/java/ch/protonmail/android/settings/presentation/AccountSettingsActivity.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.settings.presentation diff --git a/app/src/main/java/ch/protonmail/android/settings/presentation/AccountSettingsActivityViewModel.kt b/app/src/main/java/ch/protonmail/android/settings/presentation/AccountSettingsActivityViewModel.kt index 51f04c369..9ab1bdf0e 100644 --- a/app/src/main/java/ch/protonmail/android/settings/presentation/AccountSettingsActivityViewModel.kt +++ b/app/src/main/java/ch/protonmail/android/settings/presentation/AccountSettingsActivityViewModel.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.settings.presentation diff --git a/app/src/main/java/ch/protonmail/android/settings/presentation/AttachmentStorageActivity.kt b/app/src/main/java/ch/protonmail/android/settings/presentation/AttachmentStorageActivity.kt index 44716c187..316f2da28 100644 --- a/app/src/main/java/ch/protonmail/android/settings/presentation/AttachmentStorageActivity.kt +++ b/app/src/main/java/ch/protonmail/android/settings/presentation/AttachmentStorageActivity.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.settings.presentation diff --git a/app/src/main/java/ch/protonmail/android/settings/presentation/DisplayNameAndSignatureFragment.kt b/app/src/main/java/ch/protonmail/android/settings/presentation/DisplayNameAndSignatureFragment.kt index e7bb8b9ce..52691f071 100644 --- a/app/src/main/java/ch/protonmail/android/settings/presentation/DisplayNameAndSignatureFragment.kt +++ b/app/src/main/java/ch/protonmail/android/settings/presentation/DisplayNameAndSignatureFragment.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.settings.presentation diff --git a/app/src/main/java/ch/protonmail/android/settings/presentation/SettingsDividerItemDecoration.kt b/app/src/main/java/ch/protonmail/android/settings/presentation/SettingsDividerItemDecoration.kt index f77bb0b49..691c75a60 100644 --- a/app/src/main/java/ch/protonmail/android/settings/presentation/SettingsDividerItemDecoration.kt +++ b/app/src/main/java/ch/protonmail/android/settings/presentation/SettingsDividerItemDecoration.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.settings.presentation diff --git a/app/src/main/java/ch/protonmail/android/settings/presentation/SnoozeNotificationsActivity.kt b/app/src/main/java/ch/protonmail/android/settings/presentation/SnoozeNotificationsActivity.kt index 894f2be01..8fba9a882 100644 --- a/app/src/main/java/ch/protonmail/android/settings/presentation/SnoozeNotificationsActivity.kt +++ b/app/src/main/java/ch/protonmail/android/settings/presentation/SnoozeNotificationsActivity.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.settings.presentation diff --git a/app/src/main/java/ch/protonmail/android/settings/presentation/SnoozeRepeatDayView.kt b/app/src/main/java/ch/protonmail/android/settings/presentation/SnoozeRepeatDayView.kt index a2a6bb19a..929f7cf54 100644 --- a/app/src/main/java/ch/protonmail/android/settings/presentation/SnoozeRepeatDayView.kt +++ b/app/src/main/java/ch/protonmail/android/settings/presentation/SnoozeRepeatDayView.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.settings.presentation diff --git a/app/src/main/java/ch/protonmail/android/settings/presentation/SwipeChooserActivity.kt b/app/src/main/java/ch/protonmail/android/settings/presentation/SwipeChooserActivity.kt index db1c7afee..c2d5842bb 100644 --- a/app/src/main/java/ch/protonmail/android/settings/presentation/SwipeChooserActivity.kt +++ b/app/src/main/java/ch/protonmail/android/settings/presentation/SwipeChooserActivity.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.settings.presentation diff --git a/app/src/main/java/ch/protonmail/android/settings/presentation/SwipeChooserViewModel.kt b/app/src/main/java/ch/protonmail/android/settings/presentation/SwipeChooserViewModel.kt index 883d2155b..89bf25234 100644 --- a/app/src/main/java/ch/protonmail/android/settings/presentation/SwipeChooserViewModel.kt +++ b/app/src/main/java/ch/protonmail/android/settings/presentation/SwipeChooserViewModel.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.settings.presentation diff --git a/app/src/main/java/ch/protonmail/android/settings/presentation/SwipeSettingFragment.kt b/app/src/main/java/ch/protonmail/android/settings/presentation/SwipeSettingFragment.kt index 424abe737..dbc17e408 100644 --- a/app/src/main/java/ch/protonmail/android/settings/presentation/SwipeSettingFragment.kt +++ b/app/src/main/java/ch/protonmail/android/settings/presentation/SwipeSettingFragment.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.settings.presentation diff --git a/app/src/main/java/ch/protonmail/android/settings/presentation/ui/ThemeChooserActivity.kt b/app/src/main/java/ch/protonmail/android/settings/presentation/ui/ThemeChooserActivity.kt index f30c84843..e20d48c02 100644 --- a/app/src/main/java/ch/protonmail/android/settings/presentation/ui/ThemeChooserActivity.kt +++ b/app/src/main/java/ch/protonmail/android/settings/presentation/ui/ThemeChooserActivity.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.settings.presentation.ui diff --git a/app/src/main/java/ch/protonmail/android/settings/presentation/viewmodel/ThemeChooserViewModel.kt b/app/src/main/java/ch/protonmail/android/settings/presentation/viewmodel/ThemeChooserViewModel.kt index b0b1c6e61..b3a4768e2 100644 --- a/app/src/main/java/ch/protonmail/android/settings/presentation/viewmodel/ThemeChooserViewModel.kt +++ b/app/src/main/java/ch/protonmail/android/settings/presentation/viewmodel/ThemeChooserViewModel.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.settings.presentation.viewmodel diff --git a/app/src/main/java/ch/protonmail/android/storage/AttachmentClearingService.java b/app/src/main/java/ch/protonmail/android/storage/AttachmentClearingService.java index 18aa00216..f21ed1cb9 100644 --- a/app/src/main/java/ch/protonmail/android/storage/AttachmentClearingService.java +++ b/app/src/main/java/ch/protonmail/android/storage/AttachmentClearingService.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.storage; diff --git a/app/src/main/java/ch/protonmail/android/storage/AttachmentClearingServiceHelper.kt b/app/src/main/java/ch/protonmail/android/storage/AttachmentClearingServiceHelper.kt index 043a4b136..8761b7ea3 100644 --- a/app/src/main/java/ch/protonmail/android/storage/AttachmentClearingServiceHelper.kt +++ b/app/src/main/java/ch/protonmail/android/storage/AttachmentClearingServiceHelper.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.storage diff --git a/app/src/main/java/ch/protonmail/android/storage/MessageBodyClearingService.kt b/app/src/main/java/ch/protonmail/android/storage/MessageBodyClearingService.kt index 0626795d5..4bd6d3af3 100644 --- a/app/src/main/java/ch/protonmail/android/storage/MessageBodyClearingService.kt +++ b/app/src/main/java/ch/protonmail/android/storage/MessageBodyClearingService.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.storage diff --git a/app/src/main/java/ch/protonmail/android/tasks/AbstractEmbeddedImagesThread.java b/app/src/main/java/ch/protonmail/android/tasks/AbstractEmbeddedImagesThread.java index c5af77281..191f5645e 100644 --- a/app/src/main/java/ch/protonmail/android/tasks/AbstractEmbeddedImagesThread.java +++ b/app/src/main/java/ch/protonmail/android/tasks/AbstractEmbeddedImagesThread.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.tasks; diff --git a/app/src/main/java/ch/protonmail/android/tasks/EmbeddedImagesThread.kt b/app/src/main/java/ch/protonmail/android/tasks/EmbeddedImagesThread.kt index c10cc04b8..63afbef9e 100644 --- a/app/src/main/java/ch/protonmail/android/tasks/EmbeddedImagesThread.kt +++ b/app/src/main/java/ch/protonmail/android/tasks/EmbeddedImagesThread.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.tasks diff --git a/app/src/main/java/ch/protonmail/android/ui/actionsheet/ActionSheetHeader.kt b/app/src/main/java/ch/protonmail/android/ui/actionsheet/ActionSheetHeader.kt index 20d3f61ae..3776ccb82 100644 --- a/app/src/main/java/ch/protonmail/android/ui/actionsheet/ActionSheetHeader.kt +++ b/app/src/main/java/ch/protonmail/android/ui/actionsheet/ActionSheetHeader.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.ui.actionsheet diff --git a/app/src/main/java/ch/protonmail/android/ui/actionsheet/MessageActionSheet.kt b/app/src/main/java/ch/protonmail/android/ui/actionsheet/MessageActionSheet.kt index 43b1f8487..837ad4860 100644 --- a/app/src/main/java/ch/protonmail/android/ui/actionsheet/MessageActionSheet.kt +++ b/app/src/main/java/ch/protonmail/android/ui/actionsheet/MessageActionSheet.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.ui.actionsheet diff --git a/app/src/main/java/ch/protonmail/android/ui/actionsheet/MessageActionSheetAction.kt b/app/src/main/java/ch/protonmail/android/ui/actionsheet/MessageActionSheetAction.kt index 2dcc7167c..a0df97bf7 100644 --- a/app/src/main/java/ch/protonmail/android/ui/actionsheet/MessageActionSheetAction.kt +++ b/app/src/main/java/ch/protonmail/android/ui/actionsheet/MessageActionSheetAction.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.ui.actionsheet diff --git a/app/src/main/java/ch/protonmail/android/ui/actionsheet/MessageActionSheetState.kt b/app/src/main/java/ch/protonmail/android/ui/actionsheet/MessageActionSheetState.kt index 08af7fa60..b1119b8a4 100644 --- a/app/src/main/java/ch/protonmail/android/ui/actionsheet/MessageActionSheetState.kt +++ b/app/src/main/java/ch/protonmail/android/ui/actionsheet/MessageActionSheetState.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.ui.actionsheet diff --git a/app/src/main/java/ch/protonmail/android/ui/actionsheet/MessageActionSheetViewModel.kt b/app/src/main/java/ch/protonmail/android/ui/actionsheet/MessageActionSheetViewModel.kt index 34796f76b..a14c982be 100644 --- a/app/src/main/java/ch/protonmail/android/ui/actionsheet/MessageActionSheetViewModel.kt +++ b/app/src/main/java/ch/protonmail/android/ui/actionsheet/MessageActionSheetViewModel.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.ui.actionsheet diff --git a/app/src/main/java/ch/protonmail/android/ui/actionsheet/model/ActionSheetTarget.kt b/app/src/main/java/ch/protonmail/android/ui/actionsheet/model/ActionSheetTarget.kt index 2736e79f3..23d586d84 100644 --- a/app/src/main/java/ch/protonmail/android/ui/actionsheet/model/ActionSheetTarget.kt +++ b/app/src/main/java/ch/protonmail/android/ui/actionsheet/model/ActionSheetTarget.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.ui.actionsheet.model diff --git a/app/src/main/java/ch/protonmail/android/ui/adapter/BaseAdapter.kt b/app/src/main/java/ch/protonmail/android/ui/adapter/BaseAdapter.kt index 0f9ea3c68..997b6a982 100644 --- a/app/src/main/java/ch/protonmail/android/ui/adapter/BaseAdapter.kt +++ b/app/src/main/java/ch/protonmail/android/ui/adapter/BaseAdapter.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ @file:Suppress("unused", "MemberVisibilityCanBePrivate") // Public APIs diff --git a/app/src/main/java/ch/protonmail/android/ui/adapter/ClickableAdapter.kt b/app/src/main/java/ch/protonmail/android/ui/adapter/ClickableAdapter.kt index 7d24c0c90..7baa00fdd 100644 --- a/app/src/main/java/ch/protonmail/android/ui/adapter/ClickableAdapter.kt +++ b/app/src/main/java/ch/protonmail/android/ui/adapter/ClickableAdapter.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ @file:Suppress("unused", "MemberVisibilityCanBePrivate") // Public APIs diff --git a/app/src/main/java/ch/protonmail/android/ui/layout/MoreItemsLinearLayout.kt b/app/src/main/java/ch/protonmail/android/ui/layout/MoreItemsLinearLayout.kt index 1a3e382a0..335bcfa96 100644 --- a/app/src/main/java/ch/protonmail/android/ui/layout/MoreItemsLinearLayout.kt +++ b/app/src/main/java/ch/protonmail/android/ui/layout/MoreItemsLinearLayout.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.ui.layout diff --git a/app/src/main/java/ch/protonmail/android/ui/model/LabelChipUiModel.kt b/app/src/main/java/ch/protonmail/android/ui/model/LabelChipUiModel.kt index f63e99069..8f583fd9b 100644 --- a/app/src/main/java/ch/protonmail/android/ui/model/LabelChipUiModel.kt +++ b/app/src/main/java/ch/protonmail/android/ui/model/LabelChipUiModel.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.ui.model diff --git a/app/src/main/java/ch/protonmail/android/ui/view/CheckableButton.kt b/app/src/main/java/ch/protonmail/android/ui/view/CheckableButton.kt index d49370ea3..92383b910 100644 --- a/app/src/main/java/ch/protonmail/android/ui/view/CheckableButton.kt +++ b/app/src/main/java/ch/protonmail/android/ui/view/CheckableButton.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.ui.view diff --git a/app/src/main/java/ch/protonmail/android/ui/view/CollapsedMessageLabelView.kt b/app/src/main/java/ch/protonmail/android/ui/view/CollapsedMessageLabelView.kt index 68c8d1f66..c5d78f5b3 100644 --- a/app/src/main/java/ch/protonmail/android/ui/view/CollapsedMessageLabelView.kt +++ b/app/src/main/java/ch/protonmail/android/ui/view/CollapsedMessageLabelView.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.ui.view diff --git a/app/src/main/java/ch/protonmail/android/ui/view/ComposerBottomAppBar.kt b/app/src/main/java/ch/protonmail/android/ui/view/ComposerBottomAppBar.kt index 7670ad7b4..40b8fee76 100644 --- a/app/src/main/java/ch/protonmail/android/ui/view/ComposerBottomAppBar.kt +++ b/app/src/main/java/ch/protonmail/android/ui/view/ComposerBottomAppBar.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.ui.view diff --git a/app/src/main/java/ch/protonmail/android/ui/view/DaysAndHoursPickerView.kt b/app/src/main/java/ch/protonmail/android/ui/view/DaysAndHoursPickerView.kt index 8a1757628..e711562f0 100644 --- a/app/src/main/java/ch/protonmail/android/ui/view/DaysAndHoursPickerView.kt +++ b/app/src/main/java/ch/protonmail/android/ui/view/DaysAndHoursPickerView.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.ui.view diff --git a/app/src/main/java/ch/protonmail/android/ui/view/LabelChipView.kt b/app/src/main/java/ch/protonmail/android/ui/view/LabelChipView.kt index 4ff3a363e..70d0ae6b6 100644 --- a/app/src/main/java/ch/protonmail/android/ui/view/LabelChipView.kt +++ b/app/src/main/java/ch/protonmail/android/ui/view/LabelChipView.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.ui.view diff --git a/app/src/main/java/ch/protonmail/android/ui/view/MultiLineLabelChipGroupView.kt b/app/src/main/java/ch/protonmail/android/ui/view/MultiLineLabelChipGroupView.kt index d71c91bf2..e6a26be2a 100644 --- a/app/src/main/java/ch/protonmail/android/ui/view/MultiLineLabelChipGroupView.kt +++ b/app/src/main/java/ch/protonmail/android/ui/view/MultiLineLabelChipGroupView.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.ui.view diff --git a/app/src/main/java/ch/protonmail/android/ui/view/SingleLineCollapsedLabelGroupView.kt b/app/src/main/java/ch/protonmail/android/ui/view/SingleLineCollapsedLabelGroupView.kt index 36cf86890..4d8967fce 100644 --- a/app/src/main/java/ch/protonmail/android/ui/view/SingleLineCollapsedLabelGroupView.kt +++ b/app/src/main/java/ch/protonmail/android/ui/view/SingleLineCollapsedLabelGroupView.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.ui.view diff --git a/app/src/main/java/ch/protonmail/android/ui/view/SingleLineLabelChipGroupView.kt b/app/src/main/java/ch/protonmail/android/ui/view/SingleLineLabelChipGroupView.kt index 6be991463..1ed5f79d0 100644 --- a/app/src/main/java/ch/protonmail/android/ui/view/SingleLineLabelChipGroupView.kt +++ b/app/src/main/java/ch/protonmail/android/ui/view/SingleLineLabelChipGroupView.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.ui.view diff --git a/app/src/main/java/ch/protonmail/android/uiModel/SettingsItemUiModel.kt b/app/src/main/java/ch/protonmail/android/uiModel/SettingsItemUiModel.kt index 240047c55..672894e7a 100644 --- a/app/src/main/java/ch/protonmail/android/uiModel/SettingsItemUiModel.kt +++ b/app/src/main/java/ch/protonmail/android/uiModel/SettingsItemUiModel.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uiModel diff --git a/app/src/main/java/ch/protonmail/android/usecase/GetElapsedRealTimeMillis.kt b/app/src/main/java/ch/protonmail/android/usecase/GetElapsedRealTimeMillis.kt index 1de3c0240..7e92d5f56 100644 --- a/app/src/main/java/ch/protonmail/android/usecase/GetElapsedRealTimeMillis.kt +++ b/app/src/main/java/ch/protonmail/android/usecase/GetElapsedRealTimeMillis.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.usecase diff --git a/app/src/main/java/ch/protonmail/android/usecase/IsAppInDarkMode.kt b/app/src/main/java/ch/protonmail/android/usecase/IsAppInDarkMode.kt index a0d23abdc..42476ce9d 100644 --- a/app/src/main/java/ch/protonmail/android/usecase/IsAppInDarkMode.kt +++ b/app/src/main/java/ch/protonmail/android/usecase/IsAppInDarkMode.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.usecase diff --git a/app/src/main/java/ch/protonmail/android/usecase/LoadLegacyUser.kt b/app/src/main/java/ch/protonmail/android/usecase/LoadLegacyUser.kt index 351b1b85e..e3bd024a7 100644 --- a/app/src/main/java/ch/protonmail/android/usecase/LoadLegacyUser.kt +++ b/app/src/main/java/ch/protonmail/android/usecase/LoadLegacyUser.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.usecase diff --git a/app/src/main/java/ch/protonmail/android/usecase/LoadUser.kt b/app/src/main/java/ch/protonmail/android/usecase/LoadUser.kt index c199144ff..7e3d5531c 100644 --- a/app/src/main/java/ch/protonmail/android/usecase/LoadUser.kt +++ b/app/src/main/java/ch/protonmail/android/usecase/LoadUser.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.usecase diff --git a/app/src/main/java/ch/protonmail/android/usecase/VerifyConnection.kt b/app/src/main/java/ch/protonmail/android/usecase/VerifyConnection.kt index 53bf6b374..72a360b35 100644 --- a/app/src/main/java/ch/protonmail/android/usecase/VerifyConnection.kt +++ b/app/src/main/java/ch/protonmail/android/usecase/VerifyConnection.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.usecase diff --git a/app/src/main/java/ch/protonmail/android/usecase/compose/SaveDraft.kt b/app/src/main/java/ch/protonmail/android/usecase/compose/SaveDraft.kt index 156c17d12..d48b805ed 100644 --- a/app/src/main/java/ch/protonmail/android/usecase/compose/SaveDraft.kt +++ b/app/src/main/java/ch/protonmail/android/usecase/compose/SaveDraft.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.usecase.compose diff --git a/app/src/main/java/ch/protonmail/android/usecase/compose/SaveDraftResult.kt b/app/src/main/java/ch/protonmail/android/usecase/compose/SaveDraftResult.kt index 7ea447de2..b05b2a769 100644 --- a/app/src/main/java/ch/protonmail/android/usecase/compose/SaveDraftResult.kt +++ b/app/src/main/java/ch/protonmail/android/usecase/compose/SaveDraftResult.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.usecase.compose diff --git a/app/src/main/java/ch/protonmail/android/usecase/create/CreateContact.kt b/app/src/main/java/ch/protonmail/android/usecase/create/CreateContact.kt index a7e581675..a54283460 100644 --- a/app/src/main/java/ch/protonmail/android/usecase/create/CreateContact.kt +++ b/app/src/main/java/ch/protonmail/android/usecase/create/CreateContact.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.usecase.create diff --git a/app/src/main/java/ch/protonmail/android/usecase/delete/ClearUserData.kt b/app/src/main/java/ch/protonmail/android/usecase/delete/ClearUserData.kt index fba65374d..06acfd3f8 100644 --- a/app/src/main/java/ch/protonmail/android/usecase/delete/ClearUserData.kt +++ b/app/src/main/java/ch/protonmail/android/usecase/delete/ClearUserData.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.usecase.delete diff --git a/app/src/main/java/ch/protonmail/android/usecase/delete/ClearUserMessagesData.kt b/app/src/main/java/ch/protonmail/android/usecase/delete/ClearUserMessagesData.kt index b1e0204e9..a6ce2fe6a 100644 --- a/app/src/main/java/ch/protonmail/android/usecase/delete/ClearUserMessagesData.kt +++ b/app/src/main/java/ch/protonmail/android/usecase/delete/ClearUserMessagesData.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.usecase.delete diff --git a/app/src/main/java/ch/protonmail/android/usecase/delete/DeleteMessage.kt b/app/src/main/java/ch/protonmail/android/usecase/delete/DeleteMessage.kt index 8fb3a0ddc..2356e7fcb 100644 --- a/app/src/main/java/ch/protonmail/android/usecase/delete/DeleteMessage.kt +++ b/app/src/main/java/ch/protonmail/android/usecase/delete/DeleteMessage.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.usecase.delete diff --git a/app/src/main/java/ch/protonmail/android/usecase/delete/EmptyFolder.kt b/app/src/main/java/ch/protonmail/android/usecase/delete/EmptyFolder.kt index 9047da392..911bad31a 100644 --- a/app/src/main/java/ch/protonmail/android/usecase/delete/EmptyFolder.kt +++ b/app/src/main/java/ch/protonmail/android/usecase/delete/EmptyFolder.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.usecase.delete diff --git a/app/src/main/java/ch/protonmail/android/usecase/fetch/FetchContactsData.kt b/app/src/main/java/ch/protonmail/android/usecase/fetch/FetchContactsData.kt index 58141a1bb..667a3d7fc 100644 --- a/app/src/main/java/ch/protonmail/android/usecase/fetch/FetchContactsData.kt +++ b/app/src/main/java/ch/protonmail/android/usecase/fetch/FetchContactsData.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.usecase.fetch diff --git a/app/src/main/java/ch/protonmail/android/usecase/fetch/FetchMailSettings.kt b/app/src/main/java/ch/protonmail/android/usecase/fetch/FetchMailSettings.kt index 5a0faf193..204eb1d89 100644 --- a/app/src/main/java/ch/protonmail/android/usecase/fetch/FetchMailSettings.kt +++ b/app/src/main/java/ch/protonmail/android/usecase/fetch/FetchMailSettings.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.usecase.fetch diff --git a/app/src/main/java/ch/protonmail/android/usecase/fetch/FetchPublicKeys.kt b/app/src/main/java/ch/protonmail/android/usecase/fetch/FetchPublicKeys.kt index 7f6af2199..4a343c333 100644 --- a/app/src/main/java/ch/protonmail/android/usecase/fetch/FetchPublicKeys.kt +++ b/app/src/main/java/ch/protonmail/android/usecase/fetch/FetchPublicKeys.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.usecase.fetch diff --git a/app/src/main/java/ch/protonmail/android/usecase/fetch/FetchVerificationKeys.kt b/app/src/main/java/ch/protonmail/android/usecase/fetch/FetchVerificationKeys.kt index a5fe5d1cf..00b1b32d3 100644 --- a/app/src/main/java/ch/protonmail/android/usecase/fetch/FetchVerificationKeys.kt +++ b/app/src/main/java/ch/protonmail/android/usecase/fetch/FetchVerificationKeys.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.usecase.fetch diff --git a/app/src/main/java/ch/protonmail/android/usecase/fetch/LaunchInitialDataFetch.kt b/app/src/main/java/ch/protonmail/android/usecase/fetch/LaunchInitialDataFetch.kt index e034601d7..2c904f562 100644 --- a/app/src/main/java/ch/protonmail/android/usecase/fetch/LaunchInitialDataFetch.kt +++ b/app/src/main/java/ch/protonmail/android/usecase/fetch/LaunchInitialDataFetch.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.usecase.fetch diff --git a/app/src/main/java/ch/protonmail/android/usecase/message/ChangeMessagesReadStatus.kt b/app/src/main/java/ch/protonmail/android/usecase/message/ChangeMessagesReadStatus.kt index cd8c2ebec..578141dfc 100644 --- a/app/src/main/java/ch/protonmail/android/usecase/message/ChangeMessagesReadStatus.kt +++ b/app/src/main/java/ch/protonmail/android/usecase/message/ChangeMessagesReadStatus.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.usecase.message diff --git a/app/src/main/java/ch/protonmail/android/usecase/message/ChangeMessagesStarredStatus.kt b/app/src/main/java/ch/protonmail/android/usecase/message/ChangeMessagesStarredStatus.kt index 3b8923893..ba422a66f 100644 --- a/app/src/main/java/ch/protonmail/android/usecase/message/ChangeMessagesStarredStatus.kt +++ b/app/src/main/java/ch/protonmail/android/usecase/message/ChangeMessagesStarredStatus.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.usecase.message diff --git a/app/src/main/java/ch/protonmail/android/usecase/model/CheckSubscriptionResult.kt b/app/src/main/java/ch/protonmail/android/usecase/model/CheckSubscriptionResult.kt index 1e9828447..488a07f3b 100644 --- a/app/src/main/java/ch/protonmail/android/usecase/model/CheckSubscriptionResult.kt +++ b/app/src/main/java/ch/protonmail/android/usecase/model/CheckSubscriptionResult.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.usecase.model diff --git a/app/src/main/java/ch/protonmail/android/usecase/model/DeleteMessageResult.kt b/app/src/main/java/ch/protonmail/android/usecase/model/DeleteMessageResult.kt index b876bdd0d..aacc0aff0 100644 --- a/app/src/main/java/ch/protonmail/android/usecase/model/DeleteMessageResult.kt +++ b/app/src/main/java/ch/protonmail/android/usecase/model/DeleteMessageResult.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.usecase.model diff --git a/app/src/main/java/ch/protonmail/android/usecase/model/FetchPublicKeysRequest.kt b/app/src/main/java/ch/protonmail/android/usecase/model/FetchPublicKeysRequest.kt index 8fe45ca4e..8add652d1 100644 --- a/app/src/main/java/ch/protonmail/android/usecase/model/FetchPublicKeysRequest.kt +++ b/app/src/main/java/ch/protonmail/android/usecase/model/FetchPublicKeysRequest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.usecase.model diff --git a/app/src/main/java/ch/protonmail/android/usecase/model/FetchPublicKeysResult.kt b/app/src/main/java/ch/protonmail/android/usecase/model/FetchPublicKeysResult.kt index 49d25983d..465be3f9d 100644 --- a/app/src/main/java/ch/protonmail/android/usecase/model/FetchPublicKeysResult.kt +++ b/app/src/main/java/ch/protonmail/android/usecase/model/FetchPublicKeysResult.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.usecase.model diff --git a/app/src/main/java/ch/protonmail/android/usecase/model/FetchVerificationKeysResult.kt b/app/src/main/java/ch/protonmail/android/usecase/model/FetchVerificationKeysResult.kt index 76059cdee..94a5bdf7e 100644 --- a/app/src/main/java/ch/protonmail/android/usecase/model/FetchVerificationKeysResult.kt +++ b/app/src/main/java/ch/protonmail/android/usecase/model/FetchVerificationKeysResult.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.usecase.model diff --git a/app/src/main/java/ch/protonmail/android/util/ProtonCalendarUtil.kt b/app/src/main/java/ch/protonmail/android/util/ProtonCalendarUtil.kt index 1fabaf18f..05a0360a2 100644 --- a/app/src/main/java/ch/protonmail/android/util/ProtonCalendarUtil.kt +++ b/app/src/main/java/ch/protonmail/android/util/ProtonCalendarUtil.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.util diff --git a/app/src/main/java/ch/protonmail/android/utils/AppUtil.java b/app/src/main/java/ch/protonmail/android/utils/AppUtil.java index 24b494e3d..25bcf0cde 100644 --- a/app/src/main/java/ch/protonmail/android/utils/AppUtil.java +++ b/app/src/main/java/ch/protonmail/android/utils/AppUtil.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils; diff --git a/app/src/main/java/ch/protonmail/android/utils/BuildInfo.kt b/app/src/main/java/ch/protonmail/android/utils/BuildInfo.kt index 9727c0e44..53b7d04ba 100644 --- a/app/src/main/java/ch/protonmail/android/utils/BuildInfo.kt +++ b/app/src/main/java/ch/protonmail/android/utils/BuildInfo.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils diff --git a/app/src/main/java/ch/protonmail/android/utils/ChromeUtils.kt b/app/src/main/java/ch/protonmail/android/utils/ChromeUtils.kt index 2a4de7008..9452bea67 100644 --- a/app/src/main/java/ch/protonmail/android/utils/ChromeUtils.kt +++ b/app/src/main/java/ch/protonmail/android/utils/ChromeUtils.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils diff --git a/app/src/main/java/ch/protonmail/android/utils/ConstantTime.java b/app/src/main/java/ch/protonmail/android/utils/ConstantTime.java index 31998fd06..1132b5f2b 100644 --- a/app/src/main/java/ch/protonmail/android/utils/ConstantTime.java +++ b/app/src/main/java/ch/protonmail/android/utils/ConstantTime.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils; diff --git a/app/src/main/java/ch/protonmail/android/utils/CoreTimberLogger.kt b/app/src/main/java/ch/protonmail/android/utils/CoreTimberLogger.kt index b7a87d488..3b07463c4 100644 --- a/app/src/main/java/ch/protonmail/android/utils/CoreTimberLogger.kt +++ b/app/src/main/java/ch/protonmail/android/utils/CoreTimberLogger.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils diff --git a/app/src/main/java/ch/protonmail/android/utils/CustomLocale.kt b/app/src/main/java/ch/protonmail/android/utils/CustomLocale.kt index 25f60e7c3..4bde7e849 100644 --- a/app/src/main/java/ch/protonmail/android/utils/CustomLocale.kt +++ b/app/src/main/java/ch/protonmail/android/utils/CustomLocale.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils diff --git a/app/src/main/java/ch/protonmail/android/utils/DateUtil.java b/app/src/main/java/ch/protonmail/android/utils/DateUtil.java index 6118cbc3c..4763cc214 100644 --- a/app/src/main/java/ch/protonmail/android/utils/DateUtil.java +++ b/app/src/main/java/ch/protonmail/android/utils/DateUtil.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils; diff --git a/app/src/main/java/ch/protonmail/android/utils/DownloadUtils.kt b/app/src/main/java/ch/protonmail/android/utils/DownloadUtils.kt index 59192be8c..44fc42da7 100644 --- a/app/src/main/java/ch/protonmail/android/utils/DownloadUtils.kt +++ b/app/src/main/java/ch/protonmail/android/utils/DownloadUtils.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils diff --git a/app/src/main/java/ch/protonmail/android/utils/EmptyActivityLifecycleCallbacks.kt b/app/src/main/java/ch/protonmail/android/utils/EmptyActivityLifecycleCallbacks.kt index d2fbd243b..d52662ee9 100644 --- a/app/src/main/java/ch/protonmail/android/utils/EmptyActivityLifecycleCallbacks.kt +++ b/app/src/main/java/ch/protonmail/android/utils/EmptyActivityLifecycleCallbacks.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils diff --git a/app/src/main/java/ch/protonmail/android/utils/Event.kt b/app/src/main/java/ch/protonmail/android/utils/Event.kt index d31e31ad5..1dffe2ef3 100644 --- a/app/src/main/java/ch/protonmail/android/utils/Event.kt +++ b/app/src/main/java/ch/protonmail/android/utils/Event.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils diff --git a/app/src/main/java/ch/protonmail/android/utils/FileHelper.kt b/app/src/main/java/ch/protonmail/android/utils/FileHelper.kt index ae5a7f479..0591874bb 100644 --- a/app/src/main/java/ch/protonmail/android/utils/FileHelper.kt +++ b/app/src/main/java/ch/protonmail/android/utils/FileHelper.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils diff --git a/app/src/main/java/ch/protonmail/android/utils/FileUtils.java b/app/src/main/java/ch/protonmail/android/utils/FileUtils.java index d7fefb9d3..3bedd1835 100644 --- a/app/src/main/java/ch/protonmail/android/utils/FileUtils.java +++ b/app/src/main/java/ch/protonmail/android/utils/FileUtils.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils; diff --git a/app/src/main/java/ch/protonmail/android/utils/HTMLToMDConverter.java b/app/src/main/java/ch/protonmail/android/utils/HTMLToMDConverter.java index 7006bceab..3802ed901 100644 --- a/app/src/main/java/ch/protonmail/android/utils/HTMLToMDConverter.java +++ b/app/src/main/java/ch/protonmail/android/utils/HTMLToMDConverter.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils; diff --git a/app/src/main/java/ch/protonmail/android/utils/HTMLTransformer/AbstractTransformer.java b/app/src/main/java/ch/protonmail/android/utils/HTMLTransformer/AbstractTransformer.java index f42cca8ea..cc7668030 100644 --- a/app/src/main/java/ch/protonmail/android/utils/HTMLTransformer/AbstractTransformer.java +++ b/app/src/main/java/ch/protonmail/android/utils/HTMLTransformer/AbstractTransformer.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils.HTMLTransformer; diff --git a/app/src/main/java/ch/protonmail/android/utils/HTMLTransformer/DefaultTransformer.kt b/app/src/main/java/ch/protonmail/android/utils/HTMLTransformer/DefaultTransformer.kt index 42d5802a6..558263462 100644 --- a/app/src/main/java/ch/protonmail/android/utils/HTMLTransformer/DefaultTransformer.kt +++ b/app/src/main/java/ch/protonmail/android/utils/HTMLTransformer/DefaultTransformer.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils.HTMLTransformer diff --git a/app/src/main/java/ch/protonmail/android/utils/HTMLTransformer/Transformer.java b/app/src/main/java/ch/protonmail/android/utils/HTMLTransformer/Transformer.java index 2318d6080..d62fc3182 100644 --- a/app/src/main/java/ch/protonmail/android/utils/HTMLTransformer/Transformer.java +++ b/app/src/main/java/ch/protonmail/android/utils/HTMLTransformer/Transformer.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils.HTMLTransformer; diff --git a/app/src/main/java/ch/protonmail/android/utils/HTMLTransformer/ViewportTransformer.kt b/app/src/main/java/ch/protonmail/android/utils/HTMLTransformer/ViewportTransformer.kt index 425638874..561345920 100644 --- a/app/src/main/java/ch/protonmail/android/utils/HTMLTransformer/ViewportTransformer.kt +++ b/app/src/main/java/ch/protonmail/android/utils/HTMLTransformer/ViewportTransformer.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils.HTMLTransformer diff --git a/app/src/main/java/ch/protonmail/android/utils/INetworkConfiguratorCallback.kt b/app/src/main/java/ch/protonmail/android/utils/INetworkConfiguratorCallback.kt index ce36b47fb..5be081ee0 100644 --- a/app/src/main/java/ch/protonmail/android/utils/INetworkConfiguratorCallback.kt +++ b/app/src/main/java/ch/protonmail/android/utils/INetworkConfiguratorCallback.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils diff --git a/app/src/main/java/ch/protonmail/android/utils/IntentExtensions.kt b/app/src/main/java/ch/protonmail/android/utils/IntentExtensions.kt index ad7481b23..4429e94de 100644 --- a/app/src/main/java/ch/protonmail/android/utils/IntentExtensions.kt +++ b/app/src/main/java/ch/protonmail/android/utils/IntentExtensions.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils diff --git a/app/src/main/java/ch/protonmail/android/utils/Logger.java b/app/src/main/java/ch/protonmail/android/utils/Logger.java index a490e580c..a6377c3ac 100644 --- a/app/src/main/java/ch/protonmail/android/utils/Logger.java +++ b/app/src/main/java/ch/protonmail/android/utils/Logger.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils; diff --git a/app/src/main/java/ch/protonmail/android/utils/MIME/MIMEBuilder.java b/app/src/main/java/ch/protonmail/android/utils/MIME/MIMEBuilder.java index a551b0521..b921487cb 100644 --- a/app/src/main/java/ch/protonmail/android/utils/MIME/MIMEBuilder.java +++ b/app/src/main/java/ch/protonmail/android/utils/MIME/MIMEBuilder.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils.MIME; diff --git a/app/src/main/java/ch/protonmail/android/utils/MIME/MIMEParser.java b/app/src/main/java/ch/protonmail/android/utils/MIME/MIMEParser.java index 92b511106..5292bdda2 100644 --- a/app/src/main/java/ch/protonmail/android/utils/MIME/MIMEParser.java +++ b/app/src/main/java/ch/protonmail/android/utils/MIME/MIMEParser.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils.MIME; diff --git a/app/src/main/java/ch/protonmail/android/utils/MIME/MIMEPart.java b/app/src/main/java/ch/protonmail/android/utils/MIME/MIMEPart.java index 30bc27024..b9e38d501 100644 --- a/app/src/main/java/ch/protonmail/android/utils/MIME/MIMEPart.java +++ b/app/src/main/java/ch/protonmail/android/utils/MIME/MIMEPart.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils.MIME; diff --git a/app/src/main/java/ch/protonmail/android/utils/MailToData.kt b/app/src/main/java/ch/protonmail/android/utils/MailToData.kt index 686a3f3b1..2b4e7a229 100644 --- a/app/src/main/java/ch/protonmail/android/utils/MailToData.kt +++ b/app/src/main/java/ch/protonmail/android/utils/MailToData.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ @file:JvmName("MailToUtils") // Name for Java @file:Suppress("FunctionName") diff --git a/app/src/main/java/ch/protonmail/android/utils/MessageBodyFileManager.kt b/app/src/main/java/ch/protonmail/android/utils/MessageBodyFileManager.kt index d4bdf0f43..94a9eb15a 100644 --- a/app/src/main/java/ch/protonmail/android/utils/MessageBodyFileManager.kt +++ b/app/src/main/java/ch/protonmail/android/utils/MessageBodyFileManager.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils diff --git a/app/src/main/java/ch/protonmail/android/utils/MessageUtils.kt b/app/src/main/java/ch/protonmail/android/utils/MessageUtils.kt index c0626ec82..32b8205b5 100644 --- a/app/src/main/java/ch/protonmail/android/utils/MessageUtils.kt +++ b/app/src/main/java/ch/protonmail/android/utils/MessageUtils.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils diff --git a/app/src/main/java/ch/protonmail/android/utils/NetworkSnackBarUtil.kt b/app/src/main/java/ch/protonmail/android/utils/NetworkSnackBarUtil.kt index 90b800a43..77b3314d0 100644 --- a/app/src/main/java/ch/protonmail/android/utils/NetworkSnackBarUtil.kt +++ b/app/src/main/java/ch/protonmail/android/utils/NetworkSnackBarUtil.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils diff --git a/app/src/main/java/ch/protonmail/android/utils/NotificationsUtils.kt b/app/src/main/java/ch/protonmail/android/utils/NotificationsUtils.kt index 2a0c15272..d2ad1365b 100644 --- a/app/src/main/java/ch/protonmail/android/utils/NotificationsUtils.kt +++ b/app/src/main/java/ch/protonmail/android/utils/NotificationsUtils.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ @file:JvmName("NotificationsUtils") diff --git a/app/src/main/java/ch/protonmail/android/utils/PasswordUtils.java b/app/src/main/java/ch/protonmail/android/utils/PasswordUtils.java index 1680690a4..196b01f62 100644 --- a/app/src/main/java/ch/protonmail/android/utils/PasswordUtils.java +++ b/app/src/main/java/ch/protonmail/android/utils/PasswordUtils.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils; diff --git a/app/src/main/java/ch/protonmail/android/utils/ResettableDelegate.kt b/app/src/main/java/ch/protonmail/android/utils/ResettableDelegate.kt index 462b79fa7..b9deba4da 100644 --- a/app/src/main/java/ch/protonmail/android/utils/ResettableDelegate.kt +++ b/app/src/main/java/ch/protonmail/android/utils/ResettableDelegate.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils diff --git a/app/src/main/java/ch/protonmail/android/utils/SRPClient.java b/app/src/main/java/ch/protonmail/android/utils/SRPClient.java index bb8fd81f8..63e043414 100644 --- a/app/src/main/java/ch/protonmail/android/utils/SRPClient.java +++ b/app/src/main/java/ch/protonmail/android/utils/SRPClient.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils; diff --git a/app/src/main/java/ch/protonmail/android/utils/ServerTime.java b/app/src/main/java/ch/protonmail/android/utils/ServerTime.java index cf11783e3..eb1b4902d 100644 --- a/app/src/main/java/ch/protonmail/android/utils/ServerTime.java +++ b/app/src/main/java/ch/protonmail/android/utils/ServerTime.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils; diff --git a/app/src/main/java/ch/protonmail/android/utils/ServerTimeProvider.kt b/app/src/main/java/ch/protonmail/android/utils/ServerTimeProvider.kt index e5b432eb9..026306d1e 100644 --- a/app/src/main/java/ch/protonmail/android/utils/ServerTimeProvider.kt +++ b/app/src/main/java/ch/protonmail/android/utils/ServerTimeProvider.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils diff --git a/app/src/main/java/ch/protonmail/android/utils/SharedPreferencesUtils.kt b/app/src/main/java/ch/protonmail/android/utils/SharedPreferencesUtils.kt index 3924dc1aa..5aa05bfcf 100644 --- a/app/src/main/java/ch/protonmail/android/utils/SharedPreferencesUtils.kt +++ b/app/src/main/java/ch/protonmail/android/utils/SharedPreferencesUtils.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils diff --git a/app/src/main/java/ch/protonmail/android/utils/StringExtensions.kt b/app/src/main/java/ch/protonmail/android/utils/StringExtensions.kt index e286eae8c..048a6c96d 100644 --- a/app/src/main/java/ch/protonmail/android/utils/StringExtensions.kt +++ b/app/src/main/java/ch/protonmail/android/utils/StringExtensions.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils diff --git a/app/src/main/java/ch/protonmail/android/utils/SwipeDirections.java b/app/src/main/java/ch/protonmail/android/utils/SwipeDirections.java index a3a026c5b..2136e28ab 100644 --- a/app/src/main/java/ch/protonmail/android/utils/SwipeDirections.java +++ b/app/src/main/java/ch/protonmail/android/utils/SwipeDirections.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils; diff --git a/app/src/main/java/ch/protonmail/android/utils/SwipeViewGroup.java b/app/src/main/java/ch/protonmail/android/utils/SwipeViewGroup.java index 42f49bd98..09d3c1481 100644 --- a/app/src/main/java/ch/protonmail/android/utils/SwipeViewGroup.java +++ b/app/src/main/java/ch/protonmail/android/utils/SwipeViewGroup.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils; diff --git a/app/src/main/java/ch/protonmail/android/utils/UiUtil.java b/app/src/main/java/ch/protonmail/android/utils/UiUtil.java index 300ed0811..4af0d7431 100644 --- a/app/src/main/java/ch/protonmail/android/utils/UiUtil.java +++ b/app/src/main/java/ch/protonmail/android/utils/UiUtil.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils; diff --git a/app/src/main/java/ch/protonmail/android/utils/UserUtils.java b/app/src/main/java/ch/protonmail/android/utils/UserUtils.java index 129f54688..1855774c4 100644 --- a/app/src/main/java/ch/protonmail/android/utils/UserUtils.java +++ b/app/src/main/java/ch/protonmail/android/utils/UserUtils.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils; diff --git a/app/src/main/java/ch/protonmail/android/utils/VCardUtil.java b/app/src/main/java/ch/protonmail/android/utils/VCardUtil.java index e8487dbba..890dc310a 100644 --- a/app/src/main/java/ch/protonmail/android/utils/VCardUtil.java +++ b/app/src/main/java/ch/protonmail/android/utils/VCardUtil.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils; diff --git a/app/src/main/java/ch/protonmail/android/utils/base64/AndroidBase64Encoder.kt b/app/src/main/java/ch/protonmail/android/utils/base64/AndroidBase64Encoder.kt index c200c942d..a60acfab8 100644 --- a/app/src/main/java/ch/protonmail/android/utils/base64/AndroidBase64Encoder.kt +++ b/app/src/main/java/ch/protonmail/android/utils/base64/AndroidBase64Encoder.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils.base64 diff --git a/app/src/main/java/ch/protonmail/android/utils/base64/Base64Encoder.kt b/app/src/main/java/ch/protonmail/android/utils/base64/Base64Encoder.kt index 36f20ee5b..9bd30b725 100644 --- a/app/src/main/java/ch/protonmail/android/utils/base64/Base64Encoder.kt +++ b/app/src/main/java/ch/protonmail/android/utils/base64/Base64Encoder.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils.base64 diff --git a/app/src/main/java/ch/protonmail/android/utils/crypto/AbstractDecryptionResult.java b/app/src/main/java/ch/protonmail/android/utils/crypto/AbstractDecryptionResult.java index 21065fefe..9a03dc900 100644 --- a/app/src/main/java/ch/protonmail/android/utils/crypto/AbstractDecryptionResult.java +++ b/app/src/main/java/ch/protonmail/android/utils/crypto/AbstractDecryptionResult.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils.crypto; diff --git a/app/src/main/java/ch/protonmail/android/utils/crypto/BinaryDecryptionResult.java b/app/src/main/java/ch/protonmail/android/utils/crypto/BinaryDecryptionResult.java index bf454cb25..99aed15fd 100644 --- a/app/src/main/java/ch/protonmail/android/utils/crypto/BinaryDecryptionResult.java +++ b/app/src/main/java/ch/protonmail/android/utils/crypto/BinaryDecryptionResult.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils.crypto; diff --git a/app/src/main/java/ch/protonmail/android/utils/crypto/EOToken.java b/app/src/main/java/ch/protonmail/android/utils/crypto/EOToken.java index 419f81ade..3f124ca40 100644 --- a/app/src/main/java/ch/protonmail/android/utils/crypto/EOToken.java +++ b/app/src/main/java/ch/protonmail/android/utils/crypto/EOToken.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils.crypto; diff --git a/app/src/main/java/ch/protonmail/android/utils/crypto/KeyInformation.java b/app/src/main/java/ch/protonmail/android/utils/crypto/KeyInformation.java index 4c1bde28f..b7478fa20 100644 --- a/app/src/main/java/ch/protonmail/android/utils/crypto/KeyInformation.java +++ b/app/src/main/java/ch/protonmail/android/utils/crypto/KeyInformation.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils.crypto; diff --git a/app/src/main/java/ch/protonmail/android/utils/crypto/MimeDecryptor.kt b/app/src/main/java/ch/protonmail/android/utils/crypto/MimeDecryptor.kt index b81523053..606fec678 100644 --- a/app/src/main/java/ch/protonmail/android/utils/crypto/MimeDecryptor.kt +++ b/app/src/main/java/ch/protonmail/android/utils/crypto/MimeDecryptor.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils.crypto diff --git a/app/src/main/java/ch/protonmail/android/utils/crypto/OpenPGP.java b/app/src/main/java/ch/protonmail/android/utils/crypto/OpenPGP.java index f1542a9f3..5f039b7f6 100644 --- a/app/src/main/java/ch/protonmail/android/utils/crypto/OpenPGP.java +++ b/app/src/main/java/ch/protonmail/android/utils/crypto/OpenPGP.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils.crypto; diff --git a/app/src/main/java/ch/protonmail/android/utils/crypto/ServerTimeInterceptor.kt b/app/src/main/java/ch/protonmail/android/utils/crypto/ServerTimeInterceptor.kt index b668f6632..e8fef4644 100644 --- a/app/src/main/java/ch/protonmail/android/utils/crypto/ServerTimeInterceptor.kt +++ b/app/src/main/java/ch/protonmail/android/utils/crypto/ServerTimeInterceptor.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils.crypto diff --git a/app/src/main/java/ch/protonmail/android/utils/crypto/TextDecryptionResult.java b/app/src/main/java/ch/protonmail/android/utils/crypto/TextDecryptionResult.java index 1e88d7b49..686922008 100644 --- a/app/src/main/java/ch/protonmail/android/utils/crypto/TextDecryptionResult.java +++ b/app/src/main/java/ch/protonmail/android/utils/crypto/TextDecryptionResult.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils.crypto; diff --git a/app/src/main/java/ch/protonmail/android/utils/css/MessageBodyCssProvider.kt b/app/src/main/java/ch/protonmail/android/utils/css/MessageBodyCssProvider.kt index 5afd22a96..cd88d0602 100644 --- a/app/src/main/java/ch/protonmail/android/utils/css/MessageBodyCssProvider.kt +++ b/app/src/main/java/ch/protonmail/android/utils/css/MessageBodyCssProvider.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils.css diff --git a/app/src/main/java/ch/protonmail/android/utils/extensions/ActivityExtensions.kt b/app/src/main/java/ch/protonmail/android/utils/extensions/ActivityExtensions.kt index 04f8734fd..99a38302f 100644 --- a/app/src/main/java/ch/protonmail/android/utils/extensions/ActivityExtensions.kt +++ b/app/src/main/java/ch/protonmail/android/utils/extensions/ActivityExtensions.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils.extensions diff --git a/app/src/main/java/ch/protonmail/android/utils/extensions/AnyExtensions.kt b/app/src/main/java/ch/protonmail/android/utils/extensions/AnyExtensions.kt index 4cb3ff6a9..23fba8e49 100644 --- a/app/src/main/java/ch/protonmail/android/utils/extensions/AnyExtensions.kt +++ b/app/src/main/java/ch/protonmail/android/utils/extensions/AnyExtensions.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils.extensions diff --git a/app/src/main/java/ch/protonmail/android/utils/extensions/BooleanExtensions.kt b/app/src/main/java/ch/protonmail/android/utils/extensions/BooleanExtensions.kt index 9d570ac28..c22d467d3 100644 --- a/app/src/main/java/ch/protonmail/android/utils/extensions/BooleanExtensions.kt +++ b/app/src/main/java/ch/protonmail/android/utils/extensions/BooleanExtensions.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils.extensions diff --git a/app/src/main/java/ch/protonmail/android/utils/extensions/CollectionExtensions.kt b/app/src/main/java/ch/protonmail/android/utils/extensions/CollectionExtensions.kt index e82c64645..a4966ab09 100644 --- a/app/src/main/java/ch/protonmail/android/utils/extensions/CollectionExtensions.kt +++ b/app/src/main/java/ch/protonmail/android/utils/extensions/CollectionExtensions.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ // Public APIs @file:Suppress("unused") diff --git a/app/src/main/java/ch/protonmail/android/utils/extensions/CommonExtensions.kt b/app/src/main/java/ch/protonmail/android/utils/extensions/CommonExtensions.kt index becab1226..e3888b236 100644 --- a/app/src/main/java/ch/protonmail/android/utils/extensions/CommonExtensions.kt +++ b/app/src/main/java/ch/protonmail/android/utils/extensions/CommonExtensions.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils.extensions diff --git a/app/src/main/java/ch/protonmail/android/utils/extensions/CompatExtensions.kt b/app/src/main/java/ch/protonmail/android/utils/extensions/CompatExtensions.kt index 36d2f959c..4fe89825c 100644 --- a/app/src/main/java/ch/protonmail/android/utils/extensions/CompatExtensions.kt +++ b/app/src/main/java/ch/protonmail/android/utils/extensions/CompatExtensions.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils.extensions diff --git a/app/src/main/java/ch/protonmail/android/utils/extensions/LiveDataExtensions.kt b/app/src/main/java/ch/protonmail/android/utils/extensions/LiveDataExtensions.kt index f8b7ffb7f..75b8d3f32 100644 --- a/app/src/main/java/ch/protonmail/android/utils/extensions/LiveDataExtensions.kt +++ b/app/src/main/java/ch/protonmail/android/utils/extensions/LiveDataExtensions.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils.extensions diff --git a/app/src/main/java/ch/protonmail/android/utils/extensions/SerializationExtensions.kt b/app/src/main/java/ch/protonmail/android/utils/extensions/SerializationExtensions.kt index 975bcfb0f..62a8ed00d 100644 --- a/app/src/main/java/ch/protonmail/android/utils/extensions/SerializationExtensions.kt +++ b/app/src/main/java/ch/protonmail/android/utils/extensions/SerializationExtensions.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ @file:JvmName("SerializationUtils") // Name for Java @file:Suppress("unused") diff --git a/app/src/main/java/ch/protonmail/android/utils/extensions/SnoozeExtensions.kt b/app/src/main/java/ch/protonmail/android/utils/extensions/SnoozeExtensions.kt index b6dab71c8..4ceb4e636 100644 --- a/app/src/main/java/ch/protonmail/android/utils/extensions/SnoozeExtensions.kt +++ b/app/src/main/java/ch/protonmail/android/utils/extensions/SnoozeExtensions.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils.extensions diff --git a/app/src/main/java/ch/protonmail/android/utils/extensions/StringExtensions.kt b/app/src/main/java/ch/protonmail/android/utils/extensions/StringExtensions.kt index dfe4f3122..5e33505f1 100644 --- a/app/src/main/java/ch/protonmail/android/utils/extensions/StringExtensions.kt +++ b/app/src/main/java/ch/protonmail/android/utils/extensions/StringExtensions.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils.extensions diff --git a/app/src/main/java/ch/protonmail/android/utils/extensions/TextExtensions.kt b/app/src/main/java/ch/protonmail/android/utils/extensions/TextExtensions.kt index 655377ae6..03a098499 100644 --- a/app/src/main/java/ch/protonmail/android/utils/extensions/TextExtensions.kt +++ b/app/src/main/java/ch/protonmail/android/utils/extensions/TextExtensions.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ @file:JvmName("TextExtensions") // Java name diff --git a/app/src/main/java/ch/protonmail/android/utils/extensions/ViewExtensions.kt b/app/src/main/java/ch/protonmail/android/utils/extensions/ViewExtensions.kt index 17e423315..4bec70f1f 100644 --- a/app/src/main/java/ch/protonmail/android/utils/extensions/ViewExtensions.kt +++ b/app/src/main/java/ch/protonmail/android/utils/extensions/ViewExtensions.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils.extensions diff --git a/app/src/main/java/ch/protonmail/android/utils/notifier/AndroidUserNotifier.kt b/app/src/main/java/ch/protonmail/android/utils/notifier/AndroidUserNotifier.kt index bf3439eab..d8c3d9380 100644 --- a/app/src/main/java/ch/protonmail/android/utils/notifier/AndroidUserNotifier.kt +++ b/app/src/main/java/ch/protonmail/android/utils/notifier/AndroidUserNotifier.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils.notifier diff --git a/app/src/main/java/ch/protonmail/android/utils/notifier/UserNotifier.kt b/app/src/main/java/ch/protonmail/android/utils/notifier/UserNotifier.kt index 40d620f3f..3ab2ccadb 100644 --- a/app/src/main/java/ch/protonmail/android/utils/notifier/UserNotifier.kt +++ b/app/src/main/java/ch/protonmail/android/utils/notifier/UserNotifier.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils.notifier diff --git a/app/src/main/java/ch/protonmail/android/utils/resources/StringResourceResolver.kt b/app/src/main/java/ch/protonmail/android/utils/resources/StringResourceResolver.kt index dcb6c0307..a6bd73ee8 100644 --- a/app/src/main/java/ch/protonmail/android/utils/resources/StringResourceResolver.kt +++ b/app/src/main/java/ch/protonmail/android/utils/resources/StringResourceResolver.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils.resources diff --git a/app/src/main/java/ch/protonmail/android/utils/ui/ExpandableRecyclerAdapter.kt b/app/src/main/java/ch/protonmail/android/utils/ui/ExpandableRecyclerAdapter.kt index eb2151117..f5af28c87 100644 --- a/app/src/main/java/ch/protonmail/android/utils/ui/ExpandableRecyclerAdapter.kt +++ b/app/src/main/java/ch/protonmail/android/utils/ui/ExpandableRecyclerAdapter.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils.ui diff --git a/app/src/main/java/ch/protonmail/android/utils/ui/RecipientDropDownClickListener.java b/app/src/main/java/ch/protonmail/android/utils/ui/RecipientDropDownClickListener.java index bc523371f..5f4f4e191 100644 --- a/app/src/main/java/ch/protonmail/android/utils/ui/RecipientDropDownClickListener.java +++ b/app/src/main/java/ch/protonmail/android/utils/ui/RecipientDropDownClickListener.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils.ui; diff --git a/app/src/main/java/ch/protonmail/android/utils/ui/RecyclerViewEmptyViewSupport.kt b/app/src/main/java/ch/protonmail/android/utils/ui/RecyclerViewEmptyViewSupport.kt index bfdcfa89d..232a4b51e 100644 --- a/app/src/main/java/ch/protonmail/android/utils/ui/RecyclerViewEmptyViewSupport.kt +++ b/app/src/main/java/ch/protonmail/android/utils/ui/RecyclerViewEmptyViewSupport.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils.ui diff --git a/app/src/main/java/ch/protonmail/android/utils/ui/dialogs/DialogUtils.kt b/app/src/main/java/ch/protonmail/android/utils/ui/dialogs/DialogUtils.kt index e5f06a13c..630993ec1 100644 --- a/app/src/main/java/ch/protonmail/android/utils/ui/dialogs/DialogUtils.kt +++ b/app/src/main/java/ch/protonmail/android/utils/ui/dialogs/DialogUtils.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils.ui.dialogs diff --git a/app/src/main/java/ch/protonmail/android/utils/ui/screen/RenderDimensionsProvider.kt b/app/src/main/java/ch/protonmail/android/utils/ui/screen/RenderDimensionsProvider.kt index 132920a61..ee947b87c 100644 --- a/app/src/main/java/ch/protonmail/android/utils/ui/screen/RenderDimensionsProvider.kt +++ b/app/src/main/java/ch/protonmail/android/utils/ui/screen/RenderDimensionsProvider.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils.ui.screen diff --git a/app/src/main/java/ch/protonmail/android/utils/ui/selection/SelectionModeEnum.kt b/app/src/main/java/ch/protonmail/android/utils/ui/selection/SelectionModeEnum.kt index b45df1d5b..a587b1bfd 100644 --- a/app/src/main/java/ch/protonmail/android/utils/ui/selection/SelectionModeEnum.kt +++ b/app/src/main/java/ch/protonmail/android/utils/ui/selection/SelectionModeEnum.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils.ui.selection diff --git a/app/src/main/java/ch/protonmail/android/utils/webview/SetUpWebViewDarkModeHandlingIfSupported.kt b/app/src/main/java/ch/protonmail/android/utils/webview/SetUpWebViewDarkModeHandlingIfSupported.kt index ac9dc7d3f..406600eeb 100644 --- a/app/src/main/java/ch/protonmail/android/utils/webview/SetUpWebViewDarkModeHandlingIfSupported.kt +++ b/app/src/main/java/ch/protonmail/android/utils/webview/SetUpWebViewDarkModeHandlingIfSupported.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils.webview diff --git a/app/src/main/java/ch/protonmail/android/viewmodel/BaseViewModel.kt b/app/src/main/java/ch/protonmail/android/viewmodel/BaseViewModel.kt index 850bdf22a..e55d9e387 100644 --- a/app/src/main/java/ch/protonmail/android/viewmodel/BaseViewModel.kt +++ b/app/src/main/java/ch/protonmail/android/viewmodel/BaseViewModel.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.viewmodel diff --git a/app/src/main/java/ch/protonmail/android/viewmodel/ConnectivityBaseViewModel.kt b/app/src/main/java/ch/protonmail/android/viewmodel/ConnectivityBaseViewModel.kt index b7358e052..ecd6e4287 100644 --- a/app/src/main/java/ch/protonmail/android/viewmodel/ConnectivityBaseViewModel.kt +++ b/app/src/main/java/ch/protonmail/android/viewmodel/ConnectivityBaseViewModel.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.viewmodel diff --git a/app/src/main/java/ch/protonmail/android/viewmodel/ManageLabelsDialogViewModel.kt b/app/src/main/java/ch/protonmail/android/viewmodel/ManageLabelsDialogViewModel.kt index 4be44afd0..42d9cfaa6 100644 --- a/app/src/main/java/ch/protonmail/android/viewmodel/ManageLabelsDialogViewModel.kt +++ b/app/src/main/java/ch/protonmail/android/viewmodel/ManageLabelsDialogViewModel.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.viewmodel diff --git a/app/src/main/java/ch/protonmail/android/views/ComposeEditText.java b/app/src/main/java/ch/protonmail/android/views/ComposeEditText.java index 586eca84d..a13466a77 100644 --- a/app/src/main/java/ch/protonmail/android/views/ComposeEditText.java +++ b/app/src/main/java/ch/protonmail/android/views/ComposeEditText.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.views; diff --git a/app/src/main/java/ch/protonmail/android/views/ContactAddressView.java b/app/src/main/java/ch/protonmail/android/views/ContactAddressView.java index 403c1d7b7..f0921a444 100644 --- a/app/src/main/java/ch/protonmail/android/views/ContactAddressView.java +++ b/app/src/main/java/ch/protonmail/android/views/ContactAddressView.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.views; diff --git a/app/src/main/java/ch/protonmail/android/views/ContactBirthdayClickListener.java b/app/src/main/java/ch/protonmail/android/views/ContactBirthdayClickListener.java index ded17a345..7b7e78817 100644 --- a/app/src/main/java/ch/protonmail/android/views/ContactBirthdayClickListener.java +++ b/app/src/main/java/ch/protonmail/android/views/ContactBirthdayClickListener.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.views; diff --git a/app/src/main/java/ch/protonmail/android/views/ContactOptionTypeClickListener.java b/app/src/main/java/ch/protonmail/android/views/ContactOptionTypeClickListener.java index b8f421139..435357cd5 100644 --- a/app/src/main/java/ch/protonmail/android/views/ContactOptionTypeClickListener.java +++ b/app/src/main/java/ch/protonmail/android/views/ContactOptionTypeClickListener.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.views; diff --git a/app/src/main/java/ch/protonmail/android/views/CustomFontButton.java b/app/src/main/java/ch/protonmail/android/views/CustomFontButton.java index c60dc0cf1..c2c6f2e75 100644 --- a/app/src/main/java/ch/protonmail/android/views/CustomFontButton.java +++ b/app/src/main/java/ch/protonmail/android/views/CustomFontButton.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.views; diff --git a/app/src/main/java/ch/protonmail/android/views/CustomFontEditText.java b/app/src/main/java/ch/protonmail/android/views/CustomFontEditText.java index f050cdd11..0a658edbb 100644 --- a/app/src/main/java/ch/protonmail/android/views/CustomFontEditText.java +++ b/app/src/main/java/ch/protonmail/android/views/CustomFontEditText.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.views; diff --git a/app/src/main/java/ch/protonmail/android/views/CustomFontRadioButton.java b/app/src/main/java/ch/protonmail/android/views/CustomFontRadioButton.java index c39225fd0..0bbddc2b2 100644 --- a/app/src/main/java/ch/protonmail/android/views/CustomFontRadioButton.java +++ b/app/src/main/java/ch/protonmail/android/views/CustomFontRadioButton.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.views; diff --git a/app/src/main/java/ch/protonmail/android/views/CustomFontTextView.java b/app/src/main/java/ch/protonmail/android/views/CustomFontTextView.java index e68efad52..d7c66cb79 100644 --- a/app/src/main/java/ch/protonmail/android/views/CustomFontTextView.java +++ b/app/src/main/java/ch/protonmail/android/views/CustomFontTextView.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.views; diff --git a/app/src/main/java/ch/protonmail/android/views/CustomQuickSnoozeDialog.java b/app/src/main/java/ch/protonmail/android/views/CustomQuickSnoozeDialog.java index 837a77466..c8f291bc3 100644 --- a/app/src/main/java/ch/protonmail/android/views/CustomQuickSnoozeDialog.java +++ b/app/src/main/java/ch/protonmail/android/views/CustomQuickSnoozeDialog.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.views; diff --git a/app/src/main/java/ch/protonmail/android/views/FontCache.java b/app/src/main/java/ch/protonmail/android/views/FontCache.java index 70688d02b..60bf450b3 100644 --- a/app/src/main/java/ch/protonmail/android/views/FontCache.java +++ b/app/src/main/java/ch/protonmail/android/views/FontCache.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.views; diff --git a/app/src/main/java/ch/protonmail/android/views/ListItemThumbnail.kt b/app/src/main/java/ch/protonmail/android/views/ListItemThumbnail.kt index bcb8dc55b..0d68dbcf6 100644 --- a/app/src/main/java/ch/protonmail/android/views/ListItemThumbnail.kt +++ b/app/src/main/java/ch/protonmail/android/views/ListItemThumbnail.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.views diff --git a/app/src/main/java/ch/protonmail/android/views/MessageExpirationDialog.java b/app/src/main/java/ch/protonmail/android/views/MessageExpirationDialog.java index e6ace7fa6..b6cb0bb7b 100644 --- a/app/src/main/java/ch/protonmail/android/views/MessageExpirationDialog.java +++ b/app/src/main/java/ch/protonmail/android/views/MessageExpirationDialog.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.views; diff --git a/app/src/main/java/ch/protonmail/android/views/MessageExpirationView.java b/app/src/main/java/ch/protonmail/android/views/MessageExpirationView.java index 89da83bb0..1a505ad64 100644 --- a/app/src/main/java/ch/protonmail/android/views/MessageExpirationView.java +++ b/app/src/main/java/ch/protonmail/android/views/MessageExpirationView.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.views; diff --git a/app/src/main/java/ch/protonmail/android/views/MessagePasswordButton.java b/app/src/main/java/ch/protonmail/android/views/MessagePasswordButton.java index 9b326a59c..691c366fe 100644 --- a/app/src/main/java/ch/protonmail/android/views/MessagePasswordButton.java +++ b/app/src/main/java/ch/protonmail/android/views/MessagePasswordButton.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.views; diff --git a/app/src/main/java/ch/protonmail/android/views/MessagePasswordView.java b/app/src/main/java/ch/protonmail/android/views/MessagePasswordView.java index 1c071e696..f29e7febd 100644 --- a/app/src/main/java/ch/protonmail/android/views/MessagePasswordView.java +++ b/app/src/main/java/ch/protonmail/android/views/MessagePasswordView.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.views; diff --git a/app/src/main/java/ch/protonmail/android/views/MessagePasswordViewDialog.java b/app/src/main/java/ch/protonmail/android/views/MessagePasswordViewDialog.java index 30c32d055..7f35e34ce 100644 --- a/app/src/main/java/ch/protonmail/android/views/MessagePasswordViewDialog.java +++ b/app/src/main/java/ch/protonmail/android/views/MessagePasswordViewDialog.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.views; diff --git a/app/src/main/java/ch/protonmail/android/views/MessageRecipientView.java b/app/src/main/java/ch/protonmail/android/views/MessageRecipientView.java index 6c18f82b9..aaa979400 100644 --- a/app/src/main/java/ch/protonmail/android/views/MessageRecipientView.java +++ b/app/src/main/java/ch/protonmail/android/views/MessageRecipientView.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.views; diff --git a/app/src/main/java/ch/protonmail/android/views/PasswordEditText.java b/app/src/main/java/ch/protonmail/android/views/PasswordEditText.java index ac3c22975..611811cd3 100644 --- a/app/src/main/java/ch/protonmail/android/views/PasswordEditText.java +++ b/app/src/main/java/ch/protonmail/android/views/PasswordEditText.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.views; diff --git a/app/src/main/java/ch/protonmail/android/views/PopupMenuItem.java b/app/src/main/java/ch/protonmail/android/views/PopupMenuItem.java index dfeba5b8f..290dba893 100644 --- a/app/src/main/java/ch/protonmail/android/views/PopupMenuItem.java +++ b/app/src/main/java/ch/protonmail/android/views/PopupMenuItem.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.views; diff --git a/app/src/main/java/ch/protonmail/android/views/RoundButton.kt b/app/src/main/java/ch/protonmail/android/views/RoundButton.kt index bf81a467e..a86ea0e28 100644 --- a/app/src/main/java/ch/protonmail/android/views/RoundButton.kt +++ b/app/src/main/java/ch/protonmail/android/views/RoundButton.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.views diff --git a/app/src/main/java/ch/protonmail/android/views/RoundImageButton.java b/app/src/main/java/ch/protonmail/android/views/RoundImageButton.java index 8c5db4ab0..8c64ffed2 100644 --- a/app/src/main/java/ch/protonmail/android/views/RoundImageButton.java +++ b/app/src/main/java/ch/protonmail/android/views/RoundImageButton.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.views; diff --git a/app/src/main/java/ch/protonmail/android/views/ScrimInsetsFrameLayout.java b/app/src/main/java/ch/protonmail/android/views/ScrimInsetsFrameLayout.java index 87c47adf9..57bcd5060 100644 --- a/app/src/main/java/ch/protonmail/android/views/ScrimInsetsFrameLayout.java +++ b/app/src/main/java/ch/protonmail/android/views/ScrimInsetsFrameLayout.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.views; diff --git a/app/src/main/java/ch/protonmail/android/views/ScrollingFooterBehavior.java b/app/src/main/java/ch/protonmail/android/views/ScrollingFooterBehavior.java deleted file mode 100644 index 5be13c543..000000000 --- a/app/src/main/java/ch/protonmail/android/views/ScrollingFooterBehavior.java +++ /dev/null @@ -1,18 +0,0 @@ -/* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail 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. - * - * ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. - */ diff --git a/app/src/main/java/ch/protonmail/android/views/SecureEditText.kt b/app/src/main/java/ch/protonmail/android/views/SecureEditText.kt index 2e898c4f1..465bea479 100644 --- a/app/src/main/java/ch/protonmail/android/views/SecureEditText.kt +++ b/app/src/main/java/ch/protonmail/android/views/SecureEditText.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.views diff --git a/app/src/main/java/ch/protonmail/android/views/SettingsDefaultItemView.kt b/app/src/main/java/ch/protonmail/android/views/SettingsDefaultItemView.kt index 3b7851ca1..95b0c3fbc 100644 --- a/app/src/main/java/ch/protonmail/android/views/SettingsDefaultItemView.kt +++ b/app/src/main/java/ch/protonmail/android/views/SettingsDefaultItemView.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.views diff --git a/app/src/main/java/ch/protonmail/android/views/ThreeStateButton.kt b/app/src/main/java/ch/protonmail/android/views/ThreeStateButton.kt index be5d52014..7336a1097 100644 --- a/app/src/main/java/ch/protonmail/android/views/ThreeStateButton.kt +++ b/app/src/main/java/ch/protonmail/android/views/ThreeStateButton.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.views diff --git a/app/src/main/java/ch/protonmail/android/views/VCardLinearLayout.java b/app/src/main/java/ch/protonmail/android/views/VCardLinearLayout.java index d0148a215..ec5ba2b7b 100644 --- a/app/src/main/java/ch/protonmail/android/views/VCardLinearLayout.java +++ b/app/src/main/java/ch/protonmail/android/views/VCardLinearLayout.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.views; diff --git a/app/src/main/java/ch/protonmail/android/views/alerts/StorageLimitAlert.kt b/app/src/main/java/ch/protonmail/android/views/alerts/StorageLimitAlert.kt index 06e030c52..035759bb8 100644 --- a/app/src/main/java/ch/protonmail/android/views/alerts/StorageLimitAlert.kt +++ b/app/src/main/java/ch/protonmail/android/views/alerts/StorageLimitAlert.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.views.alerts diff --git a/app/src/main/java/ch/protonmail/android/views/contactDetails/SquareFloatingButtonView.java b/app/src/main/java/ch/protonmail/android/views/contactDetails/SquareFloatingButtonView.java index 56402aa60..20ab23e76 100644 --- a/app/src/main/java/ch/protonmail/android/views/contactDetails/SquareFloatingButtonView.java +++ b/app/src/main/java/ch/protonmail/android/views/contactDetails/SquareFloatingButtonView.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.views.contactDetails; diff --git a/app/src/main/java/ch/protonmail/android/views/messageDetails/AttachmentDetailView.kt b/app/src/main/java/ch/protonmail/android/views/messageDetails/AttachmentDetailView.kt index a32363c77..0460386c9 100644 --- a/app/src/main/java/ch/protonmail/android/views/messageDetails/AttachmentDetailView.kt +++ b/app/src/main/java/ch/protonmail/android/views/messageDetails/AttachmentDetailView.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.views.messageDetails diff --git a/app/src/main/java/ch/protonmail/android/views/messageDetails/BottomActionsView.kt b/app/src/main/java/ch/protonmail/android/views/messageDetails/BottomActionsView.kt index f5630c442..803815c53 100644 --- a/app/src/main/java/ch/protonmail/android/views/messageDetails/BottomActionsView.kt +++ b/app/src/main/java/ch/protonmail/android/views/messageDetails/BottomActionsView.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.views.messageDetails diff --git a/app/src/main/java/ch/protonmail/android/views/messageDetails/FolderIconView.kt b/app/src/main/java/ch/protonmail/android/views/messageDetails/FolderIconView.kt index 200dc646e..599cffeb9 100644 --- a/app/src/main/java/ch/protonmail/android/views/messageDetails/FolderIconView.kt +++ b/app/src/main/java/ch/protonmail/android/views/messageDetails/FolderIconView.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.views.messageDetails diff --git a/app/src/main/java/ch/protonmail/android/views/messageDetails/MessageDetailsAttachmentsView.kt b/app/src/main/java/ch/protonmail/android/views/messageDetails/MessageDetailsAttachmentsView.kt index e4143af96..d12db215c 100644 --- a/app/src/main/java/ch/protonmail/android/views/messageDetails/MessageDetailsAttachmentsView.kt +++ b/app/src/main/java/ch/protonmail/android/views/messageDetails/MessageDetailsAttachmentsView.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.views.messageDetails diff --git a/app/src/main/java/ch/protonmail/android/views/messageDetails/MessageDetailsExpirationInfoView.kt b/app/src/main/java/ch/protonmail/android/views/messageDetails/MessageDetailsExpirationInfoView.kt index ac66fed95..ea1b74144 100644 --- a/app/src/main/java/ch/protonmail/android/views/messageDetails/MessageDetailsExpirationInfoView.kt +++ b/app/src/main/java/ch/protonmail/android/views/messageDetails/MessageDetailsExpirationInfoView.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.views.messageDetails diff --git a/app/src/main/java/ch/protonmail/android/views/messageDetails/MessageDetailsHeaderView.kt b/app/src/main/java/ch/protonmail/android/views/messageDetails/MessageDetailsHeaderView.kt index 34266fc8a..4b6a59c64 100644 --- a/app/src/main/java/ch/protonmail/android/views/messageDetails/MessageDetailsHeaderView.kt +++ b/app/src/main/java/ch/protonmail/android/views/messageDetails/MessageDetailsHeaderView.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.views.messageDetails diff --git a/app/src/main/java/ch/protonmail/android/views/messageDetails/MessageDetailsRecipientsContainerView.kt b/app/src/main/java/ch/protonmail/android/views/messageDetails/MessageDetailsRecipientsContainerView.kt index cc9c37f4d..e52bc20bc 100644 --- a/app/src/main/java/ch/protonmail/android/views/messageDetails/MessageDetailsRecipientsContainerView.kt +++ b/app/src/main/java/ch/protonmail/android/views/messageDetails/MessageDetailsRecipientsContainerView.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.views.messageDetails diff --git a/app/src/main/java/ch/protonmail/android/views/messageDetails/ReplyActionsView.kt b/app/src/main/java/ch/protonmail/android/views/messageDetails/ReplyActionsView.kt index 893c8edd9..bdbc03d1b 100644 --- a/app/src/main/java/ch/protonmail/android/views/messageDetails/ReplyActionsView.kt +++ b/app/src/main/java/ch/protonmail/android/views/messageDetails/ReplyActionsView.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.views.messageDetails diff --git a/app/src/main/java/ch/protonmail/android/views/messagesList/ItemLabelMarginlessSmallView.kt b/app/src/main/java/ch/protonmail/android/views/messagesList/ItemLabelMarginlessSmallView.kt index fcbd1bb39..eec53207e 100644 --- a/app/src/main/java/ch/protonmail/android/views/messagesList/ItemLabelMarginlessSmallView.kt +++ b/app/src/main/java/ch/protonmail/android/views/messagesList/ItemLabelMarginlessSmallView.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.views.messagesList diff --git a/app/src/main/java/ch/protonmail/android/views/messagesList/MailboxItemFooterView.kt b/app/src/main/java/ch/protonmail/android/views/messagesList/MailboxItemFooterView.kt index e3c32c043..260c123f8 100644 --- a/app/src/main/java/ch/protonmail/android/views/messagesList/MailboxItemFooterView.kt +++ b/app/src/main/java/ch/protonmail/android/views/messagesList/MailboxItemFooterView.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.views.messagesList diff --git a/app/src/main/java/ch/protonmail/android/views/messagesList/MailboxItemView.kt b/app/src/main/java/ch/protonmail/android/views/messagesList/MailboxItemView.kt index 517571dbd..d835dba86 100644 --- a/app/src/main/java/ch/protonmail/android/views/messagesList/MailboxItemView.kt +++ b/app/src/main/java/ch/protonmail/android/views/messagesList/MailboxItemView.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.views.messagesList diff --git a/app/src/main/java/ch/protonmail/android/views/messagesList/SenderInitialView.kt b/app/src/main/java/ch/protonmail/android/views/messagesList/SenderInitialView.kt index 846faadc1..0760d85b8 100644 --- a/app/src/main/java/ch/protonmail/android/views/messagesList/SenderInitialView.kt +++ b/app/src/main/java/ch/protonmail/android/views/messagesList/SenderInitialView.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.views.messagesList diff --git a/app/src/main/java/ch/protonmail/android/views/models/LocalContact.kt b/app/src/main/java/ch/protonmail/android/views/models/LocalContact.kt index d3d5cb412..61b98ad8f 100644 --- a/app/src/main/java/ch/protonmail/android/views/models/LocalContact.kt +++ b/app/src/main/java/ch/protonmail/android/views/models/LocalContact.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.views.models diff --git a/app/src/main/java/ch/protonmail/android/views/models/LocalContactAddress.kt b/app/src/main/java/ch/protonmail/android/views/models/LocalContactAddress.kt index 977b977b3..2700884f3 100644 --- a/app/src/main/java/ch/protonmail/android/views/models/LocalContactAddress.kt +++ b/app/src/main/java/ch/protonmail/android/views/models/LocalContactAddress.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.views.models diff --git a/app/src/main/java/ch/protonmail/android/views/navigation/NavigationItemLabelView.kt b/app/src/main/java/ch/protonmail/android/views/navigation/NavigationItemLabelView.kt index 65902da66..c13fbc53c 100644 --- a/app/src/main/java/ch/protonmail/android/views/navigation/NavigationItemLabelView.kt +++ b/app/src/main/java/ch/protonmail/android/views/navigation/NavigationItemLabelView.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.views.navigation diff --git a/app/src/main/java/ch/protonmail/android/views/swipe/OnItemClickListener.java b/app/src/main/java/ch/protonmail/android/views/swipe/OnItemClickListener.java index daa3eb02c..122466a5c 100644 --- a/app/src/main/java/ch/protonmail/android/views/swipe/OnItemClickListener.java +++ b/app/src/main/java/ch/protonmail/android/views/swipe/OnItemClickListener.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.views.swipe; diff --git a/app/src/main/java/ch/protonmail/android/views/swipe/SwipeableItemClickListener.java b/app/src/main/java/ch/protonmail/android/views/swipe/SwipeableItemClickListener.java index 28ce6293d..035cbc1a3 100644 --- a/app/src/main/java/ch/protonmail/android/views/swipe/SwipeableItemClickListener.java +++ b/app/src/main/java/ch/protonmail/android/views/swipe/SwipeableItemClickListener.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.views.swipe; diff --git a/app/src/main/java/ch/protonmail/android/views/swipe/adapter/ListViewAdapter.java b/app/src/main/java/ch/protonmail/android/views/swipe/adapter/ListViewAdapter.java index 630811bf4..dd0d789b1 100644 --- a/app/src/main/java/ch/protonmail/android/views/swipe/adapter/ListViewAdapter.java +++ b/app/src/main/java/ch/protonmail/android/views/swipe/adapter/ListViewAdapter.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.views.swipe.adapter; diff --git a/app/src/main/java/ch/protonmail/android/views/swipe/adapter/ViewAdapter.java b/app/src/main/java/ch/protonmail/android/views/swipe/adapter/ViewAdapter.java index c2aad3af3..8d820f046 100644 --- a/app/src/main/java/ch/protonmail/android/views/swipe/adapter/ViewAdapter.java +++ b/app/src/main/java/ch/protonmail/android/views/swipe/adapter/ViewAdapter.java @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.views.swipe.adapter; diff --git a/app/src/main/java/ch/protonmail/android/worker/CreateContactGroupWorker.kt b/app/src/main/java/ch/protonmail/android/worker/CreateContactGroupWorker.kt index 734af2433..be9d1e401 100644 --- a/app/src/main/java/ch/protonmail/android/worker/CreateContactGroupWorker.kt +++ b/app/src/main/java/ch/protonmail/android/worker/CreateContactGroupWorker.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.worker diff --git a/app/src/main/java/ch/protonmail/android/worker/CreateContactWorker.kt b/app/src/main/java/ch/protonmail/android/worker/CreateContactWorker.kt index 74b02f7ff..39b2ff1f5 100644 --- a/app/src/main/java/ch/protonmail/android/worker/CreateContactWorker.kt +++ b/app/src/main/java/ch/protonmail/android/worker/CreateContactWorker.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.worker diff --git a/app/src/main/java/ch/protonmail/android/worker/DeleteAttachmentWorker.kt b/app/src/main/java/ch/protonmail/android/worker/DeleteAttachmentWorker.kt index 775a41b89..fca8550d6 100644 --- a/app/src/main/java/ch/protonmail/android/worker/DeleteAttachmentWorker.kt +++ b/app/src/main/java/ch/protonmail/android/worker/DeleteAttachmentWorker.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.worker diff --git a/app/src/main/java/ch/protonmail/android/worker/DeleteContactWorker.kt b/app/src/main/java/ch/protonmail/android/worker/DeleteContactWorker.kt index 7b50082ba..04bbf4f19 100644 --- a/app/src/main/java/ch/protonmail/android/worker/DeleteContactWorker.kt +++ b/app/src/main/java/ch/protonmail/android/worker/DeleteContactWorker.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.worker diff --git a/app/src/main/java/ch/protonmail/android/worker/DeleteMessageWorker.kt b/app/src/main/java/ch/protonmail/android/worker/DeleteMessageWorker.kt index 1b05c9721..5b0ef8480 100644 --- a/app/src/main/java/ch/protonmail/android/worker/DeleteMessageWorker.kt +++ b/app/src/main/java/ch/protonmail/android/worker/DeleteMessageWorker.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.worker diff --git a/app/src/main/java/ch/protonmail/android/worker/EmptyFolderRemoteWorker.kt b/app/src/main/java/ch/protonmail/android/worker/EmptyFolderRemoteWorker.kt index eeec68b45..4e7947fc9 100644 --- a/app/src/main/java/ch/protonmail/android/worker/EmptyFolderRemoteWorker.kt +++ b/app/src/main/java/ch/protonmail/android/worker/EmptyFolderRemoteWorker.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.worker diff --git a/app/src/main/java/ch/protonmail/android/worker/FetchContactsDataWorker.kt b/app/src/main/java/ch/protonmail/android/worker/FetchContactsDataWorker.kt index b27ccc735..1afc5d2ff 100644 --- a/app/src/main/java/ch/protonmail/android/worker/FetchContactsDataWorker.kt +++ b/app/src/main/java/ch/protonmail/android/worker/FetchContactsDataWorker.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.worker diff --git a/app/src/main/java/ch/protonmail/android/worker/FetchContactsEmailsWorker.kt b/app/src/main/java/ch/protonmail/android/worker/FetchContactsEmailsWorker.kt index 9f7375c55..522d21c49 100644 --- a/app/src/main/java/ch/protonmail/android/worker/FetchContactsEmailsWorker.kt +++ b/app/src/main/java/ch/protonmail/android/worker/FetchContactsEmailsWorker.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.worker diff --git a/app/src/main/java/ch/protonmail/android/worker/FetchMailSettingsWorker.kt b/app/src/main/java/ch/protonmail/android/worker/FetchMailSettingsWorker.kt index 5a49c0e9a..4b125ec76 100644 --- a/app/src/main/java/ch/protonmail/android/worker/FetchMailSettingsWorker.kt +++ b/app/src/main/java/ch/protonmail/android/worker/FetchMailSettingsWorker.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.worker diff --git a/app/src/main/java/ch/protonmail/android/worker/FetchUserAddressesWorker.kt b/app/src/main/java/ch/protonmail/android/worker/FetchUserAddressesWorker.kt index 49a4e373b..32d1e2920 100644 --- a/app/src/main/java/ch/protonmail/android/worker/FetchUserAddressesWorker.kt +++ b/app/src/main/java/ch/protonmail/android/worker/FetchUserAddressesWorker.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.worker diff --git a/app/src/main/java/ch/protonmail/android/worker/FetchUserWorker.kt b/app/src/main/java/ch/protonmail/android/worker/FetchUserWorker.kt index 6ba1c3e63..c6c8887f4 100644 --- a/app/src/main/java/ch/protonmail/android/worker/FetchUserWorker.kt +++ b/app/src/main/java/ch/protonmail/android/worker/FetchUserWorker.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.worker diff --git a/app/src/main/java/ch/protonmail/android/worker/PingWorker.kt b/app/src/main/java/ch/protonmail/android/worker/PingWorker.kt index 56766785b..b7ca8368e 100644 --- a/app/src/main/java/ch/protonmail/android/worker/PingWorker.kt +++ b/app/src/main/java/ch/protonmail/android/worker/PingWorker.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.worker diff --git a/app/src/main/java/ch/protonmail/android/worker/drafts/CreateDraftWorker.kt b/app/src/main/java/ch/protonmail/android/worker/drafts/CreateDraftWorker.kt index 5f69160de..275c50274 100644 --- a/app/src/main/java/ch/protonmail/android/worker/drafts/CreateDraftWorker.kt +++ b/app/src/main/java/ch/protonmail/android/worker/drafts/CreateDraftWorker.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.worker.drafts diff --git a/app/src/main/java/ch/protonmail/android/worker/drafts/CreateDraftWorkerErrors.kt b/app/src/main/java/ch/protonmail/android/worker/drafts/CreateDraftWorkerErrors.kt index 05f88cdf4..dd8e92286 100644 --- a/app/src/main/java/ch/protonmail/android/worker/drafts/CreateDraftWorkerErrors.kt +++ b/app/src/main/java/ch/protonmail/android/worker/drafts/CreateDraftWorkerErrors.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.worker.drafts diff --git a/app/src/main/res/anim/zoom_in.xml b/app/src/main/res/anim/zoom_in.xml index a6fbfeb30..5d7dead9e 100644 --- a/app/src/main/res/anim/zoom_in.xml +++ b/app/src/main/res/anim/zoom_in.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/drawable/actionbar_shadow.xml b/app/src/main/res/drawable/actionbar_shadow.xml index bf8262445..baf29f7e7 100644 --- a/app/src/main/res/drawable/actionbar_shadow.xml +++ b/app/src/main/res/drawable/actionbar_shadow.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/drawable/bg_recipient_chip_default.xml b/app/src/main/res/drawable/bg_recipient_chip_default.xml index 2e940c6ed..b5f94777d 100644 --- a/app/src/main/res/drawable/bg_recipient_chip_default.xml +++ b/app/src/main/res/drawable/bg_recipient_chip_default.xml @@ -1,20 +1,20 @@ diff --git a/app/src/main/res/drawable/bg_recipient_chip_selected.xml b/app/src/main/res/drawable/bg_recipient_chip_selected.xml index 7e5e568ff..df89cc250 100644 --- a/app/src/main/res/drawable/bg_recipient_chip_selected.xml +++ b/app/src/main/res/drawable/bg_recipient_chip_selected.xml @@ -1,20 +1,20 @@ diff --git a/app/src/main/res/drawable/bg_spinner_three_dots.xml b/app/src/main/res/drawable/bg_spinner_three_dots.xml index 21e58295c..8881f11fd 100644 --- a/app/src/main/res/drawable/bg_spinner_three_dots.xml +++ b/app/src/main/res/drawable/bg_spinner_three_dots.xml @@ -1,21 +1,21 @@ diff --git a/app/src/main/res/drawable/button_selector_inverted.xml b/app/src/main/res/drawable/button_selector_inverted.xml index 0c15c859d..5e14ad851 100644 --- a/app/src/main/res/drawable/button_selector_inverted.xml +++ b/app/src/main/res/drawable/button_selector_inverted.xml @@ -1,21 +1,21 @@ diff --git a/app/src/main/res/drawable/button_shape_inverted.xml b/app/src/main/res/drawable/button_shape_inverted.xml index 0b76ea26a..cd3a0ab68 100644 --- a/app/src/main/res/drawable/button_shape_inverted.xml +++ b/app/src/main/res/drawable/button_shape_inverted.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/drawable/circle_background_interaction_strong.xml b/app/src/main/res/drawable/circle_background_interaction_strong.xml index c318a9ec8..866f3cda7 100644 --- a/app/src/main/res/drawable/circle_background_interaction_strong.xml +++ b/app/src/main/res/drawable/circle_background_interaction_strong.xml @@ -1,21 +1,21 @@ diff --git a/app/src/main/res/drawable/cursor_black.xml b/app/src/main/res/drawable/cursor_black.xml index b2a31b9e3..75d084e77 100644 --- a/app/src/main/res/drawable/cursor_black.xml +++ b/app/src/main/res/drawable/cursor_black.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/drawable/custom_labels_checkbox.xml b/app/src/main/res/drawable/custom_labels_checkbox.xml index 64dc6278d..99f160110 100644 --- a/app/src/main/res/drawable/custom_labels_checkbox.xml +++ b/app/src/main/res/drawable/custom_labels_checkbox.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/drawable/fab_rounded_square_bg.xml b/app/src/main/res/drawable/fab_rounded_square_bg.xml index fa0555c47..d90927f48 100644 --- a/app/src/main/res/drawable/fab_rounded_square_bg.xml +++ b/app/src/main/res/drawable/fab_rounded_square_bg.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/drawable/fab_square_bg.xml b/app/src/main/res/drawable/fab_square_bg.xml index 740fe5bfd..25c794392 100644 --- a/app/src/main/res/drawable/fab_square_bg.xml +++ b/app/src/main/res/drawable/fab_square_bg.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/drawable/field.xml b/app/src/main/res/drawable/field.xml index 858f5c28a..d9a265aee 100644 --- a/app/src/main/res/drawable/field.xml +++ b/app/src/main/res/drawable/field.xml @@ -1,21 +1,21 @@ diff --git a/app/src/main/res/drawable/ic_contact_add.xml b/app/src/main/res/drawable/ic_contact_add.xml index 90a676479..79a570358 100644 --- a/app/src/main/res/drawable/ic_contact_add.xml +++ b/app/src/main/res/drawable/ic_contact_add.xml @@ -1,20 +1,20 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + + + + + + + + diff --git a/app/src/main/res/drawable/ic_inbox.xml b/app/src/main/res/drawable/ic_inbox.xml index 387b41988..c181dacfa 100644 --- a/app/src/main/res/drawable/ic_inbox.xml +++ b/app/src/main/res/drawable/ic_inbox.xml @@ -1,20 +1,20 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/drawable/label_background.xml b/app/src/main/res/drawable/label_background.xml index ba0077c2a..5c7f8d560 100644 --- a/app/src/main/res/drawable/label_background.xml +++ b/app/src/main/res/drawable/label_background.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/drawable/list_divider.xml b/app/src/main/res/drawable/list_divider.xml index 5ff93e2b7..b00146086 100644 --- a/app/src/main/res/drawable/list_divider.xml +++ b/app/src/main/res/drawable/list_divider.xml @@ -1,21 +1,21 @@ diff --git a/app/src/main/res/drawable/new_purple_selector.xml b/app/src/main/res/drawable/new_purple_selector.xml index 6be457b98..ef4e00915 100644 --- a/app/src/main/res/drawable/new_purple_selector.xml +++ b/app/src/main/res/drawable/new_purple_selector.xml @@ -1,21 +1,21 @@ diff --git a/app/src/main/res/drawable/repeat_day_selected_background.xml b/app/src/main/res/drawable/repeat_day_selected_background.xml index 049a37d10..7036568d9 100644 --- a/app/src/main/res/drawable/repeat_day_selected_background.xml +++ b/app/src/main/res/drawable/repeat_day_selected_background.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/drawable/repeat_day_unselected_background.xml b/app/src/main/res/drawable/repeat_day_unselected_background.xml index c98afe010..2153cdc3b 100644 --- a/app/src/main/res/drawable/repeat_day_unselected_background.xml +++ b/app/src/main/res/drawable/repeat_day_unselected_background.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/drawable/ripple_background_norm.xml b/app/src/main/res/drawable/ripple_background_norm.xml index 93f2b08e0..461c466c6 100644 --- a/app/src/main/res/drawable/ripple_background_norm.xml +++ b/app/src/main/res/drawable/ripple_background_norm.xml @@ -1,21 +1,21 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/drawable/selector_circle_background_interaction_strong.xml b/app/src/main/res/drawable/selector_circle_background_interaction_strong.xml index fff2dbddd..cfda71303 100644 --- a/app/src/main/res/drawable/selector_circle_background_interaction_strong.xml +++ b/app/src/main/res/drawable/selector_circle_background_interaction_strong.xml @@ -1,21 +1,21 @@ diff --git a/app/src/main/res/drawable/selector_circle_background_interaction_weak.xml b/app/src/main/res/drawable/selector_circle_background_interaction_weak.xml index fee6f6e0c..1e1157684 100644 --- a/app/src/main/res/drawable/selector_circle_background_interaction_weak.xml +++ b/app/src/main/res/drawable/selector_circle_background_interaction_weak.xml @@ -1,21 +1,21 @@ diff --git a/app/src/main/res/drawable/selector_selection_mode_background.xml b/app/src/main/res/drawable/selector_selection_mode_background.xml index cd9d0ab1b..94c7189d6 100644 --- a/app/src/main/res/drawable/selector_selection_mode_background.xml +++ b/app/src/main/res/drawable/selector_selection_mode_background.xml @@ -1,21 +1,21 @@ diff --git a/app/src/main/res/drawable/selector_selection_mode_icon.xml b/app/src/main/res/drawable/selector_selection_mode_icon.xml index ee530c1ab..48c4c5335 100644 --- a/app/src/main/res/drawable/selector_selection_mode_icon.xml +++ b/app/src/main/res/drawable/selector_selection_mode_icon.xml @@ -1,21 +1,21 @@ diff --git a/app/src/main/res/drawable/selector_star_action_icon.xml b/app/src/main/res/drawable/selector_star_action_icon.xml index 056bc5a6a..4359d897f 100644 --- a/app/src/main/res/drawable/selector_star_action_icon.xml +++ b/app/src/main/res/drawable/selector_star_action_icon.xml @@ -1,21 +1,21 @@ diff --git a/app/src/main/res/drawable/selector_unread_messages_status_background.xml b/app/src/main/res/drawable/selector_unread_messages_status_background.xml index 2972a3dd0..cef73de4b 100644 --- a/app/src/main/res/drawable/selector_unread_messages_status_background.xml +++ b/app/src/main/res/drawable/selector_unread_messages_status_background.xml @@ -1,21 +1,21 @@ diff --git a/app/src/main/res/drawable/settings_left_swipe_action_preview_background.xml b/app/src/main/res/drawable/settings_left_swipe_action_preview_background.xml index e7b6ac499..53b66c899 100644 --- a/app/src/main/res/drawable/settings_left_swipe_action_preview_background.xml +++ b/app/src/main/res/drawable/settings_left_swipe_action_preview_background.xml @@ -1,20 +1,20 @@ diff --git a/app/src/main/res/drawable/settings_right_swipe_action_preview_background.xml b/app/src/main/res/drawable/settings_right_swipe_action_preview_background.xml index ff7cd9853..97796625b 100644 --- a/app/src/main/res/drawable/settings_right_swipe_action_preview_background.xml +++ b/app/src/main/res/drawable/settings_right_swipe_action_preview_background.xml @@ -1,20 +1,20 @@ diff --git a/app/src/main/res/drawable/shape_background_action_sheet_buttons.xml b/app/src/main/res/drawable/shape_background_action_sheet_buttons.xml index 061817e44..72815bb04 100644 --- a/app/src/main/res/drawable/shape_background_action_sheet_buttons.xml +++ b/app/src/main/res/drawable/shape_background_action_sheet_buttons.xml @@ -1,20 +1,20 @@ diff --git a/app/src/main/res/drawable/shape_rectangle_xsmall_corners_bg_secondary_ripple.xml b/app/src/main/res/drawable/shape_rectangle_xsmall_corners_bg_secondary_ripple.xml index 79f1cdfd5..7c63c9b05 100644 --- a/app/src/main/res/drawable/shape_rectangle_xsmall_corners_bg_secondary_ripple.xml +++ b/app/src/main/res/drawable/shape_rectangle_xsmall_corners_bg_secondary_ripple.xml @@ -1,21 +1,21 @@ diff --git a/app/src/main/res/drawable/shape_reply_actions_background.xml b/app/src/main/res/drawable/shape_reply_actions_background.xml index ff6d28a64..7d4a46d5d 100644 --- a/app/src/main/res/drawable/shape_reply_actions_background.xml +++ b/app/src/main/res/drawable/shape_reply_actions_background.xml @@ -1,20 +1,20 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/drawable/text_only_button_selector.xml b/app/src/main/res/drawable/text_only_button_selector.xml index 14c5c95b7..9e2fa16e9 100644 --- a/app/src/main/res/drawable/text_only_button_selector.xml +++ b/app/src/main/res/drawable/text_only_button_selector.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/drawable/v3_edittext.xml b/app/src/main/res/drawable/v3_edittext.xml index 134325231..d20028242 100644 --- a/app/src/main/res/drawable/v3_edittext.xml +++ b/app/src/main/res/drawable/v3_edittext.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/drawable/v3_edittext_inverted.xml b/app/src/main/res/drawable/v3_edittext_inverted.xml index b9855ae3a..f24cf53f8 100644 --- a/app/src/main/res/drawable/v3_edittext_inverted.xml +++ b/app/src/main/res/drawable/v3_edittext_inverted.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/layout/activity_add_attachments.xml b/app/src/main/res/layout/activity_add_attachments.xml index 75e4fdd51..5ee26f660 100644 --- a/app/src/main/res/layout/activity_add_attachments.xml +++ b/app/src/main/res/layout/activity_add_attachments.xml @@ -1,21 +1,21 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/layout/activity_labels_manager.xml b/app/src/main/res/layout/activity_labels_manager.xml index bb0c307bf..49e334346 100644 --- a/app/src/main/res/layout/activity_labels_manager.xml +++ b/app/src/main/res/layout/activity_labels_manager.xml @@ -1,20 +1,20 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/layout/drawer_list_item_divider.xml b/app/src/main/res/layout/drawer_list_item_divider.xml index 25998c624..c2e9ffd28 100644 --- a/app/src/main/res/layout/drawer_list_item_divider.xml +++ b/app/src/main/res/layout/drawer_list_item_divider.xml @@ -1,21 +1,21 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/layout/message_password_view_dialog.xml b/app/src/main/res/layout/message_password_view_dialog.xml index 980d40765..bbdd162b3 100644 --- a/app/src/main/res/layout/message_password_view_dialog.xml +++ b/app/src/main/res/layout/message_password_view_dialog.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/layout/messages_list_footer_view.xml b/app/src/main/res/layout/messages_list_footer_view.xml index 1c1d34a6e..7957e8ef5 100644 --- a/app/src/main/res/layout/messages_list_footer_view.xml +++ b/app/src/main/res/layout/messages_list_footer_view.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/layout/view_folder_icon.xml b/app/src/main/res/layout/view_folder_icon.xml index aa570a891..e8ee4db7e 100644 --- a/app/src/main/res/layout/view_folder_icon.xml +++ b/app/src/main/res/layout/view_folder_icon.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/menu/contacts_menu.xml b/app/src/main/res/menu/contacts_menu.xml index 64485c993..fb7c848f2 100644 --- a/app/src/main/res/menu/contacts_menu.xml +++ b/app/src/main/res/menu/contacts_menu.xml @@ -1,21 +1,21 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/menu/menu_attachments.xml b/app/src/main/res/menu/menu_attachments.xml index b993e717c..ddec66c52 100644 --- a/app/src/main/res/menu/menu_attachments.xml +++ b/app/src/main/res/menu/menu_attachments.xml @@ -1,21 +1,21 @@ diff --git a/app/src/main/res/menu/menu_compose_message.xml b/app/src/main/res/menu/menu_compose_message.xml index b5db48755..ff9dafe68 100644 --- a/app/src/main/res/menu/menu_compose_message.xml +++ b/app/src/main/res/menu/menu_compose_message.xml @@ -1,21 +1,21 @@ diff --git a/app/src/main/res/menu/menu_contact_details.xml b/app/src/main/res/menu/menu_contact_details.xml index cd3404002..dc2af0ba7 100644 --- a/app/src/main/res/menu/menu_contact_details.xml +++ b/app/src/main/res/menu/menu_contact_details.xml @@ -1,20 +1,20 @@ diff --git a/app/src/main/res/menu/menu_contact_group_details.xml b/app/src/main/res/menu/menu_contact_group_details.xml index d3615de3f..8caaf8a3a 100644 --- a/app/src/main/res/menu/menu_contact_group_details.xml +++ b/app/src/main/res/menu/menu_contact_group_details.xml @@ -1,21 +1,21 @@ diff --git a/app/src/main/res/menu/menu_mailbox_options.xml b/app/src/main/res/menu/menu_mailbox_options.xml index 9e81118b1..b9c9fd5ee 100644 --- a/app/src/main/res/menu/menu_mailbox_options.xml +++ b/app/src/main/res/menu/menu_mailbox_options.xml @@ -1,21 +1,21 @@ diff --git a/app/src/main/res/menu/recipient_popup_menu.xml b/app/src/main/res/menu/recipient_popup_menu.xml index 8c139105a..8a462c939 100644 --- a/app/src/main/res/menu/recipient_popup_menu.xml +++ b/app/src/main/res/menu/recipient_popup_menu.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/menu/search_menu.xml b/app/src/main/res/menu/search_menu.xml index 74ca8e24f..d6c98616c 100644 --- a/app/src/main/res/menu/search_menu.xml +++ b/app/src/main/res/menu/search_menu.xml @@ -1,21 +1,21 @@ diff --git a/app/src/main/res/menu/share_menu.xml b/app/src/main/res/menu/share_menu.xml index 09d780f5c..2b79d3472 100644 --- a/app/src/main/res/menu/share_menu.xml +++ b/app/src/main/res/menu/share_menu.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml index 1d8385149..9d1117727 100644 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml index 1d8385149..9d1117727 100644 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/values-ca-rES/strings.xml b/app/src/main/res/values-ca-rES/strings.xml index 743424391..b87234a93 100644 --- a/app/src/main/res/values-ca-rES/strings.xml +++ b/app/src/main/res/values-ca-rES/strings.xml @@ -1,21 +1,21 @@ diff --git a/app/src/main/res/values-ca-rES/vcard_type_vals.xml b/app/src/main/res/values-ca-rES/vcard_type_vals.xml index d478940ff..f332acca7 100644 --- a/app/src/main/res/values-ca-rES/vcard_type_vals.xml +++ b/app/src/main/res/values-ca-rES/vcard_type_vals.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/values-cs/strings.xml b/app/src/main/res/values-cs/strings.xml index be2fbf1d2..872201f90 100644 --- a/app/src/main/res/values-cs/strings.xml +++ b/app/src/main/res/values-cs/strings.xml @@ -1,21 +1,21 @@ diff --git a/app/src/main/res/values-cs/vcard_type_vals.xml b/app/src/main/res/values-cs/vcard_type_vals.xml index 0f1a8e72a..783264720 100644 --- a/app/src/main/res/values-cs/vcard_type_vals.xml +++ b/app/src/main/res/values-cs/vcard_type_vals.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/values-da/strings.xml b/app/src/main/res/values-da/strings.xml index 08bd27d3d..b02b72076 100644 --- a/app/src/main/res/values-da/strings.xml +++ b/app/src/main/res/values-da/strings.xml @@ -1,21 +1,21 @@ diff --git a/app/src/main/res/values-da/vcard_type_vals.xml b/app/src/main/res/values-da/vcard_type_vals.xml index 3101f45d8..a5bcc697f 100644 --- a/app/src/main/res/values-da/vcard_type_vals.xml +++ b/app/src/main/res/values-da/vcard_type_vals.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index 9c1107544..c9e888236 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -1,21 +1,21 @@ diff --git a/app/src/main/res/values-de/vcard_type_vals.xml b/app/src/main/res/values-de/vcard_type_vals.xml index 3304f9bf1..aa481522f 100644 --- a/app/src/main/res/values-de/vcard_type_vals.xml +++ b/app/src/main/res/values-de/vcard_type_vals.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/values-el/strings.xml b/app/src/main/res/values-el/strings.xml index f7a76b694..4cb7e3751 100644 --- a/app/src/main/res/values-el/strings.xml +++ b/app/src/main/res/values-el/strings.xml @@ -1,21 +1,21 @@ diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index aa97d46c3..265899d35 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -1,21 +1,21 @@ diff --git a/app/src/main/res/values-es/vcard_type_vals.xml b/app/src/main/res/values-es/vcard_type_vals.xml index 0305a3af0..029c3e424 100644 --- a/app/src/main/res/values-es/vcard_type_vals.xml +++ b/app/src/main/res/values-es/vcard_type_vals.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index b4c0c5ee8..2d4b7057e 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -1,21 +1,21 @@ diff --git a/app/src/main/res/values-fr/vcard_type_vals.xml b/app/src/main/res/values-fr/vcard_type_vals.xml index 25cc8ed76..51981aa70 100644 --- a/app/src/main/res/values-fr/vcard_type_vals.xml +++ b/app/src/main/res/values-fr/vcard_type_vals.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/values-hdpi/dimens.xml b/app/src/main/res/values-hdpi/dimens.xml index 1c692e809..9d194fa14 100644 --- a/app/src/main/res/values-hdpi/dimens.xml +++ b/app/src/main/res/values-hdpi/dimens.xml @@ -1,20 +1,20 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/values-hr/strings.xml b/app/src/main/res/values-hr/strings.xml index e21f1d854..304b0b7b7 100644 --- a/app/src/main/res/values-hr/strings.xml +++ b/app/src/main/res/values-hr/strings.xml @@ -1,21 +1,21 @@ diff --git a/app/src/main/res/values-hr/vcard_type_vals.xml b/app/src/main/res/values-hr/vcard_type_vals.xml index 645c4d7c6..d4a0bb2a7 100644 --- a/app/src/main/res/values-hr/vcard_type_vals.xml +++ b/app/src/main/res/values-hr/vcard_type_vals.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/values-hu-rHU/strings.xml b/app/src/main/res/values-hu-rHU/strings.xml index 572cdae76..e92bcfb7e 100644 --- a/app/src/main/res/values-hu-rHU/strings.xml +++ b/app/src/main/res/values-hu-rHU/strings.xml @@ -1,21 +1,21 @@ diff --git a/app/src/main/res/values-hu-rHU/vcard_type_vals.xml b/app/src/main/res/values-hu-rHU/vcard_type_vals.xml index ce4a90fde..7072f6258 100644 --- a/app/src/main/res/values-hu-rHU/vcard_type_vals.xml +++ b/app/src/main/res/values-hu-rHU/vcard_type_vals.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/values-in/strings.xml b/app/src/main/res/values-in/strings.xml index d8764a61a..8d2ee29e6 100644 --- a/app/src/main/res/values-in/strings.xml +++ b/app/src/main/res/values-in/strings.xml @@ -1,21 +1,21 @@ diff --git a/app/src/main/res/values-in/vcard_type_vals.xml b/app/src/main/res/values-in/vcard_type_vals.xml index 1ec17b047..b9955b83a 100644 --- a/app/src/main/res/values-in/vcard_type_vals.xml +++ b/app/src/main/res/values-in/vcard_type_vals.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/values-is-rIS/strings.xml b/app/src/main/res/values-is-rIS/strings.xml index 306bb7295..60af752c5 100644 --- a/app/src/main/res/values-is-rIS/strings.xml +++ b/app/src/main/res/values-is-rIS/strings.xml @@ -1,21 +1,21 @@ diff --git a/app/src/main/res/values-is-rIS/vcard_type_vals.xml b/app/src/main/res/values-is-rIS/vcard_type_vals.xml index fcd589ddd..4e73bd4db 100644 --- a/app/src/main/res/values-is-rIS/vcard_type_vals.xml +++ b/app/src/main/res/values-is-rIS/vcard_type_vals.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index d4e4f2233..e0d33fc0e 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -1,21 +1,21 @@ diff --git a/app/src/main/res/values-it/vcard_type_vals.xml b/app/src/main/res/values-it/vcard_type_vals.xml index b3e1251a9..48f83ff63 100644 --- a/app/src/main/res/values-it/vcard_type_vals.xml +++ b/app/src/main/res/values-it/vcard_type_vals.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index 772610843..9d3e8c725 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -1,21 +1,21 @@ diff --git a/app/src/main/res/values-ja/vcard_type_vals.xml b/app/src/main/res/values-ja/vcard_type_vals.xml index 126ed9db2..250c79710 100644 --- a/app/src/main/res/values-ja/vcard_type_vals.xml +++ b/app/src/main/res/values-ja/vcard_type_vals.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/values-kab/strings.xml b/app/src/main/res/values-kab/strings.xml index 8331c4894..91f565958 100644 --- a/app/src/main/res/values-kab/strings.xml +++ b/app/src/main/res/values-kab/strings.xml @@ -1,21 +1,21 @@ diff --git a/app/src/main/res/values-kab/vcard_type_vals.xml b/app/src/main/res/values-kab/vcard_type_vals.xml index 11a3ea13b..28c25985c 100644 --- a/app/src/main/res/values-kab/vcard_type_vals.xml +++ b/app/src/main/res/values-kab/vcard_type_vals.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/values-ldrtl/ld_values.xml b/app/src/main/res/values-ldrtl/ld_values.xml index 79be1024a..20eed370b 100644 --- a/app/src/main/res/values-ldrtl/ld_values.xml +++ b/app/src/main/res/values-ldrtl/ld_values.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> 1 diff --git a/app/src/main/res/values-mdpi/dimens.xml b/app/src/main/res/values-mdpi/dimens.xml index 1c692e809..9d194fa14 100644 --- a/app/src/main/res/values-mdpi/dimens.xml +++ b/app/src/main/res/values-mdpi/dimens.xml @@ -1,20 +1,20 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml index ebd793d13..79f64f7ea 100644 --- a/app/src/main/res/values-nl/strings.xml +++ b/app/src/main/res/values-nl/strings.xml @@ -1,21 +1,21 @@ diff --git a/app/src/main/res/values-nl/vcard_type_vals.xml b/app/src/main/res/values-nl/vcard_type_vals.xml index 784a6e055..e3773f764 100644 --- a/app/src/main/res/values-nl/vcard_type_vals.xml +++ b/app/src/main/res/values-nl/vcard_type_vals.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml index f51055b48..d2dc42cff 100644 --- a/app/src/main/res/values-pl/strings.xml +++ b/app/src/main/res/values-pl/strings.xml @@ -1,21 +1,21 @@ diff --git a/app/src/main/res/values-pl/vcard_type_vals.xml b/app/src/main/res/values-pl/vcard_type_vals.xml index de4d9c07b..99bfceb91 100644 --- a/app/src/main/res/values-pl/vcard_type_vals.xml +++ b/app/src/main/res/values-pl/vcard_type_vals.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml index 05cefdd15..dc421c3d5 100644 --- a/app/src/main/res/values-pt-rBR/strings.xml +++ b/app/src/main/res/values-pt-rBR/strings.xml @@ -1,21 +1,21 @@ diff --git a/app/src/main/res/values-pt-rBR/vcard_type_vals.xml b/app/src/main/res/values-pt-rBR/vcard_type_vals.xml index 18b8c8411..6c9df8440 100644 --- a/app/src/main/res/values-pt-rBR/vcard_type_vals.xml +++ b/app/src/main/res/values-pt-rBR/vcard_type_vals.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/values-pt/strings.xml b/app/src/main/res/values-pt/strings.xml index 67cade078..f65ce56a1 100644 --- a/app/src/main/res/values-pt/strings.xml +++ b/app/src/main/res/values-pt/strings.xml @@ -1,21 +1,21 @@ diff --git a/app/src/main/res/values-pt/vcard_type_vals.xml b/app/src/main/res/values-pt/vcard_type_vals.xml index bfde5ebc7..93375c1da 100644 --- a/app/src/main/res/values-pt/vcard_type_vals.xml +++ b/app/src/main/res/values-pt/vcard_type_vals.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/values-ro/strings.xml b/app/src/main/res/values-ro/strings.xml index 7df774b47..f64fc0289 100644 --- a/app/src/main/res/values-ro/strings.xml +++ b/app/src/main/res/values-ro/strings.xml @@ -1,21 +1,21 @@ diff --git a/app/src/main/res/values-ro/vcard_type_vals.xml b/app/src/main/res/values-ro/vcard_type_vals.xml index 1b81dc4b1..231687db0 100644 --- a/app/src/main/res/values-ro/vcard_type_vals.xml +++ b/app/src/main/res/values-ro/vcard_type_vals.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index 1b499ac8f..f858cdeee 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -1,21 +1,21 @@ diff --git a/app/src/main/res/values-ru/vcard_type_vals.xml b/app/src/main/res/values-ru/vcard_type_vals.xml index c1226432e..642545f68 100644 --- a/app/src/main/res/values-ru/vcard_type_vals.xml +++ b/app/src/main/res/values-ru/vcard_type_vals.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/values-sv-rSE/strings.xml b/app/src/main/res/values-sv-rSE/strings.xml index a2a9ab50e..f17334e3c 100644 --- a/app/src/main/res/values-sv-rSE/strings.xml +++ b/app/src/main/res/values-sv-rSE/strings.xml @@ -1,21 +1,21 @@ diff --git a/app/src/main/res/values-sv-rSE/vcard_type_vals.xml b/app/src/main/res/values-sv-rSE/vcard_type_vals.xml index da4ebe36b..167b2bbb4 100644 --- a/app/src/main/res/values-sv-rSE/vcard_type_vals.xml +++ b/app/src/main/res/values-sv-rSE/vcard_type_vals.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/values-tr/strings.xml b/app/src/main/res/values-tr/strings.xml index 6c68284eb..ff081f4cd 100644 --- a/app/src/main/res/values-tr/strings.xml +++ b/app/src/main/res/values-tr/strings.xml @@ -1,21 +1,21 @@ diff --git a/app/src/main/res/values-tr/vcard_type_vals.xml b/app/src/main/res/values-tr/vcard_type_vals.xml index 90a60f49f..6e5b7a779 100644 --- a/app/src/main/res/values-tr/vcard_type_vals.xml +++ b/app/src/main/res/values-tr/vcard_type_vals.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/values-uk/strings.xml b/app/src/main/res/values-uk/strings.xml index 5caef2e82..538993e35 100644 --- a/app/src/main/res/values-uk/strings.xml +++ b/app/src/main/res/values-uk/strings.xml @@ -1,21 +1,21 @@ diff --git a/app/src/main/res/values-uk/vcard_type_vals.xml b/app/src/main/res/values-uk/vcard_type_vals.xml index 41bff3803..e5d9ccd62 100644 --- a/app/src/main/res/values-uk/vcard_type_vals.xml +++ b/app/src/main/res/values-uk/vcard_type_vals.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/values-xhdpi/dimens.xml b/app/src/main/res/values-xhdpi/dimens.xml index de63775d7..69cf43701 100644 --- a/app/src/main/res/values-xhdpi/dimens.xml +++ b/app/src/main/res/values-xhdpi/dimens.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> 300dp diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml index c54b16e24..26e682599 100644 --- a/app/src/main/res/values-zh-rCN/strings.xml +++ b/app/src/main/res/values-zh-rCN/strings.xml @@ -1,21 +1,21 @@ diff --git a/app/src/main/res/values-zh-rCN/vcard_type_vals.xml b/app/src/main/res/values-zh-rCN/vcard_type_vals.xml index 476843a46..b44ecc36c 100644 --- a/app/src/main/res/values-zh-rCN/vcard_type_vals.xml +++ b/app/src/main/res/values-zh-rCN/vcard_type_vals.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml index 719909f2f..2bae5c6dd 100644 --- a/app/src/main/res/values-zh-rTW/strings.xml +++ b/app/src/main/res/values-zh-rTW/strings.xml @@ -1,21 +1,21 @@ diff --git a/app/src/main/res/values-zh-rTW/vcard_type_vals.xml b/app/src/main/res/values-zh-rTW/vcard_type_vals.xml index 834ded111..d4dc9446b 100644 --- a/app/src/main/res/values-zh-rTW/vcard_type_vals.xml +++ b/app/src/main/res/values-zh-rTW/vcard_type_vals.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/values/attrs.xml b/app/src/main/res/values/attrs.xml index deb226612..205a7667f 100644 --- a/app/src/main/res/values/attrs.xml +++ b/app/src/main/res/values/attrs.xml @@ -1,20 +1,20 @@ diff --git a/app/src/main/res/values/buttons.xml b/app/src/main/res/values/buttons.xml index ad325a35b..21d806af5 100644 --- a/app/src/main/res/values/buttons.xml +++ b/app/src/main/res/values/buttons.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> 1 2 diff --git a/app/src/main/res/values/cnfg.xml b/app/src/main/res/values/cnfg.xml index 135820d81..b0383121c 100644 --- a/app/src/main/res/values/cnfg.xml +++ b/app/src/main/res/values/cnfg.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> ProtonMail 22:00 diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index b46d4b6c0..e2b74778a 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -1,21 +1,21 @@ diff --git a/app/src/main/res/values/dimens.xml b/app/src/main/res/values/dimens.xml index 6ae33aefd..364dd5cfc 100644 --- a/app/src/main/res/values/dimens.xml +++ b/app/src/main/res/values/dimens.xml @@ -1,20 +1,20 @@ diff --git a/app/src/main/res/values/ic_launcher_background.xml b/app/src/main/res/values/ic_launcher_background.xml index 42b4dacb3..16ea1acad 100644 --- a/app/src/main/res/values/ic_launcher_background.xml +++ b/app/src/main/res/values/ic_launcher_background.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> @color/icon_background diff --git a/app/src/main/res/values/icons.xml b/app/src/main/res/values/icons.xml index 43fba0a7c..06b447fcd 100644 --- a/app/src/main/res/values/icons.xml +++ b/app/src/main/res/values/icons.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/values/ids.xml b/app/src/main/res/values/ids.xml index e03203e84..5b17fb85b 100644 --- a/app/src/main/res/values/ids.xml +++ b/app/src/main/res/values/ids.xml @@ -1,21 +1,21 @@ diff --git a/app/src/main/res/values/ints.xml b/app/src/main/res/values/ints.xml index 9c628ba97..d044e245a 100644 --- a/app/src/main/res/values/ints.xml +++ b/app/src/main/res/values/ints.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> 0 diff --git a/app/src/main/res/values/ld_values.xml b/app/src/main/res/values/ld_values.xml index 6fc852745..f424a24d2 100644 --- a/app/src/main/res/values/ld_values.xml +++ b/app/src/main/res/values/ld_values.xml @@ -1,21 +1,21 @@ 0 diff --git a/app/src/main/res/values/links.xml b/app/src/main/res/values/links.xml index f55ccf31a..e7ef4847e 100644 --- a/app/src/main/res/values/links.xml +++ b/app/src/main/res/values/links.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> https://protonmail.com/upgrade https://protonmail.com/support/knowledge-base/encrypt-for-outside-users/ diff --git a/app/src/main/res/values/notif.xml b/app/src/main/res/values/notif.xml index 3621300c4..a710210a1 100644 --- a/app/src/main/res/values/notif.xml +++ b/app/src/main/res/values/notif.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> ch.protonmail.android protonmail_notif_action_archive diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index bec9bfc3b..f2da7cff7 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1,20 +1,20 @@ diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 5212fc74c..499388602 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -1,20 +1,20 @@ diff --git a/app/src/main/res/values/vcard_type_vals.xml b/app/src/main/res/values/vcard_type_vals.xml index 8d5d816ad..eb30ec050 100644 --- a/app/src/main/res/values/vcard_type_vals.xml +++ b/app/src/main/res/values/vcard_type_vals.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/xml-v25/shortcuts.xml b/app/src/main/res/xml-v25/shortcuts.xml index 20d807544..8f9b3848e 100644 --- a/app/src/main/res/xml-v25/shortcuts.xml +++ b/app/src/main/res/xml-v25/shortcuts.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/res/xml/provider_paths.xml b/app/src/main/res/xml/provider_paths.xml index 02747dd26..403ac8eb1 100644 --- a/app/src/main/res/xml/provider_paths.xml +++ b/app/src/main/res/xml/provider_paths.xml @@ -1,22 +1,22 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/main/resources/jacoco-agent.properties b/app/src/main/resources/jacoco-agent.properties index 52c4b253d..3b5184f77 100644 --- a/app/src/main/resources/jacoco-agent.properties +++ b/app/src/main/resources/jacoco-agent.properties @@ -1 +1,20 @@ +# +# Copyright (c) 2022 Proton AG +# +# This file is part of Proton Mail. +# +# Proton Mail 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. +# +# Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. +# + output=none diff --git a/app/src/production/java/ch.protonmail.android/di/ConfigurableParametersModule.kt b/app/src/production/java/ch.protonmail.android/di/ConfigurableParametersModule.kt index f05f2c619..ee97b8ea7 100644 --- a/app/src/production/java/ch.protonmail.android/di/ConfigurableParametersModule.kt +++ b/app/src/production/java/ch.protonmail.android/di/ConfigurableParametersModule.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.di diff --git a/app/src/test/java/ch/protonmail/android/activities/messageDetails/IntentExtrasDataTest.kt b/app/src/test/java/ch/protonmail/android/activities/messageDetails/IntentExtrasDataTest.kt index 4ff5951cd..416cda800 100644 --- a/app/src/test/java/ch/protonmail/android/activities/messageDetails/IntentExtrasDataTest.kt +++ b/app/src/test/java/ch/protonmail/android/activities/messageDetails/IntentExtrasDataTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.activities.messageDetails diff --git a/app/src/test/java/ch/protonmail/android/activities/messageDetails/MessageRendererTest.kt b/app/src/test/java/ch/protonmail/android/activities/messageDetails/MessageRendererTest.kt index 18f1e8e95..3820bb77b 100644 --- a/app/src/test/java/ch/protonmail/android/activities/messageDetails/MessageRendererTest.kt +++ b/app/src/test/java/ch/protonmail/android/activities/messageDetails/MessageRendererTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.activities.messageDetails diff --git a/app/src/test/java/ch/protonmail/android/activities/messageDetails/viewmodel/MessageDetailsViewModelTest.kt b/app/src/test/java/ch/protonmail/android/activities/messageDetails/viewmodel/MessageDetailsViewModelTest.kt index b7befe105..7de1b7594 100644 --- a/app/src/test/java/ch/protonmail/android/activities/messageDetails/viewmodel/MessageDetailsViewModelTest.kt +++ b/app/src/test/java/ch/protonmail/android/activities/messageDetails/viewmodel/MessageDetailsViewModelTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.activities.messageDetails.viewmodel diff --git a/app/src/test/java/ch/protonmail/android/api/AccountManagerTest.kt b/app/src/test/java/ch/protonmail/android/api/AccountManagerTest.kt index e53f3dec2..0440fbf25 100644 --- a/app/src/test/java/ch/protonmail/android/api/AccountManagerTest.kt +++ b/app/src/test/java/ch/protonmail/android/api/AccountManagerTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api diff --git a/app/src/test/java/ch/protonmail/android/api/interceptors/BaseRequestInterceptorTest.kt b/app/src/test/java/ch/protonmail/android/api/interceptors/BaseRequestInterceptorTest.kt index a28461df7..2e224ee5c 100644 --- a/app/src/test/java/ch/protonmail/android/api/interceptors/BaseRequestInterceptorTest.kt +++ b/app/src/test/java/ch/protonmail/android/api/interceptors/BaseRequestInterceptorTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.interceptors diff --git a/app/src/test/java/ch/protonmail/android/api/local/SnoozeSettingsTest.kt b/app/src/test/java/ch/protonmail/android/api/local/SnoozeSettingsTest.kt index f8910ec9f..9374eb8e3 100644 --- a/app/src/test/java/ch/protonmail/android/api/local/SnoozeSettingsTest.kt +++ b/app/src/test/java/ch/protonmail/android/api/local/SnoozeSettingsTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.local diff --git a/app/src/test/java/ch/protonmail/android/api/models/messages/receive/MessageLocationResolverTest.kt b/app/src/test/java/ch/protonmail/android/api/models/messages/receive/MessageLocationResolverTest.kt index 301f9fc3f..29c8a9152 100644 --- a/app/src/test/java/ch/protonmail/android/api/models/messages/receive/MessageLocationResolverTest.kt +++ b/app/src/test/java/ch/protonmail/android/api/models/messages/receive/MessageLocationResolverTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.models.messages.receive diff --git a/app/src/test/java/ch/protonmail/android/api/models/messages/receive/MessageMapperTest.kt b/app/src/test/java/ch/protonmail/android/api/models/messages/receive/MessageMapperTest.kt index 9070c09cc..c648c7067 100644 --- a/app/src/test/java/ch/protonmail/android/api/models/messages/receive/MessageMapperTest.kt +++ b/app/src/test/java/ch/protonmail/android/api/models/messages/receive/MessageMapperTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.models.messages.receive diff --git a/app/src/test/java/ch/protonmail/android/api/models/room/messages/MessagesTypesConverterTest.kt b/app/src/test/java/ch/protonmail/android/api/models/room/messages/MessagesTypesConverterTest.kt index 3bbeaa1cc..ad7cc48a6 100644 --- a/app/src/test/java/ch/protonmail/android/api/models/room/messages/MessagesTypesConverterTest.kt +++ b/app/src/test/java/ch/protonmail/android/api/models/room/messages/MessagesTypesConverterTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.models.room.messages diff --git a/app/src/test/java/ch/protonmail/android/api/segments/contact/ContactEmailsManagerTest.kt b/app/src/test/java/ch/protonmail/android/api/segments/contact/ContactEmailsManagerTest.kt index ecdc32e10..a0b30a18b 100644 --- a/app/src/test/java/ch/protonmail/android/api/segments/contact/ContactEmailsManagerTest.kt +++ b/app/src/test/java/ch/protonmail/android/api/segments/contact/ContactEmailsManagerTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.segments.contact diff --git a/app/src/test/java/ch/protonmail/android/api/segments/event/EventHandlerTest.kt b/app/src/test/java/ch/protonmail/android/api/segments/event/EventHandlerTest.kt index 5778634b7..fd1004e91 100644 --- a/app/src/test/java/ch/protonmail/android/api/segments/event/EventHandlerTest.kt +++ b/app/src/test/java/ch/protonmail/android/api/segments/event/EventHandlerTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.segments.event diff --git a/app/src/test/java/ch/protonmail/android/api/segments/event/FetchEventsAndRescheduleTest.kt b/app/src/test/java/ch/protonmail/android/api/segments/event/FetchEventsAndRescheduleTest.kt index 9b74ba84d..e114fd24c 100644 --- a/app/src/test/java/ch/protonmail/android/api/segments/event/FetchEventsAndRescheduleTest.kt +++ b/app/src/test/java/ch/protonmail/android/api/segments/event/FetchEventsAndRescheduleTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.api.segments.event diff --git a/app/src/test/java/ch/protonmail/android/attachments/AttachmentsHelperTest.kt b/app/src/test/java/ch/protonmail/android/attachments/AttachmentsHelperTest.kt index b7006faef..54a5b894b 100644 --- a/app/src/test/java/ch/protonmail/android/attachments/AttachmentsHelperTest.kt +++ b/app/src/test/java/ch/protonmail/android/attachments/AttachmentsHelperTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.attachments diff --git a/app/src/test/java/ch/protonmail/android/attachments/AttachmentsRepositoryTest.kt b/app/src/test/java/ch/protonmail/android/attachments/AttachmentsRepositoryTest.kt index ee9975e7b..01804ae49 100644 --- a/app/src/test/java/ch/protonmail/android/attachments/AttachmentsRepositoryTest.kt +++ b/app/src/test/java/ch/protonmail/android/attachments/AttachmentsRepositoryTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.attachments diff --git a/app/src/test/java/ch/protonmail/android/attachments/AttachmentsViewModelTest.kt b/app/src/test/java/ch/protonmail/android/attachments/AttachmentsViewModelTest.kt index 767e8f373..967987035 100644 --- a/app/src/test/java/ch/protonmail/android/attachments/AttachmentsViewModelTest.kt +++ b/app/src/test/java/ch/protonmail/android/attachments/AttachmentsViewModelTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.attachments diff --git a/app/src/test/java/ch/protonmail/android/attachments/DownloadEmbeddedAttachmentsWorkerTest.kt b/app/src/test/java/ch/protonmail/android/attachments/DownloadEmbeddedAttachmentsWorkerTest.kt index 65eaaaafd..87b376c1b 100644 --- a/app/src/test/java/ch/protonmail/android/attachments/DownloadEmbeddedAttachmentsWorkerTest.kt +++ b/app/src/test/java/ch/protonmail/android/attachments/DownloadEmbeddedAttachmentsWorkerTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.attachments diff --git a/app/src/test/java/ch/protonmail/android/attachments/HandleSingleAttachmentTest.kt b/app/src/test/java/ch/protonmail/android/attachments/HandleSingleAttachmentTest.kt index 4af68ab46..4a6461d70 100644 --- a/app/src/test/java/ch/protonmail/android/attachments/HandleSingleAttachmentTest.kt +++ b/app/src/test/java/ch/protonmail/android/attachments/HandleSingleAttachmentTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.attachments diff --git a/app/src/test/java/ch/protonmail/android/attachments/UploadAttachmentsWorkerTest.kt b/app/src/test/java/ch/protonmail/android/attachments/UploadAttachmentsWorkerTest.kt index 77ac868a1..0d50b2a1c 100644 --- a/app/src/test/java/ch/protonmail/android/attachments/UploadAttachmentsWorkerTest.kt +++ b/app/src/test/java/ch/protonmail/android/attachments/UploadAttachmentsWorkerTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.attachments diff --git a/app/src/test/java/ch/protonmail/android/compose/ComposeMessageViewModelTest.kt b/app/src/test/java/ch/protonmail/android/compose/ComposeMessageViewModelTest.kt index 1193afe60..4f8682756 100644 --- a/app/src/test/java/ch/protonmail/android/compose/ComposeMessageViewModelTest.kt +++ b/app/src/test/java/ch/protonmail/android/compose/ComposeMessageViewModelTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.compose diff --git a/app/src/test/java/ch/protonmail/android/compose/presentation/model/AddExpirationTimeToMessageTest.kt b/app/src/test/java/ch/protonmail/android/compose/presentation/model/AddExpirationTimeToMessageTest.kt index 1ce797cf0..8142f8d92 100644 --- a/app/src/test/java/ch/protonmail/android/compose/presentation/model/AddExpirationTimeToMessageTest.kt +++ b/app/src/test/java/ch/protonmail/android/compose/presentation/model/AddExpirationTimeToMessageTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.compose.presentation.model diff --git a/app/src/test/java/ch/protonmail/android/compose/presentation/util/HtmlToSpannedTest.kt b/app/src/test/java/ch/protonmail/android/compose/presentation/util/HtmlToSpannedTest.kt index 1f919e145..7b27b0fcc 100644 --- a/app/src/test/java/ch/protonmail/android/compose/presentation/util/HtmlToSpannedTest.kt +++ b/app/src/test/java/ch/protonmail/android/compose/presentation/util/HtmlToSpannedTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.compose.presentation.util diff --git a/app/src/test/java/ch/protonmail/android/compose/presentation/viewmodel/SetMessagePasswordViewModelTest.kt b/app/src/test/java/ch/protonmail/android/compose/presentation/viewmodel/SetMessagePasswordViewModelTest.kt index 183f0d382..1cd4a6b1a 100644 --- a/app/src/test/java/ch/protonmail/android/compose/presentation/viewmodel/SetMessagePasswordViewModelTest.kt +++ b/app/src/test/java/ch/protonmail/android/compose/presentation/viewmodel/SetMessagePasswordViewModelTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.compose.presentation.viewmodel diff --git a/app/src/test/java/ch/protonmail/android/compose/send/SendMessageTest.kt b/app/src/test/java/ch/protonmail/android/compose/send/SendMessageTest.kt index 4f1472918..495a7cbc4 100644 --- a/app/src/test/java/ch/protonmail/android/compose/send/SendMessageTest.kt +++ b/app/src/test/java/ch/protonmail/android/compose/send/SendMessageTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.compose.send diff --git a/app/src/test/java/ch/protonmail/android/compose/send/SendMessageWorkerTest.kt b/app/src/test/java/ch/protonmail/android/compose/send/SendMessageWorkerTest.kt index 8521283aa..295d3c6e4 100644 --- a/app/src/test/java/ch/protonmail/android/compose/send/SendMessageWorkerTest.kt +++ b/app/src/test/java/ch/protonmail/android/compose/send/SendMessageWorkerTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.compose.send diff --git a/app/src/test/java/ch/protonmail/android/contacts/details/ContactDetailsRepositoryTest.kt b/app/src/test/java/ch/protonmail/android/contacts/details/ContactDetailsRepositoryTest.kt index 4cf806b60..917415bde 100644 --- a/app/src/test/java/ch/protonmail/android/contacts/details/ContactDetailsRepositoryTest.kt +++ b/app/src/test/java/ch/protonmail/android/contacts/details/ContactDetailsRepositoryTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.details diff --git a/app/src/test/java/ch/protonmail/android/contacts/details/ContactDetailsViewModelOldTest.kt b/app/src/test/java/ch/protonmail/android/contacts/details/ContactDetailsViewModelOldTest.kt index ac782e3bf..9d9688d81 100644 --- a/app/src/test/java/ch/protonmail/android/contacts/details/ContactDetailsViewModelOldTest.kt +++ b/app/src/test/java/ch/protonmail/android/contacts/details/ContactDetailsViewModelOldTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.details diff --git a/app/src/test/java/ch/protonmail/android/contacts/details/ContactGroupsRepositoryTest.kt b/app/src/test/java/ch/protonmail/android/contacts/details/ContactGroupsRepositoryTest.kt index 21f66329e..b02305b68 100644 --- a/app/src/test/java/ch/protonmail/android/contacts/details/ContactGroupsRepositoryTest.kt +++ b/app/src/test/java/ch/protonmail/android/contacts/details/ContactGroupsRepositoryTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.details diff --git a/app/src/test/java/ch/protonmail/android/contacts/details/domain/FetchContactDetailsTest.kt b/app/src/test/java/ch/protonmail/android/contacts/details/domain/FetchContactDetailsTest.kt index d40f2f5cb..e25c2d6c4 100644 --- a/app/src/test/java/ch/protonmail/android/contacts/details/domain/FetchContactDetailsTest.kt +++ b/app/src/test/java/ch/protonmail/android/contacts/details/domain/FetchContactDetailsTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.details.domain diff --git a/app/src/test/java/ch/protonmail/android/contacts/details/domain/FetchContactGroupsTest.kt b/app/src/test/java/ch/protonmail/android/contacts/details/domain/FetchContactGroupsTest.kt index cb9241f91..97d6ea7b3 100644 --- a/app/src/test/java/ch/protonmail/android/contacts/details/domain/FetchContactGroupsTest.kt +++ b/app/src/test/java/ch/protonmail/android/contacts/details/domain/FetchContactGroupsTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.details.domain diff --git a/app/src/test/java/ch/protonmail/android/contacts/details/domain/FetchContactsMapperTest.kt b/app/src/test/java/ch/protonmail/android/contacts/details/domain/FetchContactsMapperTest.kt index de606b6ae..acc03254c 100644 --- a/app/src/test/java/ch/protonmail/android/contacts/details/domain/FetchContactsMapperTest.kt +++ b/app/src/test/java/ch/protonmail/android/contacts/details/domain/FetchContactsMapperTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.details.domain diff --git a/app/src/test/java/ch/protonmail/android/contacts/details/presentation/ContactDetailsMapperTest.kt b/app/src/test/java/ch/protonmail/android/contacts/details/presentation/ContactDetailsMapperTest.kt index 0e193ec26..bb5756704 100644 --- a/app/src/test/java/ch/protonmail/android/contacts/details/presentation/ContactDetailsMapperTest.kt +++ b/app/src/test/java/ch/protonmail/android/contacts/details/presentation/ContactDetailsMapperTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.details.presentation diff --git a/app/src/test/java/ch/protonmail/android/contacts/details/presentation/ContactDetailsViewModelTest.kt b/app/src/test/java/ch/protonmail/android/contacts/details/presentation/ContactDetailsViewModelTest.kt index a29100e70..6a7ad418b 100644 --- a/app/src/test/java/ch/protonmail/android/contacts/details/presentation/ContactDetailsViewModelTest.kt +++ b/app/src/test/java/ch/protonmail/android/contacts/details/presentation/ContactDetailsViewModelTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.details.presentation diff --git a/app/src/test/java/ch/protonmail/android/contacts/domain/usecase/ExtractInitialsTest.kt b/app/src/test/java/ch/protonmail/android/contacts/domain/usecase/ExtractInitialsTest.kt index 8c95f58a2..7612102c6 100644 --- a/app/src/test/java/ch/protonmail/android/contacts/domain/usecase/ExtractInitialsTest.kt +++ b/app/src/test/java/ch/protonmail/android/contacts/domain/usecase/ExtractInitialsTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.domain.usecase diff --git a/app/src/test/java/ch/protonmail/android/contacts/groups/ContactGroupsViewModelTest.kt b/app/src/test/java/ch/protonmail/android/contacts/groups/ContactGroupsViewModelTest.kt index 0a2ca7f74..f3a135489 100644 --- a/app/src/test/java/ch/protonmail/android/contacts/groups/ContactGroupsViewModelTest.kt +++ b/app/src/test/java/ch/protonmail/android/contacts/groups/ContactGroupsViewModelTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.groups diff --git a/app/src/test/java/ch/protonmail/android/contacts/groups/edit/ContactGroupEditCreateRepositoryTest.kt b/app/src/test/java/ch/protonmail/android/contacts/groups/edit/ContactGroupEditCreateRepositoryTest.kt index 54c342995..a221c2127 100644 --- a/app/src/test/java/ch/protonmail/android/contacts/groups/edit/ContactGroupEditCreateRepositoryTest.kt +++ b/app/src/test/java/ch/protonmail/android/contacts/groups/edit/ContactGroupEditCreateRepositoryTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.groups.edit diff --git a/app/src/test/java/ch/protonmail/android/contacts/list/viewModel/ContactsListMapperTest.kt b/app/src/test/java/ch/protonmail/android/contacts/list/viewModel/ContactsListMapperTest.kt index 13e3bcc84..e18db0797 100644 --- a/app/src/test/java/ch/protonmail/android/contacts/list/viewModel/ContactsListMapperTest.kt +++ b/app/src/test/java/ch/protonmail/android/contacts/list/viewModel/ContactsListMapperTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.list.viewModel diff --git a/app/src/test/java/ch/protonmail/android/contacts/list/viewModel/ContactsListViewModelTest.kt b/app/src/test/java/ch/protonmail/android/contacts/list/viewModel/ContactsListViewModelTest.kt index 39e59e536..fad4247a1 100644 --- a/app/src/test/java/ch/protonmail/android/contacts/list/viewModel/ContactsListViewModelTest.kt +++ b/app/src/test/java/ch/protonmail/android/contacts/list/viewModel/ContactsListViewModelTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.contacts.list.viewModel diff --git a/app/src/test/java/ch/protonmail/android/core/DetailedExceptionTimberDebugTest.kt b/app/src/test/java/ch/protonmail/android/core/DetailedExceptionTimberDebugTest.kt index 293f9f000..18fe1754b 100644 --- a/app/src/test/java/ch/protonmail/android/core/DetailedExceptionTimberDebugTest.kt +++ b/app/src/test/java/ch/protonmail/android/core/DetailedExceptionTimberDebugTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.core diff --git a/app/src/test/java/ch/protonmail/android/core/SentryTreeTest.kt b/app/src/test/java/ch/protonmail/android/core/SentryTreeTest.kt index ef560ae82..b194c3ffa 100644 --- a/app/src/test/java/ch/protonmail/android/core/SentryTreeTest.kt +++ b/app/src/test/java/ch/protonmail/android/core/SentryTreeTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.core diff --git a/app/src/test/java/ch/protonmail/android/crypto/AddressCryptoTest.kt b/app/src/test/java/ch/protonmail/android/crypto/AddressCryptoTest.kt index c295a1d8a..292186820 100644 --- a/app/src/test/java/ch/protonmail/android/crypto/AddressCryptoTest.kt +++ b/app/src/test/java/ch/protonmail/android/crypto/AddressCryptoTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.crypto diff --git a/app/src/test/java/ch/protonmail/android/data/ProtonStoreTest.kt b/app/src/test/java/ch/protonmail/android/data/ProtonStoreTest.kt index 6a29cd20b..077f2f83a 100644 --- a/app/src/test/java/ch/protonmail/android/data/ProtonStoreTest.kt +++ b/app/src/test/java/ch/protonmail/android/data/ProtonStoreTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.data diff --git a/app/src/test/java/ch/protonmail/android/data/local/CounterRepositoryImplTest.kt b/app/src/test/java/ch/protonmail/android/data/local/CounterRepositoryImplTest.kt index 7570b6c97..2a078c4fa 100644 --- a/app/src/test/java/ch/protonmail/android/data/local/CounterRepositoryImplTest.kt +++ b/app/src/test/java/ch/protonmail/android/data/local/CounterRepositoryImplTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.data.local diff --git a/app/src/test/java/ch/protonmail/android/details/data/MessageFlagsToEncryptionMapperTest.kt b/app/src/test/java/ch/protonmail/android/details/data/MessageFlagsToEncryptionMapperTest.kt index b7d9b6fd6..fff24e00a 100644 --- a/app/src/test/java/ch/protonmail/android/details/data/MessageFlagsToEncryptionMapperTest.kt +++ b/app/src/test/java/ch/protonmail/android/details/data/MessageFlagsToEncryptionMapperTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.details.data diff --git a/app/src/test/java/ch/protonmail/android/details/domain/MessageBodyDecryptorTest.kt b/app/src/test/java/ch/protonmail/android/details/domain/MessageBodyDecryptorTest.kt index ecc0ee06c..7a898c362 100644 --- a/app/src/test/java/ch/protonmail/android/details/domain/MessageBodyDecryptorTest.kt +++ b/app/src/test/java/ch/protonmail/android/details/domain/MessageBodyDecryptorTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.details.domain diff --git a/app/src/test/java/ch/protonmail/android/details/domain/MessageBodyParserTest.kt b/app/src/test/java/ch/protonmail/android/details/domain/MessageBodyParserTest.kt index 8ed3c815f..06e714ffc 100644 --- a/app/src/test/java/ch/protonmail/android/details/domain/MessageBodyParserTest.kt +++ b/app/src/test/java/ch/protonmail/android/details/domain/MessageBodyParserTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.details.domain diff --git a/app/src/test/java/ch/protonmail/android/details/domain/usecase/MarkMessageAsReadIfNeededTest.kt b/app/src/test/java/ch/protonmail/android/details/domain/usecase/MarkMessageAsReadIfNeededTest.kt index ba3f92686..bd1402630 100644 --- a/app/src/test/java/ch/protonmail/android/details/domain/usecase/MarkMessageAsReadIfNeededTest.kt +++ b/app/src/test/java/ch/protonmail/android/details/domain/usecase/MarkMessageAsReadIfNeededTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.details.domain.usecase diff --git a/app/src/test/java/ch/protonmail/android/details/domain/usecase/SetViewInDarkModeMessagePreferenceTest.kt b/app/src/test/java/ch/protonmail/android/details/domain/usecase/SetViewInDarkModeMessagePreferenceTest.kt index 7d7897eb7..4c1fd2d56 100644 --- a/app/src/test/java/ch/protonmail/android/details/domain/usecase/SetViewInDarkModeMessagePreferenceTest.kt +++ b/app/src/test/java/ch/protonmail/android/details/domain/usecase/SetViewInDarkModeMessagePreferenceTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.details.domain.usecase diff --git a/app/src/test/java/ch/protonmail/android/details/presentation/LoadTheLastNonDraftMessageBodyTest.kt b/app/src/test/java/ch/protonmail/android/details/presentation/LoadTheLastNonDraftMessageBodyTest.kt index c5ae4757e..8b95bfc12 100644 --- a/app/src/test/java/ch/protonmail/android/details/presentation/LoadTheLastNonDraftMessageBodyTest.kt +++ b/app/src/test/java/ch/protonmail/android/details/presentation/LoadTheLastNonDraftMessageBodyTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.details.presentation diff --git a/app/src/test/java/ch/protonmail/android/details/presentation/MessageBodyLoaderTest.kt b/app/src/test/java/ch/protonmail/android/details/presentation/MessageBodyLoaderTest.kt index ae70f9840..1c4f33e9d 100644 --- a/app/src/test/java/ch/protonmail/android/details/presentation/MessageBodyLoaderTest.kt +++ b/app/src/test/java/ch/protonmail/android/details/presentation/MessageBodyLoaderTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.details.presentation diff --git a/app/src/test/java/ch/protonmail/android/details/presentation/mapper/MessageEncryptionUiModelMapperTest.kt b/app/src/test/java/ch/protonmail/android/details/presentation/mapper/MessageEncryptionUiModelMapperTest.kt index 833b1cb68..f673e3f94 100644 --- a/app/src/test/java/ch/protonmail/android/details/presentation/mapper/MessageEncryptionUiModelMapperTest.kt +++ b/app/src/test/java/ch/protonmail/android/details/presentation/mapper/MessageEncryptionUiModelMapperTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.details.presentation.mapper diff --git a/app/src/test/java/ch/protonmail/android/details/presentation/mapper/MessageToMessageDetailsListItemMapperTest.kt b/app/src/test/java/ch/protonmail/android/details/presentation/mapper/MessageToMessageDetailsListItemMapperTest.kt index ae8254109..20ba37240 100644 --- a/app/src/test/java/ch/protonmail/android/details/presentation/mapper/MessageToMessageDetailsListItemMapperTest.kt +++ b/app/src/test/java/ch/protonmail/android/details/presentation/mapper/MessageToMessageDetailsListItemMapperTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.details.presentation.mapper diff --git a/app/src/test/java/ch/protonmail/android/drawer/presentation/mapper/DrawerLabelUiModelMapperTest.kt b/app/src/test/java/ch/protonmail/android/drawer/presentation/mapper/DrawerLabelUiModelMapperTest.kt index 716df0270..ea5ee21b9 100644 --- a/app/src/test/java/ch/protonmail/android/drawer/presentation/mapper/DrawerLabelUiModelMapperTest.kt +++ b/app/src/test/java/ch/protonmail/android/drawer/presentation/mapper/DrawerLabelUiModelMapperTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.drawer.presentation.mapper diff --git a/app/src/test/java/ch/protonmail/android/jobs/PostStarJobTest.kt b/app/src/test/java/ch/protonmail/android/jobs/PostStarJobTest.kt index df8a5f1d8..2268ca109 100644 --- a/app/src/test/java/ch/protonmail/android/jobs/PostStarJobTest.kt +++ b/app/src/test/java/ch/protonmail/android/jobs/PostStarJobTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.jobs diff --git a/app/src/test/java/ch/protonmail/android/jobs/UpdateSettingsJobTest.kt b/app/src/test/java/ch/protonmail/android/jobs/UpdateSettingsJobTest.kt index 34a80717d..93ae7ca74 100644 --- a/app/src/test/java/ch/protonmail/android/jobs/UpdateSettingsJobTest.kt +++ b/app/src/test/java/ch/protonmail/android/jobs/UpdateSettingsJobTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.jobs diff --git a/app/src/test/java/ch/protonmail/android/labels/data/LabelRepositoryImplTest.kt b/app/src/test/java/ch/protonmail/android/labels/data/LabelRepositoryImplTest.kt index 1834c6c3b..d9618a2bc 100644 --- a/app/src/test/java/ch/protonmail/android/labels/data/LabelRepositoryImplTest.kt +++ b/app/src/test/java/ch/protonmail/android/labels/data/LabelRepositoryImplTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.data diff --git a/app/src/test/java/ch/protonmail/android/labels/data/mapper/LabelEntityApiMapperTest.kt b/app/src/test/java/ch/protonmail/android/labels/data/mapper/LabelEntityApiMapperTest.kt index 124962e25..e3b7157d0 100644 --- a/app/src/test/java/ch/protonmail/android/labels/data/mapper/LabelEntityApiMapperTest.kt +++ b/app/src/test/java/ch/protonmail/android/labels/data/mapper/LabelEntityApiMapperTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.data.mapper diff --git a/app/src/test/java/ch/protonmail/android/labels/data/mapper/LabelEventApiMapperTest.kt b/app/src/test/java/ch/protonmail/android/labels/data/mapper/LabelEventApiMapperTest.kt index 154ccd7e1..88f1f421f 100644 --- a/app/src/test/java/ch/protonmail/android/labels/data/mapper/LabelEventApiMapperTest.kt +++ b/app/src/test/java/ch/protonmail/android/labels/data/mapper/LabelEventApiMapperTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.data.mapper diff --git a/app/src/test/java/ch/protonmail/android/labels/data/mapper/LabelOrFolderWithChildrenMapperTest.kt b/app/src/test/java/ch/protonmail/android/labels/data/mapper/LabelOrFolderWithChildrenMapperTest.kt index 48f501d07..33287cac5 100644 --- a/app/src/test/java/ch/protonmail/android/labels/data/mapper/LabelOrFolderWithChildrenMapperTest.kt +++ b/app/src/test/java/ch/protonmail/android/labels/data/mapper/LabelOrFolderWithChildrenMapperTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.data.mapper diff --git a/app/src/test/java/ch/protonmail/android/labels/data/remote/worker/ApplyMessageLabelWorkerTest.kt b/app/src/test/java/ch/protonmail/android/labels/data/remote/worker/ApplyMessageLabelWorkerTest.kt index 9f7babc87..073022035 100644 --- a/app/src/test/java/ch/protonmail/android/labels/data/remote/worker/ApplyMessageLabelWorkerTest.kt +++ b/app/src/test/java/ch/protonmail/android/labels/data/remote/worker/ApplyMessageLabelWorkerTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.data.remote.worker diff --git a/app/src/test/java/ch/protonmail/android/labels/data/remote/worker/DeleteLabelsWorkerTest.kt b/app/src/test/java/ch/protonmail/android/labels/data/remote/worker/DeleteLabelsWorkerTest.kt index da94b5e9c..463ace4a4 100644 --- a/app/src/test/java/ch/protonmail/android/labels/data/remote/worker/DeleteLabelsWorkerTest.kt +++ b/app/src/test/java/ch/protonmail/android/labels/data/remote/worker/DeleteLabelsWorkerTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.data.remote.worker diff --git a/app/src/test/java/ch/protonmail/android/labels/data/remote/worker/PostLabelWorkerTest.kt b/app/src/test/java/ch/protonmail/android/labels/data/remote/worker/PostLabelWorkerTest.kt index 51e8ab0c4..b7dafbb98 100644 --- a/app/src/test/java/ch/protonmail/android/labels/data/remote/worker/PostLabelWorkerTest.kt +++ b/app/src/test/java/ch/protonmail/android/labels/data/remote/worker/PostLabelWorkerTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.data.remote.worker diff --git a/app/src/test/java/ch/protonmail/android/labels/data/remote/worker/RemoveMembersFromContactGroupWorkerTest.kt b/app/src/test/java/ch/protonmail/android/labels/data/remote/worker/RemoveMembersFromContactGroupWorkerTest.kt index e536064a1..b79df5e68 100644 --- a/app/src/test/java/ch/protonmail/android/labels/data/remote/worker/RemoveMembersFromContactGroupWorkerTest.kt +++ b/app/src/test/java/ch/protonmail/android/labels/data/remote/worker/RemoveMembersFromContactGroupWorkerTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.data.remote.worker diff --git a/app/src/test/java/ch/protonmail/android/labels/data/remote/worker/RemoveMessageLabelWorkerTest.kt b/app/src/test/java/ch/protonmail/android/labels/data/remote/worker/RemoveMessageLabelWorkerTest.kt index b56fae407..f244cfe40 100644 --- a/app/src/test/java/ch/protonmail/android/labels/data/remote/worker/RemoveMessageLabelWorkerTest.kt +++ b/app/src/test/java/ch/protonmail/android/labels/data/remote/worker/RemoveMessageLabelWorkerTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.data.remote.worker diff --git a/app/src/test/java/ch/protonmail/android/labels/domain/usecase/GetLabelsByTypeTest.kt b/app/src/test/java/ch/protonmail/android/labels/domain/usecase/GetLabelsByTypeTest.kt index 84ee46c4f..b4105c00f 100644 --- a/app/src/test/java/ch/protonmail/android/labels/domain/usecase/GetLabelsByTypeTest.kt +++ b/app/src/test/java/ch/protonmail/android/labels/domain/usecase/GetLabelsByTypeTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.domain.usecase diff --git a/app/src/test/java/ch/protonmail/android/labels/domain/usecase/MoveMessagesToFolderTest.kt b/app/src/test/java/ch/protonmail/android/labels/domain/usecase/MoveMessagesToFolderTest.kt index 5fc5247f5..41411f1fe 100644 --- a/app/src/test/java/ch/protonmail/android/labels/domain/usecase/MoveMessagesToFolderTest.kt +++ b/app/src/test/java/ch/protonmail/android/labels/domain/usecase/MoveMessagesToFolderTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.domain.usecase diff --git a/app/src/test/java/ch/protonmail/android/labels/domain/usecase/ObserveFoldersEligibleAsParentTest.kt b/app/src/test/java/ch/protonmail/android/labels/domain/usecase/ObserveFoldersEligibleAsParentTest.kt index 963c7ff07..f1ea2bf13 100644 --- a/app/src/test/java/ch/protonmail/android/labels/domain/usecase/ObserveFoldersEligibleAsParentTest.kt +++ b/app/src/test/java/ch/protonmail/android/labels/domain/usecase/ObserveFoldersEligibleAsParentTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.domain.usecase diff --git a/app/src/test/java/ch/protonmail/android/labels/domain/usecase/UpdateMessageLabelsTest.kt b/app/src/test/java/ch/protonmail/android/labels/domain/usecase/UpdateMessageLabelsTest.kt index 11cf9759a..64514ff2e 100644 --- a/app/src/test/java/ch/protonmail/android/labels/domain/usecase/UpdateMessageLabelsTest.kt +++ b/app/src/test/java/ch/protonmail/android/labels/domain/usecase/UpdateMessageLabelsTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.domain.usecase diff --git a/app/src/test/java/ch/protonmail/android/labels/presentation/mapper/LabelChipUiModelMapperTest.kt b/app/src/test/java/ch/protonmail/android/labels/presentation/mapper/LabelChipUiModelMapperTest.kt index bc0f71212..e30f467b8 100644 --- a/app/src/test/java/ch/protonmail/android/labels/presentation/mapper/LabelChipUiModelMapperTest.kt +++ b/app/src/test/java/ch/protonmail/android/labels/presentation/mapper/LabelChipUiModelMapperTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.presentation.mapper diff --git a/app/src/test/java/ch/protonmail/android/labels/presentation/mapper/LabelDomainActionItemUiMapperTest.kt b/app/src/test/java/ch/protonmail/android/labels/presentation/mapper/LabelDomainActionItemUiMapperTest.kt index 8b1ed06b6..16598233e 100644 --- a/app/src/test/java/ch/protonmail/android/labels/presentation/mapper/LabelDomainActionItemUiMapperTest.kt +++ b/app/src/test/java/ch/protonmail/android/labels/presentation/mapper/LabelDomainActionItemUiMapperTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.presentation.mapper diff --git a/app/src/test/java/ch/protonmail/android/labels/presentation/mapper/LabelsManagerItemUiModelMapperTest.kt b/app/src/test/java/ch/protonmail/android/labels/presentation/mapper/LabelsManagerItemUiModelMapperTest.kt index eefe4c1c6..841127386 100644 --- a/app/src/test/java/ch/protonmail/android/labels/presentation/mapper/LabelsManagerItemUiModelMapperTest.kt +++ b/app/src/test/java/ch/protonmail/android/labels/presentation/mapper/LabelsManagerItemUiModelMapperTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.presentation.mapper diff --git a/app/src/test/java/ch/protonmail/android/labels/presentation/mapper/ParentFolderPickerItemUiModelMapperTest.kt b/app/src/test/java/ch/protonmail/android/labels/presentation/mapper/ParentFolderPickerItemUiModelMapperTest.kt index b8455be71..334a86e4e 100644 --- a/app/src/test/java/ch/protonmail/android/labels/presentation/mapper/ParentFolderPickerItemUiModelMapperTest.kt +++ b/app/src/test/java/ch/protonmail/android/labels/presentation/mapper/ParentFolderPickerItemUiModelMapperTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.presentation.mapper diff --git a/app/src/test/java/ch/protonmail/android/labels/presentation/viewmodel/LabelsActionSheetViewModelTest.kt b/app/src/test/java/ch/protonmail/android/labels/presentation/viewmodel/LabelsActionSheetViewModelTest.kt index 6ae50afb2..32881be2e 100644 --- a/app/src/test/java/ch/protonmail/android/labels/presentation/viewmodel/LabelsActionSheetViewModelTest.kt +++ b/app/src/test/java/ch/protonmail/android/labels/presentation/viewmodel/LabelsActionSheetViewModelTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.presentation.viewmodel diff --git a/app/src/test/java/ch/protonmail/android/labels/presentation/viewmodel/ParentFolderPickerViewModelTest.kt b/app/src/test/java/ch/protonmail/android/labels/presentation/viewmodel/ParentFolderPickerViewModelTest.kt index 561f4c8c3..2a4fa0b98 100644 --- a/app/src/test/java/ch/protonmail/android/labels/presentation/viewmodel/ParentFolderPickerViewModelTest.kt +++ b/app/src/test/java/ch/protonmail/android/labels/presentation/viewmodel/ParentFolderPickerViewModelTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.presentation.viewmodel diff --git a/app/src/test/java/ch/protonmail/android/labels/utils/buildFolders.kt b/app/src/test/java/ch/protonmail/android/labels/utils/buildFolders.kt index fd3f7fee4..71f7fe206 100644 --- a/app/src/test/java/ch/protonmail/android/labels/utils/buildFolders.kt +++ b/app/src/test/java/ch/protonmail/android/labels/utils/buildFolders.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.labels.utils diff --git a/app/src/test/java/ch/protonmail/android/mailbox/data/ConversationsRepositoryImplTest.kt b/app/src/test/java/ch/protonmail/android/mailbox/data/ConversationsRepositoryImplTest.kt index a581ea759..62433aa94 100644 --- a/app/src/test/java/ch/protonmail/android/mailbox/data/ConversationsRepositoryImplTest.kt +++ b/app/src/test/java/ch/protonmail/android/mailbox/data/ConversationsRepositoryImplTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.data diff --git a/app/src/test/java/ch/protonmail/android/mailbox/data/MarkUnreadLatestNonDraftMessageInLocationTest.kt b/app/src/test/java/ch/protonmail/android/mailbox/data/MarkUnreadLatestNonDraftMessageInLocationTest.kt index ce72ff0ae..eff564cea 100644 --- a/app/src/test/java/ch/protonmail/android/mailbox/data/MarkUnreadLatestNonDraftMessageInLocationTest.kt +++ b/app/src/test/java/ch/protonmail/android/mailbox/data/MarkUnreadLatestNonDraftMessageInLocationTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.data diff --git a/app/src/test/java/ch/protonmail/android/mailbox/data/mapper/ConversationApiModelToConversationDatabaseModelMapperTest.kt b/app/src/test/java/ch/protonmail/android/mailbox/data/mapper/ConversationApiModelToConversationDatabaseModelMapperTest.kt index fc1b0027a..d7a25efa8 100644 --- a/app/src/test/java/ch/protonmail/android/mailbox/data/mapper/ConversationApiModelToConversationDatabaseModelMapperTest.kt +++ b/app/src/test/java/ch/protonmail/android/mailbox/data/mapper/ConversationApiModelToConversationDatabaseModelMapperTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.data.mapper diff --git a/app/src/test/java/ch/protonmail/android/mailbox/data/mapper/ConversationDatabaseModelToConversationMapperTest.kt b/app/src/test/java/ch/protonmail/android/mailbox/data/mapper/ConversationDatabaseModelToConversationMapperTest.kt index 88ca612e1..21947662b 100644 --- a/app/src/test/java/ch/protonmail/android/mailbox/data/mapper/ConversationDatabaseModelToConversationMapperTest.kt +++ b/app/src/test/java/ch/protonmail/android/mailbox/data/mapper/ConversationDatabaseModelToConversationMapperTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.data.mapper diff --git a/app/src/test/java/ch/protonmail/android/mailbox/data/remote/worker/DeleteConversationsRemoteWorkerTest.kt b/app/src/test/java/ch/protonmail/android/mailbox/data/remote/worker/DeleteConversationsRemoteWorkerTest.kt index aca48a174..343523352 100644 --- a/app/src/test/java/ch/protonmail/android/mailbox/data/remote/worker/DeleteConversationsRemoteWorkerTest.kt +++ b/app/src/test/java/ch/protonmail/android/mailbox/data/remote/worker/DeleteConversationsRemoteWorkerTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.data.remote.worker diff --git a/app/src/test/java/ch/protonmail/android/mailbox/data/remote/worker/LabelConversationsRemoteWorkerTest.kt b/app/src/test/java/ch/protonmail/android/mailbox/data/remote/worker/LabelConversationsRemoteWorkerTest.kt index e52ac5e50..4f3b13ab7 100644 --- a/app/src/test/java/ch/protonmail/android/mailbox/data/remote/worker/LabelConversationsRemoteWorkerTest.kt +++ b/app/src/test/java/ch/protonmail/android/mailbox/data/remote/worker/LabelConversationsRemoteWorkerTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.data.remote.worker diff --git a/app/src/test/java/ch/protonmail/android/mailbox/data/remote/worker/MarkConversationsReadRemoteWorkerTest.kt b/app/src/test/java/ch/protonmail/android/mailbox/data/remote/worker/MarkConversationsReadRemoteWorkerTest.kt index 2a1f4c1d1..eca95276e 100644 --- a/app/src/test/java/ch/protonmail/android/mailbox/data/remote/worker/MarkConversationsReadRemoteWorkerTest.kt +++ b/app/src/test/java/ch/protonmail/android/mailbox/data/remote/worker/MarkConversationsReadRemoteWorkerTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.data.remote.worker diff --git a/app/src/test/java/ch/protonmail/android/mailbox/data/remote/worker/MarkConversationsUnreadRemoteWorkerTest.kt b/app/src/test/java/ch/protonmail/android/mailbox/data/remote/worker/MarkConversationsUnreadRemoteWorkerTest.kt index 34bdd280a..5674615ae 100644 --- a/app/src/test/java/ch/protonmail/android/mailbox/data/remote/worker/MarkConversationsUnreadRemoteWorkerTest.kt +++ b/app/src/test/java/ch/protonmail/android/mailbox/data/remote/worker/MarkConversationsUnreadRemoteWorkerTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.data.remote.worker diff --git a/app/src/test/java/ch/protonmail/android/mailbox/data/remote/worker/MoveMessageToLocationWorkerTest.kt b/app/src/test/java/ch/protonmail/android/mailbox/data/remote/worker/MoveMessageToLocationWorkerTest.kt index 8adc206be..00d80cd34 100644 --- a/app/src/test/java/ch/protonmail/android/mailbox/data/remote/worker/MoveMessageToLocationWorkerTest.kt +++ b/app/src/test/java/ch/protonmail/android/mailbox/data/remote/worker/MoveMessageToLocationWorkerTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.data.remote.worker diff --git a/app/src/test/java/ch/protonmail/android/mailbox/data/remote/worker/UnlabelConversationsRemoteWorkerTest.kt b/app/src/test/java/ch/protonmail/android/mailbox/data/remote/worker/UnlabelConversationsRemoteWorkerTest.kt index ffd2870f1..2e3fc5da3 100644 --- a/app/src/test/java/ch/protonmail/android/mailbox/data/remote/worker/UnlabelConversationsRemoteWorkerTest.kt +++ b/app/src/test/java/ch/protonmail/android/mailbox/data/remote/worker/UnlabelConversationsRemoteWorkerTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.data.remote.worker diff --git a/app/src/test/java/ch/protonmail/android/mailbox/domain/ChangeConversationsReadStatusTest.kt b/app/src/test/java/ch/protonmail/android/mailbox/domain/ChangeConversationsReadStatusTest.kt index 8c1901ee4..9d66d70f5 100644 --- a/app/src/test/java/ch/protonmail/android/mailbox/domain/ChangeConversationsReadStatusTest.kt +++ b/app/src/test/java/ch/protonmail/android/mailbox/domain/ChangeConversationsReadStatusTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.domain diff --git a/app/src/test/java/ch/protonmail/android/mailbox/domain/ChangeConversationsStarredStatusTest.kt b/app/src/test/java/ch/protonmail/android/mailbox/domain/ChangeConversationsStarredStatusTest.kt index 175c8c017..55b3c6e9a 100644 --- a/app/src/test/java/ch/protonmail/android/mailbox/domain/ChangeConversationsStarredStatusTest.kt +++ b/app/src/test/java/ch/protonmail/android/mailbox/domain/ChangeConversationsStarredStatusTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.domain diff --git a/app/src/test/java/ch/protonmail/android/mailbox/domain/DeleteConversationsTest.kt b/app/src/test/java/ch/protonmail/android/mailbox/domain/DeleteConversationsTest.kt index 6b17bf555..e724e4f20 100644 --- a/app/src/test/java/ch/protonmail/android/mailbox/domain/DeleteConversationsTest.kt +++ b/app/src/test/java/ch/protonmail/android/mailbox/domain/DeleteConversationsTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.domain diff --git a/app/src/test/java/ch/protonmail/android/mailbox/domain/MoveConversationsToFolderTest.kt b/app/src/test/java/ch/protonmail/android/mailbox/domain/MoveConversationsToFolderTest.kt index 36dd155d2..11b93cbfb 100644 --- a/app/src/test/java/ch/protonmail/android/mailbox/domain/MoveConversationsToFolderTest.kt +++ b/app/src/test/java/ch/protonmail/android/mailbox/domain/MoveConversationsToFolderTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.domain diff --git a/app/src/test/java/ch/protonmail/android/mailbox/domain/UpdateConversationsLabelsTest.kt b/app/src/test/java/ch/protonmail/android/mailbox/domain/UpdateConversationsLabelsTest.kt index b29a8837b..82d090acc 100644 --- a/app/src/test/java/ch/protonmail/android/mailbox/domain/UpdateConversationsLabelsTest.kt +++ b/app/src/test/java/ch/protonmail/android/mailbox/domain/UpdateConversationsLabelsTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.domain diff --git a/app/src/test/java/ch/protonmail/android/mailbox/domain/usecase/ObserveAllUnreadCountersTest.kt b/app/src/test/java/ch/protonmail/android/mailbox/domain/usecase/ObserveAllUnreadCountersTest.kt index 49cbb9e62..305eaa7fe 100644 --- a/app/src/test/java/ch/protonmail/android/mailbox/domain/usecase/ObserveAllUnreadCountersTest.kt +++ b/app/src/test/java/ch/protonmail/android/mailbox/domain/usecase/ObserveAllUnreadCountersTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.domain.usecase diff --git a/app/src/test/java/ch/protonmail/android/mailbox/domain/usecase/ObserveConversationsByLocationTest.kt b/app/src/test/java/ch/protonmail/android/mailbox/domain/usecase/ObserveConversationsByLocationTest.kt index cfd5aaac0..8a3788a08 100644 --- a/app/src/test/java/ch/protonmail/android/mailbox/domain/usecase/ObserveConversationsByLocationTest.kt +++ b/app/src/test/java/ch/protonmail/android/mailbox/domain/usecase/ObserveConversationsByLocationTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.domain.usecase diff --git a/app/src/test/java/ch/protonmail/android/mailbox/domain/usecase/ObserveMessagesByLocationTest.kt b/app/src/test/java/ch/protonmail/android/mailbox/domain/usecase/ObserveMessagesByLocationTest.kt index 8a313ffee..4528c93d3 100644 --- a/app/src/test/java/ch/protonmail/android/mailbox/domain/usecase/ObserveMessagesByLocationTest.kt +++ b/app/src/test/java/ch/protonmail/android/mailbox/domain/usecase/ObserveMessagesByLocationTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.domain.usecase diff --git a/app/src/test/java/ch/protonmail/android/mailbox/domain/worker/UpdateConversationsLabelsWorkerTest.kt b/app/src/test/java/ch/protonmail/android/mailbox/domain/worker/UpdateConversationsLabelsWorkerTest.kt index 8e32281b6..bf766613b 100644 --- a/app/src/test/java/ch/protonmail/android/mailbox/domain/worker/UpdateConversationsLabelsWorkerTest.kt +++ b/app/src/test/java/ch/protonmail/android/mailbox/domain/worker/UpdateConversationsLabelsWorkerTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.domain.worker diff --git a/app/src/test/java/ch/protonmail/android/mailbox/presentation/ConversationModeEnabledTest.kt b/app/src/test/java/ch/protonmail/android/mailbox/presentation/ConversationModeEnabledTest.kt index fbaca9e32..3e85d59e3 100644 --- a/app/src/test/java/ch/protonmail/android/mailbox/presentation/ConversationModeEnabledTest.kt +++ b/app/src/test/java/ch/protonmail/android/mailbox/presentation/ConversationModeEnabledTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.presentation diff --git a/app/src/test/java/ch/protonmail/android/mailbox/presentation/mapper/MailboxItemUiModelMapperTest.kt b/app/src/test/java/ch/protonmail/android/mailbox/presentation/mapper/MailboxItemUiModelMapperTest.kt index 80009ef3c..392cb06d9 100644 --- a/app/src/test/java/ch/protonmail/android/mailbox/presentation/mapper/MailboxItemUiModelMapperTest.kt +++ b/app/src/test/java/ch/protonmail/android/mailbox/presentation/mapper/MailboxItemUiModelMapperTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.presentation.mapper diff --git a/app/src/test/java/ch/protonmail/android/mailbox/presentation/viewmodel/MailboxViewModelTest.kt b/app/src/test/java/ch/protonmail/android/mailbox/presentation/viewmodel/MailboxViewModelTest.kt index b4eaf8700..3d9781389 100644 --- a/app/src/test/java/ch/protonmail/android/mailbox/presentation/viewmodel/MailboxViewModelTest.kt +++ b/app/src/test/java/ch/protonmail/android/mailbox/presentation/viewmodel/MailboxViewModelTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mailbox.presentation.viewmodel diff --git a/app/src/test/java/ch/protonmail/android/mapper/bridge/AddressKeysBridgeMapperTest.kt b/app/src/test/java/ch/protonmail/android/mapper/bridge/AddressKeysBridgeMapperTest.kt index 7e0f06d23..7a2440266 100644 --- a/app/src/test/java/ch/protonmail/android/mapper/bridge/AddressKeysBridgeMapperTest.kt +++ b/app/src/test/java/ch/protonmail/android/mapper/bridge/AddressKeysBridgeMapperTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mapper.bridge diff --git a/app/src/test/java/ch/protonmail/android/mapper/bridge/AddressesBridgeMapperTest.kt b/app/src/test/java/ch/protonmail/android/mapper/bridge/AddressesBridgeMapperTest.kt index 47aa79703..f2202ab5c 100644 --- a/app/src/test/java/ch/protonmail/android/mapper/bridge/AddressesBridgeMapperTest.kt +++ b/app/src/test/java/ch/protonmail/android/mapper/bridge/AddressesBridgeMapperTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mapper.bridge diff --git a/app/src/test/java/ch/protonmail/android/mapper/bridge/UserBridgeMapperTest.kt b/app/src/test/java/ch/protonmail/android/mapper/bridge/UserBridgeMapperTest.kt index f5e27f9a9..f329e6612 100644 --- a/app/src/test/java/ch/protonmail/android/mapper/bridge/UserBridgeMapperTest.kt +++ b/app/src/test/java/ch/protonmail/android/mapper/bridge/UserBridgeMapperTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mapper.bridge diff --git a/app/src/test/java/ch/protonmail/android/mapper/bridge/UserKeysBridgeMapperTest.kt b/app/src/test/java/ch/protonmail/android/mapper/bridge/UserKeysBridgeMapperTest.kt index 3c705d129..4507e884b 100644 --- a/app/src/test/java/ch/protonmail/android/mapper/bridge/UserKeysBridgeMapperTest.kt +++ b/app/src/test/java/ch/protonmail/android/mapper/bridge/UserKeysBridgeMapperTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.mapper.bridge diff --git a/app/src/test/java/ch/protonmail/android/navigation/presentation/NavigationViewModelTest.kt b/app/src/test/java/ch/protonmail/android/navigation/presentation/NavigationViewModelTest.kt index 94d9e89bd..6fdd758d0 100644 --- a/app/src/test/java/ch/protonmail/android/navigation/presentation/NavigationViewModelTest.kt +++ b/app/src/test/java/ch/protonmail/android/navigation/presentation/NavigationViewModelTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.navigation.presentation diff --git a/app/src/test/java/ch/protonmail/android/notifications/data/remote/fcm/FcmTokenManagerTest.kt b/app/src/test/java/ch/protonmail/android/notifications/data/remote/fcm/FcmTokenManagerTest.kt index 456090b60..c75c55b71 100644 --- a/app/src/test/java/ch/protonmail/android/notifications/data/remote/fcm/FcmTokenManagerTest.kt +++ b/app/src/test/java/ch/protonmail/android/notifications/data/remote/fcm/FcmTokenManagerTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.notifications.data.remote.fcm diff --git a/app/src/test/java/ch/protonmail/android/notifications/data/remote/fcm/MultiUserFcmTokenManagerTest.kt b/app/src/test/java/ch/protonmail/android/notifications/data/remote/fcm/MultiUserFcmTokenManagerTest.kt index e936795d3..c249744ca 100644 --- a/app/src/test/java/ch/protonmail/android/notifications/data/remote/fcm/MultiUserFcmTokenManagerTest.kt +++ b/app/src/test/java/ch/protonmail/android/notifications/data/remote/fcm/MultiUserFcmTokenManagerTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.notifications.data.remote.fcm diff --git a/app/src/test/java/ch/protonmail/android/notifications/data/remote/fcm/RegisterDeviceWorkerTest.kt b/app/src/test/java/ch/protonmail/android/notifications/data/remote/fcm/RegisterDeviceWorkerTest.kt index 5b14bfbbc..2c68ab6d5 100644 --- a/app/src/test/java/ch/protonmail/android/notifications/data/remote/fcm/RegisterDeviceWorkerTest.kt +++ b/app/src/test/java/ch/protonmail/android/notifications/data/remote/fcm/RegisterDeviceWorkerTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.notifications.data.remote.fcm diff --git a/app/src/test/java/ch/protonmail/android/notifications/domain/ProcessPushNotificationDataWorkerTest.kt b/app/src/test/java/ch/protonmail/android/notifications/domain/ProcessPushNotificationDataWorkerTest.kt index 698a52ff0..34ac00c46 100644 --- a/app/src/test/java/ch/protonmail/android/notifications/domain/ProcessPushNotificationDataWorkerTest.kt +++ b/app/src/test/java/ch/protonmail/android/notifications/domain/ProcessPushNotificationDataWorkerTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.notifications.domain diff --git a/app/src/test/java/ch/protonmail/android/pinlock/domain/usecase/GetPinLockTimerTest.kt b/app/src/test/java/ch/protonmail/android/pinlock/domain/usecase/GetPinLockTimerTest.kt index 362d43bbe..1336c0061 100644 --- a/app/src/test/java/ch/protonmail/android/pinlock/domain/usecase/GetPinLockTimerTest.kt +++ b/app/src/test/java/ch/protonmail/android/pinlock/domain/usecase/GetPinLockTimerTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.pinlock.domain.usecase diff --git a/app/src/test/java/ch/protonmail/android/pinlock/domain/usecase/IsPinLockEnabledTest.kt b/app/src/test/java/ch/protonmail/android/pinlock/domain/usecase/IsPinLockEnabledTest.kt index 15a49e753..4519949d1 100644 --- a/app/src/test/java/ch/protonmail/android/pinlock/domain/usecase/IsPinLockEnabledTest.kt +++ b/app/src/test/java/ch/protonmail/android/pinlock/domain/usecase/IsPinLockEnabledTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.pinlock.domain.usecase diff --git a/app/src/test/java/ch/protonmail/android/pinlock/domain/usecase/ShouldShowPinLockScreenTest.kt b/app/src/test/java/ch/protonmail/android/pinlock/domain/usecase/ShouldShowPinLockScreenTest.kt index b580369d3..75547f403 100644 --- a/app/src/test/java/ch/protonmail/android/pinlock/domain/usecase/ShouldShowPinLockScreenTest.kt +++ b/app/src/test/java/ch/protonmail/android/pinlock/domain/usecase/ShouldShowPinLockScreenTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.pinlock.domain.usecase diff --git a/app/src/test/java/ch/protonmail/android/prefs/SecureSharedPreferencesTest.kt b/app/src/test/java/ch/protonmail/android/prefs/SecureSharedPreferencesTest.kt index 3237b41cf..46dbe1d59 100644 --- a/app/src/test/java/ch/protonmail/android/prefs/SecureSharedPreferencesTest.kt +++ b/app/src/test/java/ch/protonmail/android/prefs/SecureSharedPreferencesTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.prefs diff --git a/app/src/test/java/ch/protonmail/android/repository/MessageRepositoryTest.kt b/app/src/test/java/ch/protonmail/android/repository/MessageRepositoryTest.kt index 3a8230fe2..07dec4ac3 100644 --- a/app/src/test/java/ch/protonmail/android/repository/MessageRepositoryTest.kt +++ b/app/src/test/java/ch/protonmail/android/repository/MessageRepositoryTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.repository diff --git a/app/src/test/java/ch/protonmail/android/settings/data/SharedPreferencesDeviceSettingsRepositoryTest.kt b/app/src/test/java/ch/protonmail/android/settings/data/SharedPreferencesDeviceSettingsRepositoryTest.kt index 2ed5bdce9..0b5690c31 100644 --- a/app/src/test/java/ch/protonmail/android/settings/data/SharedPreferencesDeviceSettingsRepositoryTest.kt +++ b/app/src/test/java/ch/protonmail/android/settings/data/SharedPreferencesDeviceSettingsRepositoryTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.settings.data diff --git a/app/src/test/java/ch/protonmail/android/settings/domain/GetMailSettingsTest.kt b/app/src/test/java/ch/protonmail/android/settings/domain/GetMailSettingsTest.kt index 8a03b8ed1..bfee65367 100644 --- a/app/src/test/java/ch/protonmail/android/settings/domain/GetMailSettingsTest.kt +++ b/app/src/test/java/ch/protonmail/android/settings/domain/GetMailSettingsTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.settings.domain diff --git a/app/src/test/java/ch/protonmail/android/settings/domain/UpdateSwipeActionsTest.kt b/app/src/test/java/ch/protonmail/android/settings/domain/UpdateSwipeActionsTest.kt index d06ceedfd..74e23c95c 100644 --- a/app/src/test/java/ch/protonmail/android/settings/domain/UpdateSwipeActionsTest.kt +++ b/app/src/test/java/ch/protonmail/android/settings/domain/UpdateSwipeActionsTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.settings.domain diff --git a/app/src/test/java/ch/protonmail/android/settings/domain/UpdateViewModeTest.kt b/app/src/test/java/ch/protonmail/android/settings/domain/UpdateViewModeTest.kt index 230d2609b..29db62487 100644 --- a/app/src/test/java/ch/protonmail/android/settings/domain/UpdateViewModeTest.kt +++ b/app/src/test/java/ch/protonmail/android/settings/domain/UpdateViewModeTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.settings.domain diff --git a/app/src/test/java/ch/protonmail/android/settings/domain/usecase/ApplyAppThemeFromSettingsTest.kt b/app/src/test/java/ch/protonmail/android/settings/domain/usecase/ApplyAppThemeFromSettingsTest.kt index 0c3f1cb95..598bc8dff 100644 --- a/app/src/test/java/ch/protonmail/android/settings/domain/usecase/ApplyAppThemeFromSettingsTest.kt +++ b/app/src/test/java/ch/protonmail/android/settings/domain/usecase/ApplyAppThemeFromSettingsTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.settings.domain.usecase diff --git a/app/src/test/java/ch/protonmail/android/settings/domain/usecase/GetAppThemeSettingsTest.kt b/app/src/test/java/ch/protonmail/android/settings/domain/usecase/GetAppThemeSettingsTest.kt index 6b549287a..43af5b100 100644 --- a/app/src/test/java/ch/protonmail/android/settings/domain/usecase/GetAppThemeSettingsTest.kt +++ b/app/src/test/java/ch/protonmail/android/settings/domain/usecase/GetAppThemeSettingsTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.settings.domain.usecase diff --git a/app/src/test/java/ch/protonmail/android/settings/domain/usecase/SaveAppThemeSettingsTest.kt b/app/src/test/java/ch/protonmail/android/settings/domain/usecase/SaveAppThemeSettingsTest.kt index 674404794..26d938048 100644 --- a/app/src/test/java/ch/protonmail/android/settings/domain/usecase/SaveAppThemeSettingsTest.kt +++ b/app/src/test/java/ch/protonmail/android/settings/domain/usecase/SaveAppThemeSettingsTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.settings.domain.usecase diff --git a/app/src/test/java/ch/protonmail/android/settings/presentation/AccountSettingsActivityViewModelTest.kt b/app/src/test/java/ch/protonmail/android/settings/presentation/AccountSettingsActivityViewModelTest.kt index 0ec19c43f..8b877cb11 100644 --- a/app/src/test/java/ch/protonmail/android/settings/presentation/AccountSettingsActivityViewModelTest.kt +++ b/app/src/test/java/ch/protonmail/android/settings/presentation/AccountSettingsActivityViewModelTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.settings.presentation diff --git a/app/src/test/java/ch/protonmail/android/settings/presentation/SwipeChooserViewModelTest.kt b/app/src/test/java/ch/protonmail/android/settings/presentation/SwipeChooserViewModelTest.kt index 513fddf67..af043cc27 100644 --- a/app/src/test/java/ch/protonmail/android/settings/presentation/SwipeChooserViewModelTest.kt +++ b/app/src/test/java/ch/protonmail/android/settings/presentation/SwipeChooserViewModelTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.settings.presentation diff --git a/app/src/test/java/ch/protonmail/android/settings/presentation/viewmodel/ThemeChooserViewModelTest.kt b/app/src/test/java/ch/protonmail/android/settings/presentation/viewmodel/ThemeChooserViewModelTest.kt index 9557b5ba6..c9022e641 100644 --- a/app/src/test/java/ch/protonmail/android/settings/presentation/viewmodel/ThemeChooserViewModelTest.kt +++ b/app/src/test/java/ch/protonmail/android/settings/presentation/viewmodel/ThemeChooserViewModelTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.settings.presentation.viewmodel diff --git a/app/src/test/java/ch/protonmail/android/testdata/ConversationTestData.kt b/app/src/test/java/ch/protonmail/android/testdata/ConversationTestData.kt index 85200062e..b623b5992 100644 --- a/app/src/test/java/ch/protonmail/android/testdata/ConversationTestData.kt +++ b/app/src/test/java/ch/protonmail/android/testdata/ConversationTestData.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.testdata diff --git a/app/src/test/java/ch/protonmail/android/testdata/KeyInformationTestData.kt b/app/src/test/java/ch/protonmail/android/testdata/KeyInformationTestData.kt index 0010bfc27..6a3ea6303 100644 --- a/app/src/test/java/ch/protonmail/android/testdata/KeyInformationTestData.kt +++ b/app/src/test/java/ch/protonmail/android/testdata/KeyInformationTestData.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.testdata diff --git a/app/src/test/java/ch/protonmail/android/testdata/MessageDetailsListItemTestData.kt b/app/src/test/java/ch/protonmail/android/testdata/MessageDetailsListItemTestData.kt index 109ff5439..6725cf784 100644 --- a/app/src/test/java/ch/protonmail/android/testdata/MessageDetailsListItemTestData.kt +++ b/app/src/test/java/ch/protonmail/android/testdata/MessageDetailsListItemTestData.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.testdata diff --git a/app/src/test/java/ch/protonmail/android/testdata/MessageTestData.kt b/app/src/test/java/ch/protonmail/android/testdata/MessageTestData.kt index a338e6bae..43e228633 100644 --- a/app/src/test/java/ch/protonmail/android/testdata/MessageTestData.kt +++ b/app/src/test/java/ch/protonmail/android/testdata/MessageTestData.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.testdata diff --git a/app/src/test/java/ch/protonmail/android/testdata/UserIdTestData.kt b/app/src/test/java/ch/protonmail/android/testdata/UserIdTestData.kt index f889d07ce..b69558fa2 100644 --- a/app/src/test/java/ch/protonmail/android/testdata/UserIdTestData.kt +++ b/app/src/test/java/ch/protonmail/android/testdata/UserIdTestData.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.testdata diff --git a/app/src/test/java/ch/protonmail/android/testdata/WorkerTestData.kt b/app/src/test/java/ch/protonmail/android/testdata/WorkerTestData.kt index 6b6536e29..3a15e6abb 100644 --- a/app/src/test/java/ch/protonmail/android/testdata/WorkerTestData.kt +++ b/app/src/test/java/ch/protonmail/android/testdata/WorkerTestData.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.testdata diff --git a/app/src/test/java/ch/protonmail/android/ui/dialog/MessageActionSheetViewModelTest.kt b/app/src/test/java/ch/protonmail/android/ui/dialog/MessageActionSheetViewModelTest.kt index 21eb34cdd..a6c61dbe1 100644 --- a/app/src/test/java/ch/protonmail/android/ui/dialog/MessageActionSheetViewModelTest.kt +++ b/app/src/test/java/ch/protonmail/android/ui/dialog/MessageActionSheetViewModelTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.ui.dialog diff --git a/app/src/test/java/ch/protonmail/android/usecase/LoadLegacyUserTest.kt b/app/src/test/java/ch/protonmail/android/usecase/LoadLegacyUserTest.kt index 2a2543367..2dff705af 100644 --- a/app/src/test/java/ch/protonmail/android/usecase/LoadLegacyUserTest.kt +++ b/app/src/test/java/ch/protonmail/android/usecase/LoadLegacyUserTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.usecase diff --git a/app/src/test/java/ch/protonmail/android/usecase/VerifyConnectionTest.kt b/app/src/test/java/ch/protonmail/android/usecase/VerifyConnectionTest.kt index 0cfa563fd..2e2cf5d31 100644 --- a/app/src/test/java/ch/protonmail/android/usecase/VerifyConnectionTest.kt +++ b/app/src/test/java/ch/protonmail/android/usecase/VerifyConnectionTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.usecase diff --git a/app/src/test/java/ch/protonmail/android/usecase/compose/SaveDraftTest.kt b/app/src/test/java/ch/protonmail/android/usecase/compose/SaveDraftTest.kt index 5faf14141..7ae74df15 100644 --- a/app/src/test/java/ch/protonmail/android/usecase/compose/SaveDraftTest.kt +++ b/app/src/test/java/ch/protonmail/android/usecase/compose/SaveDraftTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.usecase.compose diff --git a/app/src/test/java/ch/protonmail/android/usecase/create/CreateContactTest.kt b/app/src/test/java/ch/protonmail/android/usecase/create/CreateContactTest.kt index 8a39b73c1..7016b1953 100644 --- a/app/src/test/java/ch/protonmail/android/usecase/create/CreateContactTest.kt +++ b/app/src/test/java/ch/protonmail/android/usecase/create/CreateContactTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.usecase.create diff --git a/app/src/test/java/ch/protonmail/android/usecase/delete/DeleteLabelsTest.kt b/app/src/test/java/ch/protonmail/android/usecase/delete/DeleteLabelsTest.kt index b0ae34ef8..6c80601bc 100644 --- a/app/src/test/java/ch/protonmail/android/usecase/delete/DeleteLabelsTest.kt +++ b/app/src/test/java/ch/protonmail/android/usecase/delete/DeleteLabelsTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.usecase.delete diff --git a/app/src/test/java/ch/protonmail/android/usecase/delete/DeleteMessageTest.kt b/app/src/test/java/ch/protonmail/android/usecase/delete/DeleteMessageTest.kt index c1ee0c1a6..5d52d7a58 100644 --- a/app/src/test/java/ch/protonmail/android/usecase/delete/DeleteMessageTest.kt +++ b/app/src/test/java/ch/protonmail/android/usecase/delete/DeleteMessageTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.usecase.delete diff --git a/app/src/test/java/ch/protonmail/android/usecase/delete/EmptyFolderTest.kt b/app/src/test/java/ch/protonmail/android/usecase/delete/EmptyFolderTest.kt index deddee1d5..28d8704f9 100644 --- a/app/src/test/java/ch/protonmail/android/usecase/delete/EmptyFolderTest.kt +++ b/app/src/test/java/ch/protonmail/android/usecase/delete/EmptyFolderTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.usecase.delete diff --git a/app/src/test/java/ch/protonmail/android/usecase/fetch/FetchContactsDataTest.kt b/app/src/test/java/ch/protonmail/android/usecase/fetch/FetchContactsDataTest.kt index a67b9420b..5bf251693 100644 --- a/app/src/test/java/ch/protonmail/android/usecase/fetch/FetchContactsDataTest.kt +++ b/app/src/test/java/ch/protonmail/android/usecase/fetch/FetchContactsDataTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.usecase.fetch diff --git a/app/src/test/java/ch/protonmail/android/usecase/fetch/FetchPublicKeysTest.kt b/app/src/test/java/ch/protonmail/android/usecase/fetch/FetchPublicKeysTest.kt index e6dd945f9..53ac642e8 100644 --- a/app/src/test/java/ch/protonmail/android/usecase/fetch/FetchPublicKeysTest.kt +++ b/app/src/test/java/ch/protonmail/android/usecase/fetch/FetchPublicKeysTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.usecase.fetch diff --git a/app/src/test/java/ch/protonmail/android/usecase/fetch/FetchVerificationKeysTest.kt b/app/src/test/java/ch/protonmail/android/usecase/fetch/FetchVerificationKeysTest.kt index b1aefd2a6..a0995ea71 100644 --- a/app/src/test/java/ch/protonmail/android/usecase/fetch/FetchVerificationKeysTest.kt +++ b/app/src/test/java/ch/protonmail/android/usecase/fetch/FetchVerificationKeysTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.usecase.fetch diff --git a/app/src/test/java/ch/protonmail/android/usecase/message/ChangeMessagesReadStatusTest.kt b/app/src/test/java/ch/protonmail/android/usecase/message/ChangeMessagesReadStatusTest.kt index 4c0419647..0c6102f16 100644 --- a/app/src/test/java/ch/protonmail/android/usecase/message/ChangeMessagesReadStatusTest.kt +++ b/app/src/test/java/ch/protonmail/android/usecase/message/ChangeMessagesReadStatusTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.usecase.message diff --git a/app/src/test/java/ch/protonmail/android/usecase/message/ChangeMessagesStarredStatusTest.kt b/app/src/test/java/ch/protonmail/android/usecase/message/ChangeMessagesStarredStatusTest.kt index 98ef31090..1a64dc420 100644 --- a/app/src/test/java/ch/protonmail/android/usecase/message/ChangeMessagesStarredStatusTest.kt +++ b/app/src/test/java/ch/protonmail/android/usecase/message/ChangeMessagesStarredStatusTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.usecase.message diff --git a/app/src/test/java/ch/protonmail/android/util/ProtonCalendarUtilTest.kt b/app/src/test/java/ch/protonmail/android/util/ProtonCalendarUtilTest.kt index c7930e64f..0fef7f79f 100644 --- a/app/src/test/java/ch/protonmail/android/util/ProtonCalendarUtilTest.kt +++ b/app/src/test/java/ch/protonmail/android/util/ProtonCalendarUtilTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.util diff --git a/app/src/test/java/ch/protonmail/android/utils/DateUtilTest.kt b/app/src/test/java/ch/protonmail/android/utils/DateUtilTest.kt index 4db2c96c5..ebca85f70 100644 --- a/app/src/test/java/ch/protonmail/android/utils/DateUtilTest.kt +++ b/app/src/test/java/ch/protonmail/android/utils/DateUtilTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils diff --git a/app/src/test/java/ch/protonmail/android/utils/MessageBodyFileManagerTest.kt b/app/src/test/java/ch/protonmail/android/utils/MessageBodyFileManagerTest.kt index 2a912f88b..88eb7b71c 100644 --- a/app/src/test/java/ch/protonmail/android/utils/MessageBodyFileManagerTest.kt +++ b/app/src/test/java/ch/protonmail/android/utils/MessageBodyFileManagerTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils diff --git a/app/src/test/java/ch/protonmail/android/utils/MessageUtilsTest.kt b/app/src/test/java/ch/protonmail/android/utils/MessageUtilsTest.kt index 4e25fd5e4..d18c32b61 100644 --- a/app/src/test/java/ch/protonmail/android/utils/MessageUtilsTest.kt +++ b/app/src/test/java/ch/protonmail/android/utils/MessageUtilsTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils diff --git a/app/src/test/java/ch/protonmail/android/utils/extensions/CollectionExtensionsTest.kt b/app/src/test/java/ch/protonmail/android/utils/extensions/CollectionExtensionsTest.kt index 7b5508eff..c5eee8d76 100644 --- a/app/src/test/java/ch/protonmail/android/utils/extensions/CollectionExtensionsTest.kt +++ b/app/src/test/java/ch/protonmail/android/utils/extensions/CollectionExtensionsTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils.extensions diff --git a/app/src/test/java/ch/protonmail/android/utils/extensions/StringExtensionsTest.kt b/app/src/test/java/ch/protonmail/android/utils/extensions/StringExtensionsTest.kt index a4bcb6954..d8d602cd8 100644 --- a/app/src/test/java/ch/protonmail/android/utils/extensions/StringExtensionsTest.kt +++ b/app/src/test/java/ch/protonmail/android/utils/extensions/StringExtensionsTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils.extensions diff --git a/app/src/test/java/ch/protonmail/android/utils/notifier/AndroidUserNotifierTest.kt b/app/src/test/java/ch/protonmail/android/utils/notifier/AndroidUserNotifierTest.kt index b79cea272..eaab66599 100644 --- a/app/src/test/java/ch/protonmail/android/utils/notifier/AndroidUserNotifierTest.kt +++ b/app/src/test/java/ch/protonmail/android/utils/notifier/AndroidUserNotifierTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils.notifier diff --git a/app/src/test/java/ch/protonmail/android/utils/ui/screen/RenderDimensionsProviderTest.kt b/app/src/test/java/ch/protonmail/android/utils/ui/screen/RenderDimensionsProviderTest.kt index 99eb427a1..bbdc9d5c3 100644 --- a/app/src/test/java/ch/protonmail/android/utils/ui/screen/RenderDimensionsProviderTest.kt +++ b/app/src/test/java/ch/protonmail/android/utils/ui/screen/RenderDimensionsProviderTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.utils.ui.screen diff --git a/app/src/test/java/ch/protonmail/android/viewmodel/ManageLabelsDialogViewModelTest.kt b/app/src/test/java/ch/protonmail/android/viewmodel/ManageLabelsDialogViewModelTest.kt index aa675fe5d..aba2e7f0f 100644 --- a/app/src/test/java/ch/protonmail/android/viewmodel/ManageLabelsDialogViewModelTest.kt +++ b/app/src/test/java/ch/protonmail/android/viewmodel/ManageLabelsDialogViewModelTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.viewmodel diff --git a/app/src/test/java/ch/protonmail/android/worker/CreateContactGroupWorkerTest.kt b/app/src/test/java/ch/protonmail/android/worker/CreateContactGroupWorkerTest.kt index 57cd8d01a..0db5fef02 100644 --- a/app/src/test/java/ch/protonmail/android/worker/CreateContactGroupWorkerTest.kt +++ b/app/src/test/java/ch/protonmail/android/worker/CreateContactGroupWorkerTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.worker diff --git a/app/src/test/java/ch/protonmail/android/worker/CreateContactWorkerTest.kt b/app/src/test/java/ch/protonmail/android/worker/CreateContactWorkerTest.kt index 083947d33..ce947bfca 100644 --- a/app/src/test/java/ch/protonmail/android/worker/CreateContactWorkerTest.kt +++ b/app/src/test/java/ch/protonmail/android/worker/CreateContactWorkerTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.worker diff --git a/app/src/test/java/ch/protonmail/android/worker/CreateDraftWorkerTest.kt b/app/src/test/java/ch/protonmail/android/worker/CreateDraftWorkerTest.kt index 6bbd129f7..4f01a0e73 100644 --- a/app/src/test/java/ch/protonmail/android/worker/CreateDraftWorkerTest.kt +++ b/app/src/test/java/ch/protonmail/android/worker/CreateDraftWorkerTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.worker diff --git a/app/src/test/java/ch/protonmail/android/worker/DeleteAttachmentWorkerTest.kt b/app/src/test/java/ch/protonmail/android/worker/DeleteAttachmentWorkerTest.kt index c30be6423..7bc3a0821 100644 --- a/app/src/test/java/ch/protonmail/android/worker/DeleteAttachmentWorkerTest.kt +++ b/app/src/test/java/ch/protonmail/android/worker/DeleteAttachmentWorkerTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.worker diff --git a/app/src/test/java/ch/protonmail/android/worker/DeleteContactWorkerTest.kt b/app/src/test/java/ch/protonmail/android/worker/DeleteContactWorkerTest.kt index 396998813..68873fa67 100644 --- a/app/src/test/java/ch/protonmail/android/worker/DeleteContactWorkerTest.kt +++ b/app/src/test/java/ch/protonmail/android/worker/DeleteContactWorkerTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.worker diff --git a/app/src/test/java/ch/protonmail/android/worker/DeleteMessageWorkerTest.kt b/app/src/test/java/ch/protonmail/android/worker/DeleteMessageWorkerTest.kt index f5ec40dac..689768da8 100644 --- a/app/src/test/java/ch/protonmail/android/worker/DeleteMessageWorkerTest.kt +++ b/app/src/test/java/ch/protonmail/android/worker/DeleteMessageWorkerTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.worker diff --git a/app/src/test/java/ch/protonmail/android/worker/EmptyFolderRemoteWorkerTest.kt b/app/src/test/java/ch/protonmail/android/worker/EmptyFolderRemoteWorkerTest.kt index 68ab12d99..d92b55cbb 100644 --- a/app/src/test/java/ch/protonmail/android/worker/EmptyFolderRemoteWorkerTest.kt +++ b/app/src/test/java/ch/protonmail/android/worker/EmptyFolderRemoteWorkerTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.worker diff --git a/app/src/test/java/ch/protonmail/android/worker/FetchContactsDataWorkerTest.kt b/app/src/test/java/ch/protonmail/android/worker/FetchContactsDataWorkerTest.kt index a958b4a9b..8d6871dc0 100644 --- a/app/src/test/java/ch/protonmail/android/worker/FetchContactsDataWorkerTest.kt +++ b/app/src/test/java/ch/protonmail/android/worker/FetchContactsDataWorkerTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.worker diff --git a/app/src/test/java/ch/protonmail/android/worker/FetchContactsEmailsWorkerTest.kt b/app/src/test/java/ch/protonmail/android/worker/FetchContactsEmailsWorkerTest.kt index 631abefe1..0dbe73be0 100644 --- a/app/src/test/java/ch/protonmail/android/worker/FetchContactsEmailsWorkerTest.kt +++ b/app/src/test/java/ch/protonmail/android/worker/FetchContactsEmailsWorkerTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.worker diff --git a/app/src/test/java/ch/protonmail/android/worker/FetchMailSettingsWorkerTest.kt b/app/src/test/java/ch/protonmail/android/worker/FetchMailSettingsWorkerTest.kt index e92781c73..5da06c936 100644 --- a/app/src/test/java/ch/protonmail/android/worker/FetchMailSettingsWorkerTest.kt +++ b/app/src/test/java/ch/protonmail/android/worker/FetchMailSettingsWorkerTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.worker diff --git a/app/src/test/java/ch/protonmail/android/worker/FetchUserWorkerTest.kt b/app/src/test/java/ch/protonmail/android/worker/FetchUserWorkerTest.kt index ca763a8c9..ee26aceba 100644 --- a/app/src/test/java/ch/protonmail/android/worker/FetchUserWorkerTest.kt +++ b/app/src/test/java/ch/protonmail/android/worker/FetchUserWorkerTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.worker diff --git a/app/src/test/java/ch/protonmail/android/worker/PingWorkerTest.kt b/app/src/test/java/ch/protonmail/android/worker/PingWorkerTest.kt index 80e1e9b9f..9def00450 100644 --- a/app/src/test/java/ch/protonmail/android/worker/PingWorkerTest.kt +++ b/app/src/test/java/ch/protonmail/android/worker/PingWorkerTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.worker diff --git a/app/src/uiAutomation/java/ch.protonmail.android/di/ConfigurableParametersModule.kt b/app/src/uiAutomation/java/ch.protonmail.android/di/ConfigurableParametersModule.kt index 6f40575e5..2137000ad 100644 --- a/app/src/uiAutomation/java/ch.protonmail.android/di/ConfigurableParametersModule.kt +++ b/app/src/uiAutomation/java/ch.protonmail.android/di/ConfigurableParametersModule.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.di diff --git a/app/src/uiAutomation/res/xml/network_security_config.xml b/app/src/uiAutomation/res/xml/network_security_config.xml index df792b2f1..88e0372ba 100644 --- a/app/src/uiAutomation/res/xml/network_security_config.xml +++ b/app/src/uiAutomation/res/xml/network_security_config.xml @@ -1,21 +1,21 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + --> diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/contacts/AddContactGroupRobot.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/contacts/AddContactGroupRobot.kt index 0fa3688ca..f85ff27a3 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/contacts/AddContactGroupRobot.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/contacts/AddContactGroupRobot.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.robots.contacts diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/contacts/AddContactRobot.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/contacts/AddContactRobot.kt index f6548b01f..2861d9b9f 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/contacts/AddContactRobot.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/contacts/AddContactRobot.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.robots.contacts diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/contacts/ContactDetailsRobot.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/contacts/ContactDetailsRobot.kt index 420f553fb..def9ab8d7 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/contacts/ContactDetailsRobot.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/contacts/ContactDetailsRobot.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.robots.contacts diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/contacts/ContactsMatchers.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/contacts/ContactsMatchers.kt index ab923dfa4..3bdfa2ac5 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/contacts/ContactsMatchers.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/contacts/ContactsMatchers.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.robots.contacts diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/contacts/ContactsRobot.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/contacts/ContactsRobot.kt index acae1c0e6..344f82af5 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/contacts/ContactsRobot.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/contacts/ContactsRobot.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.robots.contacts diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/contacts/GroupDetailsRobot.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/contacts/GroupDetailsRobot.kt index d9fd3836f..dbacbc2ff 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/contacts/GroupDetailsRobot.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/contacts/GroupDetailsRobot.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.robots.contacts diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/contacts/ManageAddressesRobot.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/contacts/ManageAddressesRobot.kt index b62bf092d..56ad833a8 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/contacts/ManageAddressesRobot.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/contacts/ManageAddressesRobot.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.robots.contacts diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/device/DeviceRobot.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/device/DeviceRobot.kt index e4bdc8a37..143012465 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/device/DeviceRobot.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/device/DeviceRobot.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.robots.device diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/login/LoginMailRobot.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/login/LoginMailRobot.kt index 79498b4b3..1d32379c6 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/login/LoginMailRobot.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/login/LoginMailRobot.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.robots.login diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/ApplyLabelRobotInterface.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/ApplyLabelRobotInterface.kt index b325c07a8..be6420fe3 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/ApplyLabelRobotInterface.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/ApplyLabelRobotInterface.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.robots.mailbox diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/MailboxMatchers.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/MailboxMatchers.kt index 2138e191d..2faa0e73b 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/MailboxMatchers.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/MailboxMatchers.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.robots.mailbox diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/MailboxRobotInterface.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/MailboxRobotInterface.kt index 3d12adb63..d1c6ca43c 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/MailboxRobotInterface.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/MailboxRobotInterface.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ @file:Suppress("UNCHECKED_CAST") diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/MoveToFolderRobotInterface.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/MoveToFolderRobotInterface.kt index 02c7dfb27..13ba05977 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/MoveToFolderRobotInterface.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/MoveToFolderRobotInterface.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.robots.mailbox diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/SelectionMoreOptionsRobotInterface.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/SelectionMoreOptionsRobotInterface.kt index 5a48d50f5..e9fe2cb2b 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/SelectionMoreOptionsRobotInterface.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/SelectionMoreOptionsRobotInterface.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.robots.mailbox diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/SelectionStateRobotInterface.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/SelectionStateRobotInterface.kt index 409aec383..489307f02 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/SelectionStateRobotInterface.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/SelectionStateRobotInterface.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.robots.mailbox diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/archive/ArchiveRobot.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/archive/ArchiveRobot.kt index 87d55cb2b..26616ed99 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/archive/ArchiveRobot.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/archive/ArchiveRobot.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.robots.mailbox.archive diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/composer/ComposerRobot.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/composer/ComposerRobot.kt index eebc074d2..aa28e09a7 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/composer/ComposerRobot.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/composer/ComposerRobot.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2020 Proton Technologies AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.robots.mailbox.composer diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/composer/MessageAttachmentsRobot.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/composer/MessageAttachmentsRobot.kt index f413e139a..ff71c66d0 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/composer/MessageAttachmentsRobot.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/composer/MessageAttachmentsRobot.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.robots.mailbox.composer diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/composer/MessageExpirationRobot.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/composer/MessageExpirationRobot.kt index 811891212..9f9438226 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/composer/MessageExpirationRobot.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/composer/MessageExpirationRobot.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.robots.mailbox.composer diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/composer/SetPasswordRobot.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/composer/SetPasswordRobot.kt index 13b346234..13b198091 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/composer/SetPasswordRobot.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/composer/SetPasswordRobot.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.robots.mailbox.composer diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/drafts/DraftsRobot.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/drafts/DraftsRobot.kt index 952efaa85..8b235dd8a 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/drafts/DraftsRobot.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/drafts/DraftsRobot.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.robots.mailbox.drafts diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/inbox/InboxRobot.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/inbox/InboxRobot.kt index 2e3816cb6..3da085906 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/inbox/InboxRobot.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/inbox/InboxRobot.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.robots.mailbox.inbox diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/labelfolder/LabelFolderRobot.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/labelfolder/LabelFolderRobot.kt index 03c404206..5eb1e4bff 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/labelfolder/LabelFolderRobot.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/labelfolder/LabelFolderRobot.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.robots.mailbox.labelfolder diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/labelfolder/MessageLocation.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/labelfolder/MessageLocation.kt index 3ef3f1a6e..b02383773 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/labelfolder/MessageLocation.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/labelfolder/MessageLocation.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.robots.mailbox.labelfolder diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/messagedetail/MessageRobot.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/messagedetail/MessageRobot.kt index c559ad427..d9dc869f0 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/messagedetail/MessageRobot.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/messagedetail/MessageRobot.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.robots.mailbox.messagedetail diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/messagedetail/ViewHeadersRobot.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/messagedetail/ViewHeadersRobot.kt index a0228429f..ecc006fa5 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/messagedetail/ViewHeadersRobot.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/messagedetail/ViewHeadersRobot.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.robots.mailbox.messagedetail diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/search/SearchRobot.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/search/SearchRobot.kt index 20a2b87c4..8ba5ffd09 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/search/SearchRobot.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/search/SearchRobot.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.robots.mailbox.search diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/sent/SentRobot.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/sent/SentRobot.kt index c05e10126..17c8907f9 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/sent/SentRobot.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/sent/SentRobot.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.robots.mailbox.sent diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/spam/SpamRobot.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/spam/SpamRobot.kt index d42898f5c..7b779c8f6 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/spam/SpamRobot.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/spam/SpamRobot.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.robots.mailbox.spam diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/trash/TrashRobot.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/trash/TrashRobot.kt index 638f05e73..3f7c1d620 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/trash/TrashRobot.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/mailbox/trash/TrashRobot.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.robots.mailbox.trash diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/manageaccounts/AccountPanelRobot.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/manageaccounts/AccountPanelRobot.kt index 20981007b..fc69183e3 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/manageaccounts/AccountPanelRobot.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/manageaccounts/AccountPanelRobot.kt @@ -1,3 +1,22 @@ +/* + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. + * + * Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + */ + package ch.protonmail.android.uitests.robots.manageaccounts import androidx.test.espresso.Espresso.onView diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/manageaccounts/ManageAccountsMatchers.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/manageaccounts/ManageAccountsMatchers.kt index df23d5c9d..87cef76c8 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/manageaccounts/ManageAccountsMatchers.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/manageaccounts/ManageAccountsMatchers.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.robots.manageaccounts diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/menu/MenuMatchers.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/menu/MenuMatchers.kt index aca1171e0..4bc042f0d 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/menu/MenuMatchers.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/menu/MenuMatchers.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.robots.menu diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/menu/MenuRobot.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/menu/MenuRobot.kt index a6e04a8a7..dd5708d52 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/menu/MenuRobot.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/menu/MenuRobot.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.robots.menu diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/reportbugs/ReportBugsRobot.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/reportbugs/ReportBugsRobot.kt index 235f488b3..876dbde47 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/reportbugs/ReportBugsRobot.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/reportbugs/ReportBugsRobot.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.robots.reportbugs diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/SettingsActions.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/SettingsActions.kt index 813382258..28f1d2206 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/SettingsActions.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/SettingsActions.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.robots.settings diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/SettingsMatchers.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/SettingsMatchers.kt index 90567aca4..e587dd0bd 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/SettingsMatchers.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/SettingsMatchers.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.robots.settings diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/SettingsRobot.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/SettingsRobot.kt index f689b4467..f5490ef28 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/SettingsRobot.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/SettingsRobot.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.robots.settings diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/account/AccountSettingsRobot.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/account/AccountSettingsRobot.kt index b99cabf69..0322ac8fd 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/account/AccountSettingsRobot.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/account/AccountSettingsRobot.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.robots.settings.account diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/account/DefaultEmailAddressRobot.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/account/DefaultEmailAddressRobot.kt index b09c17fd5..cbfd2f2e5 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/account/DefaultEmailAddressRobot.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/account/DefaultEmailAddressRobot.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.robots.settings.account diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/account/DisplayNameAndSignatureRobot.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/account/DisplayNameAndSignatureRobot.kt index 21044dd64..695645641 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/account/DisplayNameAndSignatureRobot.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/account/DisplayNameAndSignatureRobot.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.robots.settings.account diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/account/SubscriptionRobot.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/account/SubscriptionRobot.kt index 4770b9e4e..c7dc38d5c 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/account/SubscriptionRobot.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/account/SubscriptionRobot.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.robots.settings.account diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/account/labelsandfolders/FoldersManagerRobot.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/account/labelsandfolders/FoldersManagerRobot.kt index 5a2bf14ed..49c6f861d 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/account/labelsandfolders/FoldersManagerRobot.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/account/labelsandfolders/FoldersManagerRobot.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.robots.settings.account.labelsandfolders diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/account/labelsandfolders/LabelsAndFoldersRobot.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/account/labelsandfolders/LabelsAndFoldersRobot.kt index acc64fd91..9ef1e7bcc 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/account/labelsandfolders/LabelsAndFoldersRobot.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/account/labelsandfolders/LabelsAndFoldersRobot.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.robots.settings.account.labelsandfolders diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/account/labelsandfolders/LabelsManagerRobot.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/account/labelsandfolders/LabelsManagerRobot.kt index 1950b82c1..046422775 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/account/labelsandfolders/LabelsManagerRobot.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/account/labelsandfolders/LabelsManagerRobot.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.robots.settings.account.labelsandfolders diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/account/privacy/AutoDownloadMessagesRobot.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/account/privacy/AutoDownloadMessagesRobot.kt index f81c3e83d..1147d6ec4 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/account/privacy/AutoDownloadMessagesRobot.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/account/privacy/AutoDownloadMessagesRobot.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.robots.settings.account.privacy diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/account/privacy/BackgroundSyncRobot.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/account/privacy/BackgroundSyncRobot.kt index 0961a27b2..b1c2a1e13 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/account/privacy/BackgroundSyncRobot.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/account/privacy/BackgroundSyncRobot.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.robots.settings.account.privacy diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/account/privacy/PrivacySettingsRobot.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/account/privacy/PrivacySettingsRobot.kt index e81360772..b9fa40113 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/account/privacy/PrivacySettingsRobot.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/account/privacy/PrivacySettingsRobot.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.robots.settings.account.privacy diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/account/swipinggestures/ChooseSwipeActionRobot.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/account/swipinggestures/ChooseSwipeActionRobot.kt index 896e59398..17da93f66 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/account/swipinggestures/ChooseSwipeActionRobot.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/account/swipinggestures/ChooseSwipeActionRobot.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.robots.settings.account.swipinggestures diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/account/swipinggestures/SwipingGesturesSettingsRobot.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/account/swipinggestures/SwipingGesturesSettingsRobot.kt index d08e8ff4b..be65be4f0 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/account/swipinggestures/SwipingGesturesSettingsRobot.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/account/swipinggestures/SwipingGesturesSettingsRobot.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.robots.settings.account.swipinggestures diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/autolock/AutoLockRobot.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/autolock/AutoLockRobot.kt index fa501356e..d53000922 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/autolock/AutoLockRobot.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/autolock/AutoLockRobot.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.robots.settings.autolock diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/autolock/PinRobot.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/autolock/PinRobot.kt index b5bb265cb..af0f9db13 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/autolock/PinRobot.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/settings/autolock/PinRobot.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.robots.settings.autolock diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/upgradedonate/UpgradeDonateRobot.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/upgradedonate/UpgradeDonateRobot.kt index 1c5410071..d4bb4cc28 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/upgradedonate/UpgradeDonateRobot.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/robots/upgradedonate/UpgradeDonateRobot.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.robots.upgradedonate diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/server/MockWebServerRule.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/server/MockWebServerRule.kt index 6e7ba29f4..c7ac0993a 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/server/MockWebServerRule.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/server/MockWebServerRule.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.server diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/BaseTest.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/BaseTest.kt index f975eb0bf..be89a595f 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/BaseTest.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/BaseTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.tests diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/composer/AttachmentsTests.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/composer/AttachmentsTests.kt index d9924d198..9a20343bf 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/composer/AttachmentsTests.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/composer/AttachmentsTests.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.tests.composer diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/composer/ForwardMessageTests.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/composer/ForwardMessageTests.kt index 545fd25fb..a0f9bb310 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/composer/ForwardMessageTests.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/composer/ForwardMessageTests.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.tests.composer diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/composer/ReplyToMessageTests.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/composer/ReplyToMessageTests.kt index e458f4825..76ec4743a 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/composer/ReplyToMessageTests.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/composer/ReplyToMessageTests.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.tests.composer diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/composer/SendNewMessageTests.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/composer/SendNewMessageTests.kt index e303a3154..76f2fcef0 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/composer/SendNewMessageTests.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/composer/SendNewMessageTests.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.tests.composer diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/contacts/ContactsTests.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/contacts/ContactsTests.kt index 7d6166af2..abf37018e 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/contacts/ContactsTests.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/contacts/ContactsTests.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.tests.contacts diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/drafts/DraftsTests.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/drafts/DraftsTests.kt index 3e04be62f..d17c9687b 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/drafts/DraftsTests.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/drafts/DraftsTests.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.tests.drafts diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/inbox/InboxTests.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/inbox/InboxTests.kt index 7ca5465ee..ad7fce847 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/inbox/InboxTests.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/inbox/InboxTests.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.tests.inbox diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/inbox/SearchTests.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/inbox/SearchTests.kt index c4d07dffd..08bb112e3 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/inbox/SearchTests.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/inbox/SearchTests.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.tests.inbox diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/labelsfolders/LabelsFoldersTests.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/labelsfolders/LabelsFoldersTests.kt index 50ecab23c..a8d8c3fc4 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/labelsfolders/LabelsFoldersTests.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/labelsfolders/LabelsFoldersTests.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.tests.labelsfolders diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/manageaccounts/MultiuserManagementTests.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/manageaccounts/MultiuserManagementTests.kt index ffa1c2e08..8ed24c667 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/manageaccounts/MultiuserManagementTests.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/manageaccounts/MultiuserManagementTests.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.tests.manageaccounts diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/menu/MenuTests.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/menu/MenuTests.kt index 563856afd..2c0eb11e2 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/menu/MenuTests.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/menu/MenuTests.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.tests.menu diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/messagedetail/MessageDetailTests.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/messagedetail/MessageDetailTests.kt index 1f517532a..c570d91de 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/messagedetail/MessageDetailTests.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/messagedetail/MessageDetailTests.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.tests.messagedetail diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/settings/AccountSettingsTests.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/settings/AccountSettingsTests.kt index 023d06435..cbd72bad0 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/settings/AccountSettingsTests.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/settings/AccountSettingsTests.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.tests.settings diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/settings/PrivacyAccountSettingsTests.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/settings/PrivacyAccountSettingsTests.kt index 33048917c..d387bd1a3 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/settings/PrivacyAccountSettingsTests.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/settings/PrivacyAccountSettingsTests.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.tests.settings diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/settings/SettingsTests.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/settings/SettingsTests.kt index 309a5f5d5..06fd5b688 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/settings/SettingsTests.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/settings/SettingsTests.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.tests.settings diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/settings/SwipeGesturesTests.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/settings/SwipeGesturesTests.kt index f02465914..94480521a 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/settings/SwipeGesturesTests.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/settings/SwipeGesturesTests.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.tests.settings diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/spam/SpamTests.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/spam/SpamTests.kt index d506188e2..ae7778469 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/spam/SpamTests.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/spam/SpamTests.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.tests.spam diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/suites/ComposerSuite.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/suites/ComposerSuite.kt index 1d2335599..10e00a9b1 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/suites/ComposerSuite.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/suites/ComposerSuite.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.tests.suites diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/suites/RegressionSuite.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/suites/RegressionSuite.kt index d747b7a4f..4328b4e00 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/suites/RegressionSuite.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/suites/RegressionSuite.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.tests.suites diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/suites/SmokeSuite.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/suites/SmokeSuite.kt index ab407a3ba..b63912a5f 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/suites/SmokeSuite.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/tests/suites/SmokeSuite.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.tests.suites diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/MockAddAttachmentIntent.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/MockAddAttachmentIntent.kt index b8060c23e..725cfdb8c 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/MockAddAttachmentIntent.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/MockAddAttachmentIntent.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.testsHelper diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/ProtonRequestsIdlingResource.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/ProtonRequestsIdlingResource.kt index aff7c6d15..5ef65f1a9 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/ProtonRequestsIdlingResource.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/ProtonRequestsIdlingResource.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ @file:Suppress("DEPRECATION") diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/StringUtils.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/StringUtils.kt index 73a4475c6..44e749df6 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/StringUtils.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/StringUtils.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.testsHelper diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/TestData.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/TestData.kt index 65664de23..e678167f2 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/TestData.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/TestData.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.testsHelper diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/TestExecutionWatcher.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/TestExecutionWatcher.kt index 17855a8b1..5d061aa79 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/TestExecutionWatcher.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/TestExecutionWatcher.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.testsHelper diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/TestUser.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/TestUser.kt index 8599a3f63..2ba465198 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/TestUser.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/TestUser.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.testsHelper diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/UICustomViewActions.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/UICustomViewActions.kt index 565df8662..b0a8fc4e0 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/UICustomViewActions.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/UICustomViewActions.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.testsHelper diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/User.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/User.kt index 3cc31eb0e..0f5b1895a 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/User.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/User.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.testsHelper diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/WaitUtil.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/WaitUtil.kt index 4b36fb6ab..08d03051d 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/WaitUtil.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/WaitUtil.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.testsHelper diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/annotations/SmokeTest.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/annotations/SmokeTest.kt index 0363d1a95..b05fd9bad 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/annotations/SmokeTest.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/annotations/SmokeTest.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.testsHelper.annotations diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/annotations/TestId.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/annotations/TestId.kt index 28d1aac3d..5555380d2 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/annotations/TestId.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/annotations/TestId.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.testsHelper.annotations diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/mailer/Mail.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/mailer/Mail.kt index d9c1d3c15..5c4865c36 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/mailer/Mail.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/mailer/Mail.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.testsHelper.mailer diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/testRail/APIClient.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/testRail/APIClient.kt index 7ca2f8846..c1b550e97 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/testRail/APIClient.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/testRail/APIClient.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.testsHelper.testRail diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/testRail/APIException.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/testRail/APIException.kt index 781720a81..fdca82d53 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/testRail/APIException.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/testRail/APIException.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.testsHelper.testRail diff --git a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/testRail/TestRailService.kt b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/testRail/TestRailService.kt index 4a7afa774..be4030208 100644 --- a/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/testRail/TestRailService.kt +++ b/app/src/uiTest/kotlin/ch/protonmail/android/uitests/testsHelper/testRail/TestRailService.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail is free software: you can redistribute it and/or modify + * Copyright (c) 2022 Proton AG + * + * This file is part of Proton Mail. + * + * Proton Mail 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. - * - * ProtonMail is distributed in the hope that it will be useful, + * + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ package ch.protonmail.android.uitests.testsHelper.testRail diff --git a/build.gradle.kts b/build.gradle.kts index bd4791d1f..a1537db5c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ buildscript { diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index 180ce0bd0..a2e03ceb8 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -1,42 +1,24 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile -/* - * Copyright (c) 2020 Proton Technologies AG - * - * This file is part of ProtonMail. - * - * ProtonMail 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. - * - * ProtonMail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. - */ plugins { `kotlin-dsl` kotlin("jvm") version "1.6.10" diff --git a/buildSrc/src/main/kotlin/AndroidConfig.kt b/buildSrc/src/main/kotlin/AndroidConfig.kt index 29c64925c..ab1001d14 100644 --- a/buildSrc/src/main/kotlin/AndroidConfig.kt +++ b/buildSrc/src/main/kotlin/AndroidConfig.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ import com.android.build.gradle.TestedExtension import org.gradle.api.JavaVersion diff --git a/buildSrc/src/main/kotlin/ProtonMail.kt b/buildSrc/src/main/kotlin/ProtonMail.kt index 48461d15a..cb60352c8 100644 --- a/buildSrc/src/main/kotlin/ProtonMail.kt +++ b/buildSrc/src/main/kotlin/ProtonMail.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ /** diff --git a/buildSrc/src/main/kotlin/classpath.kt b/buildSrc/src/main/kotlin/classpath.kt index e248136ef..1dcc1e6df 100644 --- a/buildSrc/src/main/kotlin/classpath.kt +++ b/buildSrc/src/main/kotlin/classpath.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ import org.gradle.kotlin.dsl.DependencyHandlerScope import org.gradle.kotlin.dsl.ScriptHandlerScope diff --git a/buildSrc/src/main/kotlin/libraries.kt b/buildSrc/src/main/kotlin/libraries.kt index acf606b31..a38e1a38e 100644 --- a/buildSrc/src/main/kotlin/libraries.kt +++ b/buildSrc/src/main/kotlin/libraries.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ import org.gradle.api.artifacts.dsl.DependencyHandler import studio.forface.easygradle.dsl.* diff --git a/buildSrc/src/main/kotlin/modules.kt b/buildSrc/src/main/kotlin/modules.kt index 16189062f..20e146d04 100644 --- a/buildSrc/src/main/kotlin/modules.kt +++ b/buildSrc/src/main/kotlin/modules.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ /* diff --git a/buildSrc/src/main/kotlin/plugins.kt b/buildSrc/src/main/kotlin/plugins.kt index eeb6e4b8d..7d09b3c30 100644 --- a/buildSrc/src/main/kotlin/plugins.kt +++ b/buildSrc/src/main/kotlin/plugins.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ import org.gradle.kotlin.dsl.kotlin import org.gradle.kotlin.dsl.version diff --git a/buildSrc/src/main/kotlin/repositories.kt b/buildSrc/src/main/kotlin/repositories.kt index c53d998b3..1bb9d8ac8 100644 --- a/buildSrc/src/main/kotlin/repositories.kt +++ b/buildSrc/src/main/kotlin/repositories.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2020 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ import org.gradle.api.artifacts.dsl.RepositoryHandler import org.gradle.kotlin.dsl.maven diff --git a/buildSrc/src/main/kotlin/versionsConfig.kt b/buildSrc/src/main/kotlin/versionsConfig.kt index eca8430c0..f8bc0e513 100644 --- a/buildSrc/src/main/kotlin/versionsConfig.kt +++ b/buildSrc/src/main/kotlin/versionsConfig.kt @@ -1,20 +1,20 @@ /* - * Copyright (c) 2022 Proton Technologies AG + * Copyright (c) 2022 Proton AG * - * This file is part of ProtonMail. + * This file is part of Proton Mail. * - * ProtonMail is free software: you can redistribute it and/or modify + * Proton Mail 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. * - * ProtonMail is distributed in the hope that it will be useful, + * Proton Mail 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 ProtonMail. If not, see https://www.gnu.org/licenses/. + * along with Proton Mail. If not, see https://www.gnu.org/licenses/. */ import studio.forface.easygradle.dsl.* import studio.forface.easygradle.dsl.android.* diff --git a/config/CodeStyle.xml b/config/CodeStyle.xml index 7577e20ba..a0b80e601 100644 --- a/config/CodeStyle.xml +++ b/config/CodeStyle.xml @@ -1,21 +1,21 @@ + ~ Copyright (c) 2022 Proton AG + ~ + ~ This file is part of Proton Mail. + ~ + ~ Proton Mail 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. + ~ + ~ Proton Mail 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 Proton Mail. If not, see https://www.gnu.org/licenses/. + -->