From 58b495650f7613cdebfe78fff9de2b99556f1998 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 7 Apr 2025 21:31:32 +0100 Subject: Remove years from copyright headers They're legally unnecessary as far as I know, and kind of annoying to maintain on a long-term basis. This was done with the consent of all 3 other contributors, in case anyone was wondering. --- LICENCE | 8 ++++---- dist/LICENCE.linux | 8 ++++---- dist/LICENCE.windows | 8 ++++---- src/abi.h | 2 +- src/ac.c | 4 ++-- src/ac.h | 2 +- src/accessor.h | 2 +- src/alias.c | 2 +- src/alias.h | 2 +- src/autojump.c | 2 +- src/bind.c | 2 +- src/bind.h | 2 +- src/bitbuf.h | 2 +- src/build/cmeta.c | 2 +- src/build/cmeta.h | 2 +- src/build/gluegen.c | 2 +- src/build/mkentprops.c | 2 +- src/build/mkgamedata.c | 2 +- src/chatrate.c | 2 +- src/chunklets/fastspin.c | 2 +- src/chunklets/fastspin.h | 2 +- src/chunklets/msg.c | 2 +- src/chunklets/msg.h | 2 +- src/clientcon.c | 2 +- src/clientcon.h | 2 +- src/con_.c | 2 +- src/con_.h | 2 +- src/dbg.c | 2 +- src/dbg.h | 2 +- src/democustom.c | 2 +- src/democustom.h | 2 +- src/demodefs.h | 2 +- src/demorec.c | 4 ++-- src/demorec.h | 4 ++-- src/dictmaptree.h | 2 +- src/engineapi.c | 6 +++--- src/engineapi.h | 2 +- src/ent.c | 2 +- src/ent.h | 2 +- src/errmsg.c | 2 +- src/errmsg.h | 2 +- src/event.h | 2 +- src/extmalloc.c | 2 +- src/extmalloc.h | 2 +- src/fastfwd.c | 8 ++++---- src/fastfwd.h | 2 +- src/feature.h | 2 +- src/fixes.c | 4 ++-- src/fixes.h | 2 +- src/fov.c | 4 ++-- src/gamedata.h | 2 +- src/gameinfo.c | 2 +- src/gameinfo.h | 2 +- src/gameserver.c | 2 +- src/gameserver.h | 2 +- src/gametype.h | 6 +++--- src/hexcolour.c | 2 +- src/hexcolour.h | 2 +- src/hook.c | 4 ++-- src/hook.h | 2 +- src/hud.c | 4 ++-- src/hud.h | 4 ++-- src/inputhud.c | 6 +++--- src/kvsys.c | 4 ++-- src/kvsys.h | 4 ++-- src/l4d1democompat.c | 6 +++--- src/l4daddon.c | 6 +++--- src/l4dmm.c | 4 ++-- src/l4dmm.h | 2 +- src/l4dreset.c | 6 +++--- src/l4dwarp.c | 4 ++-- src/mem.h | 2 +- src/nomute.c | 4 ++-- src/nosleep.c | 2 +- src/os.c | 2 +- src/os.h | 2 +- src/portalcolours.c | 2 +- src/ppmagic.h | 2 +- src/rinput.c | 2 +- src/sst.c | 2 +- src/sst.h | 2 +- src/trace.c | 4 ++-- src/trace.h | 2 +- src/vcall.h | 2 +- src/x86.c | 2 +- src/x86.h | 2 +- src/x86util.h | 2 +- src/xhair.c | 2 +- 88 files changed, 126 insertions(+), 126 deletions(-) diff --git a/LICENCE b/LICENCE index b3fc948..ebecc17 100644 --- a/LICENCE +++ b/LICENCE @@ -1,9 +1,9 @@ Except where otherwise noted, the following terms apply: ════════════════════════════════════════════════════════════════════════════════ -Copyright © 2025 Michael Smith -Copyright © 2025 Willian Henrique -Copyright © 2025 Hayden K -Copyright © 2023 Matthew Wozniak +Copyright © Michael Smith +Copyright © Willian Henrique +Copyright © Hayden K +Copyright © Matthew Wozniak Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice diff --git a/dist/LICENCE.linux b/dist/LICENCE.linux index a9448aa..1327a12 100644 --- a/dist/LICENCE.linux +++ b/dist/LICENCE.linux @@ -1,9 +1,9 @@ Source Speedrun Tools is released under the following copyright licence: ════════════════════════════════════════════════════════════════════════════════ -Copyright © 2025 Michael Smith -Copyright © 2025 Willian Henrique -Copyright © 2025 Hayden K -Copyright © 2023 Matthew Wozniak +Copyright © Michael Smith +Copyright © Willian Henrique +Copyright © Hayden K +Copyright © Matthew Wozniak Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice diff --git a/dist/LICENCE.windows b/dist/LICENCE.windows index 59b688b..5799621 100644 --- a/dist/LICENCE.windows +++ b/dist/LICENCE.windows @@ -1,9 +1,9 @@ Source Speedrun Tools is released under the following copyright licence: ════════════════════════════════════════════════════════════════════════════════ -Copyright © 2025 Michael Smith -Copyright © 2025 Willian Henrique -Copyright © 2025 Hayden K -Copyright © 2023 Matthew Wozniak +Copyright © Michael Smith +Copyright © Willian Henrique +Copyright © Hayden K +Copyright © Matthew Wozniak Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice diff --git a/src/abi.h b/src/abi.h index f0637e5..fe9c8a4 100644 --- a/src/abi.h +++ b/src/abi.h @@ -1,5 +1,5 @@ /* - * Copyright © 2024 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/ac.c b/src/ac.c index e9864a6..32309c5 100644 --- a/src/ac.c +++ b/src/ac.c @@ -1,6 +1,6 @@ /* - * Copyright © 2025 Michael Smith - * Copyright © 2023 Willian Henrique + * Copyright © Michael Smith + * Copyright © Willian Henrique * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/ac.h b/src/ac.h index 2bc4593..bf5bd4b 100644 --- a/src/ac.h +++ b/src/ac.h @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/accessor.h b/src/accessor.h index 0da1209..dcd9f28 100644 --- a/src/accessor.h +++ b/src/accessor.h @@ -1,5 +1,5 @@ /* - * Copyright © 2024 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/alias.c b/src/alias.c index 1021a64..300ea10 100644 --- a/src/alias.c +++ b/src/alias.c @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/alias.h b/src/alias.h index 93b0931..67555a4 100644 --- a/src/alias.h +++ b/src/alias.h @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/autojump.c b/src/autojump.c index 82a56fc..a8a21ca 100644 --- a/src/autojump.c +++ b/src/autojump.c @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/bind.c b/src/bind.c index 7db4720..a746ef5 100644 --- a/src/bind.c +++ b/src/bind.c @@ -1,5 +1,5 @@ /* - * Copyright © 2024 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/bind.h b/src/bind.h index ec8b009..3c61f22 100644 --- a/src/bind.h +++ b/src/bind.h @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/bitbuf.h b/src/bitbuf.h index 9e0fe19..780eb7e 100644 --- a/src/bitbuf.h +++ b/src/bitbuf.h @@ -1,5 +1,5 @@ /* - * Copyright © 2024 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/build/cmeta.c b/src/build/cmeta.c index 1903e84..78b3887 100644 --- a/src/build/cmeta.c +++ b/src/build/cmeta.c @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/build/cmeta.h b/src/build/cmeta.h index 2a3f741..e7c275d 100644 --- a/src/build/cmeta.h +++ b/src/build/cmeta.h @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/build/gluegen.c b/src/build/gluegen.c index 717ff97..70054f1 100644 --- a/src/build/gluegen.c +++ b/src/build/gluegen.c @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/build/mkentprops.c b/src/build/mkentprops.c index 802aeaf..287bdaa 100644 --- a/src/build/mkentprops.c +++ b/src/build/mkentprops.c @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/build/mkgamedata.c b/src/build/mkgamedata.c index 2f9c0cb..b05f1e5 100644 --- a/src/build/mkgamedata.c +++ b/src/build/mkgamedata.c @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/chatrate.c b/src/chatrate.c index b69b0d5..54572a5 100644 --- a/src/chatrate.c +++ b/src/chatrate.c @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Hayden K + * Copyright © Hayden K * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/chunklets/fastspin.c b/src/chunklets/fastspin.c index 0a01b17..e972b23 100644 --- a/src/chunklets/fastspin.c +++ b/src/chunklets/fastspin.c @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/chunklets/fastspin.h b/src/chunklets/fastspin.h index 6c0c5f7..f342e6e 100644 --- a/src/chunklets/fastspin.h +++ b/src/chunklets/fastspin.h @@ -1,5 +1,5 @@ /* - * Copyright © 2023 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/chunklets/msg.c b/src/chunklets/msg.c index 25a3018..f49581b 100644 --- a/src/chunklets/msg.c +++ b/src/chunklets/msg.c @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/chunklets/msg.h b/src/chunklets/msg.h index 17a097d..716645a 100644 --- a/src/chunklets/msg.h +++ b/src/chunklets/msg.h @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/clientcon.c b/src/clientcon.c index 9673848..78c8957 100644 --- a/src/clientcon.c +++ b/src/clientcon.c @@ -1,5 +1,5 @@ /* - * Copyright © 2024 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/clientcon.h b/src/clientcon.h index 1b00c01..9d48e16 100644 --- a/src/clientcon.h +++ b/src/clientcon.h @@ -1,5 +1,5 @@ /* - * Copyright © 2024 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/con_.c b/src/con_.c index 9041e49..35d4c45 100644 --- a/src/con_.c +++ b/src/con_.c @@ -1,6 +1,6 @@ /* THIS FILE SHOULD BE CALLED `con.c` BUT WINDOWS IS STUPID */ /* - * Copyright © 2025 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/con_.h b/src/con_.h index de5e439..bdd4b87 100644 --- a/src/con_.h +++ b/src/con_.h @@ -1,6 +1,6 @@ /* THIS FILE SHOULD BE CALLED `con.h` BUT WINDOWS IS STUPID */ /* - * Copyright © 2025 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/dbg.c b/src/dbg.c index 1c3355b..fa85ee8 100644 --- a/src/dbg.c +++ b/src/dbg.c @@ -1,5 +1,5 @@ /* - * Copyright © 2023 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/dbg.h b/src/dbg.h index 8e07a22..1b76ac5 100644 --- a/src/dbg.h +++ b/src/dbg.h @@ -1,5 +1,5 @@ /* - * Copyright © 2023 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/democustom.c b/src/democustom.c index c053371..7ca8677 100644 --- a/src/democustom.c +++ b/src/democustom.c @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/democustom.h b/src/democustom.h index 7f0c25e..602a043 100644 --- a/src/democustom.h +++ b/src/democustom.h @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/demodefs.h b/src/demodefs.h index 6158f38..7b39946 100644 --- a/src/demodefs.h +++ b/src/demodefs.h @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/demorec.c b/src/demorec.c index 039b24e..a14798a 100644 --- a/src/demorec.c +++ b/src/demorec.c @@ -1,6 +1,6 @@ /* - * Copyright © 2021 Willian Henrique - * Copyright © 2025 Michael Smith + * Copyright © Willian Henrique + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/demorec.h b/src/demorec.h index 0896a9d..63009a0 100644 --- a/src/demorec.h +++ b/src/demorec.h @@ -1,6 +1,6 @@ /* - * Copyright © 2021 Willian Henrique - * Copyright © 2025 Michael Smith + * Copyright © Willian Henrique + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/dictmaptree.h b/src/dictmaptree.h index 190683c..51777bd 100644 --- a/src/dictmaptree.h +++ b/src/dictmaptree.h @@ -1,5 +1,5 @@ /* - * Copyright © 2023 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/engineapi.c b/src/engineapi.c index 87a8858..54a6d8f 100644 --- a/src/engineapi.c +++ b/src/engineapi.c @@ -1,7 +1,7 @@ /* - * Copyright © 2025 Michael Smith - * Copyright © 2023 Willian Henrique - * Copyright © 2025 Hayden K + * Copyright © Michael Smith + * Copyright © Willian Henrique + * Copyright © Hayden K * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/engineapi.h b/src/engineapi.h index 6865311..c7a7e1f 100644 --- a/src/engineapi.h +++ b/src/engineapi.h @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/ent.c b/src/ent.c index 31ddcd8..118c170 100644 --- a/src/ent.c +++ b/src/ent.c @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/ent.h b/src/ent.h index 4d2ddd9..6030872 100644 --- a/src/ent.h +++ b/src/ent.h @@ -1,5 +1,5 @@ /* - * Copyright © 2023 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/errmsg.c b/src/errmsg.c index cc7bf12..e1942ce 100644 --- a/src/errmsg.c +++ b/src/errmsg.c @@ -1,5 +1,5 @@ /* - * Copyright © 2023 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/errmsg.h b/src/errmsg.h index 80628cd..94a36d0 100644 --- a/src/errmsg.h +++ b/src/errmsg.h @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/event.h b/src/event.h index 7e173d4..386f069 100644 --- a/src/event.h +++ b/src/event.h @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/extmalloc.c b/src/extmalloc.c index d80ab8d..e3f40b8 100644 --- a/src/extmalloc.c +++ b/src/extmalloc.c @@ -1,5 +1,5 @@ /* - * Copyright © 2024 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/extmalloc.h b/src/extmalloc.h index 6297360..93b7270 100644 --- a/src/extmalloc.h +++ b/src/extmalloc.h @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/fastfwd.c b/src/fastfwd.c index fa45beb..73db41e 100644 --- a/src/fastfwd.c +++ b/src/fastfwd.c @@ -1,8 +1,8 @@ /* - * Copyright © 2023 Matthew Wozniak - * Copyright © 2025 Michael Smith - * Copyright © 2023 Willian Henrique - * Copyright © 2025 Hayden K + * Copyright © Matthew Wozniak + * Copyright © Michael Smith + * Copyright © Willian Henrique + * Copyright © Hayden K * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/fastfwd.h b/src/fastfwd.h index 7102268..6313e0c 100644 --- a/src/fastfwd.h +++ b/src/fastfwd.h @@ -1,5 +1,5 @@ /* - * Copyright © 2023 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/feature.h b/src/feature.h index 7bab860..aa3ab9d 100644 --- a/src/feature.h +++ b/src/feature.h @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/fixes.c b/src/fixes.c index c09b131..ea008e5 100644 --- a/src/fixes.c +++ b/src/fixes.c @@ -1,6 +1,6 @@ /* - * Copyright © 2025 Michael Smith - * Copyright © 2023 Hayden K + * Copyright © Michael Smith + * Copyright © Hayden K * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/fixes.h b/src/fixes.h index 1c1f127..dc62d26 100644 --- a/src/fixes.h +++ b/src/fixes.h @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/fov.c b/src/fov.c index 2426d6e..967d783 100644 --- a/src/fov.c +++ b/src/fov.c @@ -1,6 +1,6 @@ /* - * Copyright © 2025 Michael Smith - * Copyright © 2022 Willian Henrique + * Copyright © Michael Smith + * Copyright © Willian Henrique * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/gamedata.h b/src/gamedata.h index 9f4932a..7d91373 100644 --- a/src/gamedata.h +++ b/src/gamedata.h @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/gameinfo.c b/src/gameinfo.c index c5bd36c..7432073 100644 --- a/src/gameinfo.c +++ b/src/gameinfo.c @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/gameinfo.h b/src/gameinfo.h index 3de2fa9..2e495eb 100644 --- a/src/gameinfo.h +++ b/src/gameinfo.h @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/gameserver.c b/src/gameserver.c index 1c31466..7cd7526 100644 --- a/src/gameserver.c +++ b/src/gameserver.c @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/gameserver.h b/src/gameserver.h index a8fe085..44d52f9 100644 --- a/src/gameserver.h +++ b/src/gameserver.h @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/gametype.h b/src/gametype.h index bed093d..51f110d 100644 --- a/src/gametype.h +++ b/src/gametype.h @@ -1,7 +1,7 @@ /* - * Copyright © 2025 Michael Smith - * Copyright © 2023 Willian Henrique - * Copyright © 2025 Hayden K + * Copyright © Michael Smith + * Copyright © Willian Henrique + * Copyright © Hayden K * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/hexcolour.c b/src/hexcolour.c index 7d0ad43..f5d2af1 100644 --- a/src/hexcolour.c +++ b/src/hexcolour.c @@ -1,5 +1,5 @@ /* - * Copyright © 2024 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/hexcolour.h b/src/hexcolour.h index 49f423c..5f2b432 100644 --- a/src/hexcolour.h +++ b/src/hexcolour.h @@ -1,5 +1,5 @@ /* - * Copyright © 2024 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/hook.c b/src/hook.c index 056db88..b6ca703 100644 --- a/src/hook.c +++ b/src/hook.c @@ -1,6 +1,6 @@ /* - * Copyright © 2025 Michael Smith - * Copyright © 2022 Willian Henrique + * Copyright © Michael Smith + * Copyright © Willian Henrique * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/hook.h b/src/hook.h index 5b2271e..09af156 100644 --- a/src/hook.h +++ b/src/hook.h @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/hud.c b/src/hud.c index dc69a36..8c861aa 100644 --- a/src/hud.c +++ b/src/hud.c @@ -1,6 +1,6 @@ /* - * Copyright © 2022 Matthew Wozniak - * Copyright © 2024 Michael Smith + * Copyright © Matthew Wozniak + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/hud.h b/src/hud.h index 8dc2d23..a966ef0 100644 --- a/src/hud.h +++ b/src/hud.h @@ -1,6 +1,6 @@ /* - * Copyright © 2022 Matthew Wozniak - * Copyright © 2024 Michael Smith + * Copyright © Matthew Wozniak + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/inputhud.c b/src/inputhud.c index 88de5b4..1ce919a 100644 --- a/src/inputhud.c +++ b/src/inputhud.c @@ -1,7 +1,7 @@ /* - * Copyright © 2022 Matthew Wozniak - * Copyright © 2022 Willian Henrique - * Copyright © 2025 Michael Smith + * Copyright © Willian Henrique + * Copyright © Michael Smith - * Copyright © 2024 Willian Henrique + * Copyright © Michael Smith + * Copyright © Willian Henrique * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/kvsys.h b/src/kvsys.h index de97b01..6e736f9 100644 --- a/src/kvsys.h +++ b/src/kvsys.h @@ -1,6 +1,6 @@ /* - * Copyright © 2023 Michael Smith - * Copyright © 2024 Willian Henrique + * Copyright © Michael Smith + * Copyright © Willian Henrique * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/l4d1democompat.c b/src/l4d1democompat.c index 1d4d1c9..63c67e9 100644 --- a/src/l4d1democompat.c +++ b/src/l4d1democompat.c @@ -1,7 +1,7 @@ /* - * Copyright © 2025 Hayden K - * Copyright © 2025 Willian Henrique - * Copyright © 2025 Michael Smith + * Copyright © Hayden K + * Copyright © Willian Henrique + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/l4daddon.c b/src/l4daddon.c index 30f68eb..0609459 100644 --- a/src/l4daddon.c +++ b/src/l4daddon.c @@ -1,7 +1,7 @@ /* - * Copyright © 2025 Hayden K - * Copyright © 2025 Willian Henrique - * Copyright © 2025 Michael Smith + * Copyright © Hayden K + * Copyright © Willian Henrique + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/l4dmm.c b/src/l4dmm.c index bef3d8f..40d3c57 100644 --- a/src/l4dmm.c +++ b/src/l4dmm.c @@ -1,6 +1,6 @@ /* - * Copyright © 2025 Michael Smith - * Copyright © 2025 Hayden K + * Copyright © Michael Smith + * Copyright © Hayden K * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/l4dmm.h b/src/l4dmm.h index c319a49..529ad0f 100644 --- a/src/l4dmm.h +++ b/src/l4dmm.h @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/l4dreset.c b/src/l4dreset.c index 411f666..f5508e6 100644 --- a/src/l4dreset.c +++ b/src/l4dreset.c @@ -1,7 +1,7 @@ /* - * Copyright © 2023 Willian Henrique - * Copyright © 2025 Michael Smith - * Copyright © 2024 Hayden K + * Copyright © Willian Henrique + * Copyright © Michael Smith + * Copyright © Hayden K * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/l4dwarp.c b/src/l4dwarp.c index fa50c17..99d678e 100644 --- a/src/l4dwarp.c +++ b/src/l4dwarp.c @@ -1,6 +1,6 @@ /* - * Copyright © 2025 Michael Smith - * Copyright © 2023 Willian Henrique + * Copyright © Michael Smith + * Copyright © Willian Henrique * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/mem.h b/src/mem.h index 6acf018..726018f 100644 --- a/src/mem.h +++ b/src/mem.h @@ -1,5 +1,5 @@ /* - * Copyright © 2024 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/nomute.c b/src/nomute.c index a72f067..8cdb823 100644 --- a/src/nomute.c +++ b/src/nomute.c @@ -1,6 +1,6 @@ /* - * Copyright © 2023 Willian Henrique - * Copyright © 2025 Michael Smith + * Copyright © Willian Henrique + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/nosleep.c b/src/nosleep.c index 170b4d6..a622044 100644 --- a/src/nosleep.c +++ b/src/nosleep.c @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/os.c b/src/os.c index 3fd5d66..5fb84bc 100644 --- a/src/os.c +++ b/src/os.c @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/os.h b/src/os.h index cb78e06..83b5d32 100644 --- a/src/os.h +++ b/src/os.h @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/portalcolours.c b/src/portalcolours.c index 89d1d17..7779cb3 100644 --- a/src/portalcolours.c +++ b/src/portalcolours.c @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/ppmagic.h b/src/ppmagic.h index 73a160f..8e48589 100644 --- a/src/ppmagic.h +++ b/src/ppmagic.h @@ -1,5 +1,5 @@ /* - * Copyright © 2021 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/rinput.c b/src/rinput.c index 6d568f3..850efee 100644 --- a/src/rinput.c +++ b/src/rinput.c @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/sst.c b/src/sst.c index 8749084..61c30b9 100644 --- a/src/sst.c +++ b/src/sst.c @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/sst.h b/src/sst.h index 43a56b7..8bed771 100644 --- a/src/sst.h +++ b/src/sst.h @@ -1,5 +1,5 @@ /* - * Copyright © 2022 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/trace.c b/src/trace.c index c3e25ec..2fe18c6 100644 --- a/src/trace.c +++ b/src/trace.c @@ -1,6 +1,6 @@ /* - * Copyright © 2023 Willian Henrique - * Copyright © 2025 Michael Smith + * Copyright © Willian Henrique + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/trace.h b/src/trace.h index 82d2dac..d3a840c 100644 --- a/src/trace.h +++ b/src/trace.h @@ -1,5 +1,5 @@ /* - * Copyright © 2023 Willian Henrique + * Copyright © Willian Henrique * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/vcall.h b/src/vcall.h index d22fe7e..285bc79 100644 --- a/src/vcall.h +++ b/src/vcall.h @@ -1,5 +1,5 @@ /* - * Copyright © 2023 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/x86.c b/src/x86.c index 5399af8..5bd9e4c 100644 --- a/src/x86.c +++ b/src/x86.c @@ -1,5 +1,5 @@ /* - * Copyright © 2024 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/x86.h b/src/x86.h index b4df9c8..04418d6 100644 --- a/src/x86.h +++ b/src/x86.h @@ -1,5 +1,5 @@ /* - * Copyright © 2024 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/x86util.h b/src/x86util.h index 214f30e..33a3a08 100644 --- a/src/x86util.h +++ b/src/x86util.h @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/xhair.c b/src/xhair.c index 1ba87f1..e0017ba 100644 --- a/src/xhair.c +++ b/src/xhair.c @@ -1,5 +1,5 @@ /* - * Copyright © 2025 Michael Smith + * Copyright © Michael Smith * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above -- cgit v1.2.3-54-g00ecf