Skip to content

Commit 1444b3e

Browse files
committed
use commit hash and move copyright notice to the top of file
1 parent 84480a4 commit 1444b3e

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

src/main/java/de/mari_023/ae2wtlib/datagen/AE2wtlibTextures.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
package de.mari_023.ae2wtlib.datagen;
21
/*
3-
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
2+
* 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
43
*/
54

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

3030
import java.io.IOException;
3131
import java.util.ArrayList;

src/main/java/de/mari_023/ae2wtlib/datagen/FastPathPackResources.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
package de.mari_023.ae2wtlib.datagen;
2-
31
/*
4-
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
2+
* 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
53
*/
64
/*
75
* MIT License
@@ -26,6 +24,8 @@ Copied from Modern Industrialisation (https://github.com/AztechMC/Modern-Industr
2624
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2725
* SOFTWARE.
2826
*/
27+
package de.mari_023.ae2wtlib.datagen;
28+
2929
import java.io.File;
3030
import java.io.InputStream;
3131
import java.nio.file.FileSystem;

src/main/java/de/mari_023/ae2wtlib/datagen/IORunnable.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
package de.mari_023.ae2wtlib.datagen;
2-
31
/*
4-
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
2+
* 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
53
*/
64
/*
75
* MIT License
@@ -26,6 +24,8 @@ Copied from Modern Industrialisation (https://github.com/AztechMC/Modern-Industr
2624
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2725
* SOFTWARE.
2826
*/
27+
package de.mari_023.ae2wtlib.datagen;
28+
2929
import java.io.IOException;
3030

3131
@FunctionalInterface

src/main/java/de/mari_023/ae2wtlib/datagen/TexturesProvider.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
package de.mari_023.ae2wtlib.datagen;
2-
31
/*
4-
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
2+
* 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
53
*/
64
/*
75
* MIT License
@@ -26,6 +24,8 @@ Copied from Modern Industrialisation (https://github.com/AztechMC/Modern-Industr
2624
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2725
* SOFTWARE.
2826
*/
27+
package de.mari_023.ae2wtlib.datagen;
28+
2929
import java.io.IOException;
3030
import java.util.ArrayList;
3131
import java.util.List;

0 commit comments

Comments
 (0)