Apply license headers

This commit is contained in:
2023-11-04 01:18:00 +02:00
parent 4531d8c1f8
commit 6128d47b0f
7 changed files with 63 additions and 0 deletions

View File

@@ -1,3 +1,12 @@
/*
* This file is part of ModFusioner, licensed under the GNU Lesser General Public License v2.1.
*
* This project is based on, and contains code from https://github.com/PacifistMC/Forgix, licensed under the same license.
* See their license here: https://github.com/PacifistMC/Forgix/blob/main/LICENSE
*
* Copyright HypherionSA and Contributors
* Forgix Code Copyright by their contributors and Ran-Mewo
*/
package com.hypherionmc.modfusioner;
import java.nio.file.attribute.PosixFilePermission;

View File

@@ -1,3 +1,12 @@
/*
* This file is part of ModFusioner, licensed under the GNU Lesser General Public License v2.1.
*
* This project is based on, and contains code from https://github.com/PacifistMC/Forgix, licensed under the same license.
* See their license here: https://github.com/PacifistMC/Forgix/blob/main/LICENSE
*
* Copyright HypherionSA and Contributors
* Forgix Code Copyright by their contributors and Ran-Mewo
*/
package com.hypherionmc.modfusioner.actions;
import com.hypherionmc.modfusioner.Constants;

View File

@@ -1,3 +1,12 @@
/*
* This file is part of ModFusioner, licensed under the GNU Lesser General Public License v2.1.
*
* This project is based on, and contains code from https://github.com/PacifistMC/Forgix, licensed under the same license.
* See their license here: https://github.com/PacifistMC/Forgix/blob/main/LICENSE
*
* Copyright HypherionSA and Contributors
* Forgix Code Copyright by their contributors and Ran-Mewo
*/
package com.hypherionmc.modfusioner.plugin;
import groovy.lang.Closure;

View File

@@ -1,3 +1,12 @@
/*
* This file is part of ModFusioner, licensed under the GNU Lesser General Public License v2.1.
*
* This project is based on, and contains code from https://github.com/PacifistMC/Forgix, licensed under the same license.
* See their license here: https://github.com/PacifistMC/Forgix/blob/main/LICENSE
*
* Copyright HypherionSA and Contributors
* Forgix Code Copyright by their contributors and Ran-Mewo
*/
package com.hypherionmc.modfusioner.plugin;
import com.hypherionmc.modfusioner.Constants;

View File

@@ -1,3 +1,12 @@
/*
* This file is part of ModFusioner, licensed under the GNU Lesser General Public License v2.1.
*
* This project is based on, and contains code from https://github.com/PacifistMC/Forgix, licensed under the same license.
* See their license here: https://github.com/PacifistMC/Forgix/blob/main/LICENSE
*
* Copyright HypherionSA and Contributors
* Forgix Code Copyright by their contributors and Ran-Mewo
*/
package com.hypherionmc.modfusioner.task;
import com.hypherionmc.modfusioner.Constants;

View File

@@ -1,3 +1,12 @@
/*
* This file is part of ModFusioner, licensed under the GNU Lesser General Public License v2.1.
*
* This project is based on, and contains code from https://github.com/PacifistMC/Forgix, licensed under the same license.
* See their license here: https://github.com/PacifistMC/Forgix/blob/main/LICENSE
*
* Copyright HypherionSA and Contributors
* Forgix Code Copyright by their contributors and Ran-Mewo
*/
package com.hypherionmc.modfusioner.utils;
import org.apache.tika.Tika;

View File

@@ -1,3 +1,12 @@
/*
* This file is part of ModFusioner, licensed under the GNU Lesser General Public License v2.1.
*
* This project is based on, and contains code from https://github.com/PacifistMC/Forgix, licensed under the same license.
* See their license here: https://github.com/PacifistMC/Forgix/blob/main/LICENSE
*
* Copyright HypherionSA and Contributors
* Forgix Code Copyright by their contributors and Ran-Mewo
*/
package com.hypherionmc.modfusioner.utils;
import org.apache.commons.io.FileUtils;