Skip to content

Commit bad47fe

Browse files
authored
Fix copyright comments (#623)
* Fix copyright comments * Fix TestSubscription
1 parent f340e6e commit bad47fe

Some content is hidden

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

64 files changed

+188
-68
lines changed

app/src/androidTest/java/at/bitfire/icsdroid/BaseSyncWorkerTest.kt

Lines changed: 4 additions & 0 deletions
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.icsdroid
26

37
import android.Manifest

app/src/androidTest/java/at/bitfire/icsdroid/CalendarFetcherTest.kt

Lines changed: 2 additions & 2 deletions
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.icsdroid
66

app/src/androidTest/java/at/bitfire/icsdroid/ComposableStartupServiceTest.kt

Lines changed: 4 additions & 0 deletions
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.icsdroid
26

37
import androidx.compose.runtime.Composable

app/src/androidTest/java/at/bitfire/icsdroid/HttpUtilsTest.kt

Lines changed: 2 additions & 2 deletions
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.icsdroid
66

app/src/androidTest/java/at/bitfire/icsdroid/TestSyncWorker.kt

Lines changed: 4 additions & 0 deletions
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.icsdroid
26

37
import androidx.hilt.work.HiltWorker

app/src/androidTest/java/at/bitfire/icsdroid/db/entity/TestSubscription.kt

Lines changed: 4 additions & 0 deletions
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.icsdroid.db.entity
26

37
import androidx.core.net.toUri

app/src/androidTest/java/at/bitfire/icsdroid/model/ValidationModelTest.kt

Lines changed: 2 additions & 2 deletions
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.icsdroid.model
66

app/src/main/java/at/bitfire/icsdroid/AccountAuthenticatorService.kt

Lines changed: 2 additions & 2 deletions
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.icsdroid
66

app/src/main/java/at/bitfire/icsdroid/App.kt

Lines changed: 4 additions & 0 deletions
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.icsdroid
26

37
import android.app.Application

app/src/main/java/at/bitfire/icsdroid/AppAccount.kt

Lines changed: 2 additions & 2 deletions
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.icsdroid
66

0 commit comments

Comments
 (0)