--- deliantra/server/lib/cf.pm 2017/08/30 14:18:51 1.623 +++ deliantra/server/lib/cf.pm 2018/11/17 23:40:02 1.624 @@ -1,6 +1,7 @@ # # This file is part of Deliantra, the Roguelike Realtime MMORPG. # +# Copyright (©) 2018 Marc Alexander Lehmann / the Deliantra team # Copyright (©) 2006,2007,2008,2009,2010,2011,2012 Marc Alexander Lehmann / Robin Redeker / the Deliantra team # # Deliantra is free software: you can redistribute it and/or modify it under @@ -3944,7 +3945,8 @@ cf::init_globals; # initialise logging LOG llevInfo, "Welcome to Deliantra, v" . VERSION; - LOG llevInfo, "Copyright (C) 2005-2012 Marc Alexander Lehmann / Robin Redeker / the Deliantra team."; + LOG llevInfo, "Copyright (C) 2017-2018 Marc Alexander Lehmann / the Deliantra team."; + LOG llevInfo, "Copyright (C) 2005-2016 Marc Alexander Lehmann / Robin Redeker / the Deliantra team."; LOG llevInfo, "Copyright (C) 1994 Mark Wedel."; LOG llevInfo, "Copyright (C) 1992 Frank Tore Johansen.";