From dec1d54cd085c631b85e0bc50324eafdfbdd60ef Mon Sep 17 00:00:00 2001 From: Connor Thomson Date: Thu, 10 Sep 2026 19:47:28 -0700 Subject: Remove "Tuxánci Development Team" from GPL header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 1 - cmake/CompileShaders.cmake | 1 - cmake/EmbedFile.cmake | 1 - cmake/mingw-toolchain.cmake | 1 - em/tuxanci2.css | 1 - em/tuxanci2.html | 1 - include/audio.h | 1 - include/camera.h | 1 - include/color.h | 1 - include/events.h | 1 - include/exit_key.h | 1 - include/files.h | 1 - include/forever.h | 1 - include/gpu.h | 1 - include/keyboard.h | 1 - include/main.h | 1 - include/model.h | 1 - include/mouse.h | 1 - include/scale.h | 1 - include/screen.h | 1 - include/screens/main_menu.h | 1 - include/ta_al.h | 1 - include/ta_alc.h | 1 - include/ta_math.h | 1 - include/ta_openmpt.h | 1 - include/ta_sdl.h | 1 - include/ta_sdl_ttf.h | 1 - include/teapot.h | 1 - include/teapot_data.h | 1 - include/text.h | 1 - include/version.h.in | 1 - include/window.h | 1 - scripts/webserver.py | 1 - shaders/obj.frag.slang | 1 - shaders/obj.vert.slang | 1 - shaders/text.frag.slang | 1 - shaders/text.vert.slang | 1 - src/audio.c | 1 - src/camera.c | 1 - src/color.c | 1 - src/events.c | 1 - src/exit_key.c | 1 - src/forever.c | 1 - src/gpu.c | 1 - src/keyboard.c | 1 - src/main.c | 1 - src/model.c | 1 - src/mouse.c | 1 - src/scale.c | 1 - src/screen.c | 1 - src/screens/main_menu.c | 1 - src/ta_al.c | 1 - src/ta_alc.c | 1 - src/ta_math.c | 1 - src/ta_openmpt.c | 1 - src/ta_sdl.c | 1 - src/ta_sdl_ttf.c | 1 - src/teapot.c | 1 - src/teapot_data.c | 1 - src/text.c | 1 - src/window.c | 1 - 61 files changed, 61 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b65b80b..c207319 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,4 @@ # Tuxanci 2 - A first person shooter -# Copyright (C) 2007-2011 Tuxánci Development Team # Copyright (C) 2025-2026 Connor Thomson # # This program is free software: you can redistribute it and/or modify diff --git a/cmake/CompileShaders.cmake b/cmake/CompileShaders.cmake index 75ee602..f1d3f60 100644 --- a/cmake/CompileShaders.cmake +++ b/cmake/CompileShaders.cmake @@ -1,5 +1,4 @@ # Tuxanci 2 - A first person shooter -# Copyright (C) 2007-2011 Tuxánci Development Team # Copyright (C) 2025-2026 Connor Thomson # # This program is free software: you can redistribute it and/or modify diff --git a/cmake/EmbedFile.cmake b/cmake/EmbedFile.cmake index 19e5dbe..3da3dd1 100644 --- a/cmake/EmbedFile.cmake +++ b/cmake/EmbedFile.cmake @@ -1,5 +1,4 @@ # Tuxanci 2 - A first person shooter -# Copyright (C) 2007-2011 Tuxánci Development Team # Copyright (C) 2025-2026 Connor Thomson # # This program is free software: you can redistribute it and/or modify diff --git a/cmake/mingw-toolchain.cmake b/cmake/mingw-toolchain.cmake index 7847e9b..d746dee 100644 --- a/cmake/mingw-toolchain.cmake +++ b/cmake/mingw-toolchain.cmake @@ -1,5 +1,4 @@ # Tuxanci 2 - A first person shooter -# Copyright (C) 2007-2011 Tuxánci Development Team # Copyright (C) 2025-2026 Connor Thomson # # This program is free software: you can redistribute it and/or modify diff --git a/em/tuxanci2.css b/em/tuxanci2.css index 978c5c4..9a5f727 100644 --- a/em/tuxanci2.css +++ b/em/tuxanci2.css @@ -1,6 +1,5 @@ /* * Tuxánci 2 - A first person shooter - * Copyright (C) 2007-2011 Tuxánci Development Team * Copyright (C) 2025-2026 Connor Thomson * * This program is free software: you can redistribute it and/or modify diff --git a/em/tuxanci2.html b/em/tuxanci2.html index ca777e9..52e5fe2 100644 --- a/em/tuxanci2.html +++ b/em/tuxanci2.html @@ -1,6 +1,5 @@