Skip to content

Commit

Permalink
use commit hash and move copyright notice to the top of file
Browse files Browse the repository at this point in the history
  • Loading branch information
Mari023 committed May 13, 2024
1 parent 84480a4 commit 1444b3e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package de.mari_023.ae2wtlib.datagen;
/*
Copied from Modern Industrialisation (https://github.com/AztechMC/Modern-Industrialization/blob/1.20.x/src/client/java/aztech/modern_industrialization/textures/MITextures.java) and adapted for ae2wtlib
* Copied from Modern Industrialisation (https://github.com/AztechMC/Modern-Industrialization/blob/d537c128c9af90699ff55942da8b6da159222c80/src/client/java/aztech/modern_industrialization/textures/MITextures.java) and adapted for ae2wtlib
*/

/*
Expand All @@ -26,6 +25,7 @@ Copied from Modern Industrialisation (https://github.com/AztechMC/Modern-Industr
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
package de.mari_023.ae2wtlib.datagen;

import java.io.IOException;
import java.util.ArrayList;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package de.mari_023.ae2wtlib.datagen;

/*
Copied from Modern Industrialisation (https://github.com/AztechMC/Modern-Industrialization/blob/1.20.x/src/main/java/aztech/modern_industrialization/resource/FastPathPackResources.java) and adapted for ae2wtlib
* Copied from Modern Industrialisation (https://github.com/AztechMC/Modern-Industrialization/blob/d537c128c9af90699ff55942da8b6da159222c80/src/main/java/aztech/modern_industrialization/resource/FastPathPackResources.java) and adapted for ae2wtlib
*/
/*
* MIT License
Expand All @@ -26,6 +24,8 @@ Copied from Modern Industrialisation (https://github.com/AztechMC/Modern-Industr
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
package de.mari_023.ae2wtlib.datagen;

import java.io.File;
import java.io.InputStream;
import java.nio.file.FileSystem;
Expand Down
6 changes: 3 additions & 3 deletions src/main/java/de/mari_023/ae2wtlib/datagen/IORunnable.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package de.mari_023.ae2wtlib.datagen;

/*
Copied from Modern Industrialisation (https://github.com/AztechMC/Modern-Industrialization/blob/1.20.x/src/client/java/aztech/modern_industrialization/textures/IORunnable.java) and adapted for ae2wtlib
* Copied from Modern Industrialisation (https://github.com/AztechMC/Modern-Industrialization/blob/d537c128c9af90699ff55942da8b6da159222c80/src/client/java/aztech/modern_industrialization/textures/IORunnable.java) and adapted for ae2wtlib
*/
/*
* MIT License
Expand All @@ -26,6 +24,8 @@ Copied from Modern Industrialisation (https://github.com/AztechMC/Modern-Industr
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
package de.mari_023.ae2wtlib.datagen;

import java.io.IOException;

@FunctionalInterface
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package de.mari_023.ae2wtlib.datagen;

/*
Copied from Modern Industrialisation (https://github.com/AztechMC/Modern-Industrialization/blob/1.20.x/src/client/java/aztech/modern_industrialization/datagen/texture/TexturesProvider.java) and adapted for ae2wtlib
* Copied from Modern Industrialisation (https://github.com/AztechMC/Modern-Industrialization/blob/d537c128c9af90699ff55942da8b6da159222c80/src/client/java/aztech/modern_industrialization/datagen/texture/TexturesProvider.java) and adapted for ae2wtlib
*/
/*
* MIT License
Expand All @@ -26,6 +24,8 @@ Copied from Modern Industrialisation (https://github.com/AztechMC/Modern-Industr
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
package de.mari_023.ae2wtlib.datagen;

import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
Expand Down

0 comments on commit 1444b3e

Please sign in to comment.