Apply license headers
This commit is contained in:
@@ -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;
|
package com.hypherionmc.modfusioner;
|
||||||
|
|
||||||
import java.nio.file.attribute.PosixFilePermission;
|
import java.nio.file.attribute.PosixFilePermission;
|
||||||
|
@@ -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;
|
package com.hypherionmc.modfusioner.actions;
|
||||||
|
|
||||||
import com.hypherionmc.modfusioner.Constants;
|
import com.hypherionmc.modfusioner.Constants;
|
||||||
|
@@ -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;
|
package com.hypherionmc.modfusioner.plugin;
|
||||||
|
|
||||||
import groovy.lang.Closure;
|
import groovy.lang.Closure;
|
||||||
|
@@ -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;
|
package com.hypherionmc.modfusioner.plugin;
|
||||||
|
|
||||||
import com.hypherionmc.modfusioner.Constants;
|
import com.hypherionmc.modfusioner.Constants;
|
||||||
|
@@ -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;
|
package com.hypherionmc.modfusioner.task;
|
||||||
|
|
||||||
import com.hypherionmc.modfusioner.Constants;
|
import com.hypherionmc.modfusioner.Constants;
|
||||||
|
@@ -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;
|
package com.hypherionmc.modfusioner.utils;
|
||||||
|
|
||||||
import org.apache.tika.Tika;
|
import org.apache.tika.Tika;
|
||||||
|
@@ -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;
|
package com.hypherionmc.modfusioner.utils;
|
||||||
|
|
||||||
import org.apache.commons.io.FileUtils;
|
import org.apache.commons.io.FileUtils;
|
||||||
|
Reference in New Issue
Block a user