Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 21622fe

Browse files
authored
Update copyright headers to GPLv3 for all files (#201)
1 parent 615eda8 commit 21622fe

File tree

72 files changed

+386
-228
lines changed

Some content is hidden

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

72 files changed

+386
-228
lines changed

.idea/copyright/GPL.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/copyright/profiles_settings.xml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

AUTHORS

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
1-
# This is the list of significant contributors to ical4android.
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/ical4android/graphs/contributors
63

7-
Initial contributor:
8-
9-
* Ricki Hirner (bitfire.at)
10-
11-
12-
Further contributor:
13-
14-
* Patrick Lang (techbee.at): jtx Board integration
4+
Every contribution is welcome. There are many other forms of contributing besides writing code!

lib/src/androidTest/kotlin/at/bitfire/ical4android/AndroidCalendarTest.kt

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
/***************************************************************************************************
2-
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3-
**************************************************************************************************/
1+
/*
2+
* This file is part of ical4android which is released under GPLv3.
3+
* Copyright © All Contributors. See the LICENSE and AUTHOR files in the root directory for details.
4+
* SPDX-License-Identifier: GPL-3.0-or-later
5+
*/
46

57
package at.bitfire.ical4android
68

@@ -20,10 +22,14 @@ import at.bitfire.ical4android.util.MiscUtils.asSyncAdapter
2022
import at.bitfire.ical4android.util.MiscUtils.closeCompat
2123
import net.fortuna.ical4j.model.property.DtEnd
2224
import net.fortuna.ical4j.model.property.DtStart
23-
import org.junit.*
25+
import org.junit.AfterClass
2426
import org.junit.Assert.assertEquals
2527
import org.junit.Assert.assertNotNull
2628
import org.junit.Assert.assertTrue
29+
import org.junit.Before
30+
import org.junit.BeforeClass
31+
import org.junit.ClassRule
32+
import org.junit.Test
2733

2834
class AndroidCalendarTest {
2935

lib/src/androidTest/kotlin/at/bitfire/ical4android/AndroidCompatTimeZoneRegistryTest.kt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
/***************************************************************************************************
2-
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3-
**************************************************************************************************/
1+
/*
2+
* This file is part of ical4android which is released under GPLv3.
3+
* Copyright © All Contributors. See the LICENSE and AUTHOR files in the root directory for details.
4+
* SPDX-License-Identifier: GPL-3.0-or-later
5+
*/
46

57
package at.bitfire.ical4android
68

lib/src/androidTest/kotlin/at/bitfire/ical4android/AndroidEventTest.kt

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
/***************************************************************************************************
2-
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3-
**************************************************************************************************/
1+
/*
2+
* This file is part of ical4android which is released under GPLv3.
3+
* Copyright © All Contributors. See the LICENSE and AUTHOR files in the root directory for details.
4+
* SPDX-License-Identifier: GPL-3.0-or-later
5+
*/
46
package at.bitfire.ical4android
57

68
import android.Manifest
@@ -61,6 +63,15 @@ import java.net.URI
6163
import java.time.Duration
6264
import java.time.Period
6365
import java.util.logging.Logger
66+
import kotlin.collections.Map
67+
import kotlin.collections.component1
68+
import kotlin.collections.component2
69+
import kotlin.collections.emptyMap
70+
import kotlin.collections.first
71+
import kotlin.collections.firstOrNull
72+
import kotlin.collections.iterator
73+
import kotlin.collections.mapOf
74+
import kotlin.collections.plusAssign
6475

6576
class AndroidEventTest {
6677

lib/src/androidTest/kotlin/at/bitfire/ical4android/AndroidTimeZonesTest.kt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
/***************************************************************************************************
2-
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3-
**************************************************************************************************/
1+
/*
2+
* This file is part of ical4android which is released under GPLv3.
3+
* Copyright © All Contributors. See the LICENSE and AUTHOR files in the root directory for details.
4+
* SPDX-License-Identifier: GPL-3.0-or-later
5+
*/
46

57
package at.bitfire.ical4android
68

lib/src/androidTest/kotlin/at/bitfire/ical4android/AospTest.kt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
/***************************************************************************************************
2-
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3-
**************************************************************************************************/
1+
/*
2+
* This file is part of ical4android which is released under GPLv3.
3+
* Copyright © All Contributors. See the LICENSE and AUTHOR files in the root directory for details.
4+
* SPDX-License-Identifier: GPL-3.0-or-later
5+
*/
46

57
package at.bitfire.ical4android
68

lib/src/androidTest/kotlin/at/bitfire/ical4android/AttendeeMappingsTest.kt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
/***************************************************************************************************
2-
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3-
**************************************************************************************************/
1+
/*
2+
* This file is part of ical4android which is released under GPLv3.
3+
* Copyright © All Contributors. See the LICENSE and AUTHOR files in the root directory for details.
4+
* SPDX-License-Identifier: GPL-3.0-or-later
5+
*/
46

57
package at.bitfire.ical4android
68

lib/src/androidTest/kotlin/at/bitfire/ical4android/BatchOperationTest.kt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
/***************************************************************************************************
2-
* Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
3-
**************************************************************************************************/
1+
/*
2+
* This file is part of ical4android which is released under GPLv3.
3+
* Copyright © All Contributors. See the LICENSE and AUTHOR files in the root directory for details.
4+
* SPDX-License-Identifier: GPL-3.0-or-later
5+
*/
46

57
package at.bitfire.ical4android
68

0 commit comments

Comments
 (0)