Skip to content

Commit

Permalink
Update licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
Technici4n committed Nov 1, 2023
1 parent 3bd5ce9 commit fc9e266
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 5 deletions.
4 changes: 2 additions & 2 deletions LICENSE-header.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Copyright (c) Forge Development LLC and contributors
SPDX-License-Identifier: LGPL-2.1-only
Copyright (c) NeoForged and contributors
SPDX-License-Identifier: LGPL-2.1-only
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'com.github.ben-manes.versions' version '0.39.0'
id 'org.javamodularity.moduleplugin' version '1.8.7'
id 'org.cadixdev.licenser' version '0.6.0'
id 'net.neoforged.licenser' version '0.7.2' apply false
id 'net.neoforged.gradleutils' version '[2.0.18,3)'
}

Expand All @@ -17,7 +17,7 @@ allprojects {

apply plugin: 'com.github.ben-manes.versions'
apply plugin: 'org.javamodularity.moduleplugin'
apply plugin: 'org.cadixdev.licenser'
apply plugin: 'net.neoforged.licenser'
apply plugin: 'net.neoforged.gradleutils'

group = 'net.neoforged.fancymodloader'
Expand Down Expand Up @@ -84,6 +84,7 @@ subprojects { subProject ->

license {
header = rootProject.file('LICENSE-header.txt')
skipExistingHeaders true

include 'net/neoforged/'
}
Expand Down Expand Up @@ -117,4 +118,4 @@ subprojects { subProject ->
changelog {
fromTag "1.0"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright (c) NeoForged and contributors
* SPDX-License-Identifier: LGPL-2.1-only
*/

package net.neoforged.fml.loading.mixin;

import org.spongepowered.asm.launch.GlobalProperties;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright (c) NeoForged and contributors
* SPDX-License-Identifier: LGPL-2.1-only
*/

package net.neoforged.fml.loading.mixin;

import org.spongepowered.asm.launch.platform.container.IContainerHandle;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright (c) NeoForged and contributors
* SPDX-License-Identifier: LGPL-2.1-only
*/

package net.neoforged.fml.loading.mixin;

import org.spongepowered.asm.launch.platform.MixinPlatformAgentAbstract;
Expand Down

0 comments on commit fc9e266

Please sign in to comment.