User: rednesto Date: 23 May 23 14:02 Revision: 9a5adacd527b506f0cc0bace8c4dd1ade892234c Summary: Merge branch '2022.2' into 2022.3 TeamCity URL: https://ci.mcdev.io/viewModification.html?tab=vcsModificationFiles&modId=8509&personal=false Index: build.gradle.kts =================================================================== --- build.gradle.kts (revision 32336d3f5a512c725849366c4cc68b0cf9595fd1) +++ build.gradle.kts (revision 9a5adacd527b506f0cc0bace8c4dd1ade892234c) @@ -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 32336d3f5a512c725849366c4cc68b0cf9595fd1) +++ gradle.properties (revision 9a5adacd527b506f0cc0bace8c4dd1ade892234c) @@ -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 = 2022.3 ideaVersionName = 2022.3 -coreVersion = 1.6.4 +coreVersion = 1.6.5 downloadIdeaSources = true pluginTomlVersion = 223.7571.59 Index: src/main/kotlin/errorreporter/AnonymousFeedback.kt =================================================================== --- src/main/kotlin/errorreporter/AnonymousFeedback.kt (revision 32336d3f5a512c725849366c4cc68b0cf9595fd1) +++ src/main/kotlin/errorreporter/AnonymousFeedback.kt (revision 9a5adacd527b506f0cc0bace8c4dd1ade892234c) @@ -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.errorreporter Index: src/main/kotlin/inspection/WrongEntityDataParameterClassInspection.kt =================================================================== --- src/main/kotlin/inspection/WrongEntityDataParameterClassInspection.kt (revision 32336d3f5a512c725849366c4cc68b0cf9595fd1) +++ src/main/kotlin/inspection/WrongEntityDataParameterClassInspection.kt (revision 9a5adacd527b506f0cc0bace8c4dd1ade892234c) @@ -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.inspection Index: src/main/kotlin/platform/architectury/creator/ui-steps.kt =================================================================== --- src/main/kotlin/platform/architectury/creator/ui-steps.kt (revision 32336d3f5a512c725849366c4cc68b0cf9595fd1) +++ src/main/kotlin/platform/architectury/creator/ui-steps.kt (revision 9a5adacd527b506f0cc0bace8c4dd1ade892234c) @@ -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.architectury.creator Index: src/main/kotlin/platform/fabric/creator/ui-steps.kt =================================================================== --- src/main/kotlin/platform/fabric/creator/ui-steps.kt (revision 32336d3f5a512c725849366c4cc68b0cf9595fd1) +++ src/main/kotlin/platform/fabric/creator/ui-steps.kt (revision 9a5adacd527b506f0cc0bace8c4dd1ade892234c) @@ -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.fabric.creator Index: src/main/kotlin/platform/forge/inspections/sideonly/VariableUseSideOnlyInspection.kt =================================================================== --- src/main/kotlin/platform/forge/inspections/sideonly/VariableUseSideOnlyInspection.kt (revision 32336d3f5a512c725849366c4cc68b0cf9595fd1) +++ src/main/kotlin/platform/forge/inspections/sideonly/VariableUseSideOnlyInspection.kt (revision 9a5adacd527b506f0cc0bace8c4dd1ade892234c) @@ -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.forge.inspections.sideonly Index: src/main/kotlin/platform/mixin/inspection/UnusedMixinInspection.kt =================================================================== --- src/main/kotlin/platform/mixin/inspection/UnusedMixinInspection.kt (revision 32336d3f5a512c725849366c4cc68b0cf9595fd1) +++ src/main/kotlin/platform/mixin/inspection/UnusedMixinInspection.kt (revision 9a5adacd527b506f0cc0bace8c4dd1ade892234c) @@ -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 Index: src/main/kotlin/platform/mixin/util/AsmUtil.kt =================================================================== --- src/main/kotlin/platform/mixin/util/AsmUtil.kt (revision 32336d3f5a512c725849366c4cc68b0cf9595fd1) +++ src/main/kotlin/platform/mixin/util/AsmUtil.kt (revision 9a5adacd527b506f0cc0bace8c4dd1ade892234c) @@ -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.util Index: src/main/kotlin/platform/mixin/util/LocalVariables.kt =================================================================== --- src/main/kotlin/platform/mixin/util/LocalVariables.kt (revision 32336d3f5a512c725849366c4cc68b0cf9595fd1) +++ src/main/kotlin/platform/mixin/util/LocalVariables.kt (revision 9a5adacd527b506f0cc0bace8c4dd1ade892234c) @@ -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/util/utils.kt =================================================================== --- src/main/kotlin/util/utils.kt (revision 32336d3f5a512c725849366c4cc68b0cf9595fd1) +++ src/main/kotlin/util/utils.kt (revision 9a5adacd527b506f0cc0bace8c4dd1ade892234c) @@ -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