summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorConnor Thomson <blumatrikz@gmail.com>2026-09-10 19:47:28 -0700
committerConnor Thomson <blumatrikz@gmail.com>2026-09-10 19:47:28 -0700
commitdec1d54cd085c631b85e0bc50324eafdfbdd60ef (patch)
treec0b586da58fa98bc0f4648bebb0521b65b43c304 /src
parentc822b2e7064496caf029d60822e53ed1a3129850 (diff)
Remove "Tuxánci Development Team" from GPL headermob
Diffstat (limited to 'src')
-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
24 files changed, 0 insertions, 24 deletions
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