User: rednesto Date: 23 May 23 14:14 Revision: dc5f24b9251b8de4e4a146703758dbc498a0ff02 Summary: Merge branch '2022.3' into 2023.1 TeamCity URL: https://ci.mcdev.io/viewModification.html?tab=vcsModificationFiles&modId=8512&personal=false Index: build.gradle.kts =================================================================== --- build.gradle.kts (revision 8e770ec93738d707a540a80fec6aab738543d135) +++ build.gradle.kts (revision dc5f24b9251b8de4e4a146703758dbc498a0ff02) @@ -1,11 +1,21 @@ /* - * Minecraft Dev for IntelliJ + * Minecraft Development for IntelliJ * - * https://minecraftdev.org + * https://mcdev.io/ * - * Copyright (c) 2023 minecraft-dev + * Copyright (C) 2023 minecraft-dev * - * MIT License + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published + * by the Free Software Foundation, version 3.0 only. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see . */ import org.cadixdev.gradle.licenser.header.HeaderStyle Index: gradle.properties =================================================================== --- gradle.properties (revision 8e770ec93738d707a540a80fec6aab738543d135) +++ gradle.properties (revision dc5f24b9251b8de4e4a146703758dbc498a0ff02) @@ -1,12 +1,22 @@ # -# Minecraft Dev for IntelliJ +# Minecraft Development for IntelliJ # -# https://minecraftdev.org +# https://mcdev.io/ # -# Copyright (c) 2023 minecraft-dev +# Copyright (C) 2023 minecraft-dev # -# MIT License +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published +# by the Free Software Foundation, version 3.0 only. # +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with this program. If not, see . +# # suppress inspection "UnusedProperty" for whole file kotlin.code.style=official @@ -14,7 +24,7 @@ ideaVersion = 2023.1 ideaVersionName = 2023.1 -coreVersion = 1.6.4 +coreVersion = 1.6.5 downloadIdeaSources = true pluginTomlVersion = 231.8109.1 Index: settings.gradle.kts =================================================================== --- settings.gradle.kts (revision 8e770ec93738d707a540a80fec6aab738543d135) +++ settings.gradle.kts (revision dc5f24b9251b8de4e4a146703758dbc498a0ff02) @@ -1,11 +1,21 @@ /* - * Minecraft Dev for IntelliJ + * Minecraft Development for IntelliJ * - * https://minecraftdev.org + * https://mcdev.io/ * - * Copyright (c) 2023 minecraft-dev + * Copyright (C) 2023 minecraft-dev * - * MIT License + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published + * by the Free Software Foundation, version 3.0 only. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see . */ rootProject.name = "MinecraftDev" Index: src/main/kotlin/creator/ProjectSetupFinalizerWizardStep.kt =================================================================== --- src/main/kotlin/creator/ProjectSetupFinalizerWizardStep.kt (revision 8e770ec93738d707a540a80fec6aab738543d135) +++ src/main/kotlin/creator/ProjectSetupFinalizerWizardStep.kt (revision dc5f24b9251b8de4e4a146703758dbc498a0ff02) @@ -1,11 +1,21 @@ /* - * Minecraft Dev for IntelliJ + * Minecraft Development for IntelliJ * - * https://minecraftdev.org + * https://mcdev.io/ * - * Copyright (c) 2023 minecraft-dev + * Copyright (C) 2023 minecraft-dev * - * MIT License + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published + * by the Free Software Foundation, version 3.0 only. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see . */ package com.demonwav.mcdev.creator Index: src/main/kotlin/creator/buildsystem/BuildSystemPropertiesStep.kt =================================================================== --- src/main/kotlin/creator/buildsystem/BuildSystemPropertiesStep.kt (revision 8e770ec93738d707a540a80fec6aab738543d135) +++ src/main/kotlin/creator/buildsystem/BuildSystemPropertiesStep.kt (revision dc5f24b9251b8de4e4a146703758dbc498a0ff02) @@ -1,11 +1,21 @@ /* - * Minecraft Dev for IntelliJ + * Minecraft Development for IntelliJ * - * https://minecraftdev.org + * https://mcdev.io/ * - * Copyright (c) 2023 minecraft-dev + * Copyright (C) 2023 minecraft-dev * - * MIT License + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published + * by the Free Software Foundation, version 3.0 only. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see . */ package com.demonwav.mcdev.creator.buildsystem Index: src/main/kotlin/creator/step/AbstractLatentStep.kt =================================================================== --- src/main/kotlin/creator/step/AbstractLatentStep.kt (revision 8e770ec93738d707a540a80fec6aab738543d135) +++ src/main/kotlin/creator/step/AbstractLatentStep.kt (revision dc5f24b9251b8de4e4a146703758dbc498a0ff02) @@ -1,11 +1,21 @@ /* - * Minecraft Dev for IntelliJ + * Minecraft Development for IntelliJ * - * https://minecraftdev.org + * https://mcdev.io/ * - * Copyright (c) 2023 minecraft-dev + * Copyright (C) 2023 minecraft-dev * - * MIT License + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published + * by the Free Software Foundation, version 3.0 only. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see . */ package com.demonwav.mcdev.creator.step Index: src/main/kotlin/creator/step/FixedAssetsNewProjectWizardStep.kt =================================================================== --- src/main/kotlin/creator/step/FixedAssetsNewProjectWizardStep.kt (revision 8e770ec93738d707a540a80fec6aab738543d135) +++ src/main/kotlin/creator/step/FixedAssetsNewProjectWizardStep.kt (revision dc5f24b9251b8de4e4a146703758dbc498a0ff02) @@ -1,11 +1,21 @@ /* - * Minecraft Dev for IntelliJ + * Minecraft Development for IntelliJ * - * https://minecraftdev.org + * https://mcdev.io/ * - * Copyright (c) 2023 minecraft-dev + * Copyright (C) 2023 minecraft-dev * - * MIT License + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published + * by the Free Software Foundation, version 3.0 only. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see . */ package com.demonwav.mcdev.creator.step Index: src/main/kotlin/creator/step/ModNameStep.kt =================================================================== --- src/main/kotlin/creator/step/ModNameStep.kt (revision 8e770ec93738d707a540a80fec6aab738543d135) +++ src/main/kotlin/creator/step/ModNameStep.kt (revision dc5f24b9251b8de4e4a146703758dbc498a0ff02) @@ -1,11 +1,21 @@ /* - * Minecraft Dev for IntelliJ + * Minecraft Development for IntelliJ * - * https://minecraftdev.org + * https://mcdev.io/ * - * Copyright (c) 2023 minecraft-dev + * Copyright (C) 2023 minecraft-dev * - * MIT License + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published + * by the Free Software Foundation, version 3.0 only. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see . */ package com.demonwav.mcdev.creator.step Index: src/main/kotlin/creator/step/OptionalSteps.kt =================================================================== --- src/main/kotlin/creator/step/OptionalSteps.kt (revision 8e770ec93738d707a540a80fec6aab738543d135) +++ src/main/kotlin/creator/step/OptionalSteps.kt (revision dc5f24b9251b8de4e4a146703758dbc498a0ff02) @@ -1,11 +1,21 @@ /* - * Minecraft Dev for IntelliJ + * Minecraft Development for IntelliJ * - * https://minecraftdev.org + * https://mcdev.io/ * - * Copyright (c) 2023 minecraft-dev + * Copyright (C) 2023 minecraft-dev * - * MIT License + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published + * by the Free Software Foundation, version 3.0 only. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see . */ package com.demonwav.mcdev.creator.step Index: src/main/kotlin/facet/MinecraftFacetDetector.kt =================================================================== --- src/main/kotlin/facet/MinecraftFacetDetector.kt (revision 8e770ec93738d707a540a80fec6aab738543d135) +++ src/main/kotlin/facet/MinecraftFacetDetector.kt (revision dc5f24b9251b8de4e4a146703758dbc498a0ff02) @@ -1,11 +1,21 @@ /* - * Minecraft Dev for IntelliJ + * Minecraft Development for IntelliJ * - * https://minecraftdev.org + * https://mcdev.io/ * - * Copyright (c) 2023 minecraft-dev + * Copyright (C) 2023 minecraft-dev * - * MIT License + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published + * by the Free Software Foundation, version 3.0 only. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see . */ package com.demonwav.mcdev.facet Index: src/main/kotlin/facet/MinecraftFacetEditorTabV2.kt =================================================================== --- src/main/kotlin/facet/MinecraftFacetEditorTabV2.kt (revision 8e770ec93738d707a540a80fec6aab738543d135) +++ src/main/kotlin/facet/MinecraftFacetEditorTabV2.kt (revision dc5f24b9251b8de4e4a146703758dbc498a0ff02) @@ -1,11 +1,21 @@ /* - * Minecraft Dev for IntelliJ + * Minecraft Development for IntelliJ * - * https://minecraftdev.org + * https://mcdev.io/ * - * Copyright (c) 2023 minecraft-dev + * Copyright (C) 2023 minecraft-dev * - * MIT License + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published + * by the Free Software Foundation, version 3.0 only. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see . */ package com.demonwav.mcdev.facet Index: src/main/kotlin/insight/ColorUtil.kt =================================================================== --- src/main/kotlin/insight/ColorUtil.kt (revision 8e770ec93738d707a540a80fec6aab738543d135) +++ src/main/kotlin/insight/ColorUtil.kt (revision dc5f24b9251b8de4e4a146703758dbc498a0ff02) @@ -1,11 +1,21 @@ /* - * Minecraft Dev for IntelliJ + * Minecraft Development for IntelliJ * - * https://minecraftdev.org + * https://mcdev.io/ * - * Copyright (c) 2023 minecraft-dev + * Copyright (C) 2023 minecraft-dev * - * MIT License + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published + * by the Free Software Foundation, version 3.0 only. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see . */ @file:Suppress("UseJBColor") Index: src/main/kotlin/platform/adventure/color/AdventureColorUtil.kt =================================================================== --- src/main/kotlin/platform/adventure/color/AdventureColorUtil.kt (revision 8e770ec93738d707a540a80fec6aab738543d135) +++ src/main/kotlin/platform/adventure/color/AdventureColorUtil.kt (revision dc5f24b9251b8de4e4a146703758dbc498a0ff02) @@ -1,11 +1,21 @@ /* - * Minecraft Dev for IntelliJ + * Minecraft Development for IntelliJ * - * https://minecraftdev.org + * https://mcdev.io/ * - * Copyright (c) 2023 minecraft-dev + * Copyright (C) 2023 minecraft-dev * - * MIT License + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published + * by the Free Software Foundation, version 3.0 only. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see . */ package com.demonwav.mcdev.platform.adventure.color Index: src/main/kotlin/platform/bukkit/creator/bukkit-platforms.kt =================================================================== --- src/main/kotlin/platform/bukkit/creator/bukkit-platforms.kt (revision 8e770ec93738d707a540a80fec6aab738543d135) +++ src/main/kotlin/platform/bukkit/creator/bukkit-platforms.kt (revision dc5f24b9251b8de4e4a146703758dbc498a0ff02) @@ -1,11 +1,21 @@ /* - * Minecraft Dev for IntelliJ + * Minecraft Development for IntelliJ * - * https://minecraftdev.org + * https://mcdev.io/ * - * Copyright (c) 2023 minecraft-dev + * Copyright (C) 2023 minecraft-dev * - * MIT License + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published + * by the Free Software Foundation, version 3.0 only. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see . */ package com.demonwav.mcdev.platform.bukkit.creator Index: src/main/kotlin/platform/bungeecord/creator/gradle-steps.kt =================================================================== --- src/main/kotlin/platform/bungeecord/creator/gradle-steps.kt (revision 8e770ec93738d707a540a80fec6aab738543d135) +++ src/main/kotlin/platform/bungeecord/creator/gradle-steps.kt (revision dc5f24b9251b8de4e4a146703758dbc498a0ff02) @@ -1,11 +1,21 @@ /* - * Minecraft Dev for IntelliJ + * Minecraft Development for IntelliJ * - * https://minecraftdev.org + * https://mcdev.io/ * - * Copyright (c) 2023 minecraft-dev + * Copyright (C) 2023 minecraft-dev * - * MIT License + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published + * by the Free Software Foundation, version 3.0 only. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see . */ package com.demonwav.mcdev.platform.bungeecord.creator Index: src/main/kotlin/platform/mcp/actions/GotoAtEntryAction.kt =================================================================== --- src/main/kotlin/platform/mcp/actions/GotoAtEntryAction.kt (revision 8e770ec93738d707a540a80fec6aab738543d135) +++ src/main/kotlin/platform/mcp/actions/GotoAtEntryAction.kt (revision dc5f24b9251b8de4e4a146703758dbc498a0ff02) @@ -1,11 +1,21 @@ /* - * Minecraft Dev for IntelliJ + * Minecraft Development for IntelliJ * - * https://minecraftdev.org + * https://mcdev.io/ * - * Copyright (c) 2023 minecraft-dev + * Copyright (C) 2023 minecraft-dev * - * MIT License + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published + * by the Free Software Foundation, version 3.0 only. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see . */ package com.demonwav.mcdev.platform.mcp.actions Index: src/main/kotlin/platform/mcp/actions/SrgActionBase.kt =================================================================== --- src/main/kotlin/platform/mcp/actions/SrgActionBase.kt (revision 8e770ec93738d707a540a80fec6aab738543d135) +++ src/main/kotlin/platform/mcp/actions/SrgActionBase.kt (revision dc5f24b9251b8de4e4a146703758dbc498a0ff02) @@ -1,11 +1,21 @@ /* - * Minecraft Dev for IntelliJ + * Minecraft Development for IntelliJ * - * https://minecraftdev.org + * https://mcdev.io/ * - * Copyright (c) 2023 minecraft-dev + * Copyright (C) 2023 minecraft-dev * - * MIT License + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published + * by the Free Software Foundation, version 3.0 only. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see . */ package com.demonwav.mcdev.platform.mcp.actions Index: src/main/kotlin/platform/mixin/action/GenerateAccessorHandler.kt =================================================================== --- src/main/kotlin/platform/mixin/action/GenerateAccessorHandler.kt (revision 8e770ec93738d707a540a80fec6aab738543d135) +++ src/main/kotlin/platform/mixin/action/GenerateAccessorHandler.kt (revision dc5f24b9251b8de4e4a146703758dbc498a0ff02) @@ -1,11 +1,21 @@ /* - * Minecraft Dev for IntelliJ + * Minecraft Development for IntelliJ * - * https://minecraftdev.org + * https://mcdev.io/ * - * Copyright (c) 2023 minecraft-dev + * Copyright (C) 2023 minecraft-dev * - * MIT License + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published + * by the Free Software Foundation, version 3.0 only. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see . */ package com.demonwav.mcdev.platform.mixin.action Index: src/main/kotlin/platform/mixin/config/inspection/ConfigValueInspection.kt =================================================================== --- src/main/kotlin/platform/mixin/config/inspection/ConfigValueInspection.kt (revision 8e770ec93738d707a540a80fec6aab738543d135) +++ src/main/kotlin/platform/mixin/config/inspection/ConfigValueInspection.kt (revision dc5f24b9251b8de4e4a146703758dbc498a0ff02) @@ -1,11 +1,21 @@ /* - * Minecraft Dev for IntelliJ + * Minecraft Development for IntelliJ * - * https://minecraftdev.org + * https://mcdev.io/ * - * Copyright (c) 2023 minecraft-dev + * Copyright (C) 2023 minecraft-dev * - * MIT License + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published + * by the Free Software Foundation, version 3.0 only. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see . */ package com.demonwav.mcdev.platform.mixin.config.inspection Index: src/main/kotlin/platform/mixin/folding/AccessorMixinFoldingBuilder.kt =================================================================== --- src/main/kotlin/platform/mixin/folding/AccessorMixinFoldingBuilder.kt (revision 8e770ec93738d707a540a80fec6aab738543d135) +++ src/main/kotlin/platform/mixin/folding/AccessorMixinFoldingBuilder.kt (revision dc5f24b9251b8de4e4a146703758dbc498a0ff02) @@ -1,11 +1,21 @@ /* - * Minecraft Dev for IntelliJ + * Minecraft Development for IntelliJ * - * https://minecraftdev.org + * https://mcdev.io/ * - * Copyright (c) 2023 minecraft-dev + * Copyright (C) 2023 minecraft-dev * - * MIT License + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published + * by the Free Software Foundation, version 3.0 only. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see . */ package com.demonwav.mcdev.platform.mixin.folding Index: src/main/kotlin/platform/mixin/handlers/AccessorHandler.kt =================================================================== --- src/main/kotlin/platform/mixin/handlers/AccessorHandler.kt (revision 8e770ec93738d707a540a80fec6aab738543d135) +++ src/main/kotlin/platform/mixin/handlers/AccessorHandler.kt (revision dc5f24b9251b8de4e4a146703758dbc498a0ff02) @@ -1,11 +1,21 @@ /* - * Minecraft Dev for IntelliJ + * Minecraft Development for IntelliJ * - * https://minecraftdev.org + * https://mcdev.io/ * - * Copyright (c) 2023 minecraft-dev + * Copyright (C) 2023 minecraft-dev * - * MIT License + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published + * by the Free Software Foundation, version 3.0 only. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see . */ package com.demonwav.mcdev.platform.mixin.handlers Index: src/main/kotlin/platform/mixin/handlers/InjectAnnotationHandler.kt =================================================================== --- src/main/kotlin/platform/mixin/handlers/InjectAnnotationHandler.kt (revision 8e770ec93738d707a540a80fec6aab738543d135) +++ src/main/kotlin/platform/mixin/handlers/InjectAnnotationHandler.kt (revision dc5f24b9251b8de4e4a146703758dbc498a0ff02) @@ -1,11 +1,21 @@ /* - * Minecraft Dev for IntelliJ + * Minecraft Development for IntelliJ * - * https://minecraftdev.org + * https://mcdev.io/ * - * Copyright (c) 2023 minecraft-dev + * Copyright (C) 2023 minecraft-dev * - * MIT License + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published + * by the Free Software Foundation, version 3.0 only. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see . */ package com.demonwav.mcdev.platform.mixin.handlers Index: src/main/kotlin/platform/mixin/handlers/ModifyArgsHandler.kt =================================================================== --- src/main/kotlin/platform/mixin/handlers/ModifyArgsHandler.kt (revision 8e770ec93738d707a540a80fec6aab738543d135) +++ src/main/kotlin/platform/mixin/handlers/ModifyArgsHandler.kt (revision dc5f24b9251b8de4e4a146703758dbc498a0ff02) @@ -1,11 +1,21 @@ /* - * Minecraft Dev for IntelliJ + * Minecraft Development for IntelliJ * - * https://minecraftdev.org + * https://mcdev.io/ * - * Copyright (c) 2023 minecraft-dev + * Copyright (C) 2023 minecraft-dev * - * MIT License + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published + * by the Free Software Foundation, version 3.0 only. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see . */ package com.demonwav.mcdev.platform.mixin.handlers Index: src/main/kotlin/platform/mixin/handlers/ModifyConstantHandler.kt =================================================================== --- src/main/kotlin/platform/mixin/handlers/ModifyConstantHandler.kt (revision 8e770ec93738d707a540a80fec6aab738543d135) +++ src/main/kotlin/platform/mixin/handlers/ModifyConstantHandler.kt (revision dc5f24b9251b8de4e4a146703758dbc498a0ff02) @@ -1,11 +1,21 @@ /* - * Minecraft Dev for IntelliJ + * Minecraft Development for IntelliJ * - * https://minecraftdev.org + * https://mcdev.io/ * - * Copyright (c) 2023 minecraft-dev + * Copyright (C) 2023 minecraft-dev * - * MIT License + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published + * by the Free Software Foundation, version 3.0 only. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see . */ package com.demonwav.mcdev.platform.mixin.handlers Index: src/main/kotlin/platform/mixin/handlers/RedirectInjectorHandler.kt =================================================================== --- src/main/kotlin/platform/mixin/handlers/RedirectInjectorHandler.kt (revision 8e770ec93738d707a540a80fec6aab738543d135) +++ src/main/kotlin/platform/mixin/handlers/RedirectInjectorHandler.kt (revision dc5f24b9251b8de4e4a146703758dbc498a0ff02) @@ -1,11 +1,21 @@ /* - * Minecraft Dev for IntelliJ + * Minecraft Development for IntelliJ * - * https://minecraftdev.org + * https://mcdev.io/ * - * Copyright (c) 2023 minecraft-dev + * Copyright (C) 2023 minecraft-dev * - * MIT License + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published + * by the Free Software Foundation, version 3.0 only. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see . */ package com.demonwav.mcdev.platform.mixin.handlers Index: src/main/kotlin/platform/mixin/handlers/injectionPoint/ConstantStringMethodInjectionPoint.kt =================================================================== --- src/main/kotlin/platform/mixin/handlers/injectionPoint/ConstantStringMethodInjectionPoint.kt (revision 8e770ec93738d707a540a80fec6aab738543d135) +++ src/main/kotlin/platform/mixin/handlers/injectionPoint/ConstantStringMethodInjectionPoint.kt (revision dc5f24b9251b8de4e4a146703758dbc498a0ff02) @@ -1,11 +1,21 @@ /* - * Minecraft Dev for IntelliJ + * Minecraft Development for IntelliJ * - * https://minecraftdev.org + * https://mcdev.io/ * - * Copyright (c) 2023 minecraft-dev + * Copyright (C) 2023 minecraft-dev * - * MIT License + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published + * by the Free Software Foundation, version 3.0 only. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see . */ package com.demonwav.mcdev.platform.mixin.handlers.injectionPoint Index: src/main/kotlin/platform/mixin/handlers/injectionPoint/LoadInjectionPoint.kt =================================================================== --- src/main/kotlin/platform/mixin/handlers/injectionPoint/LoadInjectionPoint.kt (revision 8e770ec93738d707a540a80fec6aab738543d135) +++ src/main/kotlin/platform/mixin/handlers/injectionPoint/LoadInjectionPoint.kt (revision dc5f24b9251b8de4e4a146703758dbc498a0ff02) @@ -1,11 +1,21 @@ /* - * Minecraft Dev for IntelliJ + * Minecraft Development for IntelliJ * - * https://minecraftdev.org + * https://mcdev.io/ * - * Copyright (c) 2023 minecraft-dev + * Copyright (C) 2023 minecraft-dev * - * MIT License + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published + * by the Free Software Foundation, version 3.0 only. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see . */ package com.demonwav.mcdev.platform.mixin.handlers.injectionPoint Index: src/main/kotlin/platform/mixin/handlers/injectionPoint/ReturnInjectionPoint.kt =================================================================== --- src/main/kotlin/platform/mixin/handlers/injectionPoint/ReturnInjectionPoint.kt (revision 8e770ec93738d707a540a80fec6aab738543d135) +++ src/main/kotlin/platform/mixin/handlers/injectionPoint/ReturnInjectionPoint.kt (revision dc5f24b9251b8de4e4a146703758dbc498a0ff02) @@ -1,11 +1,21 @@ /* - * Minecraft Dev for IntelliJ + * Minecraft Development for IntelliJ * - * https://minecraftdev.org + * https://mcdev.io/ * - * Copyright (c) 2023 minecraft-dev + * Copyright (C) 2023 minecraft-dev * - * MIT License + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published + * by the Free Software Foundation, version 3.0 only. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see . */ package com.demonwav.mcdev.platform.mixin.handlers.injectionPoint Index: src/main/kotlin/platform/mixin/inspection/injector/ParameterGroup.kt =================================================================== --- src/main/kotlin/platform/mixin/inspection/injector/ParameterGroup.kt (revision 8e770ec93738d707a540a80fec6aab738543d135) +++ src/main/kotlin/platform/mixin/inspection/injector/ParameterGroup.kt (revision dc5f24b9251b8de4e4a146703758dbc498a0ff02) @@ -1,11 +1,21 @@ /* - * Minecraft Dev for IntelliJ + * Minecraft Development for IntelliJ * - * https://minecraftdev.org + * https://mcdev.io/ * - * Copyright (c) 2023 minecraft-dev + * Copyright (C) 2023 minecraft-dev * - * MIT License + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published + * by the Free Software Foundation, version 3.0 only. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see . */ package com.demonwav.mcdev.platform.mixin.inspection.injector Index: src/main/kotlin/platform/mixin/reference/MixinSelectors.kt =================================================================== --- src/main/kotlin/platform/mixin/reference/MixinSelectors.kt (revision 8e770ec93738d707a540a80fec6aab738543d135) +++ src/main/kotlin/platform/mixin/reference/MixinSelectors.kt (revision dc5f24b9251b8de4e4a146703758dbc498a0ff02) @@ -1,11 +1,21 @@ /* - * Minecraft Dev for IntelliJ + * Minecraft Development for IntelliJ * - * https://minecraftdev.org + * https://mcdev.io/ * - * Copyright (c) 2023 minecraft-dev + * Copyright (C) 2023 minecraft-dev * - * MIT License + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published + * by the Free Software Foundation, version 3.0 only. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see . */ package com.demonwav.mcdev.platform.mixin.reference Index: src/main/kotlin/platform/mixin/util/LocalVariables.kt =================================================================== --- src/main/kotlin/platform/mixin/util/LocalVariables.kt (revision 8e770ec93738d707a540a80fec6aab738543d135) +++ src/main/kotlin/platform/mixin/util/LocalVariables.kt (revision dc5f24b9251b8de4e4a146703758dbc498a0ff02) @@ -1,11 +1,21 @@ /* - * Minecraft Dev for IntelliJ + * Minecraft Development for IntelliJ * - * https://minecraftdev.org + * https://mcdev.io/ * - * Copyright (c) 2023 minecraft-dev + * Copyright (C) 2023 minecraft-dev * - * MIT License + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published + * by the Free Software Foundation, version 3.0 only. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see . */ /* Index: src/main/kotlin/platform/sponge/inspection/SpongeInjectionInspection.kt =================================================================== --- src/main/kotlin/platform/sponge/inspection/SpongeInjectionInspection.kt (revision 8e770ec93738d707a540a80fec6aab738543d135) +++ src/main/kotlin/platform/sponge/inspection/SpongeInjectionInspection.kt (revision dc5f24b9251b8de4e4a146703758dbc498a0ff02) @@ -1,11 +1,21 @@ /* - * Minecraft Dev for IntelliJ + * Minecraft Development for IntelliJ * - * https://minecraftdev.org + * https://mcdev.io/ * - * Copyright (c) 2023 minecraft-dev + * Copyright (C) 2023 minecraft-dev * - * MIT License + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published + * by the Free Software Foundation, version 3.0 only. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see . */ package com.demonwav.mcdev.platform.sponge.inspection Index: src/main/kotlin/platform/sponge/reference/SpongeReferenceContributor.kt =================================================================== --- src/main/kotlin/platform/sponge/reference/SpongeReferenceContributor.kt (revision 8e770ec93738d707a540a80fec6aab738543d135) +++ src/main/kotlin/platform/sponge/reference/SpongeReferenceContributor.kt (revision dc5f24b9251b8de4e4a146703758dbc498a0ff02) @@ -1,11 +1,21 @@ /* - * Minecraft Dev for IntelliJ + * Minecraft Development for IntelliJ * - * https://minecraftdev.org + * https://mcdev.io/ * - * Copyright (c) 2023 minecraft-dev + * Copyright (C) 2023 minecraft-dev * - * MIT License + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published + * by the Free Software Foundation, version 3.0 only. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see . */ package com.demonwav.mcdev.platform.sponge.reference Index: src/main/kotlin/platform/velocity/creator/gradle-steps.kt =================================================================== --- src/main/kotlin/platform/velocity/creator/gradle-steps.kt (revision 8e770ec93738d707a540a80fec6aab738543d135) +++ src/main/kotlin/platform/velocity/creator/gradle-steps.kt (revision dc5f24b9251b8de4e4a146703758dbc498a0ff02) @@ -1,11 +1,21 @@ /* - * Minecraft Dev for IntelliJ + * Minecraft Development for IntelliJ * - * https://minecraftdev.org + * https://mcdev.io/ * - * Copyright (c) 2023 minecraft-dev + * Copyright (C) 2023 minecraft-dev * - * MIT License + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published + * by the Free Software Foundation, version 3.0 only. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see . */ package com.demonwav.mcdev.platform.velocity.creator Index: src/main/kotlin/util/bytecode-utils.kt =================================================================== --- src/main/kotlin/util/bytecode-utils.kt (revision 8e770ec93738d707a540a80fec6aab738543d135) +++ src/main/kotlin/util/bytecode-utils.kt (revision dc5f24b9251b8de4e4a146703758dbc498a0ff02) @@ -1,11 +1,21 @@ /* - * Minecraft Dev for IntelliJ + * Minecraft Development for IntelliJ * - * https://minecraftdev.org + * https://mcdev.io/ * - * Copyright (c) 2023 minecraft-dev + * Copyright (C) 2023 minecraft-dev * - * MIT License + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published + * by the Free Software Foundation, version 3.0 only. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see . */ package com.demonwav.mcdev.util Index: src/main/kotlin/util/code-gen.kt =================================================================== --- src/main/kotlin/util/code-gen.kt (revision 8e770ec93738d707a540a80fec6aab738543d135) +++ src/main/kotlin/util/code-gen.kt (revision dc5f24b9251b8de4e4a146703758dbc498a0ff02) @@ -1,11 +1,21 @@ /* - * Minecraft Dev for IntelliJ + * Minecraft Development for IntelliJ * - * https://minecraftdev.org + * https://mcdev.io/ * - * Copyright (c) 2023 minecraft-dev + * Copyright (C) 2023 minecraft-dev * - * MIT License + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published + * by the Free Software Foundation, version 3.0 only. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see . */ package com.demonwav.mcdev.util Index: src/main/kotlin/util/utils.kt =================================================================== --- src/main/kotlin/util/utils.kt (revision 8e770ec93738d707a540a80fec6aab738543d135) +++ src/main/kotlin/util/utils.kt (revision dc5f24b9251b8de4e4a146703758dbc498a0ff02) @@ -1,11 +1,21 @@ /* - * Minecraft Dev for IntelliJ + * Minecraft Development for IntelliJ * - * https://minecraftdev.org + * https://mcdev.io/ * - * Copyright (c) 2023 minecraft-dev + * Copyright (C) 2023 minecraft-dev * - * MIT License + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published + * by the Free Software Foundation, version 3.0 only. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see . */ package com.demonwav.mcdev.util