Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/main/kotlin/app/morphe/cli/command/CommandUtils.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright 2026 Morphe.
* https://github.com/MorpheApp/morphe-cli
*/

package app.morphe.cli.command

import picocli.CommandLine
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright 2026 Morphe.
* https://github.com/MorpheApp/morphe-cli
*/

package app.morphe.cli.command

import app.morphe.engine.MorpheData
Expand Down
5 changes: 5 additions & 0 deletions src/main/kotlin/app/morphe/cli/command/MainCommand.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright 2026 Morphe.
* https://github.com/MorpheApp/morphe-cli
*/

package app.morphe.cli.command

import app.morphe.cli.command.utility.UtilityCommand
Expand Down
5 changes: 5 additions & 0 deletions src/main/kotlin/app/morphe/cli/command/OptionsCommand.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright 2026 Morphe.
* https://github.com/MorpheApp/morphe-cli
*/

package app.morphe.cli.command

import app.morphe.cli.command.model.PatchBundle
Expand Down
5 changes: 5 additions & 0 deletions src/main/kotlin/app/morphe/cli/command/PatchFileResolver.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright 2026 Morphe.
* https://github.com/MorpheApp/morphe-cli
*/

package app.morphe.cli.command

import app.morphe.engine.patches.RemotePatchSourceFactory
Expand Down
5 changes: 5 additions & 0 deletions src/main/kotlin/app/morphe/cli/command/model/FailedPatch.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright 2026 Morphe.
* https://github.com/MorpheApp/morphe-cli
*/

package app.morphe.cli.command.model

import kotlinx.serialization.ExperimentalSerializationApi
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright 2026 Morphe.
* https://github.com/MorpheApp/morphe-cli
*/

package app.morphe.cli.command.model

import app.morphe.patcher.patch.Patch
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright 2026 Morphe.
* https://github.com/MorpheApp/morphe-cli
*/

package app.morphe.cli.command.model

import kotlinx.serialization.EncodeDefault
Expand Down
5 changes: 5 additions & 0 deletions src/main/kotlin/app/morphe/cli/command/model/PatchingStep.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright 2026 Morphe.
* https://github.com/MorpheApp/morphe-cli
*/

package app.morphe.cli.command.model

enum class PatchingStep {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright 2026 Morphe.
* https://github.com/MorpheApp/morphe-cli
*/

package app.morphe.cli.command.model

import kotlinx.serialization.ExperimentalSerializationApi
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright 2026 Morphe.
* https://github.com/MorpheApp/morphe-cli
*/

package app.morphe.cli.command.model

import app.morphe.patcher.patch.Patch
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright 2026 Morphe.
* https://github.com/MorpheApp/morphe-cli
*/

package app.morphe.cli.command.utility

import app.morphe.engine.util.ApkManifestReader
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright 2026 Morphe.
* https://github.com/MorpheApp/morphe-cli
*/

package app.morphe.cli.command.utility

import app.morphe.library.installation.installer.AdbInstaller
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright 2026 Morphe.
* https://github.com/MorpheApp/morphe-cli
*/

package app.morphe.cli.command.utility

import picocli.CommandLine
Expand Down
5 changes: 5 additions & 0 deletions src/main/kotlin/app/morphe/engine/PlatformCheck.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright 2026 Morphe.
* https://github.com/MorpheApp/morphe-cli
*/

package app.morphe.engine

internal fun isWindows(): Boolean {
Expand Down
5 changes: 5 additions & 0 deletions src/main/kotlin/app/morphe/engine/UpdateChecker.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright 2026 Morphe.
* https://github.com/MorpheApp/morphe-cli
*/

package app.morphe.engine

import java.net.HttpURLConnection
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright 2026 Morphe.
* https://github.com/MorpheApp/morphe-cli
*/

package app.morphe.gui.ui.screens.patches

import androidx.compose.animation.AnimatedVisibility
Expand Down
5 changes: 5 additions & 0 deletions src/main/kotlin/app/morphe/gui/ui/theme/ChannelColors.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright 2026 Morphe.
* https://github.com/MorpheApp/morphe-cli
*/

package app.morphe.gui.ui.theme

import androidx.compose.material3.MaterialTheme
Expand Down
5 changes: 5 additions & 0 deletions src/main/kotlin/app/morphe/gui/ui/theme/MorpheTypography.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright 2026 Morphe.
* https://github.com/MorpheApp/morphe-cli
*/

package app.morphe.gui.ui.theme

import androidx.compose.runtime.Composable
Expand Down
5 changes: 5 additions & 0 deletions src/main/kotlin/app/morphe/gui/util/VersionUtils.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright 2026 Morphe.
* https://github.com/MorpheApp/morphe-cli
*/

package app.morphe.gui.util

import app.morphe.gui.data.model.SupportedApp
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright 2026 Morphe.
* https://github.com/MorpheApp/morphe-cli
*/

package app.morphe.cli.command

import kotlin.test.Test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright 2026 Morphe.
* https://github.com/MorpheApp/morphe-cli
*/

package app.morphe.cli.command

import app.morphe.cli.command.model.PatchBundle
Expand Down
Loading