Skip to content

Commit f3333b7

Browse files
authored
Update AUTHORS and copyright notices (#1232)
* Update AUTHORS * Add Android Studio copyright profiles * Update copyright notices
1 parent 2265602 commit f3333b7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+170
-73
lines changed

.idea/copyright/LICENSE.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/copyright/profiles_settings.xml

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

AUTHORS

+5-9
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
# This is the list of significant contributors to DAVx5.
2-
#
3-
# This does not necessarily list everyone who has contributed work.
4-
# To see the full list of contributors, see the revision history in
5-
# source control.
1+
You can view the list of people who have contributed to the code base in the version control history:
2+
https://github.com/bitfireAT/davx5-ose/graphs/contributors
63

7-
Ricki Hirner (bitfire.at)
8-
Bernhard Stockmann (bitfire.at)
4+
Translators are not mentioned in the history explicitly.
5+
The list of translators can be found in the About screen.
96

10-
Sunik Kupfer (bitfire.at)
11-
Patrick Lang (techbee.at)
7+
Every contribution is welcome. There are many other forms of contributing besides writing code!

app/src/androidTest/kotlin/at/bitfire/davdroid/Dav4jvm.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/***************************************************************************************************
1+
/*
22
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3-
**************************************************************************************************/
3+
*/
44

55
package at.bitfire.davdroid
66

app/src/androidTest/kotlin/at/bitfire/davdroid/TestModules.kt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3+
*/
4+
15
package at.bitfire.davdroid
26

37
import at.bitfire.davdroid.push.PushRegistrationWorkerManager

app/src/androidTest/kotlin/at/bitfire/davdroid/repository/DavCollectionRepositoryTest.kt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3+
*/
4+
15
package at.bitfire.davdroid.repository
26

37
import android.content.Context

app/src/androidTest/kotlin/at/bitfire/davdroid/resource/LocalAddressBookStoreTest.kt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3+
*/
4+
15
package at.bitfire.davdroid.resource
26

37
import android.accounts.Account

app/src/androidTest/kotlin/at/bitfire/davdroid/sync/account/AccountsCleanupWorkerTest.kt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3+
*/
4+
15
package at.bitfire.davdroid.sync.account
26

37
import android.accounts.Account

app/src/androidTest/kotlin/at/bitfire/davdroid/sync/account/TestAccount.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/***************************************************************************************************
1+
/*
22
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3-
**************************************************************************************************/
3+
*/
44
package at.bitfire.davdroid.sync.account
55

66
import android.accounts.Account

app/src/androidTest/kotlin/at/bitfire/davdroid/sync/worker/PeriodicSyncWorkerTest.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/***************************************************************************************************
1+
/*
22
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3-
**************************************************************************************************/
3+
*/
44

55
package at.bitfire.davdroid.sync.worker
66

app/src/androidTest/res/values/strings.xml

-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!--
3-
~ Copyright (c) Ricki Hirner (bitfire web engineering).
4-
~ All rights reserved. This program and the accompanying materials
5-
~ are made available under the terms of the GNU Public License v3.0
6-
~ which accompanies this distribution, and is available at
7-
~ http://www.gnu.org/licenses/gpl.html
8-
-->
9-
102
<resources>
113

124
<string name="app_name">Davx5Test</string>

app/src/main/kotlin/at/bitfire/davdroid/network/GoogleLogin.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/***************************************************************************************************
1+
/*
22
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3-
**************************************************************************************************/
3+
*/
44

55
package at.bitfire.davdroid.network
66

app/src/main/kotlin/at/bitfire/davdroid/network/NextcloudLoginFlow.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/***************************************************************************************************
1+
/*
22
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3-
**************************************************************************************************/
3+
*/
44

55
package at.bitfire.davdroid.network
66

app/src/main/kotlin/at/bitfire/davdroid/push/PushNotificationManager.kt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3+
*/
4+
15
package at.bitfire.davdroid.push
26

37
import android.accounts.Account

app/src/main/kotlin/at/bitfire/davdroid/startup/CrashHandlerSetup.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/***************************************************************************************************
1+
/*
22
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3-
**************************************************************************************************/
3+
*/
44

55
package at.bitfire.davdroid.startup
66

app/src/main/kotlin/at/bitfire/davdroid/sync/SyncAdapterServices.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/***************************************************************************************************
1+
/*
22
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3-
**************************************************************************************************/
3+
*/
44

55
package at.bitfire.davdroid.sync
66

app/src/main/kotlin/at/bitfire/davdroid/sync/SyncFrameworkIntegration.kt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3+
*/
4+
15
package at.bitfire.davdroid.sync
26

37
import android.accounts.Account

app/src/main/kotlin/at/bitfire/davdroid/sync/SyncResult.kt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3+
*/
4+
15
package at.bitfire.davdroid.sync
26

37
/**

app/src/main/kotlin/at/bitfire/davdroid/sync/account/AccountAuthenticatorService.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/***************************************************************************************************
1+
/*
22
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3-
**************************************************************************************************/
3+
*/
44
package at.bitfire.davdroid.sync.account
55

66
import android.accounts.AbstractAccountAuthenticator

app/src/main/kotlin/at/bitfire/davdroid/sync/account/AccountsCleanupWorker.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/***************************************************************************************************
1+
/*
22
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3-
**************************************************************************************************/
3+
*/
44

55
package at.bitfire.davdroid.sync.account
66

app/src/main/kotlin/at/bitfire/davdroid/sync/account/AddressBookAuthenticatorService.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/***************************************************************************************************
1+
/*
22
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3-
**************************************************************************************************/
3+
*/
44
package at.bitfire.davdroid.sync.account
55

66
import android.accounts.AbstractAccountAuthenticator

app/src/main/kotlin/at/bitfire/davdroid/sync/account/SystemAccountUtils.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/***************************************************************************************************
1+
/*
22
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3-
**************************************************************************************************/
3+
*/
44

55
package at.bitfire.davdroid.sync.account
66

app/src/main/kotlin/at/bitfire/davdroid/sync/worker/BaseSyncWorker.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/***************************************************************************************************
1+
/*
22
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3-
**************************************************************************************************/
3+
*/
44

55
package at.bitfire.davdroid.sync.worker
66

app/src/main/kotlin/at/bitfire/davdroid/sync/worker/OneTimeSyncWorker.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/***************************************************************************************************
1+
/*
22
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3-
**************************************************************************************************/
3+
*/
44

55
package at.bitfire.davdroid.sync.worker
66

app/src/main/kotlin/at/bitfire/davdroid/sync/worker/PeriodicSyncWorker.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/***************************************************************************************************
1+
/*
22
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3-
**************************************************************************************************/
3+
*/
44

55
package at.bitfire.davdroid.sync.worker
66

app/src/main/kotlin/at/bitfire/davdroid/ui/AccountsModel.kt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3+
*/
4+
15
package at.bitfire.davdroid.ui
26

37
import android.accounts.Account

app/src/main/kotlin/at/bitfire/davdroid/ui/AccountsScreen.kt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3+
*/
4+
15
package at.bitfire.davdroid.ui
26

37
import android.Manifest

app/src/main/kotlin/at/bitfire/davdroid/ui/AppSettingsModel.kt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3+
*/
4+
15
package at.bitfire.davdroid.ui
26

37
import android.content.Context

app/src/main/kotlin/at/bitfire/davdroid/ui/AppSettingsScreen.kt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3+
*/
4+
15
package at.bitfire.davdroid.ui
26

37
import android.annotation.SuppressLint

app/src/main/kotlin/at/bitfire/davdroid/ui/DebugInfoScreen.kt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3+
*/
4+
15
package at.bitfire.davdroid.ui
26

37
import android.accounts.Account

app/src/main/kotlin/at/bitfire/davdroid/ui/PermissionsModel.kt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3+
*/
4+
15
package at.bitfire.davdroid.ui
26

37
import android.content.Context

app/src/main/kotlin/at/bitfire/davdroid/ui/PermissionsScreen.kt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3+
*/
4+
15
package at.bitfire.davdroid.ui
26

37
import android.Manifest

app/src/main/kotlin/at/bitfire/davdroid/ui/TasksModel.kt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3+
*/
4+
15
package at.bitfire.davdroid.ui
26

37
import android.content.Context

app/src/main/kotlin/at/bitfire/davdroid/ui/TasksScreen.kt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3+
*/
4+
15
package at.bitfire.davdroid.ui
26

37
import android.content.Intent

app/src/main/kotlin/at/bitfire/davdroid/ui/account/AccountScreen.kt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3+
*/
4+
15

26
import android.Manifest
37
import android.accounts.Account

app/src/main/kotlin/at/bitfire/davdroid/ui/account/AccountSettingsModel.kt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3+
*/
4+
15
package at.bitfire.davdroid.ui.account
26

37
import android.accounts.Account

app/src/main/kotlin/at/bitfire/davdroid/ui/account/AccountSettingsScreen.kt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3+
*/
4+
15
package at.bitfire.davdroid.ui.account
26

37
import android.accounts.Account

app/src/main/kotlin/at/bitfire/davdroid/ui/account/WifiPermissionsModel.kt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3+
*/
4+
15
package at.bitfire.davdroid.ui.account
26

37
import android.content.Context

app/src/main/kotlin/at/bitfire/davdroid/ui/account/WifiPermissionsScreen.kt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3+
*/
4+
15
package at.bitfire.davdroid.ui.account
26

37
import android.Manifest

app/src/main/kotlin/at/bitfire/davdroid/ui/composable/ProgressBar.kt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3+
*/
4+
15
package at.bitfire.davdroid.ui.composable
26

37
import androidx.compose.material3.LinearProgressIndicator

app/src/main/kotlin/at/bitfire/davdroid/ui/composable/SelectClientCertificateCard.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/***************************************************************************************************
1+
/*
22
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3-
**************************************************************************************************/
3+
*/
44

55
package at.bitfire.davdroid.ui.composable
66

app/src/main/kotlin/at/bitfire/davdroid/ui/intro/BatteryOptimizationsPageContent.kt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3+
*/
4+
15
package at.bitfire.davdroid.ui.intro
26

37
import android.os.Build

app/src/main/kotlin/at/bitfire/davdroid/ui/intro/BatteryOptimizationsPageModel.kt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3+
*/
4+
15
package at.bitfire.davdroid.ui.intro
26

37
import android.content.Context

app/src/main/kotlin/at/bitfire/davdroid/ui/intro/IntroModel.kt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3+
*/
4+
15
package at.bitfire.davdroid.ui.intro
26

37
import androidx.lifecycle.ViewModel

app/src/main/kotlin/at/bitfire/davdroid/ui/intro/IntroScreen.kt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3+
*/
4+
15
package at.bitfire.davdroid.ui.intro
26

37
import androidx.compose.animation.AnimatedContent

app/src/main/kotlin/at/bitfire/davdroid/ui/setup/AdvancedLoginModel.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/***************************************************************************************************
1+
/*
22
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3-
**************************************************************************************************/
3+
*/
44

55
package at.bitfire.davdroid.ui.setup
66

0 commit comments

Comments
 (0)