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

View 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 package sh.sar.isodroid
import android.app.Application import android.app.Application

View 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 package sh.sar.isodroid
import android.content.Context import android.content.Context

View 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
import java.io.File import java.io.File

View 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(

View 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
enum class MountType { enum class MountType {

View 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.isodrive package sh.sar.isodroid.isodrive
import kotlinx.coroutines.flow.MutableSharedFlow import kotlinx.coroutines.flow.MutableSharedFlow

View 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.isodrive package sh.sar.isodroid.isodrive
import android.content.Context import android.content.Context

View 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.isodrive package sh.sar.isodroid.isodrive
import kotlinx.coroutines.flow.MutableSharedFlow import kotlinx.coroutines.flow.MutableSharedFlow

View 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.notification package sh.sar.isodroid.notification
import android.content.BroadcastReceiver import android.content.BroadcastReceiver

View 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.notification package sh.sar.isodroid.notification
import android.app.NotificationChannel import android.app.NotificationChannel

View 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.notification package sh.sar.isodroid.notification
import android.content.BroadcastReceiver import android.content.BroadcastReceiver

View 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.root package sh.sar.isodroid.root
import com.topjohnwu.superuser.Shell import com.topjohnwu.superuser.Shell

View 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.ui.components package sh.sar.isodroid.ui.components
import androidx.compose.foundation.layout.Column import androidx.compose.foundation.layout.Column

View 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.ui.components package sh.sar.isodroid.ui.components
import androidx.compose.foundation.ExperimentalFoundationApi import androidx.compose.foundation.ExperimentalFoundationApi

View 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.ui.components package sh.sar.isodroid.ui.components
import androidx.compose.foundation.clickable import androidx.compose.foundation.clickable

View 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.ui.components package sh.sar.isodroid.ui.components
import androidx.compose.foundation.layout.Arrangement import androidx.compose.foundation.layout.Arrangement

View 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.ui.components package sh.sar.isodroid.ui.components
import androidx.compose.foundation.background import androidx.compose.foundation.background

View 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.ui.screens package sh.sar.isodroid.ui.screens
import android.content.Context import android.content.Context

View 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.ui.screens package sh.sar.isodroid.ui.screens
import androidx.compose.foundation.layout.Box import androidx.compose.foundation.layout.Box

View 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.ui.screens package sh.sar.isodroid.ui.screens
import android.Manifest import android.Manifest

View 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.ui.screens package sh.sar.isodroid.ui.screens
import android.Manifest import android.Manifest

View 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.ui.theme package sh.sar.isodroid.ui.theme
import androidx.compose.ui.graphics.Color import androidx.compose.ui.graphics.Color

View 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.ui.theme package sh.sar.isodroid.ui.theme
import android.app.Activity import android.app.Activity

View 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.ui.theme package sh.sar.isodroid.ui.theme
import androidx.compose.material3.Typography import androidx.compose.material3.Typography

View 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.viewmodel package sh.sar.isodroid.viewmodel
import android.app.Application import android.app.Application