From dedc13e178837629c72efb303e14b9682ccc70d5 Mon Sep 17 00:00:00 2001 From: Marco Hladik Date: Sun, 13 Mar 2022 16:56:32 -0700 Subject: [PATCH] Update copyright information --- src/client/entities.qc | 2 +- src/client/init.qc | 2 +- src/client/vgui_chooseteam.qc | 2 +- src/server/defs.h | 2 +- src/server/gamerules.h | 2 +- src/server/gamerules.qc | 2 +- src/server/info_player_teamspawn.qc | 2 +- src/server/info_tfgoal.qc | 2 +- src/server/item_tfgoal.qc | 2 +- src/server/progs.src | 1 + src/server/server.qc | 2 +- src/server/spawn.qc | 2 +- src/shared/items.h | 2 +- src/shared/player.qc | 8 +------- src/shared/w_asscan.qc | 2 +- src/shared/w_autorifle.qc | 2 +- src/shared/w_crowbar.qc | 2 +- src/shared/w_dbs.qc | 2 +- src/shared/w_flamer.qc | 2 +- src/shared/w_glauncher.qc | 2 +- src/shared/w_grapple.qc | 2 +- src/shared/w_incendiary.qc | 2 +- src/shared/w_knife.qc | 2 +- src/shared/w_medkit.qc | 2 +- src/shared/w_nailgun.qc | 2 +- src/shared/w_pipebomb.qc | 2 +- src/shared/w_railgun.qc | 2 +- src/shared/w_rpg.qc | 2 +- src/shared/w_sbs.qc | 2 +- src/shared/w_sniper.qc | 2 +- src/shared/w_supernail.qc | 2 +- src/shared/w_tranquil.qc | 2 +- src/shared/w_umbrella.qc | 2 +- src/shared/w_wrench.qc | 2 +- src/shared/weapons.h | 2 +- src/shared/weapons.qc | 2 +- 36 files changed, 36 insertions(+), 41 deletions(-) diff --git a/src/client/entities.qc b/src/client/entities.qc index 1b647c6..6fdc5e4 100644 --- a/src/client/entities.qc +++ b/src/client/entities.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/client/init.qc b/src/client/init.qc index 695a547..27a24f7 100644 --- a/src/client/init.qc +++ b/src/client/init.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/client/vgui_chooseteam.qc b/src/client/vgui_chooseteam.qc index a4298c9..26e6a86 100644 --- a/src/client/vgui_chooseteam.qc +++ b/src/client/vgui_chooseteam.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/server/defs.h b/src/server/defs.h index 08a9ec2..10056e1 100644 --- a/src/server/defs.h +++ b/src/server/defs.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/server/gamerules.h b/src/server/gamerules.h index f2f019a..d26b831 100644 --- a/src/server/gamerules.h +++ b/src/server/gamerules.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/server/gamerules.qc b/src/server/gamerules.qc index 2032d6c..2da9a1b 100644 --- a/src/server/gamerules.qc +++ b/src/server/gamerules.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/server/info_player_teamspawn.qc b/src/server/info_player_teamspawn.qc index 92acf17..c747df2 100644 --- a/src/server/info_player_teamspawn.qc +++ b/src/server/info_player_teamspawn.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/server/info_tfgoal.qc b/src/server/info_tfgoal.qc index 11d62f8..aaff2be 100644 --- a/src/server/info_tfgoal.qc +++ b/src/server/info_tfgoal.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/server/item_tfgoal.qc b/src/server/item_tfgoal.qc index 47fa560..1d31d24 100644 --- a/src/server/item_tfgoal.qc +++ b/src/server/item_tfgoal.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/server/progs.src b/src/server/progs.src index f93e254..5bb5ce3 100644 --- a/src/server/progs.src +++ b/src/server/progs.src @@ -11,6 +11,7 @@ ../../../src/shared/fteextensions.qc ../../../src/shared/defs.h ../../../src/server/defs.h +../../../src/botlib/botinfo.h ../../../src/gs-entbase/server.src ../../../src/gs-entbase/shared.src diff --git a/src/server/server.qc b/src/server/server.qc index 39dd0a6..1faa127 100644 --- a/src/server/server.qc +++ b/src/server/server.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/server/spawn.qc b/src/server/spawn.qc index 7543238..616a7b8 100644 --- a/src/server/spawn.qc +++ b/src/server/spawn.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/items.h b/src/shared/items.h index a97f19f..fd97e24 100644 --- a/src/shared/items.h +++ b/src/shared/items.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/player.qc b/src/shared/player.qc index 22fc96b..172cd4d 100644 --- a/src/shared/player.qc +++ b/src/shared/player.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021 Marco Hladik + * Copyright (c) 2016-2021 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -68,12 +68,6 @@ class player:base_player PREDICTED_INT(mode_tempstate); #ifdef CLIENT - /* External model */ - entity p_model; - int p_hand_bone; - int p_model_bone; - float lastweapon; - virtual void(void) draw; virtual float() predraw; virtual void(void) postdraw; diff --git a/src/shared/w_asscan.qc b/src/shared/w_asscan.qc index 77201c9..543992e 100644 --- a/src/shared/w_asscan.qc +++ b/src/shared/w_asscan.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/w_autorifle.qc b/src/shared/w_autorifle.qc index ba613ec..f556987 100644 --- a/src/shared/w_autorifle.qc +++ b/src/shared/w_autorifle.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/w_crowbar.qc b/src/shared/w_crowbar.qc index a53145a..02052f3 100644 --- a/src/shared/w_crowbar.qc +++ b/src/shared/w_crowbar.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021 Marco Hladik + * Copyright (c) 2016-2021 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/w_dbs.qc b/src/shared/w_dbs.qc index 82b60f5..5ab707a 100644 --- a/src/shared/w_dbs.qc +++ b/src/shared/w_dbs.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/w_flamer.qc b/src/shared/w_flamer.qc index a6b6912..c3b6b5d 100644 --- a/src/shared/w_flamer.qc +++ b/src/shared/w_flamer.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/w_glauncher.qc b/src/shared/w_glauncher.qc index 5b37fc7..8f188e1 100644 --- a/src/shared/w_glauncher.qc +++ b/src/shared/w_glauncher.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/w_grapple.qc b/src/shared/w_grapple.qc index 48f9e01..da460f1 100644 --- a/src/shared/w_grapple.qc +++ b/src/shared/w_grapple.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/w_incendiary.qc b/src/shared/w_incendiary.qc index 9beb122..327a973 100644 --- a/src/shared/w_incendiary.qc +++ b/src/shared/w_incendiary.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/w_knife.qc b/src/shared/w_knife.qc index b68cf21..2169698 100644 --- a/src/shared/w_knife.qc +++ b/src/shared/w_knife.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/w_medkit.qc b/src/shared/w_medkit.qc index 5774dfb..d848069 100644 --- a/src/shared/w_medkit.qc +++ b/src/shared/w_medkit.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/w_nailgun.qc b/src/shared/w_nailgun.qc index 8c22c2a..4e1ef76 100644 --- a/src/shared/w_nailgun.qc +++ b/src/shared/w_nailgun.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/w_pipebomb.qc b/src/shared/w_pipebomb.qc index 3908e60..05e5826 100644 --- a/src/shared/w_pipebomb.qc +++ b/src/shared/w_pipebomb.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/w_railgun.qc b/src/shared/w_railgun.qc index 9520439..a364bbd 100644 --- a/src/shared/w_railgun.qc +++ b/src/shared/w_railgun.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/w_rpg.qc b/src/shared/w_rpg.qc index 3efad87..4ddf1f6 100644 --- a/src/shared/w_rpg.qc +++ b/src/shared/w_rpg.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/w_sbs.qc b/src/shared/w_sbs.qc index c9fc6e5..7b599b5 100644 --- a/src/shared/w_sbs.qc +++ b/src/shared/w_sbs.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/w_sniper.qc b/src/shared/w_sniper.qc index 38263c1..aea73a0 100644 --- a/src/shared/w_sniper.qc +++ b/src/shared/w_sniper.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/w_supernail.qc b/src/shared/w_supernail.qc index a82f7e8..67d3012 100644 --- a/src/shared/w_supernail.qc +++ b/src/shared/w_supernail.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/w_tranquil.qc b/src/shared/w_tranquil.qc index a135947..63706fd 100644 --- a/src/shared/w_tranquil.qc +++ b/src/shared/w_tranquil.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/w_umbrella.qc b/src/shared/w_umbrella.qc index 3575ed0..e0e22dd 100644 --- a/src/shared/w_umbrella.qc +++ b/src/shared/w_umbrella.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/w_wrench.qc b/src/shared/w_wrench.qc index 99dad91..2447c43 100644 --- a/src/shared/w_wrench.qc +++ b/src/shared/w_wrench.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/weapons.h b/src/shared/weapons.h index 94312d3..b85dcf2 100644 --- a/src/shared/weapons.h +++ b/src/shared/weapons.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/weapons.qc b/src/shared/weapons.qc index 49530e5..f811475 100644 --- a/src/shared/weapons.qc +++ b/src/shared/weapons.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above