diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7c95812 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +/.gradle +/.idea +/shelf/ +/workspace.xml +local.properties diff --git a/ltw/src/main/tinywrapper/basevertex.c b/ltw/src/main/tinywrapper/basevertex.c index afdaad8..bfff4ae 100644 --- a/ltw/src/main/tinywrapper/basevertex.c +++ b/ltw/src/main/tinywrapper/basevertex.c @@ -1,6 +1,7 @@ /** * Created by: artDev - * Copyright (c) 2025 artDev, SerpentSpirale, PojavLauncherTeam, Digital Genesis LLC. All rights reserved. + * Copyright (c) 2025 artDev, SerpentSpirale, PojavLauncherTeam, Digital Genesis LLC. + * For use under LGPL-3.0 */ #include #include "proc.h" diff --git a/ltw/src/main/tinywrapper/basevertex.h b/ltw/src/main/tinywrapper/basevertex.h index d249bd8..7703644 100644 --- a/ltw/src/main/tinywrapper/basevertex.h +++ b/ltw/src/main/tinywrapper/basevertex.h @@ -1,6 +1,7 @@ /** * Created by: artDev - * Copyright (c) 2025 artDev, SerpentSpirale, PojavLauncherTeam, Digital Genesis LLC. All rights reserved. + * Copyright (c) 2025 artDev, SerpentSpirale, PojavLauncherTeam, Digital Genesis LLC. + * For use under LGPL-3.0 */ #ifndef GL4ES_WRAPPER_BASEVERTEX_H diff --git a/ltw/src/main/tinywrapper/egl.c b/ltw/src/main/tinywrapper/egl.c index f09fdd8..9264023 100644 --- a/ltw/src/main/tinywrapper/egl.c +++ b/ltw/src/main/tinywrapper/egl.c @@ -1,6 +1,7 @@ /** * Created by: artDev - * Copyright (c) 2025 artDev, SerpentSpirale, PojavLauncherTeam, Digital Genesis LLC. All rights reserved. + * Copyright (c) 2025 artDev, SerpentSpirale, PojavLauncherTeam, Digital Genesis LLC. + * For use under LGPL-3.0 */ #include "egl.h" #include "unordered_map/int_hash.h" diff --git a/ltw/src/main/tinywrapper/egl.h b/ltw/src/main/tinywrapper/egl.h index 99eaeb8..b10dac7 100644 --- a/ltw/src/main/tinywrapper/egl.h +++ b/ltw/src/main/tinywrapper/egl.h @@ -1,6 +1,7 @@ /** * Created by: artDev - * Copyright (c) 2025 artDev, SerpentSpirale, PojavLauncherTeam, Digital Genesis LLC. All rights reserved. + * Copyright (c) 2025 artDev, SerpentSpirale, PojavLauncherTeam, Digital Genesis LLC. + * For use under LGPL-3.0 */ #ifndef POJAVLAUNCHER_EGL_H diff --git a/ltw/src/main/tinywrapper/es3_extended.h b/ltw/src/main/tinywrapper/es3_extended.h index a9b7de6..6068671 100644 --- a/ltw/src/main/tinywrapper/es3_extended.h +++ b/ltw/src/main/tinywrapper/es3_extended.h @@ -1,6 +1,7 @@ /** * Created by: artDev - * Copyright (c) 2025 artDev, SerpentSpirale, PojavLauncherTeam, Digital Genesis LLC. All rights reserved. + * Copyright (c) 2025 artDev, SerpentSpirale, PojavLauncherTeam, Digital Genesis LLC. + * For use under LGPL-3.0 */ // Added manually as needed diff --git a/ltw/src/main/tinywrapper/es3_functions.h b/ltw/src/main/tinywrapper/es3_functions.h index c919451..90fdf82 100644 --- a/ltw/src/main/tinywrapper/es3_functions.h +++ b/ltw/src/main/tinywrapper/es3_functions.h @@ -1,6 +1,7 @@ /** * Created by: artDev - * Copyright (c) 2025 artDev, SerpentSpirale, PojavLauncherTeam, Digital Genesis LLC. All rights reserved. + * Copyright (c) 2025 artDev, SerpentSpirale, PojavLauncherTeam, Digital Genesis LLC. + * For use under LGPL-3.0 */ /* diff --git a/ltw/src/main/tinywrapper/es3_overrides.h b/ltw/src/main/tinywrapper/es3_overrides.h index 441ada9..b89ec33 100644 --- a/ltw/src/main/tinywrapper/es3_overrides.h +++ b/ltw/src/main/tinywrapper/es3_overrides.h @@ -1,6 +1,7 @@ /** * Created by: artDev - * Copyright (c) 2025 artDev, SerpentSpirale, PojavLauncherTeam, Digital Genesis LLC. All rights reserved. + * Copyright (c) 2025 artDev, SerpentSpirale, PojavLauncherTeam, Digital Genesis LLC. + * For use under LGPL-3.0 */ void glClearDepth(double depth); void* glMapBuffer(GLenum target, GLenum access); diff --git a/ltw/src/main/tinywrapper/framebuffer.c b/ltw/src/main/tinywrapper/framebuffer.c index 863e32a..2222d30 100644 --- a/ltw/src/main/tinywrapper/framebuffer.c +++ b/ltw/src/main/tinywrapper/framebuffer.c @@ -1,6 +1,7 @@ /** * Created by: artDev - * Copyright (c) 2025 artDev, SerpentSpirale, PojavLauncherTeam, Digital Genesis LLC. All rights reserved. + * Copyright (c) 2025 artDev, SerpentSpirale, PojavLauncherTeam, Digital Genesis LLC. + * For use under LGPL-3.0 */ #include "proc.h" diff --git a/ltw/src/main/tinywrapper/glformats.c b/ltw/src/main/tinywrapper/glformats.c index 2489d28..05b292c 100644 --- a/ltw/src/main/tinywrapper/glformats.c +++ b/ltw/src/main/tinywrapper/glformats.c @@ -1,6 +1,7 @@ /** * Created by: artDev - * Copyright (c) 2025 artDev, SerpentSpirale, PojavLauncherTeam, Digital Genesis LLC. All rights reserved. + * Copyright (c) 2025 artDev, SerpentSpirale, PojavLauncherTeam, Digital Genesis LLC. + * For use under LGPL-3.0 */ #include diff --git a/ltw/src/main/tinywrapper/glformats.h b/ltw/src/main/tinywrapper/glformats.h index 687a901..d632f7d 100644 --- a/ltw/src/main/tinywrapper/glformats.h +++ b/ltw/src/main/tinywrapper/glformats.h @@ -1,6 +1,7 @@ /** * Created by: artDev - * Copyright (c) 2025 artDev, SerpentSpirale, PojavLauncherTeam, Digital Genesis LLC. All rights reserved. + * Copyright (c) 2025 artDev, SerpentSpirale, PojavLauncherTeam, Digital Genesis LLC. + * For use under LGPL-3.0 */ #ifndef POJAVLAUNCHER_GLFORMATS_H diff --git a/ltw/src/main/tinywrapper/libraryinternal.h b/ltw/src/main/tinywrapper/libraryinternal.h index 5dcd7c2..f562186 100644 --- a/ltw/src/main/tinywrapper/libraryinternal.h +++ b/ltw/src/main/tinywrapper/libraryinternal.h @@ -1,6 +1,7 @@ /** * Created by: artDev - * Copyright (c) 2025 artDev, SerpentSpirale, PojavLauncherTeam, Digital Genesis LLC. All rights reserved. + * Copyright (c) 2025 artDev, SerpentSpirale, PojavLauncherTeam, Digital Genesis LLC. + * For use under LGPL-3.0 */ #ifndef POJAVLAUNCHER_LIBRARYINTERNAL_H diff --git a/ltw/src/main/tinywrapper/license_notice.c b/ltw/src/main/tinywrapper/license_notice.c index 121c586..ee41632 100644 --- a/ltw/src/main/tinywrapper/license_notice.c +++ b/ltw/src/main/tinywrapper/license_notice.c @@ -1,8 +1,9 @@ /** * Created by: artDev - * Copyright (c) 2025 artDev, SerpentSpirale, PojavLauncherTeam, Digital Genesis LLC. All rights reserved. + * Copyright (c) 2025 artDev, SerpentSpirale, PojavLauncherTeam, Digital Genesis LLC. + * For use under LGPL-3.0 */ // Persistent notice that gets added into the final binary -const volatile char* LICENSE_NOTICE = "Copyright (c) 2025 artDev, SerpentSpirale, PojavLauncherTeam, Digital Genesis LLC. All rights reserved. " +const volatile char* LICENSE_NOTICE = "Copyright (c) 2025 artDev, SerpentSpirale, PojavLauncherTeam, Digital Genesis LLC. For use under LGPL-3.0. " "Build date: "__DATE__" "__TIME__; \ No newline at end of file diff --git a/ltw/src/main/tinywrapper/main.c b/ltw/src/main/tinywrapper/main.c index d92d0db..dba9389 100644 --- a/ltw/src/main/tinywrapper/main.c +++ b/ltw/src/main/tinywrapper/main.c @@ -1,6 +1,7 @@ /** * Created by: artDev, DuyKhanhTran - * Copyright (c) 2025 artDev, SerpentSpirale, PojavLauncherTeam, Digital Genesis LLC. All rights reserved. + * Copyright (c) 2025 artDev, SerpentSpirale, PojavLauncherTeam, Digital Genesis LLC. + * For use under LGPL-3.0 */ #include #include diff --git a/ltw/src/main/tinywrapper/main.h b/ltw/src/main/tinywrapper/main.h index 56ff62e..7447f10 100644 --- a/ltw/src/main/tinywrapper/main.h +++ b/ltw/src/main/tinywrapper/main.h @@ -1,6 +1,7 @@ /** * Created by: artDev - * Copyright (c) 2025 artDev, SerpentSpirale, PojavLauncherTeam, Digital Genesis LLC. All rights reserved. + * Copyright (c) 2025 artDev, SerpentSpirale, PojavLauncherTeam, Digital Genesis LLC. + * For use under LGPL-3.0 */ #ifndef POJAVLAUNCHER_MAIN_H diff --git a/ltw/src/main/tinywrapper/multidraw.c b/ltw/src/main/tinywrapper/multidraw.c index 774b344..c452cea 100644 --- a/ltw/src/main/tinywrapper/multidraw.c +++ b/ltw/src/main/tinywrapper/multidraw.c @@ -1,6 +1,7 @@ /** * Created by: artDev - * Copyright (c) 2025 artDev, SerpentSpirale, PojavLauncherTeam, Digital Genesis LLC. All rights reserved. + * Copyright (c) 2025 artDev, SerpentSpirale, PojavLauncherTeam, Digital Genesis LLC. + * For use under LGPL-3.0 */ #include diff --git a/ltw/src/main/tinywrapper/of_buffer_copier.c b/ltw/src/main/tinywrapper/of_buffer_copier.c index e69769b..73827bc 100644 --- a/ltw/src/main/tinywrapper/of_buffer_copier.c +++ b/ltw/src/main/tinywrapper/of_buffer_copier.c @@ -1,6 +1,7 @@ /** * Created by: artDev - * Copyright (c) 2025 artDev, SerpentSpirale, PojavLauncherTeam, Digital Genesis LLC. All rights reserved. + * Copyright (c) 2025 artDev, SerpentSpirale, PojavLauncherTeam, Digital Genesis LLC. + * For use under LGPL-3.0 */ #include "proc.h" #include "egl.h" diff --git a/ltw/src/main/tinywrapper/proc.c b/ltw/src/main/tinywrapper/proc.c index 7b3ea55..c3da9bb 100644 --- a/ltw/src/main/tinywrapper/proc.c +++ b/ltw/src/main/tinywrapper/proc.c @@ -1,6 +1,7 @@ /** * Created by: artDev - * Copyright (c) 2025 artDev, SerpentSpirale, PojavLauncherTeam, Digital Genesis LLC. All rights reserved. + * Copyright (c) 2025 artDev, SerpentSpirale, PojavLauncherTeam, Digital Genesis LLC. + * For use under LGPL-3.0 */ #include #include diff --git a/ltw/src/main/tinywrapper/proc.h b/ltw/src/main/tinywrapper/proc.h index d12a963..1c957c7 100644 --- a/ltw/src/main/tinywrapper/proc.h +++ b/ltw/src/main/tinywrapper/proc.h @@ -1,6 +1,7 @@ /** * Created by: artDev - * Copyright (c) 2025 artDev, SerpentSpirale, PojavLauncherTeam, Digital Genesis LLC. All rights reserved. + * Copyright (c) 2025 artDev, SerpentSpirale, PojavLauncherTeam, Digital Genesis LLC. + * For use under LGPL-3.0 */ #ifndef POJAVLAUNCHER_PROC_H diff --git a/ltw/src/main/tinywrapper/shader_wrapper.c b/ltw/src/main/tinywrapper/shader_wrapper.c index 23e37c9..d35afee 100644 --- a/ltw/src/main/tinywrapper/shader_wrapper.c +++ b/ltw/src/main/tinywrapper/shader_wrapper.c @@ -1,6 +1,7 @@ /** * Created by: artDev - * Copyright (c) 2025 artDev, SerpentSpirale, PojavLauncherTeam, Digital Genesis LLC. All rights reserved. + * Copyright (c) 2025 artDev, SerpentSpirale, PojavLauncherTeam, Digital Genesis LLC. + * For use under LGPL-3.0 */ #include "unordered_map/unordered_map.h" diff --git a/ltw/src/main/tinywrapper/stubs.c b/ltw/src/main/tinywrapper/stubs.c index 2254683..112457b 100644 --- a/ltw/src/main/tinywrapper/stubs.c +++ b/ltw/src/main/tinywrapper/stubs.c @@ -1,6 +1,7 @@ /** * Created by: artDev - * Copyright (c) 2025 artDev, SerpentSpirale, PojavLauncherTeam, Digital Genesis LLC. All rights reserved. + * Copyright (c) 2025 artDev, SerpentSpirale, PojavLauncherTeam, Digital Genesis LLC. + * For use under LGPL-3.0 */ //run: diff --git a/ltw/src/main/tinywrapper/swizzle.c b/ltw/src/main/tinywrapper/swizzle.c index e1b8486..c6f23e3 100644 --- a/ltw/src/main/tinywrapper/swizzle.c +++ b/ltw/src/main/tinywrapper/swizzle.c @@ -1,6 +1,7 @@ /** * Created by: artDev - * Copyright (c) 2025 artDev, SerpentSpirale, PojavLauncherTeam, Digital Genesis LLC. All rights reserved. + * Copyright (c) 2025 artDev, SerpentSpirale, PojavLauncherTeam, Digital Genesis LLC. + * For use under LGPL-3.0 */ #include "proc.h" diff --git a/ltw/src/main/tinywrapper/swizzle.h b/ltw/src/main/tinywrapper/swizzle.h index 78279bc..f5bc398 100644 --- a/ltw/src/main/tinywrapper/swizzle.h +++ b/ltw/src/main/tinywrapper/swizzle.h @@ -1,6 +1,7 @@ /** * Created by: artDev - * Copyright (c) 2025 artDev, SerpentSpirale, PojavLauncherTeam, Digital Genesis LLC. All rights reserved. + * Copyright (c) 2025 artDev, SerpentSpirale, PojavLauncherTeam, Digital Genesis LLC. + * For use under LGPL-3.0 */ #ifndef GL4ES_WRAPPER_SWIZZLE_H diff --git a/ltw/src/main/tinywrapper/unordered_map/int_hash.c b/ltw/src/main/tinywrapper/unordered_map/int_hash.c index 7240479..0c8c37d 100644 --- a/ltw/src/main/tinywrapper/unordered_map/int_hash.c +++ b/ltw/src/main/tinywrapper/unordered_map/int_hash.c @@ -1,6 +1,7 @@ /** * Created by: artDev - * Copyright (c) 2025 artDev, SerpentSpirale, PojavLauncherTeam, Digital Genesis LLC. All rights reserved. + * Copyright (c) 2025 artDev, SerpentSpirale, PojavLauncherTeam, Digital Genesis LLC. + * For use under LGPL-3.0 */ #include "int_hash.h" #include "../libraryinternal.h" diff --git a/ltw/src/main/tinywrapper/unordered_map/int_hash.h b/ltw/src/main/tinywrapper/unordered_map/int_hash.h index c129ed1..1f3a149 100644 --- a/ltw/src/main/tinywrapper/unordered_map/int_hash.h +++ b/ltw/src/main/tinywrapper/unordered_map/int_hash.h @@ -1,6 +1,7 @@ /** * Created by: artDev - * Copyright (c) 2025 artDev, SerpentSpirale, PojavLauncherTeam, Digital Genesis LLC. All rights reserved. + * Copyright (c) 2025 artDev, SerpentSpirale, PojavLauncherTeam, Digital Genesis LLC. + * For use under LGPL-3.0 */ #ifndef POJAVLAUNCHER_INT_HASH_H diff --git a/ltw/src/main/tinywrapper/vertexattrib.c b/ltw/src/main/tinywrapper/vertexattrib.c index 276cc78..d6d45b0 100644 --- a/ltw/src/main/tinywrapper/vertexattrib.c +++ b/ltw/src/main/tinywrapper/vertexattrib.c @@ -1,6 +1,7 @@ /** * Created by: artDev - * Copyright (c) 2025 artDev, SerpentSpirale, PojavLauncherTeam, Digital Genesis LLC. All rights reserved. + * Copyright (c) 2025 artDev, SerpentSpirale, PojavLauncherTeam, Digital Genesis LLC. + * For use under LGPL-3.0 */ #include diff --git a/ltw/src/main/tinywrapper/vgpu_shaderconv/shaderconv.c b/ltw/src/main/tinywrapper/vgpu_shaderconv/shaderconv.c index 30146cf..d03d794 100644 --- a/ltw/src/main/tinywrapper/vgpu_shaderconv/shaderconv.c +++ b/ltw/src/main/tinywrapper/vgpu_shaderconv/shaderconv.c @@ -1,6 +1,7 @@ /** * Created by: SerpentSpirale - * Copyright (c) 2025 SerpentSpirale, artDev, PojavLauncherTeam, Digital Genesis LLC. All rights reserved. + * Copyright (c) 2025 SerpentSpirale, artDev, PojavLauncherTeam, Digital Genesis LLC. + * For use under LGPL-3.0 */ #include #include diff --git a/ltw/src/main/tinywrapper/vgpu_shaderconv/shaderconv.h b/ltw/src/main/tinywrapper/vgpu_shaderconv/shaderconv.h index 43ec6f6..63ac342 100644 --- a/ltw/src/main/tinywrapper/vgpu_shaderconv/shaderconv.h +++ b/ltw/src/main/tinywrapper/vgpu_shaderconv/shaderconv.h @@ -1,6 +1,7 @@ /** * Created by: SerpentSpirale - * Copyright (c) 2025 SerpentSpirale, artDev, PojavLauncherTeam, Digital Genesis LLC. All rights reserved. + * Copyright (c) 2025 SerpentSpirale, artDev, PojavLauncherTeam, Digital Genesis LLC. + * For use under LGPL-3.0 */ #ifndef UNTITLED_SHADERCONV_H