Skip to content

Commit a9bf34c

Browse files
committed
chore: add license headers to Kotlin sources
1 parent 73702f1 commit a9bf34c

176 files changed

Lines changed: 529 additions & 2 deletions

File tree

Some content is hidden

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

app/src/main/kotlin/app/AsteriskApplication.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2026, AsteriskNG contributors
2+
// SPDX-License-Identifier: GPL-3.0
3+
14
package app
25

36
import android.app.Application

app/src/main/kotlin/app/MainActivity.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2026, AsteriskNG contributors
2+
// SPDX-License-Identifier: GPL-3.0
3+
14
package app
25

36
import android.Manifest

app/src/main/kotlin/app/modes/AppModes.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2026, AsteriskNG contributors
2+
// SPDX-License-Identifier: GPL-3.0
3+
14
package app.modes
25

36
const val RunModeVpnService = 0

app/src/main/kotlin/app/modes/UiModes.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2026, AsteriskNG contributors
2+
// SPDX-License-Identifier: GPL-3.0
3+
14
package app.modes
25

36
const val ColorModeSystem = 0

app/src/main/kotlin/data/AndroidAppStateStore.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2026, AsteriskNG contributors
2+
// SPDX-License-Identifier: GPL-3.0
3+
14
package data
25

36
import android.content.Context

app/src/main/kotlin/data/AppSettingsPreferences.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2026, AsteriskNG contributors
2+
// SPDX-License-Identifier: GPL-3.0
3+
14
package data
25

36
import android.content.Context

app/src/main/kotlin/data/AppStateDao.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2026, AsteriskNG contributors
2+
// SPDX-License-Identifier: GPL-3.0
3+
14
package data
25

36
import androidx.room.Dao

app/src/main/kotlin/data/AppStateJson.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2026, AsteriskNG contributors
2+
// SPDX-License-Identifier: GPL-3.0
3+
14
package data
25

36
import app.CustomResourceFileState

app/src/main/kotlin/data/AsteriskAppDatabase.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2026, AsteriskNG contributors
2+
// SPDX-License-Identifier: GPL-3.0
3+
14
package data
25

36
import androidx.room.Database

app/src/main/kotlin/data/ListEntities.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright 2026, AsteriskNG contributors
2+
// SPDX-License-Identifier: GPL-3.0
3+
14
package data
25

36
import androidx.room.Entity

0 commit comments

Comments
 (0)