summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt1
-rw-r--r--cmake/CompileShaders.cmake1
-rw-r--r--cmake/EmbedFile.cmake1
-rw-r--r--cmake/mingw-toolchain.cmake1
-rw-r--r--em/tuxanci2.css1
-rw-r--r--em/tuxanci2.html1
-rw-r--r--include/audio.h1
-rw-r--r--include/camera.h1
-rw-r--r--include/color.h1
-rw-r--r--include/events.h1
-rw-r--r--include/exit_key.h1
-rw-r--r--include/files.h1
-rw-r--r--include/forever.h1
-rw-r--r--include/gpu.h1
-rw-r--r--include/keyboard.h1
-rw-r--r--include/main.h1
-rw-r--r--include/model.h1
-rw-r--r--include/mouse.h1
-rw-r--r--include/scale.h1
-rw-r--r--include/screen.h1
-rw-r--r--include/screens/main_menu.h1
-rw-r--r--include/ta_al.h1
-rw-r--r--include/ta_alc.h1
-rw-r--r--include/ta_math.h1
-rw-r--r--include/ta_openmpt.h1
-rw-r--r--include/ta_sdl.h1
-rw-r--r--include/ta_sdl_ttf.h1
-rw-r--r--include/teapot.h1
-rw-r--r--include/teapot_data.h1
-rw-r--r--include/text.h1
-rw-r--r--include/version.h.in1
-rw-r--r--include/window.h1
-rwxr-xr-xscripts/webserver.py1
-rw-r--r--shaders/obj.frag.slang1
-rw-r--r--shaders/obj.vert.slang1
-rw-r--r--shaders/text.frag.slang1
-rw-r--r--shaders/text.vert.slang1
-rw-r--r--src/audio.c1
-rw-r--r--src/camera.c1
-rw-r--r--src/color.c1
-rw-r--r--src/events.c1
-rw-r--r--src/exit_key.c1
-rw-r--r--src/forever.c1
-rw-r--r--src/gpu.c1
-rw-r--r--src/keyboard.c1
-rw-r--r--src/main.c1
-rw-r--r--src/model.c1
-rw-r--r--src/mouse.c1
-rw-r--r--src/scale.c1
-rw-r--r--src/screen.c1
-rw-r--r--src/screens/main_menu.c1
-rw-r--r--src/ta_al.c1
-rw-r--r--src/ta_alc.c1
-rw-r--r--src/ta_math.c1
-rw-r--r--src/ta_openmpt.c1
-rw-r--r--src/ta_sdl.c1
-rw-r--r--src/ta_sdl_ttf.c1
-rw-r--r--src/teapot.c1
-rw-r--r--src/teapot_data.c1
-rw-r--r--src/text.c1
-rw-r--r--src/window.c1
61 files changed, 0 insertions, 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 @@
<!--
-- 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/include/audio.h b/include/audio.h
index 59867c5..1e29956 100644
--- a/include/audio.h
+++ b/include/audio.h
@@ -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/include/camera.h b/include/camera.h
index cdf1e7e..9bb0d38 100644
--- a/include/camera.h
+++ b/include/camera.h
@@ -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/include/color.h b/include/color.h
index e5c69d6..04b78a1 100644
--- a/include/color.h
+++ b/include/color.h
@@ -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/include/events.h b/include/events.h
index 68267fd..dbe5c18 100644
--- a/include/events.h
+++ b/include/events.h
@@ -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/include/exit_key.h b/include/exit_key.h
index bd05645..a4f8b5d 100644
--- a/include/exit_key.h
+++ b/include/exit_key.h
@@ -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/include/files.h b/include/files.h
index 2f982d1..153b78f 100644
--- a/include/files.h
+++ b/include/files.h
@@ -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/include/forever.h b/include/forever.h
index a1a4336..06064fe 100644
--- a/include/forever.h
+++ b/include/forever.h
@@ -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/include/gpu.h b/include/gpu.h
index 873c2d5..ceba781 100644
--- a/include/gpu.h
+++ b/include/gpu.h
@@ -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/include/keyboard.h b/include/keyboard.h
index b47d4a3..55fc008 100644
--- a/include/keyboard.h
+++ b/include/keyboard.h
@@ -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/include/main.h b/include/main.h
index 007f84c..37a23db 100644
--- a/include/main.h
+++ b/include/main.h
@@ -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/include/model.h b/include/model.h
index 01aa288..52849d2 100644
--- a/include/model.h
+++ b/include/model.h
@@ -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/include/mouse.h b/include/mouse.h
index 016f48a..86dc028 100644
--- a/include/mouse.h
+++ b/include/mouse.h
@@ -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/include/scale.h b/include/scale.h
index 8173760..6fa983a 100644
--- a/include/scale.h
+++ b/include/scale.h
@@ -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/include/screen.h b/include/screen.h
index 0f6d9ba..dffbf95 100644
--- a/include/screen.h
+++ b/include/screen.h
@@ -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/include/screens/main_menu.h b/include/screens/main_menu.h
index 93eb8c6..a49e8b0 100644
--- a/include/screens/main_menu.h
+++ b/include/screens/main_menu.h
@@ -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/include/ta_al.h b/include/ta_al.h
index 59c32cc..4b6b47e 100644
--- a/include/ta_al.h
+++ b/include/ta_al.h
@@ -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/include/ta_alc.h b/include/ta_alc.h
index 42b0a6b..ffb4fb3 100644
--- a/include/ta_alc.h
+++ b/include/ta_alc.h
@@ -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/include/ta_math.h b/include/ta_math.h
index 37d4ca9..4852fc2 100644
--- a/include/ta_math.h
+++ b/include/ta_math.h
@@ -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/include/ta_openmpt.h b/include/ta_openmpt.h
index f92e1e9..820ebf5 100644
--- a/include/ta_openmpt.h
+++ b/include/ta_openmpt.h
@@ -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/include/ta_sdl.h b/include/ta_sdl.h
index 8ac9b21..36602ab 100644
--- a/include/ta_sdl.h
+++ b/include/ta_sdl.h
@@ -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/include/ta_sdl_ttf.h b/include/ta_sdl_ttf.h
index f3b6a8d..bacd126 100644
--- a/include/ta_sdl_ttf.h
+++ b/include/ta_sdl_ttf.h
@@ -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/include/teapot.h b/include/teapot.h
index b19bd20..99be7a6 100644
--- a/include/teapot.h
+++ b/include/teapot.h
@@ -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/include/teapot_data.h b/include/teapot_data.h
index dfa4130..4e2c26b 100644
--- a/include/teapot_data.h
+++ b/include/teapot_data.h
@@ -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/include/text.h b/include/text.h
index 2f4d559..9d8b699 100644
--- a/include/text.h
+++ b/include/text.h
@@ -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/include/version.h.in b/include/version.h.in
index f590cc1..05060b8 100644
--- a/include/version.h.in
+++ b/include/version.h.in
@@ -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/include/window.h b/include/window.h
index f249e93..b75ebb0 100644
--- a/include/window.h
+++ b/include/window.h
@@ -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/scripts/webserver.py b/scripts/webserver.py
index b00ccff..1848362 100755
--- a/scripts/webserver.py
+++ b/scripts/webserver.py
@@ -1,7 +1,6 @@
#!/usr/bin/env python3
# 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/shaders/obj.frag.slang b/shaders/obj.frag.slang
index 6f6661c..30832fb 100644
--- a/shaders/obj.frag.slang
+++ b/shaders/obj.frag.slang
@@ -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/shaders/obj.vert.slang b/shaders/obj.vert.slang
index 1884b97..8ab3cc6 100644
--- a/shaders/obj.vert.slang
+++ b/shaders/obj.vert.slang
@@ -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/shaders/text.frag.slang b/shaders/text.frag.slang
index f5eaf0c..763a975 100644
--- a/shaders/text.frag.slang
+++ b/shaders/text.frag.slang
@@ -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/shaders/text.vert.slang b/shaders/text.vert.slang
index 867cb67..d0cafe6 100644
--- a/shaders/text.vert.slang
+++ b/shaders/text.vert.slang
@@ -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/src/audio.c b/src/audio.c
index 0f8a337..499fd04 100644
--- a/src/audio.c
+++ b/src/audio.c
@@ -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/src/camera.c b/src/camera.c
index 2699841..2d3c468 100644
--- a/src/camera.c
+++ b/src/camera.c
@@ -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/src/color.c b/src/color.c
index de05866..c4d3897 100644
--- a/src/color.c
+++ b/src/color.c
@@ -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/src/events.c b/src/events.c
index f107733..dce4a62 100644
--- a/src/events.c
+++ b/src/events.c
@@ -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/src/exit_key.c b/src/exit_key.c
index 263934b..b6d6202 100644
--- a/src/exit_key.c
+++ b/src/exit_key.c
@@ -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/src/forever.c b/src/forever.c
index a8e0351..3cc0d7d 100644
--- a/src/forever.c
+++ b/src/forever.c
@@ -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/src/gpu.c b/src/gpu.c
index 2d2a74b..4cba190 100644
--- a/src/gpu.c
+++ b/src/gpu.c
@@ -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/src/keyboard.c b/src/keyboard.c
index b5f6a2c..4db6d90 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -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/src/main.c b/src/main.c
index 1b3d1fc..4edac13 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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/src/model.c b/src/model.c
index b8c0efe..15b3c97 100644
--- a/src/model.c
+++ b/src/model.c
@@ -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/src/mouse.c b/src/mouse.c
index dbe8396..a4c92bd 100644
--- a/src/mouse.c
+++ b/src/mouse.c
@@ -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/src/scale.c b/src/scale.c
index 4aeea28..38b171a 100644
--- a/src/scale.c
+++ b/src/scale.c
@@ -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/src/screen.c b/src/screen.c
index 3497e52..599e79e 100644
--- a/src/screen.c
+++ b/src/screen.c
@@ -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/src/screens/main_menu.c b/src/screens/main_menu.c
index 3fe8a0c..8ac0f43 100644
--- a/src/screens/main_menu.c
+++ b/src/screens/main_menu.c
@@ -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/src/ta_al.c b/src/ta_al.c
index 5d6076b..bc2b01f 100644
--- a/src/ta_al.c
+++ b/src/ta_al.c
@@ -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/src/ta_alc.c b/src/ta_alc.c
index a1dc06a..319dc21 100644
--- a/src/ta_alc.c
+++ b/src/ta_alc.c
@@ -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/src/ta_math.c b/src/ta_math.c
index 9d9e413..53375a5 100644
--- a/src/ta_math.c
+++ b/src/ta_math.c
@@ -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/src/ta_openmpt.c b/src/ta_openmpt.c
index 987f384..8b6528c 100644
--- a/src/ta_openmpt.c
+++ b/src/ta_openmpt.c
@@ -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/src/ta_sdl.c b/src/ta_sdl.c
index d1519df..491cea1 100644
--- a/src/ta_sdl.c
+++ b/src/ta_sdl.c
@@ -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/src/ta_sdl_ttf.c b/src/ta_sdl_ttf.c
index 4a37a4f..c53ab94 100644
--- a/src/ta_sdl_ttf.c
+++ b/src/ta_sdl_ttf.c
@@ -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/src/teapot.c b/src/teapot.c
index 329dfd9..c7973ef 100644
--- a/src/teapot.c
+++ b/src/teapot.c
@@ -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/src/teapot_data.c b/src/teapot_data.c
index 54d8d7d..2c80ec7 100644
--- a/src/teapot_data.c
+++ b/src/teapot_data.c
@@ -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/src/text.c b/src/text.c
index 6cff2b4..7b6941a 100644
--- a/src/text.c
+++ b/src/text.c
@@ -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/src/window.c b/src/window.c
index b03b0f9..dcc7b48 100644
--- a/src/window.c
+++ b/src/window.c
@@ -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