User: rednesto Date: 23 May 23 14:18 Revision: c1b832a2185b7c138dbba1c4b4b37d81c1e6094f Summary: Merge branch '2023.1' into 2023.2 TeamCity URL: https://ci.mcdev.io/viewModification.html?tab=vcsModificationFiles&modId=8513&personal=false Index: gradle.properties =================================================================== --- gradle.properties (revision 3837d2cdb5e5c08e07e22ee6239b7c6df775803c) +++ gradle.properties (revision c1b832a2185b7c138dbba1c4b4b37d81c1e6094f) @@ -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 = 232-EAP-SNAPSHOT ideaVersionName = 2023.2 -coreVersion = 1.6.4 +coreVersion = 1.6.5 downloadIdeaSources = true pluginTomlVersion = 232.5150.113 Index: src/main/kotlin/insight/ColorLineMarkerProvider.kt =================================================================== --- src/main/kotlin/insight/ColorLineMarkerProvider.kt (revision 3837d2cdb5e5c08e07e22ee6239b7c6df775803c) +++ src/main/kotlin/insight/ColorLineMarkerProvider.kt (revision c1b832a2185b7c138dbba1c4b4b37d81c1e6094f) @@ -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.insight