From a8f91d748e148e39aced7593e1232137e4e40cdf Mon Sep 17 00:00:00 2001 From: Richard Helgeby Date: Sat, 12 Jan 2013 08:47:36 +0100 Subject: [PATCH] Updated copyright year. --- src/include/zombiereloaded.inc | 2 +- src/include/zr/class.zr.inc | 2 +- src/include/zr/infect.zr.inc | 2 +- src/include/zr/respawn.zr.inc | 2 +- src/testsuite/zr/classapitest.sp | 2 +- src/testsuite/zr/damageinfo.sp | 2 +- src/testsuite/zr/infectapitest.sp | 2 +- src/testsuite/zr/knockback.sp | 2 +- src/testsuite/zr/respawnapitest.sp | 2 +- src/testsuite/zr/weaponinfo.sp | 2 +- src/zr/account.inc | 2 +- src/zr/admintools.inc | 2 +- src/zr/antistick.inc | 2 +- src/zr/api/api.inc | 2 +- src/zr/api/class.api.inc | 2 +- src/zr/api/infect.api.inc | 2 +- src/zr/api/respawn.api.inc | 2 +- src/zr/commands.inc | 2 +- src/zr/config.inc | 2 +- src/zr/cookies.inc | 2 +- src/zr/cvars.inc | 2 +- src/zr/damage.inc | 2 +- src/zr/debugtools.inc | 2 +- src/zr/downloads.inc | 2 +- src/zr/event.inc | 2 +- src/zr/global.inc | 2 +- src/zr/hitgroups.inc | 2 +- src/zr/infect.inc | 2 +- src/zr/jumpboost.inc | 2 +- src/zr/knockback.inc | 2 +- src/zr/log.h.inc | 2 +- src/zr/log.inc | 2 +- src/zr/menu.inc | 2 +- src/zr/models.h.inc | 2 +- src/zr/models.inc | 2 +- src/zr/napalm.inc | 2 +- src/zr/overlays.inc | 2 +- src/zr/paramparser.inc | 2 +- src/zr/paramtools.inc | 2 +- src/zr/playerclasses/apply.inc | 2 +- src/zr/playerclasses/attributes.inc | 2 +- src/zr/playerclasses/classcommands.inc | 2 +- src/zr/playerclasses/classevents.inc | 15 +++++++++++++++ src/zr/playerclasses/classmenus.inc | 2 +- src/zr/playerclasses/clientalpha.inc | 2 +- src/zr/playerclasses/clientoverlays.inc | 2 +- src/zr/playerclasses/filtertools.inc | 2 +- src/zr/playerclasses/healthregen.inc | 2 +- src/zr/playerclasses/playerclasses.inc | 2 +- src/zr/respawn.inc | 2 +- src/zr/roundend.inc | 2 +- src/zr/roundstart.inc | 2 +- src/zr/sayhooks.inc | 2 +- src/zr/shoppinglist.inc | 2 +- src/zr/soundeffects/ambientsounds.inc | 2 +- src/zr/soundeffects/soundeffects.inc | 2 +- src/zr/soundeffects/voice.inc | 2 +- src/zr/soundeffects/zombiesounds.inc | 2 +- src/zr/spawnprotect.inc | 2 +- src/zr/steamidcache.inc | 2 +- src/zr/tools.inc | 2 +- src/zr/tools_functions.inc | 2 +- src/zr/translation.inc | 2 +- src/zr/versioninfo.inc | 2 +- src/zr/visualeffects/ragdoll.inc | 2 +- src/zr/visualeffects/visualambience.inc | 2 +- src/zr/visualeffects/visualeffects.inc | 2 +- src/zr/volfeatures/volanticamp.inc | 2 +- src/zr/volfeatures/volclassedit.inc | 2 +- src/zr/volfeatures/volcommands.inc | 2 +- src/zr/volfeatures/volevents.inc | 2 +- src/zr/volfeatures/volfeatures.inc | 2 +- src/zr/volfeatures/volgenericattributes.inc | 2 +- src/zr/volfeatures/voltools.inc | 2 +- src/zr/weapons/menu_weapons.inc | 2 +- src/zr/weapons/restrict.inc | 2 +- src/zr/weapons/weaponalpha.inc | 2 +- src/zr/weapons/weaponammo.inc | 2 +- src/zr/weapons/weapons.inc | 2 +- src/zr/weapons/zmarket.inc | 2 +- src/zr/zadmin.inc | 2 +- src/zr/zcookies.inc | 2 +- src/zr/zhp.inc | 2 +- src/zr/zombiereloaded.inc | 2 +- src/zr/zspawn.inc | 2 +- src/zr/ztele.inc | 2 +- updateversion.sh | 6 +++--- 87 files changed, 103 insertions(+), 88 deletions(-) diff --git a/src/include/zombiereloaded.inc b/src/include/zombiereloaded.inc index 7797a44..d79c798 100644 --- a/src/include/zombiereloaded.inc +++ b/src/include/zombiereloaded.inc @@ -8,7 +8,7 @@ * Description: Main API include file. * Notes: Include this file to include the whole ZR API. * - * Copyright (C) 2009-2010 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/include/zr/class.zr.inc b/src/include/zr/class.zr.inc index 3b16fb4..3612fd4 100644 --- a/src/include/zr/class.zr.inc +++ b/src/include/zr/class.zr.inc @@ -7,7 +7,7 @@ * Type: Include * Description: Player class API. * - * Copyright (C) 2009-2012 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/include/zr/infect.zr.inc b/src/include/zr/infect.zr.inc index f6de92b..9d45518 100644 --- a/src/include/zr/infect.zr.inc +++ b/src/include/zr/infect.zr.inc @@ -7,7 +7,7 @@ * Type: Include * Description: Infect-related natives/forwards. * - * Copyright (C) 2009-2010 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/include/zr/respawn.zr.inc b/src/include/zr/respawn.zr.inc index 841555d..e6e8728 100644 --- a/src/include/zr/respawn.zr.inc +++ b/src/include/zr/respawn.zr.inc @@ -7,7 +7,7 @@ * Type: Include * Description: Infect-related natives/forwards. * - * Copyright (C) 2009-2010 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/testsuite/zr/classapitest.sp b/src/testsuite/zr/classapitest.sp index 0183ec9..8b4a144 100644 --- a/src/testsuite/zr/classapitest.sp +++ b/src/testsuite/zr/classapitest.sp @@ -7,7 +7,7 @@ * Type: Test plugin * Description: Tests the class API. * - * Copyright (C) 2009-2012 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/testsuite/zr/damageinfo.sp b/src/testsuite/zr/damageinfo.sp index 0f8ea63..2804d9d 100644 --- a/src/testsuite/zr/damageinfo.sp +++ b/src/testsuite/zr/damageinfo.sp @@ -7,7 +7,7 @@ * Type: Test plugin * Description: Dumps damage information. * - * Copyright (C) 2009-2012 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/testsuite/zr/infectapitest.sp b/src/testsuite/zr/infectapitest.sp index 4b7a620..32ad99a 100644 --- a/src/testsuite/zr/infectapitest.sp +++ b/src/testsuite/zr/infectapitest.sp @@ -7,7 +7,7 @@ * Type: Test plugin * Description: Tests the infection API. * - * Copyright (C) 2009-2010 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/testsuite/zr/knockback.sp b/src/testsuite/zr/knockback.sp index f25ee8c..a230f35 100644 --- a/src/testsuite/zr/knockback.sp +++ b/src/testsuite/zr/knockback.sp @@ -7,7 +7,7 @@ * Type: Test plugin * Description: Tests basic knock back. * - * Copyright (C) 2009-2012 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/testsuite/zr/respawnapitest.sp b/src/testsuite/zr/respawnapitest.sp index c5192be..a08d092 100644 --- a/src/testsuite/zr/respawnapitest.sp +++ b/src/testsuite/zr/respawnapitest.sp @@ -7,7 +7,7 @@ * Type: Test plugin * Description: Tests the respawn API. * - * Copyright (C) 2009-2010 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/testsuite/zr/weaponinfo.sp b/src/testsuite/zr/weaponinfo.sp index 76cf35a..59b9ef4 100644 --- a/src/testsuite/zr/weaponinfo.sp +++ b/src/testsuite/zr/weaponinfo.sp @@ -7,7 +7,7 @@ * Type: Test plugin * Description: Dumps weapon information. * - * Copyright (C) 2009-2012 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/account.inc b/src/zr/account.inc index 0a29579..55bfcdf 100644 --- a/src/zr/account.inc +++ b/src/zr/account.inc @@ -7,7 +7,7 @@ * Type: Module * Description: Handles client's accounts. (cash) * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/admintools.inc b/src/zr/admintools.inc index f3c6dd5..ae19acd 100644 --- a/src/zr/admintools.inc +++ b/src/zr/admintools.inc @@ -7,7 +7,7 @@ * Type: Core * Description: Functions for checking extended admin privileges. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/antistick.inc b/src/zr/antistick.inc index 3d0396d..e7cc43c 100644 --- a/src/zr/antistick.inc +++ b/src/zr/antistick.inc @@ -7,7 +7,7 @@ * Type: Module * Description: Antistick system. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/api/api.inc b/src/zr/api/api.inc index a2cf6f5..9cbc1ec 100644 --- a/src/zr/api/api.inc +++ b/src/zr/api/api.inc @@ -7,7 +7,7 @@ * Type: Core * Description: Native handlers for the ZR API. * - * Copyright (C) 2009-2010 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/api/class.api.inc b/src/zr/api/class.api.inc index 6167dde..e9bf022 100644 --- a/src/zr/api/class.api.inc +++ b/src/zr/api/class.api.inc @@ -7,7 +7,7 @@ * Type: Core * Description: Native handlers for the ZR API. (Class module) * - * Copyright (C) 2009-2012 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/api/infect.api.inc b/src/zr/api/infect.api.inc index 8c86470..30ba63a 100644 --- a/src/zr/api/infect.api.inc +++ b/src/zr/api/infect.api.inc @@ -7,7 +7,7 @@ * Type: Core * Description: Native handlers for the ZR API. (Infect module) * - * Copyright (C) 2009-2010 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/api/respawn.api.inc b/src/zr/api/respawn.api.inc index 8bcdeed..3a25d7b 100644 --- a/src/zr/api/respawn.api.inc +++ b/src/zr/api/respawn.api.inc @@ -7,7 +7,7 @@ * Type: Core * Description: Native handlers for the ZR API. (Respawn module) * - * Copyright (C) 2009-2010 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/commands.inc b/src/zr/commands.inc index e4862ff..026355e 100644 --- a/src/zr/commands.inc +++ b/src/zr/commands.inc @@ -7,7 +7,7 @@ * Type: Core * Description: Console command creation and hooking. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/config.inc b/src/zr/config.inc index 9871634..f11418a 100644 --- a/src/zr/config.inc +++ b/src/zr/config.inc @@ -7,7 +7,7 @@ * Type: Core * Description: Config API and executing. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/cookies.inc b/src/zr/cookies.inc index 37069da..60ee9a3 100644 --- a/src/zr/cookies.inc +++ b/src/zr/cookies.inc @@ -7,7 +7,7 @@ * Type: Module * Description: Extended client cookie API. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/cvars.inc b/src/zr/cvars.inc index 5c59824..04efcf4 100644 --- a/src/zr/cvars.inc +++ b/src/zr/cvars.inc @@ -7,7 +7,7 @@ * Type: Core * Description: Config creation and cvar control. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/damage.inc b/src/zr/damage.inc index 4793955..ea3113b 100644 --- a/src/zr/damage.inc +++ b/src/zr/damage.inc @@ -7,7 +7,7 @@ * Type: Core * Description: Modify damage stuff here. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/debugtools.inc b/src/zr/debugtools.inc index e2e1876..7e610c2 100644 --- a/src/zr/debugtools.inc +++ b/src/zr/debugtools.inc @@ -7,7 +7,7 @@ * Type: Core * Description: Place to put custom functions and test stuff. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/downloads.inc b/src/zr/downloads.inc index 91e80e4..b54df19 100644 --- a/src/zr/downloads.inc +++ b/src/zr/downloads.inc @@ -7,7 +7,7 @@ * Type: Core * Description: Download validation. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/event.inc b/src/zr/event.inc index 77f8299..97c3fc2 100644 --- a/src/zr/event.inc +++ b/src/zr/event.inc @@ -7,7 +7,7 @@ * Type: Core * Description: Event hooking and forwarding. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/global.inc b/src/zr/global.inc index 031b685..4a614b1 100644 --- a/src/zr/global.inc +++ b/src/zr/global.inc @@ -7,7 +7,7 @@ * Type: Core * Description: External API. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/hitgroups.inc b/src/zr/hitgroups.inc index f37b250..e0d7e08 100644 --- a/src/zr/hitgroups.inc +++ b/src/zr/hitgroups.inc @@ -7,7 +7,7 @@ * Type: Core * Description: API for loading hitgroup specific settings. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/infect.inc b/src/zr/infect.inc index 1f87e4f..883b78f 100644 --- a/src/zr/infect.inc +++ b/src/zr/infect.inc @@ -7,7 +7,7 @@ * Type: Core * Description: Client infection functions. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/jumpboost.inc b/src/zr/jumpboost.inc index 1db1d07..2973e8f 100644 --- a/src/zr/jumpboost.inc +++ b/src/zr/jumpboost.inc @@ -7,7 +7,7 @@ * Type: Module * Description: Modified jump vector magnitudes. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/knockback.inc b/src/zr/knockback.inc index 071ad24..4ce5d21 100644 --- a/src/zr/knockback.inc +++ b/src/zr/knockback.inc @@ -7,7 +7,7 @@ * Type: Module * Description: Handles knockback on clients. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/log.h.inc b/src/zr/log.h.inc index 8dd7145..d3ebdc3 100644 --- a/src/zr/log.h.inc +++ b/src/zr/log.h.inc @@ -7,7 +7,7 @@ * Type: Core * Description: Log header. Types and defines. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/log.inc b/src/zr/log.inc index 3e37a6b..b481083 100644 --- a/src/zr/log.inc +++ b/src/zr/log.inc @@ -7,7 +7,7 @@ * Type: Core * Description: Logging API. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/menu.inc b/src/zr/menu.inc index 617ef17..e29b0e7 100644 --- a/src/zr/menu.inc +++ b/src/zr/menu.inc @@ -7,7 +7,7 @@ * Type: Core * Description: Base menu functions for the plugin. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/models.h.inc b/src/zr/models.h.inc index a006414..0932eb0 100644 --- a/src/zr/models.h.inc +++ b/src/zr/models.h.inc @@ -7,7 +7,7 @@ * Type: Core * Description: Model data structures and constants. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/models.inc b/src/zr/models.inc index ebc79ae..6ef6556 100644 --- a/src/zr/models.inc +++ b/src/zr/models.inc @@ -7,7 +7,7 @@ * Type: Core * Description: Model manager. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/napalm.inc b/src/zr/napalm.inc index 41c9448..8e6d4d3 100644 --- a/src/zr/napalm.inc +++ b/src/zr/napalm.inc @@ -7,7 +7,7 @@ * Type: Module * Description: Grenades burn zombies when damaged by them. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/overlays.inc b/src/zr/overlays.inc index 008e2ec..48ff197 100644 --- a/src/zr/overlays.inc +++ b/src/zr/overlays.inc @@ -7,7 +7,7 @@ * Type: Core * Description: Overlay system, separating different types into "overlay channels." * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/paramparser.inc b/src/zr/paramparser.inc index 9a7d0b0..1d6e099 100644 --- a/src/zr/paramparser.inc +++ b/src/zr/paramparser.inc @@ -14,7 +14,7 @@ * Examle raw string: * "type=interval -disabled msg="Title:\n\"Example\"." * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/paramtools.inc b/src/zr/paramtools.inc index 701ab7a..bb030ef 100644 --- a/src/zr/paramtools.inc +++ b/src/zr/paramtools.inc @@ -10,7 +10,7 @@ * * Note: Does not support spaces or quoted strings. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/playerclasses/apply.inc b/src/zr/playerclasses/apply.inc index e0df7b9..1849c87 100644 --- a/src/zr/playerclasses/apply.inc +++ b/src/zr/playerclasses/apply.inc @@ -7,7 +7,7 @@ * Type: Core * Description: Functions for applying attributes and effects on a client. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/playerclasses/attributes.inc b/src/zr/playerclasses/attributes.inc index ea0ee4a..69dca98 100644 --- a/src/zr/playerclasses/attributes.inc +++ b/src/zr/playerclasses/attributes.inc @@ -7,7 +7,7 @@ * Type: Core * Description: Retrieving class attributes from certain caches. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/playerclasses/classcommands.inc b/src/zr/playerclasses/classcommands.inc index 5295366..7ae818e 100644 --- a/src/zr/playerclasses/classcommands.inc +++ b/src/zr/playerclasses/classcommands.inc @@ -7,7 +7,7 @@ * Type: Core * Description: Console commands for working with classes. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/playerclasses/classevents.inc b/src/zr/playerclasses/classevents.inc index 1801d9c..fec762b 100644 --- a/src/zr/playerclasses/classevents.inc +++ b/src/zr/playerclasses/classevents.inc @@ -7,6 +7,21 @@ * Type: Core * Description: Functions for handling class related events. * + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby + * + * 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 + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + * * ============================================================================ */ diff --git a/src/zr/playerclasses/classmenus.inc b/src/zr/playerclasses/classmenus.inc index 53685db..9f37e9e 100644 --- a/src/zr/playerclasses/classmenus.inc +++ b/src/zr/playerclasses/classmenus.inc @@ -7,7 +7,7 @@ * Type: Core * Description: Provides functions for managing class menus. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/playerclasses/clientalpha.inc b/src/zr/playerclasses/clientalpha.inc index 2f7f96f..7a7547d 100644 --- a/src/zr/playerclasses/clientalpha.inc +++ b/src/zr/playerclasses/clientalpha.inc @@ -7,7 +7,7 @@ * Type: Core * Description: Handles transparency on clients. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/playerclasses/clientoverlays.inc b/src/zr/playerclasses/clientoverlays.inc index ee3d595..69d894e 100644 --- a/src/zr/playerclasses/clientoverlays.inc +++ b/src/zr/playerclasses/clientoverlays.inc @@ -7,7 +7,7 @@ * Type: Core * Description: Handles overlays on clients, as a part of class attributes. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/playerclasses/filtertools.inc b/src/zr/playerclasses/filtertools.inc index d2793ea..513572b 100644 --- a/src/zr/playerclasses/filtertools.inc +++ b/src/zr/playerclasses/filtertools.inc @@ -7,7 +7,7 @@ * Type: Core * Description: Class system tools; validating, getting indexes or lists * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/playerclasses/healthregen.inc b/src/zr/playerclasses/healthregen.inc index cea3d96..823c77a 100644 --- a/src/zr/playerclasses/healthregen.inc +++ b/src/zr/playerclasses/healthregen.inc @@ -7,7 +7,7 @@ * Type: Core * Description: Functions for managing health regeneration on a client. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/playerclasses/playerclasses.inc b/src/zr/playerclasses/playerclasses.inc index 469861b..7b27b37 100644 --- a/src/zr/playerclasses/playerclasses.inc +++ b/src/zr/playerclasses/playerclasses.inc @@ -7,7 +7,7 @@ * Type: Core * Description: Provides functions for managing classes. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/respawn.inc b/src/zr/respawn.inc index 44fa281..a2f33c2 100644 --- a/src/zr/respawn.inc +++ b/src/zr/respawn.inc @@ -7,7 +7,7 @@ * Type: Module * Description: Players come back to life * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/roundend.inc b/src/zr/roundend.inc index ac4d4f4..b800304 100644 --- a/src/zr/roundend.inc +++ b/src/zr/roundend.inc @@ -7,7 +7,7 @@ * Type: Core * Description: Handles round end actions. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/roundstart.inc b/src/zr/roundstart.inc index b856b54..e77c9a8 100644 --- a/src/zr/roundstart.inc +++ b/src/zr/roundstart.inc @@ -7,7 +7,7 @@ * Type: Core * Description: Handles round start actions. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/sayhooks.inc b/src/zr/sayhooks.inc index e739564..cb1a106 100644 --- a/src/zr/sayhooks.inc +++ b/src/zr/sayhooks.inc @@ -7,7 +7,7 @@ * Type: Core * Description: Hook plugin say commands and redirect to their handling module. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/shoppinglist.inc b/src/zr/shoppinglist.inc index b33a6af..0c40896 100644 --- a/src/zr/shoppinglist.inc +++ b/src/zr/shoppinglist.inc @@ -7,7 +7,7 @@ * Type: Core * Description: Module to handle shopping list style lists. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/soundeffects/ambientsounds.inc b/src/zr/soundeffects/ambientsounds.inc index 6594229..60d37bf 100644 --- a/src/zr/soundeffects/ambientsounds.inc +++ b/src/zr/soundeffects/ambientsounds.inc @@ -7,7 +7,7 @@ * Type: Core * Description: Plays ambient sounds to clients. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/soundeffects/soundeffects.inc b/src/zr/soundeffects/soundeffects.inc index c70f564..c923edd 100644 --- a/src/zr/soundeffects/soundeffects.inc +++ b/src/zr/soundeffects/soundeffects.inc @@ -7,7 +7,7 @@ * Type: Core * Description: Basic sound-management API. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/soundeffects/voice.inc b/src/zr/soundeffects/voice.inc index 633ceee..de84742 100644 --- a/src/zr/soundeffects/voice.inc +++ b/src/zr/soundeffects/voice.inc @@ -7,7 +7,7 @@ * Type: Module * Description: Alter listening/speaking states of humans/zombies. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/soundeffects/zombiesounds.inc b/src/zr/soundeffects/zombiesounds.inc index 1a16fe2..ef8b85f 100644 --- a/src/zr/soundeffects/zombiesounds.inc +++ b/src/zr/soundeffects/zombiesounds.inc @@ -7,7 +7,7 @@ * Type: Core * Description: Zombie sound effects. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/spawnprotect.inc b/src/zr/spawnprotect.inc index d2dd238..1f30fa9 100644 --- a/src/zr/spawnprotect.inc +++ b/src/zr/spawnprotect.inc @@ -7,7 +7,7 @@ * Type: Module * Description: Protects late-joining players from zombies for x seconds. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/steamidcache.inc b/src/zr/steamidcache.inc index 82ee4e9..2bfaf42 100644 --- a/src/zr/steamidcache.inc +++ b/src/zr/steamidcache.inc @@ -7,7 +7,7 @@ * Type: Core * Description: A SteamID caching API. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/tools.inc b/src/zr/tools.inc index 330ad83..f41ea7a 100644 --- a/src/zr/tools.inc +++ b/src/zr/tools.inc @@ -7,7 +7,7 @@ * Type: Core * Description: Find offsets and signatures. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/tools_functions.inc b/src/zr/tools_functions.inc index df8cd76..f58d790 100644 --- a/src/zr/tools_functions.inc +++ b/src/zr/tools_functions.inc @@ -7,7 +7,7 @@ * Type: Core * Description: API for offsets/signatures exposed in tools.inc * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/translation.inc b/src/zr/translation.inc index da4896a..c1e3b06 100644 --- a/src/zr/translation.inc +++ b/src/zr/translation.inc @@ -7,7 +7,7 @@ * Type: Core * Description: Translation parsing functions. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/versioninfo.inc b/src/zr/versioninfo.inc index 33ab594..461ba56 100644 --- a/src/zr/versioninfo.inc +++ b/src/zr/versioninfo.inc @@ -6,7 +6,7 @@ * File: version.inc * Description: Command for version information. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/visualeffects/ragdoll.inc b/src/zr/visualeffects/ragdoll.inc index c5231f3..9ee371d 100644 --- a/src/zr/visualeffects/ragdoll.inc +++ b/src/zr/visualeffects/ragdoll.inc @@ -7,7 +7,7 @@ * Type: Module * Description: Remove ragdolls with optional effects. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/visualeffects/visualambience.inc b/src/zr/visualeffects/visualambience.inc index 8fe6603..1cec996 100644 --- a/src/zr/visualeffects/visualambience.inc +++ b/src/zr/visualeffects/visualambience.inc @@ -7,7 +7,7 @@ * Type: Module * Description: Fog, light style, sky, sun rendering, etc * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/visualeffects/visualeffects.inc b/src/zr/visualeffects/visualeffects.inc index 3a8db6b..1356975 100644 --- a/src/zr/visualeffects/visualeffects.inc +++ b/src/zr/visualeffects/visualeffects.inc @@ -7,7 +7,7 @@ * Type: Module * Description: Visual effects API. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/volfeatures/volanticamp.inc b/src/zr/volfeatures/volanticamp.inc index eb5daef..d23d7fa 100644 --- a/src/zr/volfeatures/volanticamp.inc +++ b/src/zr/volfeatures/volanticamp.inc @@ -7,7 +7,7 @@ * Type: Module * Description: Anti-camp handler. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/volfeatures/volclassedit.inc b/src/zr/volfeatures/volclassedit.inc index 8db126f..69ad686 100644 --- a/src/zr/volfeatures/volclassedit.inc +++ b/src/zr/volfeatures/volclassedit.inc @@ -7,7 +7,7 @@ * Type: Module * Description: Class editor volumetric feature. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/volfeatures/volcommands.inc b/src/zr/volfeatures/volcommands.inc index 360eede..7edcc77 100644 --- a/src/zr/volfeatures/volcommands.inc +++ b/src/zr/volfeatures/volcommands.inc @@ -7,7 +7,7 @@ * Type: Module * Description: Command handler for volumetric features. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/volfeatures/volevents.inc b/src/zr/volfeatures/volevents.inc index e5dbb28..f8225ae 100644 --- a/src/zr/volfeatures/volevents.inc +++ b/src/zr/volfeatures/volevents.inc @@ -7,7 +7,7 @@ * Type: Module * Description: Handles generic events for volumetric features. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/volfeatures/volfeatures.inc b/src/zr/volfeatures/volfeatures.inc index 437b02a..e47f92e 100644 --- a/src/zr/volfeatures/volfeatures.inc +++ b/src/zr/volfeatures/volfeatures.inc @@ -7,7 +7,7 @@ * Type: Module * Description: Volumetric feature manager. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/volfeatures/volgenericattributes.inc b/src/zr/volfeatures/volgenericattributes.inc index 3632b1d..ee97a8d 100644 --- a/src/zr/volfeatures/volgenericattributes.inc +++ b/src/zr/volfeatures/volgenericattributes.inc @@ -7,7 +7,7 @@ * Type: Module * Description: Functions for getting or setting general volume attributes. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/volfeatures/voltools.inc b/src/zr/volfeatures/voltools.inc index 685bf82..8b4d893 100644 --- a/src/zr/volfeatures/voltools.inc +++ b/src/zr/volfeatures/voltools.inc @@ -7,7 +7,7 @@ * Type: Module * Description: Provides functions for managing volumes. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/weapons/menu_weapons.inc b/src/zr/weapons/menu_weapons.inc index cc1a9df..b5f6723 100644 --- a/src/zr/weapons/menu_weapons.inc +++ b/src/zr/weapons/menu_weapons.inc @@ -7,7 +7,7 @@ * Type: Core * Description: Handles weapons management menu. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/weapons/restrict.inc b/src/zr/weapons/restrict.inc index c16bb2b..b7676f1 100644 --- a/src/zr/weapons/restrict.inc +++ b/src/zr/weapons/restrict.inc @@ -7,7 +7,7 @@ * Type: Core * Description: Weapon restriction system. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/weapons/weaponalpha.inc b/src/zr/weapons/weaponalpha.inc index 2db8ce8..6aea2b0 100644 --- a/src/zr/weapons/weaponalpha.inc +++ b/src/zr/weapons/weaponalpha.inc @@ -7,7 +7,7 @@ * Type: Core * Description: Weapon alpha functions, and alpha updating on drop/pickup. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/weapons/weaponammo.inc b/src/zr/weapons/weaponammo.inc index f07f84a..d5a9392 100644 --- a/src/zr/weapons/weaponammo.inc +++ b/src/zr/weapons/weaponammo.inc @@ -7,7 +7,7 @@ * Type: Core * Description: API for all weaponammo-related functions. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/weapons/weapons.inc b/src/zr/weapons/weapons.inc index 87fde19..61ec568 100644 --- a/src/zr/weapons/weapons.inc +++ b/src/zr/weapons/weapons.inc @@ -7,7 +7,7 @@ * Type: Core * Description: API for all weapon-related functions. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/weapons/zmarket.inc b/src/zr/weapons/zmarket.inc index cd357a7..038037c 100644 --- a/src/zr/weapons/zmarket.inc +++ b/src/zr/weapons/zmarket.inc @@ -7,7 +7,7 @@ * Type: Module * Description: ZMarket module, provides menu of weapons to buy from. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/zadmin.inc b/src/zr/zadmin.inc index b0a91d4..b5f11ff 100644 --- a/src/zr/zadmin.inc +++ b/src/zr/zadmin.inc @@ -7,7 +7,7 @@ * Type: Core * Description: Handle admin functions and menus. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/zcookies.inc b/src/zr/zcookies.inc index 3daefae..2c64bda 100644 --- a/src/zr/zcookies.inc +++ b/src/zr/zcookies.inc @@ -7,7 +7,7 @@ * Type: Module * Description: ZCookies module, allows clients to modify their ZR cookies via menu. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/zhp.inc b/src/zr/zhp.inc index b58b560..4d01839 100644 --- a/src/zr/zhp.inc +++ b/src/zr/zhp.inc @@ -7,7 +7,7 @@ * Type: Module * Description: Displays HP to zombies. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/zombiereloaded.inc b/src/zr/zombiereloaded.inc index 59f096e..9160916 100644 --- a/src/zr/zombiereloaded.inc +++ b/src/zr/zombiereloaded.inc @@ -7,7 +7,7 @@ * Type: Core * Description: General plugin functions and defines. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/zspawn.inc b/src/zr/zspawn.inc index ed11d21..3bbeec5 100644 --- a/src/zr/zspawn.inc +++ b/src/zr/zspawn.inc @@ -7,7 +7,7 @@ * Type: Module * Description: Handles zspawn command, spawns late-joining clients into the game. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/src/zr/ztele.inc b/src/zr/ztele.inc index 60ad87f..33e858b 100644 --- a/src/zr/ztele.inc +++ b/src/zr/ztele.inc @@ -7,7 +7,7 @@ * Type: Module * Description: ZTele handle functions. * - * Copyright (C) 2009 Greyscale, Richard Helgeby + * Copyright (C) 2009-2013 Greyscale, Richard Helgeby * * 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/updateversion.sh b/updateversion.sh index bc62cbc..9d43b92 100755 --- a/updateversion.sh +++ b/updateversion.sh @@ -21,13 +21,13 @@ fi ZR_VERSION_FILE="src/zr/hgversion.h.inc" ZR_PRODUCT_NAME="Zombie:Reloaded" -ZR_COPYRIGHT="Copyright (C) 2009-2012 Greyscale, Richard Helgeby" -ZR_BRANCH="zr-3.0-b2" +ZR_COPYRIGHT="Copyright (C) 2009-2013 Greyscale, Richard Helgeby" +ZR_BRANCH="zr-3.1" ZR_REVISION=$(hg id -n):$(hg id -i) if [ $ZR_UNOFFICIAL = "true" ] then - ZR_REVISION="Unofficial build - based on $ZR_REVISION" + ZR_REVISION="$ZR_REVISION+" fi ZR_LICENSE="GNU GPL, Version 3"