From a14f5f1b3256f1faffb4858435439c279a65247f Mon Sep 17 00:00:00 2001 From: Timo Smit Date: Wed, 4 Jan 2017 10:38:25 +0100 Subject: [PATCH] Copyright update --- docs/INSTALL | 2 +- luascripts/admin/admin.lua | 2 +- luascripts/admin/balancer.lua | 2 +- luascripts/admin/rules.lua | 2 +- luascripts/admin/warns.lua | 2 +- luascripts/auth/acl.lua | 2 +- luascripts/auth/auth.lua | 2 +- luascripts/auth/shrubbot.lua | 2 +- luascripts/commands/admin/admintest.lua | 2 +- luascripts/commands/admin/balance.lua | 2 +- luascripts/commands/admin/dewarn.lua | 2 +- luascripts/commands/admin/enablevote.lua | 2 +- luascripts/commands/admin/finger.lua | 2 +- luascripts/commands/admin/gib.lua | 2 +- luascripts/commands/admin/greeting.lua | 2 +- luascripts/commands/admin/help.lua | 2 +- luascripts/commands/admin/incognito.lua | 2 +- luascripts/commands/admin/kick.lua | 2 +- luascripts/commands/admin/kickbots.lua | 2 +- luascripts/commands/admin/listaliases.lua | 2 +- luascripts/commands/admin/listlevels.lua | 2 +- luascripts/commands/admin/listmaps.lua | 2 +- luascripts/commands/admin/listplayers.lua | 2 +- luascripts/commands/admin/lock.lua | 2 +- luascripts/commands/admin/mute.lua | 2 +- luascripts/commands/admin/needbots.lua | 2 +- luascripts/commands/admin/nextmap.lua | 2 +- luascripts/commands/admin/pause.lua | 2 +- luascripts/commands/admin/plock.lua | 2 +- luascripts/commands/admin/punlock.lua | 2 +- luascripts/commands/admin/put.lua | 2 +- luascripts/commands/admin/putbots.lua | 2 +- luascripts/commands/admin/readconfig.lua | 2 +- luascripts/commands/admin/reset.lua | 2 +- luascripts/commands/admin/resetsprees.lua | 2 +- luascripts/commands/admin/restart.lua | 2 +- luascripts/commands/admin/rules.lua | 2 +- luascripts/commands/admin/setlevel.lua | 2 +- luascripts/commands/admin/showwarns.lua | 2 +- luascripts/commands/admin/shuffle.lua | 2 +- luascripts/commands/admin/slap.lua | 2 +- luascripts/commands/admin/sprees.lua | 2 +- luascripts/commands/admin/stats.lua | 2 +- luascripts/commands/admin/swap.lua | 2 +- luascripts/commands/admin/time.lua | 2 +- luascripts/commands/admin/unlock.lua | 2 +- luascripts/commands/admin/unmute.lua | 2 +- luascripts/commands/admin/unpause.lua | 2 +- luascripts/commands/admin/vmute.lua | 2 +- luascripts/commands/admin/vunmute.lua | 2 +- luascripts/commands/admin/warn.lua | 2 +- luascripts/commands/client/ac.lua | 2 +- luascripts/commands/client/pm.lua | 2 +- luascripts/commands/client/r.lua | 2 +- luascripts/commands/client/wolfadmin.lua | 2 +- luascripts/commands/commands.lua | 2 +- luascripts/commands/server/cannounce.lua | 2 +- luascripts/commands/server/cchat.lua | 2 +- luascripts/commands/server/ccp.lua | 2 +- luascripts/commands/server/ccpm.lua | 2 +- luascripts/commands/server/cmusic.lua | 2 +- luascripts/commands/server/csay.lua | 2 +- luascripts/db/db.lua | 2 +- luascripts/db/mysql.lua | 2 +- luascripts/db/sqlite3.lua | 2 +- luascripts/game/bots.lua | 2 +- luascripts/game/fireteams.lua | 2 +- luascripts/game/game.lua | 2 +- luascripts/game/sprees.lua | 2 +- luascripts/game/teams.lua | 2 +- luascripts/game/voting.lua | 2 +- luascripts/main.lua | 2 +- luascripts/players/greetings.lua | 2 +- luascripts/players/players.lua | 2 +- luascripts/players/stats.lua | 2 +- luascripts/util/bits.lua | 2 +- luascripts/util/constants.lua | 2 +- luascripts/util/debug.lua | 2 +- luascripts/util/events.lua | 2 +- luascripts/util/files.lua | 2 +- luascripts/util/pagination.lua | 2 +- luascripts/util/settings.lua | 2 +- luascripts/util/tables.lua | 2 +- luascripts/util/timers.lua | 2 +- luascripts/util/util.lua | 2 +- 85 files changed, 85 insertions(+), 85 deletions(-) diff --git a/docs/INSTALL b/docs/INSTALL index edbb32e..7a089a6 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -1,5 +1,5 @@ WolfAdmin module for Wolfenstein: Enemy Territory servers. -Copyright (C) 2015-2016 Timo 'Timothy' Smit +Copyright (C) 2015-2017 Timo 'Timothy' Smit REQUIREMENTS diff --git a/luascripts/admin/admin.lua b/luascripts/admin/admin.lua index e81a290..6471af5 100644 --- a/luascripts/admin/admin.lua +++ b/luascripts/admin/admin.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/admin/balancer.lua b/luascripts/admin/balancer.lua index a58df8c..0bcb4ca 100644 --- a/luascripts/admin/balancer.lua +++ b/luascripts/admin/balancer.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/admin/rules.lua b/luascripts/admin/rules.lua index d949004..d7e2c4b 100644 --- a/luascripts/admin/rules.lua +++ b/luascripts/admin/rules.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/admin/warns.lua b/luascripts/admin/warns.lua index 6b37faa..7d048c0 100644 --- a/luascripts/admin/warns.lua +++ b/luascripts/admin/warns.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/auth/acl.lua b/luascripts/auth/acl.lua index 054cdd7..0d1dd59 100644 --- a/luascripts/auth/acl.lua +++ b/luascripts/auth/acl.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/auth/auth.lua b/luascripts/auth/auth.lua index 49614fe..5bf585a 100644 --- a/luascripts/auth/auth.lua +++ b/luascripts/auth/auth.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/auth/shrubbot.lua b/luascripts/auth/shrubbot.lua index c8f8559..212ba4c 100644 --- a/luascripts/auth/shrubbot.lua +++ b/luascripts/auth/shrubbot.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/commands/admin/admintest.lua b/luascripts/commands/admin/admintest.lua index be2652c..16f987e 100644 --- a/luascripts/commands/admin/admintest.lua +++ b/luascripts/commands/admin/admintest.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/commands/admin/balance.lua b/luascripts/commands/admin/balance.lua index 4b7c305..954a609 100644 --- a/luascripts/commands/admin/balance.lua +++ b/luascripts/commands/admin/balance.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/commands/admin/dewarn.lua b/luascripts/commands/admin/dewarn.lua index 031d428..395aad1 100644 --- a/luascripts/commands/admin/dewarn.lua +++ b/luascripts/commands/admin/dewarn.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/commands/admin/enablevote.lua b/luascripts/commands/admin/enablevote.lua index 0ddbb87..1acadb0 100644 --- a/luascripts/commands/admin/enablevote.lua +++ b/luascripts/commands/admin/enablevote.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/commands/admin/finger.lua b/luascripts/commands/admin/finger.lua index 898c582..c4751d0 100644 --- a/luascripts/commands/admin/finger.lua +++ b/luascripts/commands/admin/finger.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/commands/admin/gib.lua b/luascripts/commands/admin/gib.lua index 0514d5e..d591221 100644 --- a/luascripts/commands/admin/gib.lua +++ b/luascripts/commands/admin/gib.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/commands/admin/greeting.lua b/luascripts/commands/admin/greeting.lua index 6a6d45d..0687c4c 100644 --- a/luascripts/commands/admin/greeting.lua +++ b/luascripts/commands/admin/greeting.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/commands/admin/help.lua b/luascripts/commands/admin/help.lua index 68a6d7f..057e7d1 100644 --- a/luascripts/commands/admin/help.lua +++ b/luascripts/commands/admin/help.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/commands/admin/incognito.lua b/luascripts/commands/admin/incognito.lua index e206f76..1ccc9ac 100644 --- a/luascripts/commands/admin/incognito.lua +++ b/luascripts/commands/admin/incognito.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/commands/admin/kick.lua b/luascripts/commands/admin/kick.lua index 54c0eba..475e462 100644 --- a/luascripts/commands/admin/kick.lua +++ b/luascripts/commands/admin/kick.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/commands/admin/kickbots.lua b/luascripts/commands/admin/kickbots.lua index fa6ef96..8fba30b 100644 --- a/luascripts/commands/admin/kickbots.lua +++ b/luascripts/commands/admin/kickbots.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/commands/admin/listaliases.lua b/luascripts/commands/admin/listaliases.lua index 9f02a21..2f73e98 100644 --- a/luascripts/commands/admin/listaliases.lua +++ b/luascripts/commands/admin/listaliases.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/commands/admin/listlevels.lua b/luascripts/commands/admin/listlevels.lua index 2d4cb28..c10fc75 100644 --- a/luascripts/commands/admin/listlevels.lua +++ b/luascripts/commands/admin/listlevels.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/commands/admin/listmaps.lua b/luascripts/commands/admin/listmaps.lua index f3f5a4a..e429572 100644 --- a/luascripts/commands/admin/listmaps.lua +++ b/luascripts/commands/admin/listmaps.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/commands/admin/listplayers.lua b/luascripts/commands/admin/listplayers.lua index 842e309..9452ec4 100644 --- a/luascripts/commands/admin/listplayers.lua +++ b/luascripts/commands/admin/listplayers.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/commands/admin/lock.lua b/luascripts/commands/admin/lock.lua index 06e0c6e..db286e9 100644 --- a/luascripts/commands/admin/lock.lua +++ b/luascripts/commands/admin/lock.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/commands/admin/mute.lua b/luascripts/commands/admin/mute.lua index 168f19d..f71997f 100644 --- a/luascripts/commands/admin/mute.lua +++ b/luascripts/commands/admin/mute.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/commands/admin/needbots.lua b/luascripts/commands/admin/needbots.lua index 02c85e2..1ebf06b 100644 --- a/luascripts/commands/admin/needbots.lua +++ b/luascripts/commands/admin/needbots.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/commands/admin/nextmap.lua b/luascripts/commands/admin/nextmap.lua index 144c474..c9e5ad2 100644 --- a/luascripts/commands/admin/nextmap.lua +++ b/luascripts/commands/admin/nextmap.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/commands/admin/pause.lua b/luascripts/commands/admin/pause.lua index c085874..75d4a45 100644 --- a/luascripts/commands/admin/pause.lua +++ b/luascripts/commands/admin/pause.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/commands/admin/plock.lua b/luascripts/commands/admin/plock.lua index c1b3093..46df5f4 100644 --- a/luascripts/commands/admin/plock.lua +++ b/luascripts/commands/admin/plock.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/commands/admin/punlock.lua b/luascripts/commands/admin/punlock.lua index e26702d..6515f51 100644 --- a/luascripts/commands/admin/punlock.lua +++ b/luascripts/commands/admin/punlock.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/commands/admin/put.lua b/luascripts/commands/admin/put.lua index 29d05bb..b7536b7 100644 --- a/luascripts/commands/admin/put.lua +++ b/luascripts/commands/admin/put.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/commands/admin/putbots.lua b/luascripts/commands/admin/putbots.lua index 5fd5943..e0e28bf 100644 --- a/luascripts/commands/admin/putbots.lua +++ b/luascripts/commands/admin/putbots.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/commands/admin/readconfig.lua b/luascripts/commands/admin/readconfig.lua index c84dc8a..ecbffda 100644 --- a/luascripts/commands/admin/readconfig.lua +++ b/luascripts/commands/admin/readconfig.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/commands/admin/reset.lua b/luascripts/commands/admin/reset.lua index 6e78ef3..a03aa75 100644 --- a/luascripts/commands/admin/reset.lua +++ b/luascripts/commands/admin/reset.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/commands/admin/resetsprees.lua b/luascripts/commands/admin/resetsprees.lua index a998065..dc99bc8 100644 --- a/luascripts/commands/admin/resetsprees.lua +++ b/luascripts/commands/admin/resetsprees.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/commands/admin/restart.lua b/luascripts/commands/admin/restart.lua index 38546d0..7395ff6 100644 --- a/luascripts/commands/admin/restart.lua +++ b/luascripts/commands/admin/restart.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/commands/admin/rules.lua b/luascripts/commands/admin/rules.lua index 325d9b3..823834a 100644 --- a/luascripts/commands/admin/rules.lua +++ b/luascripts/commands/admin/rules.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/commands/admin/setlevel.lua b/luascripts/commands/admin/setlevel.lua index 4421300..1c4ff60 100644 --- a/luascripts/commands/admin/setlevel.lua +++ b/luascripts/commands/admin/setlevel.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/commands/admin/showwarns.lua b/luascripts/commands/admin/showwarns.lua index fd30701..698f143 100644 --- a/luascripts/commands/admin/showwarns.lua +++ b/luascripts/commands/admin/showwarns.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/commands/admin/shuffle.lua b/luascripts/commands/admin/shuffle.lua index 897d61d..3c4da89 100644 --- a/luascripts/commands/admin/shuffle.lua +++ b/luascripts/commands/admin/shuffle.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/commands/admin/slap.lua b/luascripts/commands/admin/slap.lua index 14de664..86d2dc3 100644 --- a/luascripts/commands/admin/slap.lua +++ b/luascripts/commands/admin/slap.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/commands/admin/sprees.lua b/luascripts/commands/admin/sprees.lua index 3bdfd3b..7dfbf1f 100644 --- a/luascripts/commands/admin/sprees.lua +++ b/luascripts/commands/admin/sprees.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/commands/admin/stats.lua b/luascripts/commands/admin/stats.lua index 5f426b0..a21e6b5 100644 --- a/luascripts/commands/admin/stats.lua +++ b/luascripts/commands/admin/stats.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/commands/admin/swap.lua b/luascripts/commands/admin/swap.lua index 6e0007a..2e80d2a 100644 --- a/luascripts/commands/admin/swap.lua +++ b/luascripts/commands/admin/swap.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/commands/admin/time.lua b/luascripts/commands/admin/time.lua index 0335234..ef3c6ba 100644 --- a/luascripts/commands/admin/time.lua +++ b/luascripts/commands/admin/time.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/commands/admin/unlock.lua b/luascripts/commands/admin/unlock.lua index 244a2c7..a88565b 100644 --- a/luascripts/commands/admin/unlock.lua +++ b/luascripts/commands/admin/unlock.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/commands/admin/unmute.lua b/luascripts/commands/admin/unmute.lua index 3a8e600..1d6520a 100644 --- a/luascripts/commands/admin/unmute.lua +++ b/luascripts/commands/admin/unmute.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/commands/admin/unpause.lua b/luascripts/commands/admin/unpause.lua index 9f1ad17..2b6d49d 100644 --- a/luascripts/commands/admin/unpause.lua +++ b/luascripts/commands/admin/unpause.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/commands/admin/vmute.lua b/luascripts/commands/admin/vmute.lua index 65b96c4..7813df0 100644 --- a/luascripts/commands/admin/vmute.lua +++ b/luascripts/commands/admin/vmute.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/commands/admin/vunmute.lua b/luascripts/commands/admin/vunmute.lua index 0ed69ef..0e5adc2 100644 --- a/luascripts/commands/admin/vunmute.lua +++ b/luascripts/commands/admin/vunmute.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/commands/admin/warn.lua b/luascripts/commands/admin/warn.lua index 798dcba..0293386 100644 --- a/luascripts/commands/admin/warn.lua +++ b/luascripts/commands/admin/warn.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/commands/client/ac.lua b/luascripts/commands/client/ac.lua index 1b5da42..a2e47a2 100644 --- a/luascripts/commands/client/ac.lua +++ b/luascripts/commands/client/ac.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/commands/client/pm.lua b/luascripts/commands/client/pm.lua index 9fbff27..477fc05 100644 --- a/luascripts/commands/client/pm.lua +++ b/luascripts/commands/client/pm.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/commands/client/r.lua b/luascripts/commands/client/r.lua index d8996bd..365b372 100644 --- a/luascripts/commands/client/r.lua +++ b/luascripts/commands/client/r.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/commands/client/wolfadmin.lua b/luascripts/commands/client/wolfadmin.lua index 161c1ea..05b2658 100644 --- a/luascripts/commands/client/wolfadmin.lua +++ b/luascripts/commands/client/wolfadmin.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/commands/commands.lua b/luascripts/commands/commands.lua index e719c64..19b0253 100644 --- a/luascripts/commands/commands.lua +++ b/luascripts/commands/commands.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/commands/server/cannounce.lua b/luascripts/commands/server/cannounce.lua index a7f1314..7f27481 100644 --- a/luascripts/commands/server/cannounce.lua +++ b/luascripts/commands/server/cannounce.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/commands/server/cchat.lua b/luascripts/commands/server/cchat.lua index 343f459..f54061a 100644 --- a/luascripts/commands/server/cchat.lua +++ b/luascripts/commands/server/cchat.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/commands/server/ccp.lua b/luascripts/commands/server/ccp.lua index aaccaa1..c947183 100644 --- a/luascripts/commands/server/ccp.lua +++ b/luascripts/commands/server/ccp.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/commands/server/ccpm.lua b/luascripts/commands/server/ccpm.lua index a645fa1..4e16d94 100644 --- a/luascripts/commands/server/ccpm.lua +++ b/luascripts/commands/server/ccpm.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/commands/server/cmusic.lua b/luascripts/commands/server/cmusic.lua index dee8939..6298693 100644 --- a/luascripts/commands/server/cmusic.lua +++ b/luascripts/commands/server/cmusic.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/commands/server/csay.lua b/luascripts/commands/server/csay.lua index 78cc096..b810d95 100644 --- a/luascripts/commands/server/csay.lua +++ b/luascripts/commands/server/csay.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/db/db.lua b/luascripts/db/db.lua index 60729df..cff80d5 100644 --- a/luascripts/db/db.lua +++ b/luascripts/db/db.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/db/mysql.lua b/luascripts/db/mysql.lua index de7f837..d6a7cd4 100644 --- a/luascripts/db/mysql.lua +++ b/luascripts/db/mysql.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/db/sqlite3.lua b/luascripts/db/sqlite3.lua index cf6c017..a23e8d0 100644 --- a/luascripts/db/sqlite3.lua +++ b/luascripts/db/sqlite3.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/game/bots.lua b/luascripts/game/bots.lua index 6b4eeb6..d267fe4 100644 --- a/luascripts/game/bots.lua +++ b/luascripts/game/bots.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/game/fireteams.lua b/luascripts/game/fireteams.lua index de176b9..00ce12f 100644 --- a/luascripts/game/fireteams.lua +++ b/luascripts/game/fireteams.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/game/game.lua b/luascripts/game/game.lua index 601042d..2c999db 100644 --- a/luascripts/game/game.lua +++ b/luascripts/game/game.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/game/sprees.lua b/luascripts/game/sprees.lua index 479f7b6..eb1beaa 100644 --- a/luascripts/game/sprees.lua +++ b/luascripts/game/sprees.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/game/teams.lua b/luascripts/game/teams.lua index fec8d2e..b85fd39 100644 --- a/luascripts/game/teams.lua +++ b/luascripts/game/teams.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/game/voting.lua b/luascripts/game/voting.lua index f05a15e..8b475df 100644 --- a/luascripts/game/voting.lua +++ b/luascripts/game/voting.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/main.lua b/luascripts/main.lua index 3262907..b560a7f 100644 --- a/luascripts/main.lua +++ b/luascripts/main.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/players/greetings.lua b/luascripts/players/greetings.lua index 29f7a93..0bda96e 100644 --- a/luascripts/players/greetings.lua +++ b/luascripts/players/greetings.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/players/players.lua b/luascripts/players/players.lua index b427f71..3332931 100644 --- a/luascripts/players/players.lua +++ b/luascripts/players/players.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/players/stats.lua b/luascripts/players/stats.lua index 6f75a49..4bcf976 100644 --- a/luascripts/players/stats.lua +++ b/luascripts/players/stats.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/util/bits.lua b/luascripts/util/bits.lua index a07d4c2..e99f415 100644 --- a/luascripts/util/bits.lua +++ b/luascripts/util/bits.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/util/constants.lua b/luascripts/util/constants.lua index 37767d3..30b2a67 100644 --- a/luascripts/util/constants.lua +++ b/luascripts/util/constants.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/util/debug.lua b/luascripts/util/debug.lua index 0c03e03..8218621 100644 --- a/luascripts/util/debug.lua +++ b/luascripts/util/debug.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/util/events.lua b/luascripts/util/events.lua index fec8762..f7b122a 100644 --- a/luascripts/util/events.lua +++ b/luascripts/util/events.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/util/files.lua b/luascripts/util/files.lua index d7ab242..9502724 100644 --- a/luascripts/util/files.lua +++ b/luascripts/util/files.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/util/pagination.lua b/luascripts/util/pagination.lua index 03eef5d..b7849b7 100644 --- a/luascripts/util/pagination.lua +++ b/luascripts/util/pagination.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/util/settings.lua b/luascripts/util/settings.lua index 5ad88b0..5094887 100644 --- a/luascripts/util/settings.lua +++ b/luascripts/util/settings.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/util/tables.lua b/luascripts/util/tables.lua index 7c2fc12..fb10b75 100644 --- a/luascripts/util/tables.lua +++ b/luascripts/util/tables.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/util/timers.lua b/luascripts/util/timers.lua index a612e22..7b0b798 100644 --- a/luascripts/util/timers.lua +++ b/luascripts/util/timers.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by diff --git a/luascripts/util/util.lua b/luascripts/util/util.lua index 728d1e5..dd65bd0 100644 --- a/luascripts/util/util.lua +++ b/luascripts/util/util.lua @@ -1,6 +1,6 @@ -- WolfAdmin module for Wolfenstein: Enemy Territory servers. --- Copyright (C) 2015-2016 Timo 'Timothy' Smit +-- Copyright (C) 2015-2017 Timo 'Timothy' Smit -- This program is free software: you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by