Add SPDX license headers to source files

This commit is contained in:
2026-03-10 23:42:40 +05:00
parent e7735a0446
commit f654ba52a1
25 changed files with 125 additions and 0 deletions
@@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: 2025 Shiham Abdul Rahman <shihaam@shihaam.dev>
* SPDX-License-Identifier: GPL-3.0-or-later
*/
package sh.sar.isodroid package sh.sar.isodroid
import android.app.Application import android.app.Application
@@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: 2025 Shiham Abdul Rahman <shihaam@shihaam.dev>
* SPDX-License-Identifier: GPL-3.0-or-later
*/
package sh.sar.isodroid package sh.sar.isodroid
import android.content.Context import android.content.Context
@@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: 2025 Shiham Abdul Rahman <shihaam@shihaam.dev>
* SPDX-License-Identifier: GPL-3.0-or-later
*/
package sh.sar.isodroid.data package sh.sar.isodroid.data
import java.io.File import java.io.File
@@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: 2025 Shiham Abdul Rahman <shihaam@shihaam.dev>
* SPDX-License-Identifier: GPL-3.0-or-later
*/
package sh.sar.isodroid.data package sh.sar.isodroid.data
data class MountOptions( data class MountOptions(
@@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: 2025 Shiham Abdul Rahman <shihaam@shihaam.dev>
* SPDX-License-Identifier: GPL-3.0-or-later
*/
package sh.sar.isodroid.data package sh.sar.isodroid.data
enum class MountType { enum class MountType {
@@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: 2025 Shiham Abdul Rahman <shihaam@shihaam.dev>
* SPDX-License-Identifier: GPL-3.0-or-later
*/
package sh.sar.isodroid.isodrive package sh.sar.isodroid.isodrive
import kotlinx.coroutines.flow.MutableSharedFlow import kotlinx.coroutines.flow.MutableSharedFlow
@@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: 2025 Shiham Abdul Rahman <shihaam@shihaam.dev>
* SPDX-License-Identifier: GPL-3.0-or-later
*/
package sh.sar.isodroid.isodrive package sh.sar.isodroid.isodrive
import android.content.Context import android.content.Context
@@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: 2025 Shiham Abdul Rahman <shihaam@shihaam.dev>
* SPDX-License-Identifier: GPL-3.0-or-later
*/
package sh.sar.isodroid.isodrive package sh.sar.isodroid.isodrive
import kotlinx.coroutines.flow.MutableSharedFlow import kotlinx.coroutines.flow.MutableSharedFlow
@@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: 2025 Shiham Abdul Rahman <shihaam@shihaam.dev>
* SPDX-License-Identifier: GPL-3.0-or-later
*/
package sh.sar.isodroid.notification package sh.sar.isodroid.notification
import android.content.BroadcastReceiver import android.content.BroadcastReceiver
@@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: 2025 Shiham Abdul Rahman <shihaam@shihaam.dev>
* SPDX-License-Identifier: GPL-3.0-or-later
*/
package sh.sar.isodroid.notification package sh.sar.isodroid.notification
import android.app.NotificationChannel import android.app.NotificationChannel
@@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: 2025 Shiham Abdul Rahman <shihaam@shihaam.dev>
* SPDX-License-Identifier: GPL-3.0-or-later
*/
package sh.sar.isodroid.notification package sh.sar.isodroid.notification
import android.content.BroadcastReceiver import android.content.BroadcastReceiver
@@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: 2025 Shiham Abdul Rahman <shihaam@shihaam.dev>
* SPDX-License-Identifier: GPL-3.0-or-later
*/
package sh.sar.isodroid.root package sh.sar.isodroid.root
import com.topjohnwu.superuser.Shell import com.topjohnwu.superuser.Shell
@@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: 2025 Shiham Abdul Rahman <shihaam@shihaam.dev>
* SPDX-License-Identifier: GPL-3.0-or-later
*/
package sh.sar.isodroid.ui.components package sh.sar.isodroid.ui.components
import androidx.compose.foundation.layout.Column import androidx.compose.foundation.layout.Column
@@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: 2025 Shiham Abdul Rahman <shihaam@shihaam.dev>
* SPDX-License-Identifier: GPL-3.0-or-later
*/
package sh.sar.isodroid.ui.components package sh.sar.isodroid.ui.components
import androidx.compose.foundation.ExperimentalFoundationApi import androidx.compose.foundation.ExperimentalFoundationApi
@@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: 2025 Shiham Abdul Rahman <shihaam@shihaam.dev>
* SPDX-License-Identifier: GPL-3.0-or-later
*/
package sh.sar.isodroid.ui.components package sh.sar.isodroid.ui.components
import androidx.compose.foundation.clickable import androidx.compose.foundation.clickable
@@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: 2025 Shiham Abdul Rahman <shihaam@shihaam.dev>
* SPDX-License-Identifier: GPL-3.0-or-later
*/
package sh.sar.isodroid.ui.components package sh.sar.isodroid.ui.components
import androidx.compose.foundation.layout.Arrangement import androidx.compose.foundation.layout.Arrangement
@@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: 2025 Shiham Abdul Rahman <shihaam@shihaam.dev>
* SPDX-License-Identifier: GPL-3.0-or-later
*/
package sh.sar.isodroid.ui.components package sh.sar.isodroid.ui.components
import androidx.compose.foundation.background import androidx.compose.foundation.background
@@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: 2025 Shiham Abdul Rahman <shihaam@shihaam.dev>
* SPDX-License-Identifier: GPL-3.0-or-later
*/
package sh.sar.isodroid.ui.screens package sh.sar.isodroid.ui.screens
import android.content.Context import android.content.Context
@@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: 2025 Shiham Abdul Rahman <shihaam@shihaam.dev>
* SPDX-License-Identifier: GPL-3.0-or-later
*/
package sh.sar.isodroid.ui.screens package sh.sar.isodroid.ui.screens
import androidx.compose.foundation.layout.Box import androidx.compose.foundation.layout.Box
@@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: 2025 Shiham Abdul Rahman <shihaam@shihaam.dev>
* SPDX-License-Identifier: GPL-3.0-or-later
*/
package sh.sar.isodroid.ui.screens package sh.sar.isodroid.ui.screens
import android.Manifest import android.Manifest
@@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: 2025 Shiham Abdul Rahman <shihaam@shihaam.dev>
* SPDX-License-Identifier: GPL-3.0-or-later
*/
package sh.sar.isodroid.ui.screens package sh.sar.isodroid.ui.screens
import android.Manifest import android.Manifest
@@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: 2025 Shiham Abdul Rahman <shihaam@shihaam.dev>
* SPDX-License-Identifier: GPL-3.0-or-later
*/
package sh.sar.isodroid.ui.theme package sh.sar.isodroid.ui.theme
import androidx.compose.ui.graphics.Color import androidx.compose.ui.graphics.Color
@@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: 2025 Shiham Abdul Rahman <shihaam@shihaam.dev>
* SPDX-License-Identifier: GPL-3.0-or-later
*/
package sh.sar.isodroid.ui.theme package sh.sar.isodroid.ui.theme
import android.app.Activity import android.app.Activity
@@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: 2025 Shiham Abdul Rahman <shihaam@shihaam.dev>
* SPDX-License-Identifier: GPL-3.0-or-later
*/
package sh.sar.isodroid.ui.theme package sh.sar.isodroid.ui.theme
import androidx.compose.material3.Typography import androidx.compose.material3.Typography
@@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: 2025 Shiham Abdul Rahman <shihaam@shihaam.dev>
* SPDX-License-Identifier: GPL-3.0-or-later
*/
package sh.sar.isodroid.viewmodel package sh.sar.isodroid.viewmodel
import android.app.Application import android.app.Application