User: kyle wood
Date: 01 Feb 26 23:24
Revision: 32950afb883d745e358a9914ceab18b551ed968a
Summary:
Add missing license headers
TeamCity URL: http://ci.mcdev.io:80/viewModification.html?tab=vcsModificationFiles&modId=10405&personal=false
Index: src/main/kotlin/creator/custom/finalizers/AddGradleRunConfigFinalizer.kt
===================================================================
--- src/main/kotlin/creator/custom/finalizers/AddGradleRunConfigFinalizer.kt (revision eeeb98daa0d11163fcd9a2bff25127242e263305)
+++ src/main/kotlin/creator/custom/finalizers/AddGradleRunConfigFinalizer.kt (revision 32950afb883d745e358a9914ceab18b551ed968a)
@@ -1,3 +1,23 @@
+/*
+ * Minecraft Development for IntelliJ
+ *
+ * https://mcdev.io/
+ *
+ * Copyright (C) 2025 minecraft-dev
+ *
+ * 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.custom.finalizers
import com.intellij.execution.RunManager
Index: src/main/kotlin/creator/custom/finalizers/AddMavenRunConfigFinalizer.kt
===================================================================
--- src/main/kotlin/creator/custom/finalizers/AddMavenRunConfigFinalizer.kt (revision eeeb98daa0d11163fcd9a2bff25127242e263305)
+++ src/main/kotlin/creator/custom/finalizers/AddMavenRunConfigFinalizer.kt (revision 32950afb883d745e358a9914ceab18b551ed968a)
@@ -1,3 +1,23 @@
+/*
+ * Minecraft Development for IntelliJ
+ *
+ * https://mcdev.io/
+ *
+ * Copyright (C) 2025 minecraft-dev
+ *
+ * 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.custom.finalizers
import com.intellij.execution.RunManager
Index: src/main/kotlin/creator/custom/finalizers/AddRunConfigFinalizer.kt
===================================================================
--- src/main/kotlin/creator/custom/finalizers/AddRunConfigFinalizer.kt (revision eeeb98daa0d11163fcd9a2bff25127242e263305)
+++ src/main/kotlin/creator/custom/finalizers/AddRunConfigFinalizer.kt (revision 32950afb883d745e358a9914ceab18b551ed968a)
@@ -1,3 +1,23 @@
+/*
+ * Minecraft Development for IntelliJ
+ *
+ * https://mcdev.io/
+ *
+ * Copyright (C) 2025 minecraft-dev
+ *
+ * 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.custom.finalizers
import com.demonwav.mcdev.creator.custom.TemplateValidationReporter