diff --git a/source/client/achievements.qc b/source/client/achievements.qc index c84b74a..2f18389 100644 --- a/source/client/achievements.qc +++ b/source/client/achievements.qc @@ -3,7 +3,7 @@ main achievement code - Copyright (C) 2021 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/client/chat.qc b/source/client/chat.qc index e5961e4..c0f609c 100644 --- a/source/client/chat.qc +++ b/source/client/chat.qc @@ -3,7 +3,7 @@ Chat interception and custom drawing, based on Nuclide. - Copyright (C) 2021-2023 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/client/defs/custom.qc b/source/client/defs/custom.qc index c70bbfa..2d92ff5 100644 --- a/source/client/defs/custom.qc +++ b/source/client/defs/custom.qc @@ -4,7 +4,7 @@ Various globals that are used in this FTEQW example are defined here, they are not used by the engine itself. - Copyright (C) 2021 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/client/hud.qc b/source/client/hud.qc index 1e4f201..e509f1c 100644 --- a/source/client/hud.qc +++ b/source/client/hud.qc @@ -3,7 +3,7 @@ HUD Drawing Code - Copyright (C) 2021-2022 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/client/main.qc b/source/client/main.qc index deda7f2..0403010 100644 --- a/source/client/main.qc +++ b/source/client/main.qc @@ -3,7 +3,7 @@ main csqc code - Copyright (C) 2021-2023 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/client/menu.qc b/source/client/menu.qc index 60a4642..f94576d 100644 --- a/source/client/menu.qc +++ b/source/client/menu.qc @@ -3,7 +3,7 @@ menu stuff (very ugly) - Copyright (C) 2021-2022 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/client/user_input.qc b/source/client/user_input.qc index 88eeb8a..4e28341 100644 --- a/source/client/user_input.qc +++ b/source/client/user_input.qc @@ -3,7 +3,7 @@ User Input scheme for menus. - Copyright (C) 2021-2023 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/server/ai/ai_core.qc b/source/server/ai/ai_core.qc index 36859b8..ba624f3 100644 --- a/source/server/ai/ai_core.qc +++ b/source/server/ai/ai_core.qc @@ -3,7 +3,7 @@ ai stuff - Copyright (C) 2021-2022 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/server/ai/crawler_core.qc b/source/server/ai/crawler_core.qc index b377950..6db6436 100644 --- a/source/server/ai/crawler_core.qc +++ b/source/server/ai/crawler_core.qc @@ -3,7 +3,7 @@ Crawler AI Type - Copyright (C) 2021-2023 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/server/ai/dog_core.qc b/source/server/ai/dog_core.qc index e614988..d0a636c 100644 --- a/source/server/ai/dog_core.qc +++ b/source/server/ai/dog_core.qc @@ -3,7 +3,7 @@ dog things - Copyright (C) 2021 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/server/ai/fte/waypoints_core.qc b/source/server/ai/fte/waypoints_core.qc index 97d2bc2..4840b86 100644 --- a/source/server/ai/fte/waypoints_core.qc +++ b/source/server/ai/fte/waypoints_core.qc @@ -3,7 +3,7 @@ FTE waypointing - Copyright (C) 2021-2023 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/server/ai/pathfind_code.qc b/source/server/ai/pathfind_code.qc index 3a16b81..b124351 100644 --- a/source/server/ai/pathfind_code.qc +++ b/source/server/ai/pathfind_code.qc @@ -3,7 +3,7 @@ generic waypoint pathfinding - Copyright (C) 2021 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/server/ai/standard/waypoints_core.qc b/source/server/ai/standard/waypoints_core.qc index 6824f5b..4248187 100644 --- a/source/server/ai/standard/waypoints_core.qc +++ b/source/server/ai/standard/waypoints_core.qc @@ -3,7 +3,7 @@ non-pc waypoint impulsing - Copyright (C) 2021 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/server/ai/standard/waypoints_func.qc b/source/server/ai/standard/waypoints_func.qc index c9fb19b..b04a3de 100644 --- a/source/server/ai/standard/waypoints_func.qc +++ b/source/server/ai/standard/waypoints_func.qc @@ -3,7 +3,7 @@ non-pc waypointing - Copyright (C) 2021 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/server/ai/zombie_core.qc b/source/server/ai/zombie_core.qc index 8217a16..530a337 100644 --- a/source/server/ai/zombie_core.qc +++ b/source/server/ai/zombie_core.qc @@ -3,7 +3,7 @@ zombie things - Copyright (C) 2021-2023 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/server/clientfuncs.qc b/source/server/clientfuncs.qc index 6ad4e74..d655bef 100644 --- a/source/server/clientfuncs.qc +++ b/source/server/clientfuncs.qc @@ -3,7 +3,7 @@ Used to communicate between server and client - Copyright (C) 2021-2022 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/server/damage.qc b/source/server/damage.qc index 3bab830..d8dc2bc 100644 --- a/source/server/damage.qc +++ b/source/server/damage.qc @@ -4,7 +4,7 @@ used for any sort of down, hit, etc that the player or entity experiences - Copyright (C) 2021-2023 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/server/defs/custom.qc b/source/server/defs/custom.qc index fa2ab34..ed09908 100644 --- a/source/server/defs/custom.qc +++ b/source/server/defs/custom.qc @@ -3,7 +3,7 @@ put custom server-only globals and fields here - Copyright (C) 2021-2023 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/server/dummies.qc b/source/server/dummies.qc index f5e5de1..d959a8c 100644 --- a/source/server/dummies.qc +++ b/source/server/dummies.qc @@ -3,7 +3,7 @@ generic (all platform) dummys - Copyright (C) 2021 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/server/entities/doors.qc b/source/server/entities/doors.qc index 12d8c7b..9bca965 100644 --- a/source/server/entities/doors.qc +++ b/source/server/entities/doors.qc @@ -12,7 +12,7 @@ Door.enemy chains from the master door through all doors linked in the chain. - Copyright (C) 2021 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/server/entities/explosive_barrel.qc b/source/server/entities/explosive_barrel.qc index b8afd84..303152f 100644 --- a/source/server/entities/explosive_barrel.qc +++ b/source/server/entities/explosive_barrel.qc @@ -3,7 +3,7 @@ Explosive Barrel entity + logic - Copyright (C) 2021-2022 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/server/entities/func.qc b/source/server/entities/func.qc index 62f168d..62b0297 100644 --- a/source/server/entities/func.qc +++ b/source/server/entities/func.qc @@ -3,7 +3,7 @@ Source file for func_* map entities. - Copyright (C) 2021-2023 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/server/entities/lights.qc b/source/server/entities/lights.qc index 5d78c3a..3b583c7 100644 --- a/source/server/entities/lights.qc +++ b/source/server/entities/lights.qc @@ -3,7 +3,7 @@ Spawns and handles Quake's lights and torches - Copyright (C) 2021-2022 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/server/entities/machines.qc b/source/server/entities/machines.qc index ec08e35..6982e50 100644 --- a/source/server/entities/machines.qc +++ b/source/server/entities/machines.qc @@ -3,7 +3,7 @@ perks, power - Copyright (C) 2021-2023 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/server/entities/map_entities.qc b/source/server/entities/map_entities.qc index bf98e8d..84ae27b 100644 --- a/source/server/entities/map_entities.qc +++ b/source/server/entities/map_entities.qc @@ -3,7 +3,7 @@ misc map entity spawn and logic - Copyright (C) 2021-2022 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/server/entities/mystery_box.qc b/source/server/entities/mystery_box.qc index 72553db..86cb7a3 100644 --- a/source/server/entities/mystery_box.qc +++ b/source/server/entities/mystery_box.qc @@ -3,7 +3,7 @@ Mystery Box Entity Logic - Copyright (C) 2021-2023 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/server/entities/pack_a_punch.qc b/source/server/entities/pack_a_punch.qc index a2d4c55..634cece 100644 --- a/source/server/entities/pack_a_punch.qc +++ b/source/server/entities/pack_a_punch.qc @@ -3,7 +3,7 @@ Pack-A-Punch Entity Logic - Copyright (C) 2021-2023 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/server/entities/powerups.qc b/source/server/entities/powerups.qc index baee7ac..f69cf41 100644 --- a/source/server/entities/powerups.qc +++ b/source/server/entities/powerups.qc @@ -3,7 +3,7 @@ Power-Up Spawn and Use Logic - Copyright (C) 2021-2022 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/server/entities/sounds.qc b/source/server/entities/sounds.qc index d3f57f9..873928c 100644 --- a/source/server/entities/sounds.qc +++ b/source/server/entities/sounds.qc @@ -3,7 +3,7 @@ Sound Entities for Maps - Copyright (C) 2021 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/server/entities/spawn_points.qc b/source/server/entities/spawn_points.qc index 1114ed6..daeabf5 100644 --- a/source/server/entities/spawn_points.qc +++ b/source/server/entities/spawn_points.qc @@ -3,7 +3,7 @@ Code for Player Spawn points. - Copyright (C) 2021-2023 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/server/entities/sub_functions.qc b/source/server/entities/sub_functions.qc index cb0f51f..e04f350 100644 --- a/source/server/entities/sub_functions.qc +++ b/source/server/entities/sub_functions.qc @@ -3,7 +3,7 @@ entity/server utility subroutines - Copyright (C) 2021 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/server/entities/teleporter.qc b/source/server/entities/teleporter.qc index 15c2d35..c149055 100644 --- a/source/server/entities/teleporter.qc +++ b/source/server/entities/teleporter.qc @@ -3,7 +3,7 @@ all logic for teleporters of every form. - Copyright (C) 2021-2022 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/server/entities/traps.qc b/source/server/entities/traps.qc index 8ceed1d..8d47bb2 100644 --- a/source/server/entities/traps.qc +++ b/source/server/entities/traps.qc @@ -3,7 +3,7 @@ logic and entities pertaining to in-game traps - Copyright (C) 2021-2022 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/server/entities/triggers.qc b/source/server/entities/triggers.qc index 941cd97..8e84af3 100644 --- a/source/server/entities/triggers.qc +++ b/source/server/entities/triggers.qc @@ -3,7 +3,7 @@ Misc. Trigger functions - Copyright (C) 2021 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/server/entities/wall_weapon.qc b/source/server/entities/wall_weapon.qc index b1dafb2..03edde0 100644 --- a/source/server/entities/wall_weapon.qc +++ b/source/server/entities/wall_weapon.qc @@ -4,7 +4,7 @@ Contains both weapon_wall (Chalk Prop) and buy_weapon (Buy Trigger) functionality for purchasing Weapons off the Wall. - Copyright (C) 2021-2023 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/server/entities/window.qc b/source/server/entities/window.qc index 03ac92b..85e54fa 100644 --- a/source/server/entities/window.qc +++ b/source/server/entities/window.qc @@ -3,7 +3,7 @@ Barricades - Copyright (C) 2021-2023 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/server/main.qc b/source/server/main.qc index 8417825..7418c1b 100644 --- a/source/server/main.qc +++ b/source/server/main.qc @@ -4,7 +4,7 @@ mostly functions that will be called from the engine and are expected to exist - Copyright (C) 2021-2022 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/server/non_fte_specifics.qc b/source/server/non_fte_specifics.qc index f6e2774..7bae4f0 100644 --- a/source/server/non_fte_specifics.qc +++ b/source/server/non_fte_specifics.qc @@ -3,7 +3,7 @@ Some of the misc. non-FTE QC functions. - Copyright (C) 2021-2022 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/server/player.qc b/source/server/player.qc index ac87a70..0ca5a67 100644 --- a/source/server/player.qc +++ b/source/server/player.qc @@ -5,7 +5,7 @@ like PlayerPreThink and PlayerPostThink, also client specific stuff like PutClientInServer etc. - Copyright (C) 2021-2022 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/server/rounds.qc b/source/server/rounds.qc index 15be6f7..8f0fd62 100644 --- a/source/server/rounds.qc +++ b/source/server/rounds.qc @@ -3,7 +3,7 @@ wave logic - Copyright (C) 2021-2022 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/server/utilities/command_parser.qc b/source/server/utilities/command_parser.qc index 26639fe..d70a40f 100644 --- a/source/server/utilities/command_parser.qc +++ b/source/server/utilities/command_parser.qc @@ -5,7 +5,7 @@ commands, and a table storing command information. Modeled after pr_cmds. - Copyright (C) 2021-2023 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/server/utilities/game_restart.qc b/source/server/utilities/game_restart.qc index e89123e..af7ee0c 100644 --- a/source/server/utilities/game_restart.qc +++ b/source/server/utilities/game_restart.qc @@ -4,7 +4,7 @@ A utility for re-starting the game without going through the server unload procedure. - Copyright (C) 2021-2023 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/server/utilities/map_compatibility.qc b/source/server/utilities/map_compatibility.qc index 4232cc0..4934da0 100644 --- a/source/server/utilities/map_compatibility.qc +++ b/source/server/utilities/map_compatibility.qc @@ -4,7 +4,7 @@ Converts entities and other gameplay functions from earlier versions of NZ:P to work here. - Copyright (C) 2021-2023 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/server/utilities/weapon_utilities.qc b/source/server/utilities/weapon_utilities.qc index 146e472..734498b 100644 --- a/source/server/utilities/weapon_utilities.qc +++ b/source/server/utilities/weapon_utilities.qc @@ -4,7 +4,7 @@ Contains some wrapped or easy access functions to streamline weapon behaviors a bit. - Copyright (C) 2021-2023 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/server/weapons/bouncing_betty.qc b/source/server/weapons/bouncing_betty.qc index d631a8f..b4175e9 100644 --- a/source/server/weapons/bouncing_betty.qc +++ b/source/server/weapons/bouncing_betty.qc @@ -3,7 +3,7 @@ Core logic for the "Bouncing Betty" grenade. - Copyright (C) 2021-2023 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/server/weapons/flamethrower.qc b/source/server/weapons/flamethrower.qc index c5c7277..dbaf5db 100644 --- a/source/server/weapons/flamethrower.qc +++ b/source/server/weapons/flamethrower.qc @@ -4,7 +4,7 @@ Core logic for the Ray Gun special weapon. Modified from Unofficial Patch implementation. - Copyright (C) 2021-2023 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/server/weapons/frames_core.qc b/source/server/weapons/frames_core.qc index 26d2eff..ae5b2b9 100644 --- a/source/server/weapons/frames_core.qc +++ b/source/server/weapons/frames_core.qc @@ -3,7 +3,7 @@ advanced viewmodel frame iteration - Copyright (C) 2021 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/server/weapons/grenade_launcher.qc b/source/server/weapons/grenade_launcher.qc index cf6f672..6f278b2 100644 --- a/source/server/weapons/grenade_launcher.qc +++ b/source/server/weapons/grenade_launcher.qc @@ -4,7 +4,7 @@ Core logic for the Ray Gun special weapon. Modified from Unofficial Patch implementation. - Copyright (C) 2021-2023 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/server/weapons/ray_gun.qc b/source/server/weapons/ray_gun.qc index 5e4b089..c63afe6 100644 --- a/source/server/weapons/ray_gun.qc +++ b/source/server/weapons/ray_gun.qc @@ -4,7 +4,7 @@ Core logic for the Ray Gun special weapon. Modified from Unofficial Patch implementation. - Copyright (C) 2021-2022 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/server/weapons/rocket_launcher.qc b/source/server/weapons/rocket_launcher.qc index d0bf513..37def66 100644 --- a/source/server/weapons/rocket_launcher.qc +++ b/source/server/weapons/rocket_launcher.qc @@ -3,7 +3,7 @@ Core logic for Rocket Launcher/Missile weapons. - Copyright (C) 2021-2023 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/server/weapons/tesla.qc b/source/server/weapons/tesla.qc index e265e99..ae20138 100644 --- a/source/server/weapons/tesla.qc +++ b/source/server/weapons/tesla.qc @@ -3,7 +3,7 @@ Core logic for the Wunderwaffe special weapon. - Copyright (C) 2021-2023 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/server/weapons/weapon_core.qc b/source/server/weapons/weapon_core.qc index 039e3fa..4592d78 100644 --- a/source/server/weapons/weapon_core.qc +++ b/source/server/weapons/weapon_core.qc @@ -3,7 +3,7 @@ weapon logic - Copyright (C) 2021-2022 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/shared/defs/custom.qc b/source/shared/defs/custom.qc index e125aaf..7cc77e3 100644 --- a/source/shared/defs/custom.qc +++ b/source/shared/defs/custom.qc @@ -3,7 +3,7 @@ shared definitions - Copyright (C) 2021 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/shared/sound_enhanced.qc b/source/shared/sound_enhanced.qc index a06c7fb..d951b67 100644 --- a/source/shared/sound_enhanced.qc +++ b/source/shared/sound_enhanced.qc @@ -4,7 +4,7 @@ mainly serves as a QC middleground for sound to adjust volume per channel. - Copyright (C) 2021 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/source/shared/weapon_defines.qc b/source/shared/weapon_defines.qc index 90ee823..0771c3e 100644 --- a/source/shared/weapon_defines.qc +++ b/source/shared/weapon_defines.qc @@ -3,7 +3,7 @@ all weapon stats are stored here - Copyright (C) 2021-2023 NZ:P Team + Copyright (C) 2021-2024 NZ:P Team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License