diff --git a/src/achievements/achievement.cpp b/src/achievements/achievement.cpp index 739b681b4..f9e66d045 100644 --- a/src/achievements/achievement.cpp +++ b/src/achievements/achievement.cpp @@ -1,7 +1,7 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013-2014 Glenn De Jonghe -// 2014 Joerg Henrichs +// Copyright (C) 2013-2015 Glenn De Jonghe +// (C) 2014-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/achievements/achievement.hpp b/src/achievements/achievement.hpp index b127af293..a1618a2d4 100644 --- a/src/achievements/achievement.hpp +++ b/src/achievements/achievement.hpp @@ -1,7 +1,7 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013-2014 Glenn De Jonghe -// 2014 Joerg Henrichs +// Copyright (C) 2013-2015 Glenn De Jonghe +// (C) 2014-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/achievements/achievement_info.cpp b/src/achievements/achievement_info.cpp index d10e8e056..d732abe83 100644 --- a/src/achievements/achievement_info.cpp +++ b/src/achievements/achievement_info.cpp @@ -1,7 +1,7 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013-2014 Glenn De Jonghe -// 2014 Joerg Henrichs +// Copyright (C) 2013-2015 Glenn De Jonghe +// (C) 2014-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/achievements/achievement_info.hpp b/src/achievements/achievement_info.hpp index 677170b17..d79caa2d0 100644 --- a/src/achievements/achievement_info.hpp +++ b/src/achievements/achievement_info.hpp @@ -1,8 +1,7 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013-2014 Glenn De Jonghe -// 2014 Joerg Henrichs - +// Copyright (C) 2013-2015 Glenn De Jonghe +// (C) 2014-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/achievements/achievements_manager.cpp b/src/achievements/achievements_manager.cpp index de51c1e78..b5194854a 100644 --- a/src/achievements/achievements_manager.cpp +++ b/src/achievements/achievements_manager.cpp @@ -1,7 +1,7 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013-2014 Glenn De Jonghe -// 2014 Joerg Henrichs +// Copyright (C) 2013-2015 Glenn De Jonghe +// (C) 2014-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/achievements/achievements_manager.hpp b/src/achievements/achievements_manager.hpp index a9c8ab90a..c0520e154 100644 --- a/src/achievements/achievements_manager.hpp +++ b/src/achievements/achievements_manager.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 Glenn De Jonghe +// Copyright (C) 2013-2015 Glenn De Jonghe // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/achievements/achievements_status.cpp b/src/achievements/achievements_status.cpp index 4f59a3c17..bccf443d2 100644 --- a/src/achievements/achievements_status.cpp +++ b/src/achievements/achievements_status.cpp @@ -1,7 +1,7 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013-2014 Glenn De Jonghe -// 2014 Joerg Henrichs +// Copyright (C) 2013-2015 Glenn De Jonghe +// (C) 2014-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/achievements/achievements_status.hpp b/src/achievements/achievements_status.hpp index faf234fc7..34852fa26 100644 --- a/src/achievements/achievements_status.hpp +++ b/src/achievements/achievements_status.hpp @@ -1,7 +1,7 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013-2014 Glenn De Jonghe -// 2014 Joerg Henrichs +// Copyright (C) 2013-2015 Glenn De Jonghe +// (C) 2014-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/addons/addon.cpp b/src/addons/addon.cpp index 6f17829a9..2cb6ac259 100644 --- a/src/addons/addon.cpp +++ b/src/addons/addon.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 Lucas Baudin, Joerg Henrichs +// Copyright (C) 2010-2015 Lucas Baudin, Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/addons/addon.hpp b/src/addons/addon.hpp index 4a8b166e8..65ab7735d 100644 --- a/src/addons/addon.hpp +++ b/src/addons/addon.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 Lucas Baudin, Joerg Henrichs +// Copyright (C) 2010-2015 Lucas Baudin, Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/addons/addons_manager.cpp b/src/addons/addons_manager.cpp index f5f7e8d5f..add5fc813 100644 --- a/src/addons/addons_manager.cpp +++ b/src/addons/addons_manager.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 Lucas Baudin +// Copyright (C) 2010-2015 Lucas Baudin // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/addons/addons_manager.hpp b/src/addons/addons_manager.hpp index f78ce5bd9..2aa096e2d 100644 --- a/src/addons/addons_manager.hpp +++ b/src/addons/addons_manager.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 Lucas Baudin, Joerg Henrichs +// Copyright (C) 2010-2015 Lucas Baudin, Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/addons/news_manager.cpp b/src/addons/news_manager.cpp index 697ff211e..c89c84cef 100644 --- a/src/addons/news_manager.cpp +++ b/src/addons/news_manager.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2011-2013 Joerg Henrichs +// Copyright (C) 2011-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/addons/news_manager.hpp b/src/addons/news_manager.hpp index 264d7936a..e249a83a8 100644 --- a/src/addons/news_manager.hpp +++ b/src/addons/news_manager.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2011-2013 Joerg Henrichs +// Copyright (C) 2011-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/addons/zip.cpp b/src/addons/zip.cpp index 9b4fd5ff8..a0cca0983 100644 --- a/src/addons/zip.cpp +++ b/src/addons/zip.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 Lucas Baudin +// Copyright (C) 2010-2015 Lucas Baudin // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/addons/zip.hpp b/src/addons/zip.hpp index e78f515cc..dd2c20585 100644 --- a/src/addons/zip.hpp +++ b/src/addons/zip.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 Lucas Baudin +// Copyright (C) 2010-2015 Lucas Baudin // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/animations/animation_base.cpp b/src/animations/animation_base.cpp index 74f987d39..6936583f8 100644 --- a/src/animations/animation_base.cpp +++ b/src/animations/animation_base.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Joerg Henrichs +// Copyright (C) 2009-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/animations/animation_base.hpp b/src/animations/animation_base.hpp index 926f0578f..140738014 100644 --- a/src/animations/animation_base.hpp +++ b/src/animations/animation_base.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Joerg Henrichs +// Copyright (C) 2009-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/animations/ipo.cpp b/src/animations/ipo.cpp index 8e4331893..c810a024d 100644 --- a/src/animations/ipo.cpp +++ b/src/animations/ipo.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Joerg Henrichs +// Copyright (C) 2009-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/animations/ipo.hpp b/src/animations/ipo.hpp index a0a93eff4..fadff2028 100644 --- a/src/animations/ipo.hpp +++ b/src/animations/ipo.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Joerg Henrichs +// Copyright (C) 2009-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/animations/three_d_animation.cpp b/src/animations/three_d_animation.cpp index 324b392d5..5ec43df29 100644 --- a/src/animations/three_d_animation.cpp +++ b/src/animations/three_d_animation.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Joerg Henrichs +// Copyright (C) 2009-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/animations/three_d_animation.hpp b/src/animations/three_d_animation.hpp index 8d8bfe5e1..4ed22c08f 100644 --- a/src/animations/three_d_animation.hpp +++ b/src/animations/three_d_animation.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Joerg Henrichs +// Copyright (C) 2009-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/audio/dummy_sfx.hpp b/src/audio/dummy_sfx.hpp index 578eded7b..0b3c4ab46 100644 --- a/src/audio/dummy_sfx.hpp +++ b/src/audio/dummy_sfx.hpp @@ -1,7 +1,7 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006-2013 Patrick Ammann -// Copyright (C) 2008-2013 Joerg Henrichs, Patrick Ammann +// Copyright (C) 2006-2015 Patrick Ammann +// Copyright (C) 2008-2015 Joerg Henrichs, Patrick Ammann // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/audio/music.hpp b/src/audio/music.hpp index 8908d9e1e..a848fb6e5 100644 --- a/src/audio/music.hpp +++ b/src/audio/music.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006-2013 Patrick Ammann +// Copyright (C) 2006-2015 Patrick Ammann // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/audio/music_dummy.hpp b/src/audio/music_dummy.hpp index b88202847..c2a9dd70b 100644 --- a/src/audio/music_dummy.hpp +++ b/src/audio/music_dummy.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006-2013 Patrick Ammann +// Copyright (C) 2006-2015 Patrick Ammann // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/audio/music_information.cpp b/src/audio/music_information.cpp index c18a8ba01..a568880c2 100644 --- a/src/audio/music_information.cpp +++ b/src/audio/music_information.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2008-2013 Joerg Henrichs +// Copyright (C) 2008-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/audio/music_information.hpp b/src/audio/music_information.hpp index 7203451bc..868510d03 100644 --- a/src/audio/music_information.hpp +++ b/src/audio/music_information.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2008-2013 Joerg Henrichs +// Copyright (C) 2008-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/audio/music_manager.cpp b/src/audio/music_manager.cpp index db3cb3b9a..d009df0ac 100644 --- a/src/audio/music_manager.cpp +++ b/src/audio/music_manager.cpp @@ -1,7 +1,7 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006-2013 Patrick Ammann -// Copyright (C) 2008-2013 Patrick Ammann , Joerg Henrichs +// Copyright (C) 2006-2015 Patrick Ammann +// Copyright (C) 2008-2015 Patrick Ammann , Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/audio/music_manager.hpp b/src/audio/music_manager.hpp index a4c858b36..a66d15976 100644 --- a/src/audio/music_manager.hpp +++ b/src/audio/music_manager.hpp @@ -1,7 +1,7 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006-2013 Patrick Ammann -// Copyright (C) 2008-2013 Patrick Ammann , Joerg Henrichs +// Copyright (C) 2006-2015 Patrick Ammann +// Copyright (C) 2008-2015 Patrick Ammann , Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/audio/music_ogg.cpp b/src/audio/music_ogg.cpp index 77f5c6e0d..e184b4aea 100644 --- a/src/audio/music_ogg.cpp +++ b/src/audio/music_ogg.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2007-2013 Damien Morel +// Copyright (C) 2007-2015 Damien Morel // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/audio/music_ogg.hpp b/src/audio/music_ogg.hpp index 55127790c..822728584 100644 --- a/src/audio/music_ogg.hpp +++ b/src/audio/music_ogg.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2007-2013 Damien Morel +// Copyright (C) 2007-2015 Damien Morel // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/audio/sfx_base.hpp b/src/audio/sfx_base.hpp index eedc85b59..c95511bb6 100644 --- a/src/audio/sfx_base.hpp +++ b/src/audio/sfx_base.hpp @@ -1,7 +1,7 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006-2013 Patrick Ammann -// Copyright (C) 2008-2013 Joerg Henrichs, Patrick Ammann +// Copyright (C) 2006-2015 Patrick Ammann +// Copyright (C) 2008-2015 Joerg Henrichs, Patrick Ammann // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/audio/sfx_buffer.cpp b/src/audio/sfx_buffer.cpp index 3efa72e0d..070a76af7 100644 --- a/src/audio/sfx_buffer.cpp +++ b/src/audio/sfx_buffer.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 Marianne Gagnon +// Copyright (C) 2010-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/audio/sfx_buffer.hpp b/src/audio/sfx_buffer.hpp index e0583b67c..d2dd1f726 100644 --- a/src/audio/sfx_buffer.hpp +++ b/src/audio/sfx_buffer.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 Marianne Gagnon +// Copyright (C) 2010-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/audio/sfx_manager.cpp b/src/audio/sfx_manager.cpp index fc89bc5d5..31ba9f2d1 100644 --- a/src/audio/sfx_manager.cpp +++ b/src/audio/sfx_manager.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2008-2013 Joerg Henrichs +// Copyright (C) 2008-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/audio/sfx_manager.hpp b/src/audio/sfx_manager.hpp index a05b0df35..31447f546 100644 --- a/src/audio/sfx_manager.hpp +++ b/src/audio/sfx_manager.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2008-2013 Joerg Henrichs +// Copyright (C) 2008-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/audio/sfx_openal.cpp b/src/audio/sfx_openal.cpp index 2368185e5..3395b2333 100644 --- a/src/audio/sfx_openal.cpp +++ b/src/audio/sfx_openal.cpp @@ -1,8 +1,8 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2014 Joerg Henrichs -// Copyright (C) 2006-2014 Patrick Ammann -// Copyright (C) 2009-2014 Marianne Gagnon +// Copyright (C) 2014-2015 Joerg Henrichs +// Copyright (C) 2006-2015 Patrick Ammann +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/audio/sfx_openal.hpp b/src/audio/sfx_openal.hpp index 1642970b5..19d3adabb 100644 --- a/src/audio/sfx_openal.hpp +++ b/src/audio/sfx_openal.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006-2013 Patrick Ammann +// Copyright (C) 2006-2015 Patrick Ammann // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/challenges/challenge_data.cpp b/src/challenges/challenge_data.cpp index ee0f8e011..0301d0435 100644 --- a/src/challenges/challenge_data.cpp +++ b/src/challenges/challenge_data.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2008-2013 Joerg Henrichs +// Copyright (C) 2008-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/challenges/challenge_data.hpp b/src/challenges/challenge_data.hpp index 59e065b0a..5c9889f1f 100644 --- a/src/challenges/challenge_data.hpp +++ b/src/challenges/challenge_data.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2008-2013 Joerg Henrichs +// Copyright (C) 2008-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/challenges/challenge_status.cpp b/src/challenges/challenge_status.cpp index 71ce2548c..7b41e7b5f 100644 --- a/src/challenges/challenge_status.cpp +++ b/src/challenges/challenge_status.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2008-2013 Joerg Henrichs +// Copyright (C) 2008-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/challenges/challenge_status.hpp b/src/challenges/challenge_status.hpp index aa3ea0c42..9e69e73a9 100644 --- a/src/challenges/challenge_status.hpp +++ b/src/challenges/challenge_status.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2008-2013 Joerg Henrichs +// Copyright (C) 2008-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/challenges/story_mode_status.cpp b/src/challenges/story_mode_status.cpp index 73769d1d3..fcefad1dd 100644 --- a/src/challenges/story_mode_status.cpp +++ b/src/challenges/story_mode_status.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 SuperTuxKart-Team +// Copyright (C) 2010-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/challenges/story_mode_status.hpp b/src/challenges/story_mode_status.hpp index 784a43605..dab906b87 100644 --- a/src/challenges/story_mode_status.hpp +++ b/src/challenges/story_mode_status.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 SuperTuxKart-Team +// Copyright (C) 2010-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/challenges/unlock_manager.cpp b/src/challenges/unlock_manager.cpp index 2f4fb4d92..5a6501991 100644 --- a/src/challenges/unlock_manager.cpp +++ b/src/challenges/unlock_manager.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2008-2013 Joerg Henrichs +// Copyright (C) 2008-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/challenges/unlock_manager.hpp b/src/challenges/unlock_manager.hpp index d5834fbbd..781379ec7 100644 --- a/src/challenges/unlock_manager.hpp +++ b/src/challenges/unlock_manager.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2008-2013 Joerg Henrichs +// Copyright (C) 2008-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/config/hardware_stats.cpp b/src/config/hardware_stats.cpp index 900733b64..91c07f56c 100644 --- a/src/config/hardware_stats.cpp +++ b/src/config/hardware_stats.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2014 Joerg Henrichs +// Copyright (C) 2014-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -57,7 +57,7 @@ namespace HardwareStats // ---------------------------------------------------------------------------- /** Returns the amount of RAM in MB. - * (C) 2014 by Wildfire Games (0 A.D.), ported by Joerg Henrichs + * (C) 2014-2015 Wildfire Games (0 A.D.), ported by Joerg Henrichs */ int getRAM() { @@ -98,7 +98,7 @@ int getRAM() // ---------------------------------------------------------------------------- /** Returns the number of processors on the system. - * (C) 2014 by Wildfire Games (0 A.D.), ported by Joerg Henrichs + * (C) 2014-2015 Wildfire Games (0 A.D.), ported by Joerg Henrichs */ int getNumProcessors() { @@ -204,7 +204,7 @@ void determineOSVersion() #endif #ifdef WIN32 - // (C) 2014 by Wildfire Games (0 A.D.), ported by Joerg Henrichs. + // (C) 2014-2015 Wildfire Games (0 A.D.), ported by Joerg Henrichs. HKEY hKey; if (RegOpenKeyEx(HKEY_LOCAL_MACHINE, diff --git a/src/config/hardware_stats.hpp b/src/config/hardware_stats.hpp index 4c5ef321f..d2dfd0044 100644 --- a/src/config/hardware_stats.hpp +++ b/src/config/hardware_stats.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2014 Joerg Henrichs +// Copyright (C) 2014-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/config/player_manager.cpp b/src/config/player_manager.cpp index f1b84a52c..1495ff4e6 100644 --- a/src/config/player_manager.cpp +++ b/src/config/player_manager.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2012-2014 Joerg Henrichs +// Copyright (C) 2012-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/config/player_manager.hpp b/src/config/player_manager.hpp index a4a6e1f22..f11912534 100644 --- a/src/config/player_manager.hpp +++ b/src/config/player_manager.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2014 Joerg Henrichs +// Copyright (C) 2010-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/config/player_profile.cpp b/src/config/player_profile.cpp index e5df0c1ba..c934ee6d7 100644 --- a/src/config/player_profile.cpp +++ b/src/config/player_profile.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2012-2013 SuperTuxKart-Team +// Copyright (C) 2012-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/config/player_profile.hpp b/src/config/player_profile.hpp index 94868d35a..8cef55762 100644 --- a/src/config/player_profile.hpp +++ b/src/config/player_profile.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 SuperTuxKart-Team +// Copyright (C) 2010-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/config/saved_grand_prix.cpp b/src/config/saved_grand_prix.cpp index 0f808e642..779204f45 100644 --- a/src/config/saved_grand_prix.cpp +++ b/src/config/saved_grand_prix.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013-2013 SuperTuxKart-Team +// Copyright (C) 2013-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/config/saved_grand_prix.hpp b/src/config/saved_grand_prix.hpp index 84b494067..effb10190 100644 --- a/src/config/saved_grand_prix.hpp +++ b/src/config/saved_grand_prix.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 SuperTuxKart-Team +// Copyright (C) 2010-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/config/stk_config.cpp b/src/config/stk_config.cpp index 64ca6a914..1f5f756a0 100644 --- a/src/config/stk_config.cpp +++ b/src/config/stk_config.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006-2013 Joerg Henrichs +// Copyright (C) 2006-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/config/stk_config.hpp b/src/config/stk_config.hpp index ba3f45acf..c1825822a 100644 --- a/src/config/stk_config.hpp +++ b/src/config/stk_config.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006-2013 Joerg Henrichs +// Copyright (C) 2006-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/config/user_config.cpp b/src/config/user_config.cpp index a6c8b1988..40554f8b8 100644 --- a/src/config/user_config.cpp +++ b/src/config/user_config.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006-2013 SuperTuxKart-Team +// Copyright (C) 2006-2015 SuperTuxKart-Team // Modelled after Supertux's configfile.cpp // // This program is free software; you can redistribute it and/or diff --git a/src/config/user_config.hpp b/src/config/user_config.hpp index 7b4454a12..4ea5da5b7 100644 --- a/src/config/user_config.hpp +++ b/src/config/user_config.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006-2013 SuperTuxKart-Team +// Copyright (C) 2006-2015 SuperTuxKart-Team // Modelled after Supertux's configfile.h // // This program is free software; you can redistribute it and/or diff --git a/src/graphics/2dutils.hpp b/src/graphics/2dutils.hpp index 3ecffceeb..52f65f819 100644 --- a/src/graphics/2dutils.hpp +++ b/src/graphics/2dutils.hpp @@ -47,4 +47,4 @@ void draw2DVertexPrimitiveList(irr::video::ITexture *t, const void* vertices, void GL32_draw2DRectangle(irr::video::SColor color, const irr::core::rect& position, const irr::core::rect* clip = 0); -#endif \ No newline at end of file +#endif diff --git a/src/graphics/IBL.cpp b/src/graphics/IBL.cpp index 98e54ea40..5a733f21d 100644 --- a/src/graphics/IBL.cpp +++ b/src/graphics/IBL.cpp @@ -385,4 +385,4 @@ GLuint generateSpecularCubemap(GLuint probe) glBindFramebuffer(GL_FRAMEBUFFER, 0); glDeleteFramebuffers(1, &fbo); return cubemap_texture; -} \ No newline at end of file +} diff --git a/src/graphics/IBL.hpp b/src/graphics/IBL.hpp index f5f97e068..f9461dd7e 100644 --- a/src/graphics/IBL.hpp +++ b/src/graphics/IBL.hpp @@ -35,4 +35,4 @@ using the cubemap provided by CubemapFace. void SphericalHarmonics(Color *CubemapFace[6], size_t edge_size, float *blueSHCoeff, float *greenSHCoeff, float *redSHCoeff); GLuint generateSpecularCubemap(GLuint probe); -#endif \ No newline at end of file +#endif diff --git a/src/graphics/camera.cpp b/src/graphics/camera.cpp index c71cffcf1..058469486 100644 --- a/src/graphics/camera.cpp +++ b/src/graphics/camera.cpp @@ -1,7 +1,7 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004-2013 Steve Baker -// Copyright (C) 2006-2013 SuperTuxKart-Team, Steve Baker +// Copyright (C) 2004-2015 Steve Baker +// Copyright (C) 2006-2015 SuperTuxKart-Team, Steve Baker // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graphics/camera.hpp b/src/graphics/camera.hpp index 2b1811828..830b3b598 100644 --- a/src/graphics/camera.hpp +++ b/src/graphics/camera.hpp @@ -1,7 +1,7 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004-2013 Steve Baker -// Copyright (C) 2006-2013 SuperTuxKart-Team, Steve Baker +// Copyright (C) 2004-2015 Steve Baker +// Copyright (C) 2006-2015 SuperTuxKart-Team, Steve Baker // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graphics/central_settings.cpp b/src/graphics/central_settings.cpp index 8a5d61ee2..ede01d4d7 100644 --- a/src/graphics/central_settings.cpp +++ b/src/graphics/central_settings.cpp @@ -341,4 +341,4 @@ bool CentralVideoSettings::isESMEnabled() const bool CentralVideoSettings::isDefferedEnabled() const { return UserConfigParams::m_dynamic_lights && !GraphicsRestrictions::isDisabled(GraphicsRestrictions::GR_ADVANCED_PIPELINE); -} \ No newline at end of file +} diff --git a/src/graphics/central_settings.hpp b/src/graphics/central_settings.hpp index 6e3885dcd..dbde9c656 100644 --- a/src/graphics/central_settings.hpp +++ b/src/graphics/central_settings.hpp @@ -90,4 +90,4 @@ public: extern CentralVideoSettings* CVS; -#endif \ No newline at end of file +#endif diff --git a/src/graphics/explosion.cpp b/src/graphics/explosion.cpp index 3706d770d..eba0951ac 100644 --- a/src/graphics/explosion.cpp +++ b/src/graphics/explosion.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004-2013 Steve Baker +// Copyright (C) 2004-2015 Steve Baker // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graphics/explosion.hpp b/src/graphics/explosion.hpp index 251bb6735..4dbf2fdb3 100644 --- a/src/graphics/explosion.hpp +++ b/src/graphics/explosion.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004-2013 Steve Baker +// Copyright (C) 2004-2015 Steve Baker // Copyright (C) 2014-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or diff --git a/src/graphics/glwrap.cpp b/src/graphics/glwrap.cpp index 74297a009..c1e308bab 100644 --- a/src/graphics/glwrap.cpp +++ b/src/graphics/glwrap.cpp @@ -361,7 +361,7 @@ const std::string getGLExtensions() // ---------------------------------------------------------------------------- /** Adds GL limits to the json data structure. - * (C) 2014 by Wildfire Games (0 A.D.), ported by Joerg Henrichs + * (C) 2014-2015 Wildfire Games (0 A.D.), ported by Joerg Henrichs */ void getGLLimits(HardwareStats::Json *json) { diff --git a/src/graphics/graphics_restrictions.cpp b/src/graphics/graphics_restrictions.cpp index d656267c1..ac6e72031 100644 --- a/src/graphics/graphics_restrictions.cpp +++ b/src/graphics/graphics_restrictions.cpp @@ -1,512 +1,512 @@ -// -// SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2014 Joerg Henrichs -// -// 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, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - -#include "graphics/graphics_restrictions.hpp" - -#include "io/file_manager.hpp" -#include "io/xml_node.hpp" -#include "utils/log.hpp" -#include "utils/no_copy.hpp" -#include "utils/string_utils.hpp" -#include "utils/types.hpp" - -#include - -namespace GraphicsRestrictions -{ - - class Rule; - namespace Private - { - /** Stores for each grpahics restriction if it's enabled or not. */ - std::vector m_all_graphics_restriction; - - /** The list of names used in the XML file for the graphics - * restriction types. They must be in the same order as the types. */ - - char *m_names_of_restrictions[] = { - "UniformBufferObject", - "GeometryShader4", - "DrawIndirect", - "TextureView", - "TextureStorage", - "ImageLoadStore", - "BaseInstance", - "ComputeShader", - "ShaderStorageBufferObject", - "MultiDrawIndirect", - "ShaderAtomicCounters", - "BufferStorage", - "BindlessTexture", - "TextureCompressionS3TC", - "AMDVertexShaderLayer", - "DriverRecentEnough", - "HighDefinitionTextures", - "AdvancedPipeline", - "FramebufferSRGBWorking", - "GI", - }; - } // namespace Private - using namespace Private; - - /** Returns the graphics restrictions type for a string, or - * GR_COUNT if the name is not found. */ -GraphicsRestrictionsType getTypeForName(const std::string &name) -{ - unsigned int i = 0; - while (m_names_of_restrictions[i] != NULL) - { - if (name == m_names_of_restrictions[i]) - return (GraphicsRestrictionsType)i; - i++; - } - return GR_COUNT; -} // getTypeForName - -// ============================================================================ -/** A small utility class to manage and compare version tuples. - */ -class Version -{ -private: - /** The array containing the version number. */ - std::vector m_version; - - // ---------------------------------------------------------------------------- - /** Searches for the first number in the string, then converts the rest of the - * string into a tuple. E.g. "Build 12.34.56" --> [12,34,56]. - */ - void convertVersionString(const std::string &version) - { - std::string s = version; - std::string::iterator p = s.begin(); - while( (p !=s.end()) && ((*p<'0') || (*p>'9')) ) - p++; - s.erase(s.begin(), p); - m_version = StringUtils::splitToUInt(s, '.'); - } // convertVersionString - -public: - // ------------------------------------------------------------------------ - /** Dummy default constructor. */ - Version() {} - // ------------------------------------------------------------------------ - /** Simple constructor which takes a string with "." separated numbers. - */ - Version(const std::string &version) - { - convertVersionString(version); - } // Version(std::string) - - // ------------------------------------------------------------------------ - /** Create a version instance from the driver and car name. For example for - * an Intel HD3000 card the string is "3.1.0 - Build 9.17.10.3517" it would - * create [9,17,10,3517] - i.e. it takes the vendor info into account. - * \param driver_version The GL_VERSION string (i.e. opengl and version - * number). - * \param card_name The GL_RENDERER string (i.e. graphics card). - */ - Version(const std::string &driver_version, const std::string &card_name) - { - m_version.clear(); - - // Mesa needs to be tested first, otherwise (if testing for card name - // further down) it would be detected as a non-mesa driver. - if (driver_version.find("Mesa") != std::string::npos) - { - std::string driver; - // Try to force the driver name to be in a standard way by removing - // optional strings - driver = StringUtils::replace(driver_version, "-devel", ""); - driver = StringUtils::replace(driver, "(Core Profile) ", ""); - std::vector l = StringUtils::split(driver, ' '); - if (l.size() > 2) - { - // driver can be: "1.4 (3.0 Mesa 10.1.0)" --> l[3] must be used - if (l[2] != "Mesa") - convertVersionString(l[2]); - else - convertVersionString(l[3]); - return; - } - } - - // Intel card: driver version = "3.1.0 - Build 9.17.10.3517" - // --------------------------------------------------------- - if (StringUtils::startsWith(card_name, "Intel")) - { - std::vector s = StringUtils::split(driver_version, '-'); - if (s.size() == 2) - { - convertVersionString(s[1]); - return; - } - } - - // Nvidia: driver_version = "4.3.0 NVIDIA 340.58" - // ---------------------------------------------- - if (driver_version.find("NVIDIA") != std::string::npos) - { - std::vector s = StringUtils::split(driver_version, ' '); - if (s.size() == 3) - { - convertVersionString(s[2]); - return; - } - - } - - // ATI: some drivers use e.g.: "4.1 ATI-1.24.38" - if (driver_version.find("ATI-") != std::string::npos) - { - std::string driver; - // Try to force the driver name to be in a standard way by removing - // optional strings - driver = StringUtils::replace(driver_version, "ATI-", ""); - std::vector s = StringUtils::split(driver, ' '); - convertVersionString(s[1]); - return; - } - - // AMD: driver_version = "4.3.13283 Core Profile/Debug Context 14.501.1003.0" - // ---------------------------------------------- - if (card_name.find("AMD") != std::string::npos) - { - std::vector s = StringUtils::split(driver_version, ' '); - if (s.size() == 5) - { - convertVersionString(s[4]); - return; - } - - } - - // ATI: other drivers use "4.0.10188 Core Profile Context" - if (card_name.find("ATI") != std::string::npos) - { - std::vector s = StringUtils::split(driver_version, ' '); - convertVersionString(s[0]); - return; - } - - Log::warn("Graphics", "Can not find version for '%s' '%s' - ignored.", - driver_version.c_str(), card_name.c_str()); - - } // Version - - // ------------------------------------------------------------------------ - /** Compares two version numbers. Equal returns true if the elements are - * identical. - */ - bool operator== (const Version &other) const - { - if (m_version.size() != other.m_version.size()) return false; - for(unsigned int i=0; ioperator==(other); - } // operator!= - // ------------------------------------------------------------------------ - /** If *this < other. */ - bool operator< (const Version &other) const - { - unsigned int min_n = std::min(m_version.size(), other.m_version.size()); - for (unsigned int i = 0; i other.m_version[i]) return false; - if (m_version[i] < other.m_version[i]) return true; - } - if (m_version.size() >= other.m_version.size()) - return false; - else - return true; - } // operator< - // ------------------------------------------------------------------------ - /** If *this <= other. */ - bool operator<= (const Version &other) const - { - unsigned int min_n = std::min(m_version.size(), other.m_version.size()); - for (unsigned int i = 0; i other.m_version[i]) return false; - if (m_version[i] < other.m_version[i]) return true; - } - if (m_version.size() > other.m_version.size()) - return false; - else - return true; - } // operator<= - -}; // class Version -// ============================================================================ -class Rule : public NoCopy -{ -private: - /** Operators to test for a card. */ - enum {CARD_IS, CARD_CONTAINS} m_card_test; - - /** Name of the card for which this rule applies. */ - std::string m_card_name; - - /** Operators to test version numbers with. */ - enum {VERSION_IGNORE, VERSION_EQUAL, VERSION_LESS, - VERSION_LESS_EQUAL} m_version_test; - - /** Driver version for which this rule applies. */ - Version m_driver_version; - - /** For which OS this rule applies. */ - std::string m_os; - - /** Which options to disable. */ - std::vector m_disable_options; -public: - Rule(const XMLNode *rule) - { - m_version_test = VERSION_IGNORE; - if(rule->get("is", &m_card_name)) - { - m_card_test = CARD_IS; - } - else if(rule->get("contains", &m_card_name)) - { - m_card_test = CARD_CONTAINS; - } - - rule->get("os", &m_os); - - std::string s; - if(rule->get("version", &s) && s.size()>1) - { - if(s.substr(0, 2)=="<=") - { - m_version_test = VERSION_LESS_EQUAL; - s = s.substr(2, s.size()); - } - else if(s[0]=='<') - { - m_version_test = VERSION_LESS; - s.erase(s.begin()); - } - else if(s[0]=='=') - { - m_version_test = VERSION_EQUAL; - s.erase(s.begin()); - } - else - { - Log::warn("Graphics", "Invalid verison '%s' found - ignored.", - s.c_str()); - } - m_driver_version = Version(s); - } // has version - - if(rule->get("disable", &s)) - m_disable_options = StringUtils::split(s, ' '); - } // Rule - // ------------------------------------------------------------------------ - bool applies(const std::string &card, const Version &version) const - { - // Test for OS - // ----------- - if(m_os.size()>0) - { -#ifdef __linux__ - if(m_os!="linux") return false; -#endif -#ifdef WIN32 - if(m_os!="windows") return false; -#endif -#ifdef __APPLE__ - if(m_os!="osx") return false; -#endif -#ifdef BSD - if(m_os!="bsd") return false; -#endif - } // m_os.size()>0 - - // Test for card - // ------------- - switch(m_card_test) - { - case CARD_IS: - if(card!=m_card_name) return false; - break; - case CARD_CONTAINS: - if(card.find(m_card_name)==std::string::npos) - return false; - break; - } // switch m_card_test - - // Test for driver version - // ----------------------- - switch(m_version_test) - { - case VERSION_IGNORE: break; // always true - case VERSION_EQUAL: if(!(version==m_driver_version)) return false; - break; - case VERSION_LESS_EQUAL: - if (!(version <= m_driver_version)) return false; - break; - case VERSION_LESS: - if (!(version < m_driver_version )) return false; - break; - } // switch m_version_test - return true; - // ----------------------------------------------- - } // applies - - // ------------------------------------------------------------------------ - /** Returns a list of options to disable. */ - const std::vector& getRestrictions() const - { - return m_disable_options; - } // getRestrictions - // ------------------------------------------------------------------------ -}; // class Rule - -// ============================================================================ -/** Very rudimentary and brute unit testing. Better than nothing :P - */ -void unitTesting() -{ - assert(Version("1") == Version("1")); - assert(Version("1") != Version("2")); - assert(Version("1") <= Version("2")); - assert(Version("1") < Version("2")); - assert(Version("1.2.3") < Version("2")); - assert(Version("1.2.3") < Version("1.3")); - assert(Version("1.2.3") < Version("1.2.4")); - assert(Version("1.2.3") < Version("1.2.3.1")); - assert(Version("1.2.3") <= Version("2")); - assert(Version("1.2.3") <= Version("1.3")); - assert(Version("1.2.3") <= Version("1.2.4")); - assert(Version("1.2.3") <= Version("1.2.3.1")); - assert(Version("1.2.3") <= Version("1.2.3")); - assert(Version("1.2.3") == Version("1.2.3")); - assert(Version("10.3") < Version("10.3.2")); - assert(Version("10.3") <= Version("10.3.2")); - assert(!(Version("10.3.2") < Version("10.3"))); - assert(!(Version("10.3.2") <= Version("10.3"))); - assert(Version("3.3 NVIDIA-10.0.19 310.90.10.05b1", - "NVIDIA GeForce GTX 680MX OpenGL Engine") - == Version("310.90.10.5") ); - - assert(Version("4.1 NVIDIA-10.0.43 310.41.05f01", - "NVIDIA GeForce GTX 780M OpenGL Engine") - == Version("310.41.05")); - - assert(Version("3.1 (Core Profile) Mesa 10.3.0", - "Mesa DRI Mobile Intel\u00ae GM45 Express Chipset") - == Version("10.3.0") ); - assert(Version("3.3 (Core Profile) Mesa 10.5.0-devel", - "Gallium 0.4 on NVC1") - == Version("10.5.0") ); - assert(Version("3.3 (Core Profile) Mesa 10.5.0-devel", - "Mesa DRI Intel(R) Sandybridge Mobile") - == Version("10.5.0") ); - assert(Version("2.1 Mesa 10.5.0-devel (git-82e919d)", - "Gallium 0.4 on i915 (chipse)") - == Version("10.5.0") ); - assert(Version("1.4 (3.0 Mesa 10.1.0)", - "Mesa DRI Intel(R) Ivybridge Mobile") - == Version("10.1.0")); - assert(Version("4.3.13283 Core Profile Context 14.501.1003.0", - "AMD Radeon R9 200 Series") - == Version("14.501.1003.0")); - assert(Version("4.0.10188 Core Profile Context", - "ATI Radeon HD 5400 Series") - == Version("4.0.10188")); - assert(Version("4.1 ATI-1.24.38", "AMD Radeon HD 6970M OpenGL Engine") - == Version("1.24.38")); - -} // unitTesting - -// ---------------------------------------------------------------------------- -/** Reads in the graphical restriction file. - * \param driver_version The GL_VERSION string (i.e. opengl and version - * number). - * \param card_name The GL_RENDERER string (i.e. graphics card). - */ -void init(const std::string &driver_version, - const std::string &card_name) -{ - for (unsigned int i = 0; i < GR_COUNT; i++) - m_all_graphics_restriction.push_back(false); - - std::string filename = - file_manager->getUserConfigFile("graphical_restrictions.xml"); - if (!file_manager->fileExists(filename)) - filename = file_manager->getAsset("graphical_restrictions.xml"); - const XMLNode *rules = file_manager->createXMLTree(filename); - if (!rules) - { - Log::warn("Graphics", "Could not find graphical_restrictions.xm"); - return; - } - if (rules->getName() != "graphical-restrictions") - { - delete rules; - Log::warn("Graphics", "'%s' did not contain graphical-restrictions tag", - filename.c_str()); - return; - } - - Version version(driver_version, card_name); - for (unsigned int i = 0; igetNumNodes(); i++) - { - const XMLNode *xml_rule = rules->getNode(i); - if (xml_rule->getName() != "card") - { - Log::warn("Graphics", "Incorrect node '%s' found in '%s' - ignored.", - xml_rule->getName().c_str(), filename.c_str()); - continue; - } - Rule rule(xml_rule); - if (rule.applies(card_name, version)) - { - std::vector restrictions = rule.getRestrictions(); - std::vector::iterator p; - for (p = restrictions.begin(); p != restrictions.end(); p++) - { - GraphicsRestrictionsType t = getTypeForName(*p); - if (t != GR_COUNT) - m_all_graphics_restriction[t] = true; - } // for p in rules - } // if m_all_rules[i].applies() - } - delete rules; -} // init - -// ---------------------------------------------------------------------------- -/** Returns if the specified graphics restriction is defined. - * \param type The graphical restriction to tes.t - */ -bool isDisabled(GraphicsRestrictionsType type) -{ - return m_all_graphics_restriction[type]; -} // isDisabled - -} // namespace HardwareStats +// +// SuperTuxKart - a fun racing game with go-kart +// Copyright (C) 2014-2015 Joerg Henrichs +// +// 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, write to the Free Software +// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +#include "graphics/graphics_restrictions.hpp" + +#include "io/file_manager.hpp" +#include "io/xml_node.hpp" +#include "utils/log.hpp" +#include "utils/no_copy.hpp" +#include "utils/string_utils.hpp" +#include "utils/types.hpp" + +#include + +namespace GraphicsRestrictions +{ + + class Rule; + namespace Private + { + /** Stores for each grpahics restriction if it's enabled or not. */ + std::vector m_all_graphics_restriction; + + /** The list of names used in the XML file for the graphics + * restriction types. They must be in the same order as the types. */ + + char *m_names_of_restrictions[] = { + "UniformBufferObject", + "GeometryShader4", + "DrawIndirect", + "TextureView", + "TextureStorage", + "ImageLoadStore", + "BaseInstance", + "ComputeShader", + "ShaderStorageBufferObject", + "MultiDrawIndirect", + "ShaderAtomicCounters", + "BufferStorage", + "BindlessTexture", + "TextureCompressionS3TC", + "AMDVertexShaderLayer", + "DriverRecentEnough", + "HighDefinitionTextures", + "AdvancedPipeline", + "FramebufferSRGBWorking", + "GI", + }; + } // namespace Private + using namespace Private; + + /** Returns the graphics restrictions type for a string, or + * GR_COUNT if the name is not found. */ +GraphicsRestrictionsType getTypeForName(const std::string &name) +{ + unsigned int i = 0; + while (m_names_of_restrictions[i] != NULL) + { + if (name == m_names_of_restrictions[i]) + return (GraphicsRestrictionsType)i; + i++; + } + return GR_COUNT; +} // getTypeForName + +// ============================================================================ +/** A small utility class to manage and compare version tuples. + */ +class Version +{ +private: + /** The array containing the version number. */ + std::vector m_version; + + // ---------------------------------------------------------------------------- + /** Searches for the first number in the string, then converts the rest of the + * string into a tuple. E.g. "Build 12.34.56" --> [12,34,56]. + */ + void convertVersionString(const std::string &version) + { + std::string s = version; + std::string::iterator p = s.begin(); + while( (p !=s.end()) && ((*p<'0') || (*p>'9')) ) + p++; + s.erase(s.begin(), p); + m_version = StringUtils::splitToUInt(s, '.'); + } // convertVersionString + +public: + // ------------------------------------------------------------------------ + /** Dummy default constructor. */ + Version() {} + // ------------------------------------------------------------------------ + /** Simple constructor which takes a string with "." separated numbers. + */ + Version(const std::string &version) + { + convertVersionString(version); + } // Version(std::string) + + // ------------------------------------------------------------------------ + /** Create a version instance from the driver and car name. For example for + * an Intel HD3000 card the string is "3.1.0 - Build 9.17.10.3517" it would + * create [9,17,10,3517] - i.e. it takes the vendor info into account. + * \param driver_version The GL_VERSION string (i.e. opengl and version + * number). + * \param card_name The GL_RENDERER string (i.e. graphics card). + */ + Version(const std::string &driver_version, const std::string &card_name) + { + m_version.clear(); + + // Mesa needs to be tested first, otherwise (if testing for card name + // further down) it would be detected as a non-mesa driver. + if (driver_version.find("Mesa") != std::string::npos) + { + std::string driver; + // Try to force the driver name to be in a standard way by removing + // optional strings + driver = StringUtils::replace(driver_version, "-devel", ""); + driver = StringUtils::replace(driver, "(Core Profile) ", ""); + std::vector l = StringUtils::split(driver, ' '); + if (l.size() > 2) + { + // driver can be: "1.4 (3.0 Mesa 10.1.0)" --> l[3] must be used + if (l[2] != "Mesa") + convertVersionString(l[2]); + else + convertVersionString(l[3]); + return; + } + } + + // Intel card: driver version = "3.1.0 - Build 9.17.10.3517" + // --------------------------------------------------------- + if (StringUtils::startsWith(card_name, "Intel")) + { + std::vector s = StringUtils::split(driver_version, '-'); + if (s.size() == 2) + { + convertVersionString(s[1]); + return; + } + } + + // Nvidia: driver_version = "4.3.0 NVIDIA 340.58" + // ---------------------------------------------- + if (driver_version.find("NVIDIA") != std::string::npos) + { + std::vector s = StringUtils::split(driver_version, ' '); + if (s.size() == 3) + { + convertVersionString(s[2]); + return; + } + + } + + // ATI: some drivers use e.g.: "4.1 ATI-1.24.38" + if (driver_version.find("ATI-") != std::string::npos) + { + std::string driver; + // Try to force the driver name to be in a standard way by removing + // optional strings + driver = StringUtils::replace(driver_version, "ATI-", ""); + std::vector s = StringUtils::split(driver, ' '); + convertVersionString(s[1]); + return; + } + + // AMD: driver_version = "4.3.13283 Core Profile/Debug Context 14.501.1003.0" + // ---------------------------------------------- + if (card_name.find("AMD") != std::string::npos) + { + std::vector s = StringUtils::split(driver_version, ' '); + if (s.size() == 5) + { + convertVersionString(s[4]); + return; + } + + } + + // ATI: other drivers use "4.0.10188 Core Profile Context" + if (card_name.find("ATI") != std::string::npos) + { + std::vector s = StringUtils::split(driver_version, ' '); + convertVersionString(s[0]); + return; + } + + Log::warn("Graphics", "Can not find version for '%s' '%s' - ignored.", + driver_version.c_str(), card_name.c_str()); + + } // Version + + // ------------------------------------------------------------------------ + /** Compares two version numbers. Equal returns true if the elements are + * identical. + */ + bool operator== (const Version &other) const + { + if (m_version.size() != other.m_version.size()) return false; + for(unsigned int i=0; ioperator==(other); + } // operator!= + // ------------------------------------------------------------------------ + /** If *this < other. */ + bool operator< (const Version &other) const + { + unsigned int min_n = std::min(m_version.size(), other.m_version.size()); + for (unsigned int i = 0; i other.m_version[i]) return false; + if (m_version[i] < other.m_version[i]) return true; + } + if (m_version.size() >= other.m_version.size()) + return false; + else + return true; + } // operator< + // ------------------------------------------------------------------------ + /** If *this <= other. */ + bool operator<= (const Version &other) const + { + unsigned int min_n = std::min(m_version.size(), other.m_version.size()); + for (unsigned int i = 0; i other.m_version[i]) return false; + if (m_version[i] < other.m_version[i]) return true; + } + if (m_version.size() > other.m_version.size()) + return false; + else + return true; + } // operator<= + +}; // class Version +// ============================================================================ +class Rule : public NoCopy +{ +private: + /** Operators to test for a card. */ + enum {CARD_IS, CARD_CONTAINS} m_card_test; + + /** Name of the card for which this rule applies. */ + std::string m_card_name; + + /** Operators to test version numbers with. */ + enum {VERSION_IGNORE, VERSION_EQUAL, VERSION_LESS, + VERSION_LESS_EQUAL} m_version_test; + + /** Driver version for which this rule applies. */ + Version m_driver_version; + + /** For which OS this rule applies. */ + std::string m_os; + + /** Which options to disable. */ + std::vector m_disable_options; +public: + Rule(const XMLNode *rule) + { + m_version_test = VERSION_IGNORE; + if(rule->get("is", &m_card_name)) + { + m_card_test = CARD_IS; + } + else if(rule->get("contains", &m_card_name)) + { + m_card_test = CARD_CONTAINS; + } + + rule->get("os", &m_os); + + std::string s; + if(rule->get("version", &s) && s.size()>1) + { + if(s.substr(0, 2)=="<=") + { + m_version_test = VERSION_LESS_EQUAL; + s = s.substr(2, s.size()); + } + else if(s[0]=='<') + { + m_version_test = VERSION_LESS; + s.erase(s.begin()); + } + else if(s[0]=='=') + { + m_version_test = VERSION_EQUAL; + s.erase(s.begin()); + } + else + { + Log::warn("Graphics", "Invalid verison '%s' found - ignored.", + s.c_str()); + } + m_driver_version = Version(s); + } // has version + + if(rule->get("disable", &s)) + m_disable_options = StringUtils::split(s, ' '); + } // Rule + // ------------------------------------------------------------------------ + bool applies(const std::string &card, const Version &version) const + { + // Test for OS + // ----------- + if(m_os.size()>0) + { +#ifdef __linux__ + if(m_os!="linux") return false; +#endif +#ifdef WIN32 + if(m_os!="windows") return false; +#endif +#ifdef __APPLE__ + if(m_os!="osx") return false; +#endif +#ifdef BSD + if(m_os!="bsd") return false; +#endif + } // m_os.size()>0 + + // Test for card + // ------------- + switch(m_card_test) + { + case CARD_IS: + if(card!=m_card_name) return false; + break; + case CARD_CONTAINS: + if(card.find(m_card_name)==std::string::npos) + return false; + break; + } // switch m_card_test + + // Test for driver version + // ----------------------- + switch(m_version_test) + { + case VERSION_IGNORE: break; // always true + case VERSION_EQUAL: if(!(version==m_driver_version)) return false; + break; + case VERSION_LESS_EQUAL: + if (!(version <= m_driver_version)) return false; + break; + case VERSION_LESS: + if (!(version < m_driver_version )) return false; + break; + } // switch m_version_test + return true; + // ----------------------------------------------- + } // applies + + // ------------------------------------------------------------------------ + /** Returns a list of options to disable. */ + const std::vector& getRestrictions() const + { + return m_disable_options; + } // getRestrictions + // ------------------------------------------------------------------------ +}; // class Rule + +// ============================================================================ +/** Very rudimentary and brute unit testing. Better than nothing :P + */ +void unitTesting() +{ + assert(Version("1") == Version("1")); + assert(Version("1") != Version("2")); + assert(Version("1") <= Version("2")); + assert(Version("1") < Version("2")); + assert(Version("1.2.3") < Version("2")); + assert(Version("1.2.3") < Version("1.3")); + assert(Version("1.2.3") < Version("1.2.4")); + assert(Version("1.2.3") < Version("1.2.3.1")); + assert(Version("1.2.3") <= Version("2")); + assert(Version("1.2.3") <= Version("1.3")); + assert(Version("1.2.3") <= Version("1.2.4")); + assert(Version("1.2.3") <= Version("1.2.3.1")); + assert(Version("1.2.3") <= Version("1.2.3")); + assert(Version("1.2.3") == Version("1.2.3")); + assert(Version("10.3") < Version("10.3.2")); + assert(Version("10.3") <= Version("10.3.2")); + assert(!(Version("10.3.2") < Version("10.3"))); + assert(!(Version("10.3.2") <= Version("10.3"))); + assert(Version("3.3 NVIDIA-10.0.19 310.90.10.05b1", + "NVIDIA GeForce GTX 680MX OpenGL Engine") + == Version("310.90.10.5") ); + + assert(Version("4.1 NVIDIA-10.0.43 310.41.05f01", + "NVIDIA GeForce GTX 780M OpenGL Engine") + == Version("310.41.05")); + + assert(Version("3.1 (Core Profile) Mesa 10.3.0", + "Mesa DRI Mobile Intel\u00ae GM45 Express Chipset") + == Version("10.3.0") ); + assert(Version("3.3 (Core Profile) Mesa 10.5.0-devel", + "Gallium 0.4 on NVC1") + == Version("10.5.0") ); + assert(Version("3.3 (Core Profile) Mesa 10.5.0-devel", + "Mesa DRI Intel(R) Sandybridge Mobile") + == Version("10.5.0") ); + assert(Version("2.1 Mesa 10.5.0-devel (git-82e919d)", + "Gallium 0.4 on i915 (chipse)") + == Version("10.5.0") ); + assert(Version("1.4 (3.0 Mesa 10.1.0)", + "Mesa DRI Intel(R) Ivybridge Mobile") + == Version("10.1.0")); + assert(Version("4.3.13283 Core Profile Context 14.501.1003.0", + "AMD Radeon R9 200 Series") + == Version("14.501.1003.0")); + assert(Version("4.0.10188 Core Profile Context", + "ATI Radeon HD 5400 Series") + == Version("4.0.10188")); + assert(Version("4.1 ATI-1.24.38", "AMD Radeon HD 6970M OpenGL Engine") + == Version("1.24.38")); + +} // unitTesting + +// ---------------------------------------------------------------------------- +/** Reads in the graphical restriction file. + * \param driver_version The GL_VERSION string (i.e. opengl and version + * number). + * \param card_name The GL_RENDERER string (i.e. graphics card). + */ +void init(const std::string &driver_version, + const std::string &card_name) +{ + for (unsigned int i = 0; i < GR_COUNT; i++) + m_all_graphics_restriction.push_back(false); + + std::string filename = + file_manager->getUserConfigFile("graphical_restrictions.xml"); + if (!file_manager->fileExists(filename)) + filename = file_manager->getAsset("graphical_restrictions.xml"); + const XMLNode *rules = file_manager->createXMLTree(filename); + if (!rules) + { + Log::warn("Graphics", "Could not find graphical_restrictions.xm"); + return; + } + if (rules->getName() != "graphical-restrictions") + { + delete rules; + Log::warn("Graphics", "'%s' did not contain graphical-restrictions tag", + filename.c_str()); + return; + } + + Version version(driver_version, card_name); + for (unsigned int i = 0; igetNumNodes(); i++) + { + const XMLNode *xml_rule = rules->getNode(i); + if (xml_rule->getName() != "card") + { + Log::warn("Graphics", "Incorrect node '%s' found in '%s' - ignored.", + xml_rule->getName().c_str(), filename.c_str()); + continue; + } + Rule rule(xml_rule); + if (rule.applies(card_name, version)) + { + std::vector restrictions = rule.getRestrictions(); + std::vector::iterator p; + for (p = restrictions.begin(); p != restrictions.end(); p++) + { + GraphicsRestrictionsType t = getTypeForName(*p); + if (t != GR_COUNT) + m_all_graphics_restriction[t] = true; + } // for p in rules + } // if m_all_rules[i].applies() + } + delete rules; +} // init + +// ---------------------------------------------------------------------------- +/** Returns if the specified graphics restriction is defined. + * \param type The graphical restriction to tes.t + */ +bool isDisabled(GraphicsRestrictionsType type) +{ + return m_all_graphics_restriction[type]; +} // isDisabled + +} // namespace HardwareStats diff --git a/src/graphics/graphics_restrictions.hpp b/src/graphics/graphics_restrictions.hpp index 908a0e03f..ab44ce92f 100644 --- a/src/graphics/graphics_restrictions.hpp +++ b/src/graphics/graphics_restrictions.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2014 Joerg Henrichs +// Copyright (C) 2014-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graphics/hit_effect.hpp b/src/graphics/hit_effect.hpp index e2ec5966a..cf07a7bb5 100644 --- a/src/graphics/hit_effect.hpp +++ b/src/graphics/hit_effect.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2011-2013 Joerg Henrichs +// Copyright (C) 2011-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graphics/hit_sfx.cpp b/src/graphics/hit_sfx.cpp index 1a1f45c58..5fe15a6e1 100644 --- a/src/graphics/hit_sfx.cpp +++ b/src/graphics/hit_sfx.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2011-2013 Joerg Henrichs +// Copyright (C) 2011-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graphics/hit_sfx.hpp b/src/graphics/hit_sfx.hpp index d7f7e2e5a..3386777a8 100644 --- a/src/graphics/hit_sfx.hpp +++ b/src/graphics/hit_sfx.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2011-2013 Joerg Henrichs +// Copyright (C) 2011-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graphics/irr_driver.cpp b/src/graphics/irr_driver.cpp index 3ac26bdd5..92608912a 100644 --- a/src/graphics/irr_driver.cpp +++ b/src/graphics/irr_driver.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Joerg Henrichs +// Copyright (C) 2009-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graphics/irr_driver.hpp b/src/graphics/irr_driver.hpp index 320cb106d..cc28d14ee 100644 --- a/src/graphics/irr_driver.hpp +++ b/src/graphics/irr_driver.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Joerg Henrichs +// Copyright (C) 2009-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graphics/large_mesh_buffer.hpp b/src/graphics/large_mesh_buffer.hpp index 034ef7b4e..0350b6c17 100644 --- a/src/graphics/large_mesh_buffer.hpp +++ b/src/graphics/large_mesh_buffer.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2002-2012 Nikolaus Gebhardt +// Copyright (C) 2002-2015 Nikolaus Gebhardt // This file is part of the "Irrlicht Engine". // For conditions of distribution and use, see copyright notice in irrlicht.h diff --git a/src/graphics/light.cpp b/src/graphics/light.cpp index 068809995..f3e7f1d5a 100644 --- a/src/graphics/light.cpp +++ b/src/graphics/light.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 Lauri Kasanen +// Copyright (C) 2013-2015 Lauri Kasanen // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graphics/light.hpp b/src/graphics/light.hpp index c3a830e30..c27cdff57 100644 --- a/src/graphics/light.hpp +++ b/src/graphics/light.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 Lauri Kasanen +// Copyright (C) 2013-2015 Lauri Kasanen // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graphics/lod_node.cpp b/src/graphics/lod_node.cpp index 8f94368c2..03be0ef1b 100644 --- a/src/graphics/lod_node.cpp +++ b/src/graphics/lod_node.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2011-2013 Marianne Gagnon +// Copyright (C) 2011-2015 Marianne Gagnon // based on code Copyright 2002-2010 Nikolaus Gebhardt // // This program is free software; you can redistribute it and/or diff --git a/src/graphics/lod_node.hpp b/src/graphics/lod_node.hpp index 8c349eb67..a9297fc4f 100644 --- a/src/graphics/lod_node.hpp +++ b/src/graphics/lod_node.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2011-2013 Marianne Gagnon +// Copyright (C) 2011-2015 Marianne Gagnon // based on code Copyright 2002-2010 Nikolaus Gebhardt // // This program is free software; you can redistribute it and/or diff --git a/src/graphics/material.cpp b/src/graphics/material.cpp index f6fbc3d00..bd0fcf3ca 100644 --- a/src/graphics/material.cpp +++ b/src/graphics/material.cpp @@ -1,7 +1,7 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004 Steve Baker -// Copyright (C) 2010-2013 Steve Baker, Joerg Henrichs +// Copyright (C) 2004-2015 Steve Baker +// Copyright (C) 2010-2015 Steve Baker, Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graphics/material.hpp b/src/graphics/material.hpp index bc7d08df5..692adfb57 100644 --- a/src/graphics/material.hpp +++ b/src/graphics/material.hpp @@ -1,7 +1,7 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004 Steve Baker -// Copyright (C) 2010-2013 Steve Baker, Joerg Henrichs +// Copyright (C) 2004-2015 Steve Baker +// Copyright (C) 2010-2015 Steve Baker, Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graphics/material_manager.cpp b/src/graphics/material_manager.cpp index c84a83e0a..7d63ce869 100644 --- a/src/graphics/material_manager.cpp +++ b/src/graphics/material_manager.cpp @@ -1,7 +1,7 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004-2013 Steve Baker -// Copyright (C) 2010-2013 Steve Baker, Joerg Henrichs +// Copyright (C) 2004-2015 Steve Baker +// Copyright (C) 2010-2015 Steve Baker, Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graphics/material_manager.hpp b/src/graphics/material_manager.hpp index f49af51aa..d791c9dcb 100644 --- a/src/graphics/material_manager.hpp +++ b/src/graphics/material_manager.hpp @@ -1,7 +1,7 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004-2013 Steve Baker -// Copyright (C) 2010-2013 Steve Baker, Joerg Henrichs +// Copyright (C) 2004-2015 Steve Baker +// Copyright (C) 2010-2015 Steve Baker, Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graphics/mesh_tools.cpp b/src/graphics/mesh_tools.cpp index 06ac222ba..0375677a5 100644 --- a/src/graphics/mesh_tools.cpp +++ b/src/graphics/mesh_tools.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Joerg Henrichs +// Copyright (C) 2009-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graphics/mesh_tools.hpp b/src/graphics/mesh_tools.hpp index 84bfa5555..e1e28076e 100644 --- a/src/graphics/mesh_tools.hpp +++ b/src/graphics/mesh_tools.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Joerg Henrichs +// Copyright (C) 2009-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graphics/moving_texture.cpp b/src/graphics/moving_texture.cpp index bb94203c6..71e1cdd7b 100644 --- a/src/graphics/moving_texture.cpp +++ b/src/graphics/moving_texture.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006-2013 Joerg Henrichs +// Copyright (C) 2006-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graphics/moving_texture.hpp b/src/graphics/moving_texture.hpp index dbce82e90..b3f7a15be 100644 --- a/src/graphics/moving_texture.hpp +++ b/src/graphics/moving_texture.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006-2013 Joerg Henrichs +// Copyright (C) 2006-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graphics/particle_emitter.cpp b/src/graphics/particle_emitter.cpp index 4a5e9f126..ecad6ece1 100644 --- a/src/graphics/particle_emitter.cpp +++ b/src/graphics/particle_emitter.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2011-2013 Joerg Henrichs, Marianne Gagnon +// Copyright (C) 2011-2015 Joerg Henrichs, Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graphics/particle_emitter.hpp b/src/graphics/particle_emitter.hpp index 4e360d5c9..c4842660d 100644 --- a/src/graphics/particle_emitter.hpp +++ b/src/graphics/particle_emitter.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2011-2013 Joerg Henrichs, Marianne Gagnon +// Copyright (C) 2011-2015 Joerg Henrichs, Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graphics/particle_kind.cpp b/src/graphics/particle_kind.cpp index a6f90301d..0833a55c8 100644 --- a/src/graphics/particle_kind.cpp +++ b/src/graphics/particle_kind.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2011-2013 Joerg Henrichs, Marianne Gagnon +// Copyright (C) 2011-2015 Joerg Henrichs, Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graphics/particle_kind.hpp b/src/graphics/particle_kind.hpp index 796d1b885..b708e1c8e 100644 --- a/src/graphics/particle_kind.hpp +++ b/src/graphics/particle_kind.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2011-2013 Joerg Henrichs, Marianne Gagnon +// Copyright (C) 2011-2015 Joerg Henrichs, Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graphics/particle_kind_manager.cpp b/src/graphics/particle_kind_manager.cpp index dfc6ccf30..e6406c935 100644 --- a/src/graphics/particle_kind_manager.cpp +++ b/src/graphics/particle_kind_manager.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2011-2013 Joerg Henrichs, Marianne Gagnon +// Copyright (C) 2011-2015 Joerg Henrichs, Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graphics/particle_kind_manager.hpp b/src/graphics/particle_kind_manager.hpp index ef7b7a2f5..55f55eac2 100644 --- a/src/graphics/particle_kind_manager.hpp +++ b/src/graphics/particle_kind_manager.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2011-2013 Marianne Gagnon +// Copyright (C) 2011-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graphics/per_camera_node.cpp b/src/graphics/per_camera_node.cpp index 6bccd7f41..ae8d71e3c 100644 --- a/src/graphics/per_camera_node.cpp +++ b/src/graphics/per_camera_node.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2011-2013 Marianne Gagnon +// Copyright (C) 2011-2015 Marianne Gagnon // based on code Copyright 2002-2010 Nikolaus Gebhardt // // This program is free software; you can redistribute it and/or diff --git a/src/graphics/per_camera_node.hpp b/src/graphics/per_camera_node.hpp index 1a7542af6..a0eff639b 100644 --- a/src/graphics/per_camera_node.hpp +++ b/src/graphics/per_camera_node.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2011-2013 Marianne Gagnon +// Copyright (C) 2011-2015 Marianne Gagnon // based on code Copyright 2002-2010 Nikolaus Gebhardt // // This program is free software; you can redistribute it and/or diff --git a/src/graphics/post_processing.cpp b/src/graphics/post_processing.cpp index 3ef55f656..ca27d13e7 100644 --- a/src/graphics/post_processing.cpp +++ b/src/graphics/post_processing.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2011-2013 the SuperTuxKart-Team +// Copyright (C) 2011-2015 the SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graphics/post_processing.hpp b/src/graphics/post_processing.hpp index 8933ae552..c5df89ff9 100644 --- a/src/graphics/post_processing.hpp +++ b/src/graphics/post_processing.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2011-2013 the SuperTuxKart-Team +// Copyright (C) 2011-2015 the SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graphics/referee.cpp b/src/graphics/referee.cpp index d4c0d85ff..4b60ddf53 100644 --- a/src/graphics/referee.cpp +++ b/src/graphics/referee.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2011-2013 Joerg Henrichs +// Copyright (C) 2011-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graphics/referee.hpp b/src/graphics/referee.hpp index 754d5ef86..c5348e5f1 100644 --- a/src/graphics/referee.hpp +++ b/src/graphics/referee.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2011-2013 Joerg Henrichs +// Copyright (C) 2011-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graphics/render.cpp b/src/graphics/render.cpp index c01fb6bd3..7f81098c5 100644 --- a/src/graphics/render.cpp +++ b/src/graphics/render.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009 Joerg Henrichs +// Copyright (C) 2009-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graphics/rtts.cpp b/src/graphics/rtts.cpp index 4af6d1d3c..7f0cf23c2 100644 --- a/src/graphics/rtts.cpp +++ b/src/graphics/rtts.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 Lauri Kasanen +// Copyright (C) 2013-2015 Lauri Kasanen // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graphics/shaders_util.hpp b/src/graphics/shaders_util.hpp index 31339b4df..533ac1626 100644 --- a/src/graphics/shaders_util.hpp +++ b/src/graphics/shaders_util.hpp @@ -617,4 +617,4 @@ public: SetTextureHandles_impl<0>(ids...); } }; -#endif \ No newline at end of file +#endif diff --git a/src/graphics/show_curve.cpp b/src/graphics/show_curve.cpp index 92b2f27a6..0d1860528 100644 --- a/src/graphics/show_curve.cpp +++ b/src/graphics/show_curve.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2012-2013 Joerg Henrichs +// Copyright (C) 2012-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graphics/show_curve.hpp b/src/graphics/show_curve.hpp index d3b63bf70..1c05f0e09 100644 --- a/src/graphics/show_curve.hpp +++ b/src/graphics/show_curve.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2012-2013 Joerg Henrichs +// Copyright (C) 2012-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graphics/skid_marks.cpp b/src/graphics/skid_marks.cpp index d6c7d602d..228ca3ad9 100644 --- a/src/graphics/skid_marks.cpp +++ b/src/graphics/skid_marks.cpp @@ -1,7 +1,7 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004-2013 Ingo Ruhnke -// Copyright (C) 2013-2013 Joerg Henrichs +// Copyright (C) 2004-2015 Ingo Ruhnke +// Copyright (C) 2013-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graphics/skid_marks.hpp b/src/graphics/skid_marks.hpp index 3f94e720d..0f92b491c 100644 --- a/src/graphics/skid_marks.hpp +++ b/src/graphics/skid_marks.hpp @@ -1,7 +1,7 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004-2013 Ingo Ruhnke -// Copyright (C) 2013-2013 Joerg Henrichs +// Copyright (C) 2004-2015 Ingo Ruhnke +// Copyright (C) 2013-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graphics/slip_stream.cpp b/src/graphics/slip_stream.cpp index 8c0b66022..57a9c61f3 100644 --- a/src/graphics/slip_stream.cpp +++ b/src/graphics/slip_stream.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 Joerg Henrichs +// Copyright (C) 2010-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graphics/slip_stream.hpp b/src/graphics/slip_stream.hpp index a51238057..0aa94a16a 100644 --- a/src/graphics/slip_stream.hpp +++ b/src/graphics/slip_stream.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 Joerg Henrichs +// Copyright (C) 2010-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graphics/stars.cpp b/src/graphics/stars.cpp index eabe7944d..e28095e4b 100644 --- a/src/graphics/stars.cpp +++ b/src/graphics/stars.cpp @@ -1,6 +1,6 @@ // SuperTuxKart - a fun racing game with go-kart // -// Copyright (C) 2012-2013 SuperTuxKart-Team +// Copyright (C) 2012-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graphics/stars.hpp b/src/graphics/stars.hpp index a100ee518..89cd33a2f 100644 --- a/src/graphics/stars.hpp +++ b/src/graphics/stars.hpp @@ -1,6 +1,6 @@ // SuperTuxKart - a fun racing game with go-kart // -// Copyright (C) 2012-2013 SuperTuxKart-Team +// Copyright (C) 2012-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graphics/stkscenemanager.cpp b/src/graphics/stkscenemanager.cpp index cefb212f6..0b76b8d6e 100644 --- a/src/graphics/stkscenemanager.cpp +++ b/src/graphics/stkscenemanager.cpp @@ -854,4 +854,4 @@ PROFILER_POP_CPU_MARKER(); if (CVS->supportsAsyncInstanceUpload()) glMemoryBarrier(GL_CLIENT_MAPPED_BUFFER_BARRIER_BIT); -} \ No newline at end of file +} diff --git a/src/graphics/sun.cpp b/src/graphics/sun.cpp index 2e257c71b..9481d760d 100644 --- a/src/graphics/sun.cpp +++ b/src/graphics/sun.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 Lauri Kasanen +// Copyright (C) 2013-2015 Lauri Kasanen // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graphics/sun.hpp b/src/graphics/sun.hpp index bac4a570f..245450e46 100644 --- a/src/graphics/sun.hpp +++ b/src/graphics/sun.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 Lauri Kasanen +// Copyright (C) 2013-2015 Lauri Kasanen // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graphics/texturemanager.cpp b/src/graphics/texturemanager.cpp index 4afe417d0..6a567f9f6 100644 --- a/src/graphics/texturemanager.cpp +++ b/src/graphics/texturemanager.cpp @@ -213,4 +213,4 @@ video::ITexture* getUnicolorTexture(const video::SColor &c) img->drop(); return tex; } -} \ No newline at end of file +} diff --git a/src/graphics/texturemanager.hpp b/src/graphics/texturemanager.hpp index f0d314fbb..afa82a4e5 100644 --- a/src/graphics/texturemanager.hpp +++ b/src/graphics/texturemanager.hpp @@ -30,4 +30,4 @@ void compressTexture(irr::video::ITexture *tex, bool srgb, bool premul_alpha = f bool loadCompressedTexture(const std::string& compressed_tex); void saveCompressedTexture(const std::string& compressed_tex); -#endif \ No newline at end of file +#endif diff --git a/src/graphics/vaomanager.hpp b/src/graphics/vaomanager.hpp index 2008f315e..e82235841 100644 --- a/src/graphics/vaomanager.hpp +++ b/src/graphics/vaomanager.hpp @@ -185,4 +185,4 @@ public: ~VAOManager(); }; -#endif \ No newline at end of file +#endif diff --git a/src/graphics/water.cpp b/src/graphics/water.cpp index 3ac11d981..03f23bb35 100644 --- a/src/graphics/water.cpp +++ b/src/graphics/water.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 Lauri Kasanen +// Copyright (C) 2013-2015 Lauri Kasanen // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graphics/water.hpp b/src/graphics/water.hpp index de378dab8..fe6f60b59 100644 --- a/src/graphics/water.hpp +++ b/src/graphics/water.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 Lauri Kasanen +// Copyright (C) 2013-2015 Lauri Kasanen // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graphics/weather.cpp b/src/graphics/weather.cpp index f0f1310b2..539b2bb32 100644 --- a/src/graphics/weather.cpp +++ b/src/graphics/weather.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2011-2013 Joerg Henrichs, Marianne Gagnon +// Copyright (C) 2011-2015 Joerg Henrichs, Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/graphics/weather.hpp b/src/graphics/weather.hpp index d6fb1b135..139e9bbf5 100644 --- a/src/graphics/weather.hpp +++ b/src/graphics/weather.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2011-2013 Joerg Henrichs, Marianne Gagnon +// Copyright (C) 2011-2015 Joerg Henrichs, Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/CGUISpriteBank.cpp b/src/guiengine/CGUISpriteBank.cpp index d255309e5..45b30070f 100644 --- a/src/guiengine/CGUISpriteBank.cpp +++ b/src/guiengine/CGUISpriteBank.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2002-2013 Nikolaus Gebhardt, modified by Marianne Gagnon +// Copyright (C) 2002-2015 Nikolaus Gebhardt, modified by Marianne Gagnon // This file is part of the "Irrlicht Engine". // For conditions of distribution and use, see copyright notice in irrlicht.h diff --git a/src/guiengine/CGUISpriteBank.hpp b/src/guiengine/CGUISpriteBank.hpp index 28a87fc3d..82ec6011e 100644 --- a/src/guiengine/CGUISpriteBank.hpp +++ b/src/guiengine/CGUISpriteBank.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2002-2009 Nikolaus Gebhardt, modified by Marianne Gagnon +// Copyright (C) 2002-2015 Nikolaus Gebhardt, modified by Marianne Gagnon // This file is part of the "Irrlicht Engine". // For conditions of distribution and use, see copyright notice in irrlicht.h diff --git a/src/guiengine/abstract_state_manager.cpp b/src/guiengine/abstract_state_manager.cpp index ae9f1a2ed..52cd17ec6 100644 --- a/src/guiengine/abstract_state_manager.cpp +++ b/src/guiengine/abstract_state_manager.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/abstract_state_manager.hpp b/src/guiengine/abstract_state_manager.hpp index 5198eb30d..cd5d4d5e4 100644 --- a/src/guiengine/abstract_state_manager.hpp +++ b/src/guiengine/abstract_state_manager.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 SuperTuxKart-Team +// Copyright (C) 2010-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/abstract_top_level_container.cpp b/src/guiengine/abstract_top_level_container.cpp index 332a45b40..cd504059f 100644 --- a/src/guiengine/abstract_top_level_container.cpp +++ b/src/guiengine/abstract_top_level_container.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 Marianne Gagnon +// Copyright (C) 2010-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/abstract_top_level_container.hpp b/src/guiengine/abstract_top_level_container.hpp index 15a278528..29bd8dea0 100644 --- a/src/guiengine/abstract_top_level_container.hpp +++ b/src/guiengine/abstract_top_level_container.hpp @@ -1,6 +1,6 @@ // SuperTuxKart - a fun racing game with go-kart // -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/dialog_queue.cpp b/src/guiengine/dialog_queue.cpp index 0a390f224..29f57174a 100644 --- a/src/guiengine/dialog_queue.cpp +++ b/src/guiengine/dialog_queue.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 Glenn De Jonghe +// Copyright (C) 2013-2015 Glenn De Jonghe // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/dialog_queue.hpp b/src/guiengine/dialog_queue.hpp index 1a8a51271..0ff1553bc 100644 --- a/src/guiengine/dialog_queue.hpp +++ b/src/guiengine/dialog_queue.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 Glenn De Jonghe +// Copyright (C) 2013-2015 Glenn De Jonghe // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/engine.cpp b/src/guiengine/engine.cpp index 37406b954..659afa306 100644 --- a/src/guiengine/engine.cpp +++ b/src/guiengine/engine.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 Marianne Gagnon +// Copyright (C) 2010-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/engine.hpp b/src/guiengine/engine.hpp index a1c869bd3..daca2333e 100644 --- a/src/guiengine/engine.hpp +++ b/src/guiengine/engine.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 Marianne Gagnon +// Copyright (C) 2010-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/event_handler.cpp b/src/guiengine/event_handler.cpp index 17125c82e..58b316b7b 100644 --- a/src/guiengine/event_handler.cpp +++ b/src/guiengine/event_handler.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 Marianne Gagnon +// Copyright (C) 2010-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/event_handler.hpp b/src/guiengine/event_handler.hpp index be31df84f..221701897 100644 --- a/src/guiengine/event_handler.hpp +++ b/src/guiengine/event_handler.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 Marianne Gagnon +// Copyright (C) 2010-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/layout_manager.cpp b/src/guiengine/layout_manager.cpp index 458c17b7d..c91ec10be 100644 --- a/src/guiengine/layout_manager.cpp +++ b/src/guiengine/layout_manager.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 Marianne Gagnon +// Copyright (C) 2010-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/layout_manager.hpp b/src/guiengine/layout_manager.hpp index 4d338e864..d6b297ef1 100644 --- a/src/guiengine/layout_manager.hpp +++ b/src/guiengine/layout_manager.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/message_queue.cpp b/src/guiengine/message_queue.cpp old mode 100755 new mode 100644 index 10554595e..ebe684fda --- a/src/guiengine/message_queue.cpp +++ b/src/guiengine/message_queue.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2014 Joerg Henrichs +// Copyright (C) 2014-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/message_queue.hpp b/src/guiengine/message_queue.hpp index 8a06d41f0..3abeb5874 100644 --- a/src/guiengine/message_queue.hpp +++ b/src/guiengine/message_queue.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2014 Joerg Henrichs +// Copyright (C) 2014-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/modaldialog.cpp b/src/guiengine/modaldialog.cpp index 544f4c012..970a49843 100644 --- a/src/guiengine/modaldialog.cpp +++ b/src/guiengine/modaldialog.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/modaldialog.hpp b/src/guiengine/modaldialog.hpp index 4ffddfbb7..37519b1db 100644 --- a/src/guiengine/modaldialog.hpp +++ b/src/guiengine/modaldialog.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/scalable_font.cpp b/src/guiengine/scalable_font.cpp index 381abdb06..f3a525a44 100644 --- a/src/guiengine/scalable_font.cpp +++ b/src/guiengine/scalable_font.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2002-2013 Nikolaus Gebhardt +// Copyright (C) 2002-2015 Nikolaus Gebhardt // This file is part of the "Irrlicht Engine". // For conditions of distribution and use, see copyright notice in irrlicht.h @@ -736,13 +736,13 @@ void ScalableFont::lazyLoadTexture(int texID) // Font textures can not be resized (besides the impact on quality in // this case, the indices in the xml files would become wrong). - core::dimension2du old_max_size = Driver->getDriverAttributes() - .getAttributeAsDimension2d("MAX_TEXTURE_SIZE"); - Driver->getNonConstDriverAttributes().setAttribute("MAX_TEXTURE_SIZE", - core::dimension2du(0, 0)); + core::dimension2du old_max_size = Driver->getDriverAttributes() + .getAttributeAsDimension2d("MAX_TEXTURE_SIZE"); + Driver->getNonConstDriverAttributes().setAttribute("MAX_TEXTURE_SIZE", + core::dimension2du(0, 0)); SpriteBank->setTexture(texID, Driver->getTexture( m_texture_files[texID].m_file_name )); - Driver->getNonConstDriverAttributes().setAttribute("MAX_TEXTURE_SIZE", old_max_size); + Driver->getNonConstDriverAttributes().setAttribute("MAX_TEXTURE_SIZE", old_max_size); // set previous mip-map+filter state //Driver->setTextureCreationFlag(video::ETCF_CREATE_MIP_MAPS, mipmap); diff --git a/src/guiengine/scalable_font.hpp b/src/guiengine/scalable_font.hpp index 612536a99..034c1b6db 100644 --- a/src/guiengine/scalable_font.hpp +++ b/src/guiengine/scalable_font.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2002-2013 Nikolaus Gebhardt +// Copyright (C) 2002-2015 Nikolaus Gebhardt // This file is part of the "Irrlicht Engine". // For conditions of distribution and use, see copyright notice in irrlicht.h diff --git a/src/guiengine/screen.cpp b/src/guiengine/screen.cpp index 7f4064b84..0f64a42cf 100644 --- a/src/guiengine/screen.cpp +++ b/src/guiengine/screen.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 Marianne Gagnon +// Copyright (C) 2010-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/screen.hpp b/src/guiengine/screen.hpp index 25963496a..3df7fc712 100644 --- a/src/guiengine/screen.hpp +++ b/src/guiengine/screen.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 Marianne Gagnon +// Copyright (C) 2010-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/screen_loader.cpp b/src/guiengine/screen_loader.cpp index 4126806cc..eab6163eb 100644 --- a/src/guiengine/screen_loader.cpp +++ b/src/guiengine/screen_loader.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/skin.cpp b/src/guiengine/skin.cpp index 71a99f5a5..fd75fca0d 100644 --- a/src/guiengine/skin.cpp +++ b/src/guiengine/skin.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/skin.hpp b/src/guiengine/skin.hpp index efa26f23d..208a2ad21 100644 --- a/src/guiengine/skin.hpp +++ b/src/guiengine/skin.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/widget.cpp b/src/guiengine/widget.cpp index 4a92b30b3..932a3f5f7 100644 --- a/src/guiengine/widget.cpp +++ b/src/guiengine/widget.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/widget.hpp b/src/guiengine/widget.hpp index 95cc43905..ca3ca8a2c 100644 --- a/src/guiengine/widget.hpp +++ b/src/guiengine/widget.hpp @@ -1,6 +1,6 @@ // SuperTuxKart - a fun racing game with go-kart // -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/widgets.hpp b/src/guiengine/widgets.hpp index 749cf2f0c..cbabe95a6 100644 --- a/src/guiengine/widgets.hpp +++ b/src/guiengine/widgets.hpp @@ -1,6 +1,6 @@ // SuperTuxKart - a fun racing game with go-kart // -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/widgets/CGUIEditBox.cpp b/src/guiengine/widgets/CGUIEditBox.cpp index 9bac16163..c9044fe40 100644 --- a/src/guiengine/widgets/CGUIEditBox.cpp +++ b/src/guiengine/widgets/CGUIEditBox.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2002-2013 Nikolaus Gebhardt +// Copyright (C) 2002-2015 Nikolaus Gebhardt // This file is part of the "Irrlicht Engine". // For conditions of distribution and use, see copyright notice in irrlicht.h diff --git a/src/guiengine/widgets/CGUIEditBox.hpp b/src/guiengine/widgets/CGUIEditBox.hpp index d9555bbf3..790e440ff 100644 --- a/src/guiengine/widgets/CGUIEditBox.hpp +++ b/src/guiengine/widgets/CGUIEditBox.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2002-2011 Nikolaus Gebhardt +// Copyright (C) 2002-2015 Nikolaus Gebhardt // This file is part of the "Irrlicht Engine". // For conditions of distribution and use, see copyright notice in irrlicht.h diff --git a/src/guiengine/widgets/CGUISTKListBox.cpp b/src/guiengine/widgets/CGUISTKListBox.cpp index 0ce2cb155..cc1de8b5a 100644 --- a/src/guiengine/widgets/CGUISTKListBox.cpp +++ b/src/guiengine/widgets/CGUISTKListBox.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2002-2012 Nikolaus Gebhardt +// Copyright (C) 2002-2015 Nikolaus Gebhardt // 2013 Glenn De Jonghe // This file is part of the "Irrlicht Engine". // For conditions of distribution and use, see copyright notice in irrlicht.h diff --git a/src/guiengine/widgets/CGUISTKListBox.hpp b/src/guiengine/widgets/CGUISTKListBox.hpp index 7b2c2a72a..1974c0a87 100644 --- a/src/guiengine/widgets/CGUISTKListBox.hpp +++ b/src/guiengine/widgets/CGUISTKListBox.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2002-2012 Nikolaus Gebhardt +// Copyright (C) 2002-2015 Nikolaus Gebhardt // 2013 Glenn De Jonghe // This file is part of the "Irrlicht Engine". // For conditions of distribution and use, see copyright notice in irrlicht.h diff --git a/src/guiengine/widgets/bubble_widget.cpp b/src/guiengine/widgets/bubble_widget.cpp index 82fd4fbbb..3536fbecd 100644 --- a/src/guiengine/widgets/bubble_widget.cpp +++ b/src/guiengine/widgets/bubble_widget.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 Marianne Gagnon +// Copyright (C) 2010-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/widgets/bubble_widget.hpp b/src/guiengine/widgets/bubble_widget.hpp index ee3f1e92f..82bbdceaa 100644 --- a/src/guiengine/widgets/bubble_widget.hpp +++ b/src/guiengine/widgets/bubble_widget.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 Marianne Gagnon +// Copyright (C) 2010-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/widgets/button_widget.cpp b/src/guiengine/widgets/button_widget.cpp index 01016b2be..92c5be297 100644 --- a/src/guiengine/widgets/button_widget.cpp +++ b/src/guiengine/widgets/button_widget.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/widgets/button_widget.hpp b/src/guiengine/widgets/button_widget.hpp index 95bc227b0..5f7330e63 100644 --- a/src/guiengine/widgets/button_widget.hpp +++ b/src/guiengine/widgets/button_widget.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/widgets/check_box_widget.cpp b/src/guiengine/widgets/check_box_widget.cpp index 35ee7308f..cd0307f3d 100644 --- a/src/guiengine/widgets/check_box_widget.cpp +++ b/src/guiengine/widgets/check_box_widget.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/widgets/check_box_widget.hpp b/src/guiengine/widgets/check_box_widget.hpp index a5bf1d529..efbc137e5 100644 --- a/src/guiengine/widgets/check_box_widget.hpp +++ b/src/guiengine/widgets/check_box_widget.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/widgets/dynamic_ribbon_widget.cpp b/src/guiengine/widgets/dynamic_ribbon_widget.cpp index f233a5d46..3149e1138 100644 --- a/src/guiengine/widgets/dynamic_ribbon_widget.cpp +++ b/src/guiengine/widgets/dynamic_ribbon_widget.cpp @@ -1,5 +1,5 @@ // Supertuxkart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/widgets/dynamic_ribbon_widget.hpp b/src/guiengine/widgets/dynamic_ribbon_widget.hpp index 520bde76e..8f1ec47a3 100644 --- a/src/guiengine/widgets/dynamic_ribbon_widget.hpp +++ b/src/guiengine/widgets/dynamic_ribbon_widget.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/widgets/icon_button_widget.cpp b/src/guiengine/widgets/icon_button_widget.cpp index 9f155a3f7..d15110f06 100644 --- a/src/guiengine/widgets/icon_button_widget.cpp +++ b/src/guiengine/widgets/icon_button_widget.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/widgets/icon_button_widget.hpp b/src/guiengine/widgets/icon_button_widget.hpp index 9c8221a87..b673e8f95 100644 --- a/src/guiengine/widgets/icon_button_widget.hpp +++ b/src/guiengine/widgets/icon_button_widget.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/widgets/kart_stats_widget.cpp b/src/guiengine/widgets/kart_stats_widget.cpp index 3fc6884ac..6de73a0d1 100644 --- a/src/guiengine/widgets/kart_stats_widget.cpp +++ b/src/guiengine/widgets/kart_stats_widget.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/widgets/kart_stats_widget.hpp b/src/guiengine/widgets/kart_stats_widget.hpp index 8091c1a11..e78aa4555 100644 --- a/src/guiengine/widgets/kart_stats_widget.hpp +++ b/src/guiengine/widgets/kart_stats_widget.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/widgets/label_widget.cpp b/src/guiengine/widgets/label_widget.cpp index c27ec1d22..f27c8e39b 100644 --- a/src/guiengine/widgets/label_widget.cpp +++ b/src/guiengine/widgets/label_widget.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/widgets/label_widget.hpp b/src/guiengine/widgets/label_widget.hpp index 34e4cf8b4..b8d914945 100644 --- a/src/guiengine/widgets/label_widget.hpp +++ b/src/guiengine/widgets/label_widget.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/widgets/list_widget.cpp b/src/guiengine/widgets/list_widget.cpp index 24ffc1cdd..9ac3b5b51 100644 --- a/src/guiengine/widgets/list_widget.cpp +++ b/src/guiengine/widgets/list_widget.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/widgets/list_widget.hpp b/src/guiengine/widgets/list_widget.hpp index 4bbfe5c0c..bdbad90ee 100644 --- a/src/guiengine/widgets/list_widget.hpp +++ b/src/guiengine/widgets/list_widget.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/widgets/model_view_widget.cpp b/src/guiengine/widgets/model_view_widget.cpp index 3493ad9f9..d6ade0fde 100644 --- a/src/guiengine/widgets/model_view_widget.cpp +++ b/src/guiengine/widgets/model_view_widget.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/widgets/model_view_widget.hpp b/src/guiengine/widgets/model_view_widget.hpp index 2752905d4..3090a1688 100644 --- a/src/guiengine/widgets/model_view_widget.hpp +++ b/src/guiengine/widgets/model_view_widget.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/widgets/player_kart_widget.cpp b/src/guiengine/widgets/player_kart_widget.cpp index e9218761f..d9d0a6115 100644 --- a/src/guiengine/widgets/player_kart_widget.cpp +++ b/src/guiengine/widgets/player_kart_widget.cpp @@ -1,6 +1,6 @@ // SuperTuxKart - a fun racing game with go-kart // -// Copyright (C) 2006-2013 SuperTuxKart-Team +// Copyright (C) 2006-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/widgets/player_kart_widget.hpp b/src/guiengine/widgets/player_kart_widget.hpp index da86bc9a8..47baecb65 100644 --- a/src/guiengine/widgets/player_kart_widget.hpp +++ b/src/guiengine/widgets/player_kart_widget.hpp @@ -1,6 +1,6 @@ // SuperTuxKart - a fun racing game with go-kart // -// Copyright (C) 2006-2013 SuperTuxKart-Team +// Copyright (C) 2006-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/widgets/player_name_spinner.cpp b/src/guiengine/widgets/player_name_spinner.cpp index 9361af7e8..93fbbf26f 100644 --- a/src/guiengine/widgets/player_name_spinner.cpp +++ b/src/guiengine/widgets/player_name_spinner.cpp @@ -1,6 +1,6 @@ // SuperTuxKart - a fun racing game with go-kart // -// Copyright (C) 2006-2013 SuperTuxKart-Team +// Copyright (C) 2006-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/widgets/player_name_spinner.hpp b/src/guiengine/widgets/player_name_spinner.hpp index 3cdc90df6..9b32c2e01 100644 --- a/src/guiengine/widgets/player_name_spinner.hpp +++ b/src/guiengine/widgets/player_name_spinner.hpp @@ -1,6 +1,6 @@ // SuperTuxKart - a fun racing game with go-kart // -// Copyright (C) 2006-2013 SuperTuxKart-Team +// Copyright (C) 2006-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/widgets/progress_bar_widget.cpp b/src/guiengine/widgets/progress_bar_widget.cpp index 2acd17d6e..0b08d7b2b 100644 --- a/src/guiengine/widgets/progress_bar_widget.cpp +++ b/src/guiengine/widgets/progress_bar_widget.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/widgets/progress_bar_widget.hpp b/src/guiengine/widgets/progress_bar_widget.hpp index 142f09fb3..9bab6789a 100644 --- a/src/guiengine/widgets/progress_bar_widget.hpp +++ b/src/guiengine/widgets/progress_bar_widget.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/widgets/rating_bar_widget.cpp b/src/guiengine/widgets/rating_bar_widget.cpp index 2a58cccdd..1625b852b 100644 --- a/src/guiengine/widgets/rating_bar_widget.cpp +++ b/src/guiengine/widgets/rating_bar_widget.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/widgets/rating_bar_widget.hpp b/src/guiengine/widgets/rating_bar_widget.hpp index 0a14c5d26..592f5bfd8 100644 --- a/src/guiengine/widgets/rating_bar_widget.hpp +++ b/src/guiengine/widgets/rating_bar_widget.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // 2013 Glenn De Jonghe // // This program is free software; you can redistribute it and/or diff --git a/src/guiengine/widgets/ribbon_widget.cpp b/src/guiengine/widgets/ribbon_widget.cpp index fe7397682..8177826df 100644 --- a/src/guiengine/widgets/ribbon_widget.cpp +++ b/src/guiengine/widgets/ribbon_widget.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/widgets/ribbon_widget.hpp b/src/guiengine/widgets/ribbon_widget.hpp index 8e37403f0..5960568fb 100644 --- a/src/guiengine/widgets/ribbon_widget.hpp +++ b/src/guiengine/widgets/ribbon_widget.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/widgets/skill_level_widget.cpp b/src/guiengine/widgets/skill_level_widget.cpp index eb1cd00eb..d3d8a602d 100644 --- a/src/guiengine/widgets/skill_level_widget.cpp +++ b/src/guiengine/widgets/skill_level_widget.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/widgets/skill_level_widget.hpp b/src/guiengine/widgets/skill_level_widget.hpp index 88a02ab38..0fecf8598 100644 --- a/src/guiengine/widgets/skill_level_widget.hpp +++ b/src/guiengine/widgets/skill_level_widget.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/widgets/spinner_widget.cpp b/src/guiengine/widgets/spinner_widget.cpp index 568bd5958..f49d9f581 100644 --- a/src/guiengine/widgets/spinner_widget.cpp +++ b/src/guiengine/widgets/spinner_widget.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/widgets/spinner_widget.hpp b/src/guiengine/widgets/spinner_widget.hpp index 2347ab3d0..4f1c4a841 100644 --- a/src/guiengine/widgets/spinner_widget.hpp +++ b/src/guiengine/widgets/spinner_widget.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/widgets/text_box_widget.cpp b/src/guiengine/widgets/text_box_widget.cpp index 461f1692b..0a55d4aac 100644 --- a/src/guiengine/widgets/text_box_widget.cpp +++ b/src/guiengine/widgets/text_box_widget.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/guiengine/widgets/text_box_widget.hpp b/src/guiengine/widgets/text_box_widget.hpp index a3b5f081d..97a61971c 100644 --- a/src/guiengine/widgets/text_box_widget.hpp +++ b/src/guiengine/widgets/text_box_widget.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/input/binding.cpp b/src/input/binding.cpp index 44c24da16..083a6b3ae 100644 --- a/src/input/binding.cpp +++ b/src/input/binding.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 Marianne Gagnon +// Copyright (C) 2010-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/input/binding.hpp b/src/input/binding.hpp index 8d970bdb3..78a82ec66 100644 --- a/src/input/binding.hpp +++ b/src/input/binding.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 Marianne Gagnon +// Copyright (C) 2010-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/input/device_config.cpp b/src/input/device_config.cpp index 59ff0b2c5..04b6cc8ff 100644 --- a/src/input/device_config.cpp +++ b/src/input/device_config.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 SuperTuxKart-Team +// Copyright (C) 2010-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/input/device_config.hpp b/src/input/device_config.hpp index 71b06174f..844eb6c01 100644 --- a/src/input/device_config.hpp +++ b/src/input/device_config.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 SuperTuxKart-Team +// Copyright (C) 2010-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/input/device_manager.cpp b/src/input/device_manager.cpp index 2f884ad1c..c547f2be1 100644 --- a/src/input/device_manager.cpp +++ b/src/input/device_manager.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 SuperTuxKart-Team +// Copyright (C) 2010-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/input/device_manager.hpp b/src/input/device_manager.hpp index 4bdd3af4f..e7a053a51 100644 --- a/src/input/device_manager.hpp +++ b/src/input/device_manager.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 SuperTuxKart-Team +// Copyright (C) 2010-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/input/gamepad_config.cpp b/src/input/gamepad_config.cpp index 751158145..2dacb758a 100644 --- a/src/input/gamepad_config.cpp +++ b/src/input/gamepad_config.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 SuperTuxKart-Team +// Copyright (C) 2010-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/input/gamepad_config.hpp b/src/input/gamepad_config.hpp index a6cf827cc..42a8fb478 100644 --- a/src/input/gamepad_config.hpp +++ b/src/input/gamepad_config.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 SuperTuxKart-Team +// Copyright (C) 2010-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/input/gamepad_device.cpp b/src/input/gamepad_device.cpp index 30a204839..c554c0c1b 100644 --- a/src/input/gamepad_device.cpp +++ b/src/input/gamepad_device.cpp @@ -1,7 +1,7 @@ // SuperTuxKart - a fun racing game with go-kart // -// Copyright (C) 2009-2013 Marianne Gagnon -// 2014 Joerg Henrichs +// Copyright (C) 2009-2015 Marianne Gagnon +// (C) 2014-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/input/gamepad_device.hpp b/src/input/gamepad_device.hpp index c430c3832..d5907b35a 100644 --- a/src/input/gamepad_device.hpp +++ b/src/input/gamepad_device.hpp @@ -1,6 +1,6 @@ // SuperTuxKart - a fun racing game with go-kart // -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/input/input.hpp b/src/input/input.hpp index 8932a2bc2..20930a064 100644 --- a/src/input/input.hpp +++ b/src/input/input.hpp @@ -1,7 +1,7 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2007-2013 Robert Schuster -// Copyright (C) 2012-2013 SuperTuxKart-Team +// Copyright (C) 2007-2015 Robert Schuster +// Copyright (C) 2012-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/input/input_device.cpp b/src/input/input_device.cpp index a90ff3152..a9a9be510 100644 --- a/src/input/input_device.cpp +++ b/src/input/input_device.cpp @@ -1,6 +1,6 @@ // SuperTuxKart - a fun racing game with go-kart // -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/input/input_device.hpp b/src/input/input_device.hpp index 3fce8586e..a367263ff 100644 --- a/src/input/input_device.hpp +++ b/src/input/input_device.hpp @@ -1,6 +1,6 @@ // SuperTuxKart - a fun racing game with go-kart // -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/input/input_manager.cpp b/src/input/input_manager.cpp index 47885a0b8..636703ffa 100644 --- a/src/input/input_manager.cpp +++ b/src/input/input_manager.cpp @@ -1,6 +1,6 @@ // SuperTuxKart - a fun racing game with go-kart // -// Copyright (C) 2012-2013 SuperTuxKart-Team +// Copyright (C) 2012-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/input/input_manager.hpp b/src/input/input_manager.hpp index 3c3518a09..2ffff2ea4 100644 --- a/src/input/input_manager.hpp +++ b/src/input/input_manager.hpp @@ -1,7 +1,7 @@ // SuperTuxKart - a fun racing game with go-kart // -// Copyright (C) 2004-2006 Steve Baker -// Copyright (C) 2006-2013 SuperTuxKart-Team +// Copyright (C) 2004-2015 Steve Baker +// Copyright (C) 2006-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/input/keyboard_config.cpp b/src/input/keyboard_config.cpp index 87ffcf3c0..8ae975a45 100644 --- a/src/input/keyboard_config.cpp +++ b/src/input/keyboard_config.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 SuperTuxKart-Team +// Copyright (C) 2010-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/input/keyboard_config.hpp b/src/input/keyboard_config.hpp index 3ca9be870..7d3dc264e 100644 --- a/src/input/keyboard_config.hpp +++ b/src/input/keyboard_config.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 SuperTuxKart-Team +// Copyright (C) 2010-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/input/keyboard_device.cpp b/src/input/keyboard_device.cpp index 011b59777..6dfbe5ad2 100644 --- a/src/input/keyboard_device.cpp +++ b/src/input/keyboard_device.cpp @@ -1,7 +1,7 @@ // SuperTuxKart - a fun racing game with go-kart // -// Copyright (C) 2009-2013 Marianne Gagnon -// 2014 Joerg Henrichs +// Copyright (C) 2009-2015 Marianne Gagnon +// (C) 2014-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/input/keyboard_device.hpp b/src/input/keyboard_device.hpp index 29ded6585..faf77e7a5 100644 --- a/src/input/keyboard_device.hpp +++ b/src/input/keyboard_device.hpp @@ -1,7 +1,7 @@ // SuperTuxKart - a fun racing game with go-kart // -// Copyright (C) 2009-2014 Marianne Gagnon -// 2014 Joerg Henrichs +// Copyright (C) 2009-2015 Marianne Gagnon +// (C) 2014-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/input/wiimote.cpp b/src/input/wiimote.cpp index f9de58a1e..a69d2fcd5 100644 --- a/src/input/wiimote.cpp +++ b/src/input/wiimote.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013-2013 SuperTuxKart-Team +// Copyright (C) 2013-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/input/wiimote.hpp b/src/input/wiimote.hpp index 60e29eab5..d6e65830b 100644 --- a/src/input/wiimote.hpp +++ b/src/input/wiimote.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013-2013 SuperTuxKart-Team +// Copyright (C) 2013-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/input/wiimote_manager.cpp b/src/input/wiimote_manager.cpp index f3fc3868f..a5d81fab2 100644 --- a/src/input/wiimote_manager.cpp +++ b/src/input/wiimote_manager.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2012-2013 SuperTuxKart-Team +// Copyright (C) 2012-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/input/wiimote_manager.hpp b/src/input/wiimote_manager.hpp index d76778d5a..810537151 100644 --- a/src/input/wiimote_manager.hpp +++ b/src/input/wiimote_manager.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2012-2013 SuperTuxKart-Team +// Copyright (C) 2012-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/io/file_manager.cpp b/src/io/file_manager.cpp index eb15ceca9..1989fcbb7 100644 --- a/src/io/file_manager.cpp +++ b/src/io/file_manager.cpp @@ -1,7 +1,7 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004 Steve Baker -// Copyright (C) 2008-2013 Steve Baker, Joerg Henrichs +// Copyright (C) 2004-2015 Steve Baker +// Copyright (C) 2008-2015 Steve Baker, Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/io/file_manager.hpp b/src/io/file_manager.hpp index 8ae5792bc..18d6e1949 100644 --- a/src/io/file_manager.hpp +++ b/src/io/file_manager.hpp @@ -1,7 +1,7 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004 Steve Baker -// Copyright (C) 2008-2013 Steve Baker, Joerg Henrichs +// Copyright (C) 2004-2015 Steve Baker +// Copyright (C) 2008-2015 Steve Baker, Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/io/utf_writer.cpp b/src/io/utf_writer.cpp index b5d3d7b76..4232f20ab 100644 --- a/src/io/utf_writer.cpp +++ b/src/io/utf_writer.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 Marianne Gagnon +// Copyright (C) 2010-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/io/utf_writer.hpp b/src/io/utf_writer.hpp index cc7ef30a0..02f8ebcd7 100644 --- a/src/io/utf_writer.hpp +++ b/src/io/utf_writer.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 Marianne Gagnon +// Copyright (C) 2010-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/io/xml_node.cpp b/src/io/xml_node.cpp index 6180e9cd4..cbc8dc21a 100644 --- a/src/io/xml_node.cpp +++ b/src/io/xml_node.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Joerg Henrichs +// Copyright (C) 2009-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/io/xml_node.hpp b/src/io/xml_node.hpp index 675e68b0c..ed990dab4 100644 --- a/src/io/xml_node.hpp +++ b/src/io/xml_node.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Joerg Henrichs +// Copyright (C) 2009-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/items/attachment.cpp b/src/items/attachment.cpp index 0be47c80c..b1eb41199 100644 --- a/src/items/attachment.cpp +++ b/src/items/attachment.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006-2013 Joerg Henrichs +// Copyright (C) 2006-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/items/attachment.hpp b/src/items/attachment.hpp index 6fa469562..825db163f 100644 --- a/src/items/attachment.hpp +++ b/src/items/attachment.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006-2013 Joerg Henrichs +// Copyright (C) 2006-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/items/attachment_manager.cpp b/src/items/attachment_manager.cpp index d7f9d0561..8c3c54cc3 100644 --- a/src/items/attachment_manager.cpp +++ b/src/items/attachment_manager.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006-2013 Joerg Henrichs +// Copyright (C) 2006-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/items/attachment_manager.hpp b/src/items/attachment_manager.hpp index 92bc6cba9..ec4b4a296 100644 --- a/src/items/attachment_manager.hpp +++ b/src/items/attachment_manager.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006-2013 Joerg Henrichs +// Copyright (C) 2006-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/items/attachment_plugin.hpp b/src/items/attachment_plugin.hpp index 1b90a6ef1..a6c792819 100644 --- a/src/items/attachment_plugin.hpp +++ b/src/items/attachment_plugin.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2011-2013 Joerg Henrichs +// Copyright (C) 2011-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/items/bowling.cpp b/src/items/bowling.cpp index 4d0b8c935..e0f37d5dc 100644 --- a/src/items/bowling.cpp +++ b/src/items/bowling.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2007-2013 Joerg Henrichs +// Copyright (C) 2007-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/items/bowling.hpp b/src/items/bowling.hpp index 8b84c3f3b..600a21947 100644 --- a/src/items/bowling.hpp +++ b/src/items/bowling.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2007-2013 Joerg Henrichs, Marianne Gagnon +// Copyright (C) 2007-2015 Joerg Henrichs, Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/items/cake.cpp b/src/items/cake.cpp index 7f802dcbb..aa1ce12ba 100644 --- a/src/items/cake.cpp +++ b/src/items/cake.cpp @@ -1,9 +1,9 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2007-2013 Joerg Henrichs +// Copyright (C) 2007-2015 Joerg Henrichs // // Physics improvements and linear intersection algorithm by -// Copyright (C) 2009-2013 David Mikos. +// Copyright (C) 2009-2015 David Mikos. // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/items/cake.hpp b/src/items/cake.hpp index 626a671e6..d22b71679 100644 --- a/src/items/cake.hpp +++ b/src/items/cake.hpp @@ -1,9 +1,9 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2007-2013 Joerg Henrichs +// Copyright (C) 2007-2015 Joerg Henrichs // // Physics improvements and linear intersection algorithm by -// Copyright (C) 2009-2013 David Mikos. +// Copyright (C) 2009-2015 David Mikos. // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/items/flyable.cpp b/src/items/flyable.cpp index 8db602671..2088c5adc 100644 --- a/src/items/flyable.cpp +++ b/src/items/flyable.cpp @@ -1,9 +1,9 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2007-2013 Joerg Henrichs +// Copyright (C) 2007-2015 Joerg Henrichs // // Linear item-kart intersection function written by -// Copyright (C) 2009-2013 David Mikos +// Copyright (C) 2009-2015 David Mikos // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/items/flyable.hpp b/src/items/flyable.hpp index b15884f0e..89aa4cb07 100644 --- a/src/items/flyable.hpp +++ b/src/items/flyable.hpp @@ -1,9 +1,9 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2007-2013 Joerg Henrichs +// Copyright (C) 2007-2015 Joerg Henrichs // // Linear item-kart intersection function written by -// Copyright (C) 2009-2013 David Mikos. +// Copyright (C) 2009-2015 David Mikos. // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/items/item.cpp b/src/items/item.cpp index 8ada22f57..b9115fdb4 100644 --- a/src/items/item.cpp +++ b/src/items/item.cpp @@ -1,7 +1,7 @@ // SuperTuxKart - a fun racing game with go-kart // -// Copyright (C) 2004 Steve Baker -// Copyright (C) 2006-2013 SuperTuxKart-Team +// Copyright (C) 2004-2015 Steve Baker +// Copyright (C) 2006-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/items/item.hpp b/src/items/item.hpp index df6125197..583f8322e 100644 --- a/src/items/item.hpp +++ b/src/items/item.hpp @@ -1,7 +1,7 @@ // SuperTuxKart - a fun racing game with go-kart // -// Copyright (C) 2004 Steve Baker -// Copyright (C) 2006-2013 SuperTuxKart-Team +// Copyright (C) 2004-2015 Steve Baker +// Copyright (C) 2006-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/items/item_manager.cpp b/src/items/item_manager.cpp index 0503dc99c..21cc23fa8 100644 --- a/src/items/item_manager.cpp +++ b/src/items/item_manager.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006-2013 Joerg Henrichs +// Copyright (C) 2006-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/items/item_manager.hpp b/src/items/item_manager.hpp index 09e3af587..dfba939f4 100644 --- a/src/items/item_manager.hpp +++ b/src/items/item_manager.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006-2013 Joerg Henrichs +// Copyright (C) 2006-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/items/plunger.cpp b/src/items/plunger.cpp index 29d55dc44..778edc473 100644 --- a/src/items/plunger.cpp +++ b/src/items/plunger.cpp @@ -1,9 +1,9 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2007-2013 Joerg Henrichs +// Copyright (C) 2007-2015 Joerg Henrichs // // Physics improvements and linear intersection algorithm by -// Copyright (C) 2009-2013 David Mikos. +// Copyright (C) 2009-2015 David Mikos. // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/items/plunger.hpp b/src/items/plunger.hpp index 5ac873241..e8cdb7815 100644 --- a/src/items/plunger.hpp +++ b/src/items/plunger.hpp @@ -1,9 +1,9 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2007-2013 Joerg Henrichs +// Copyright (C) 2007-2015 Joerg Henrichs // // Physics improvements and linear intersection algorithm by -// Copyright (C) 2009-2013 David Mikos. +// Copyright (C) 2009-2015 David Mikos. // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/items/powerup.cpp b/src/items/powerup.cpp index d8ae4203f..b354b7aff 100644 --- a/src/items/powerup.cpp +++ b/src/items/powerup.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006-2013 Joerg Henrichs +// Copyright (C) 2006-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/items/powerup.hpp b/src/items/powerup.hpp index a21335342..aa4e117e9 100644 --- a/src/items/powerup.hpp +++ b/src/items/powerup.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006-2013 Joerg Henrichs +// Copyright (C) 2006-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/items/powerup_manager.cpp b/src/items/powerup_manager.cpp index 83e794d4d..153e444dd 100644 --- a/src/items/powerup_manager.cpp +++ b/src/items/powerup_manager.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006-2013 Joerg Henrichs +// Copyright (C) 2006-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/items/powerup_manager.hpp b/src/items/powerup_manager.hpp index 4bb3d69d5..c42904191 100644 --- a/src/items/powerup_manager.hpp +++ b/src/items/powerup_manager.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006-2013 Joerg Henrichs +// Copyright (C) 2006-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/items/projectile_manager.cpp b/src/items/projectile_manager.cpp index 091c64f97..709ca4135 100644 --- a/src/items/projectile_manager.cpp +++ b/src/items/projectile_manager.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006-2013 Joerg Henrichs +// Copyright (C) 2006-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/items/projectile_manager.hpp b/src/items/projectile_manager.hpp index 0ef2c1e0d..8fcdb0c4e 100644 --- a/src/items/projectile_manager.hpp +++ b/src/items/projectile_manager.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006-2013 Joerg Henrichs +// Copyright (C) 2006-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/items/rubber_ball.cpp b/src/items/rubber_ball.cpp index b9ca9a3f7..af2d09d62 100644 --- a/src/items/rubber_ball.cpp +++ b/src/items/rubber_ball.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2011-2013 Joerg Henrichs +// Copyright (C) 2011-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/items/rubber_ball.hpp b/src/items/rubber_ball.hpp index a84d0348b..5b7506666 100644 --- a/src/items/rubber_ball.hpp +++ b/src/items/rubber_ball.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2011-2013 Joerg Henrichs +// Copyright (C) 2011-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/items/rubber_band.cpp b/src/items/rubber_band.cpp index 38099b475..88625d26e 100644 --- a/src/items/rubber_band.cpp +++ b/src/items/rubber_band.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2008-2013 Joerg Henrichs +// Copyright (C) 2008-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/items/rubber_band.hpp b/src/items/rubber_band.hpp index 9b8496a20..40b59aabb 100644 --- a/src/items/rubber_band.hpp +++ b/src/items/rubber_band.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2008-2013 Joerg Henrichs +// Copyright (C) 2008-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/items/swatter.cpp b/src/items/swatter.cpp index 9a72cb592..326b47cbd 100644 --- a/src/items/swatter.cpp +++ b/src/items/swatter.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2011-2013 Joerg Henrichs +// Copyright (C) 2011-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/items/swatter.hpp b/src/items/swatter.hpp index 5dd42a8e6..5454552d0 100644 --- a/src/items/swatter.hpp +++ b/src/items/swatter.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2011-2013 Joerg Henrichs +// Copyright (C) 2011-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/karts/abstract_kart.cpp b/src/karts/abstract_kart.cpp index 28fa7995a..a88741718 100644 --- a/src/karts/abstract_kart.cpp +++ b/src/karts/abstract_kart.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2012-2013 Joerg Henrichs +// Copyright (C) 2012-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/karts/abstract_kart.hpp b/src/karts/abstract_kart.hpp index e47285daf..565d8f3bd 100644 --- a/src/karts/abstract_kart.hpp +++ b/src/karts/abstract_kart.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2012-2013 Joerg Henrichs +// Copyright (C) 2012-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/karts/abstract_kart_animation.cpp b/src/karts/abstract_kart_animation.cpp index 7062c3f7a..f51e28f84 100644 --- a/src/karts/abstract_kart_animation.cpp +++ b/src/karts/abstract_kart_animation.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 Joerg Henrichs +// Copyright (C) 2010-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/karts/abstract_kart_animation.hpp b/src/karts/abstract_kart_animation.hpp index 14f318e82..5dbfd9873 100644 --- a/src/karts/abstract_kart_animation.hpp +++ b/src/karts/abstract_kart_animation.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2012-2013 Joerg Henrichs +// Copyright (C) 2012-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/karts/cannon_animation.cpp b/src/karts/cannon_animation.cpp index a44ee3f22..e89478af6 100644 --- a/src/karts/cannon_animation.cpp +++ b/src/karts/cannon_animation.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2012-2013 Joerg Henrichs +// Copyright (C) 2012-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/karts/cannon_animation.hpp b/src/karts/cannon_animation.hpp index 7a58cc414..bb8022c25 100644 --- a/src/karts/cannon_animation.hpp +++ b/src/karts/cannon_animation.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2012-2013 Joerg Henrichs +// Copyright (C) 2012-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/karts/controller/ai_base_controller.cpp b/src/karts/controller/ai_base_controller.cpp index a192eb5ba..bbc95d5d4 100644 --- a/src/karts/controller/ai_base_controller.cpp +++ b/src/karts/controller/ai_base_controller.cpp @@ -1,7 +1,7 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006-2013 Eduardo Hernandez Munoz -// Copyright (C) 2009-2013 Joerg Henrichs +// Copyright (C) 2006-2015 Eduardo Hernandez Munoz +// Copyright (C) 2009-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/karts/controller/ai_base_controller.hpp b/src/karts/controller/ai_base_controller.hpp index d27143833..72cbb8269 100644 --- a/src/karts/controller/ai_base_controller.hpp +++ b/src/karts/controller/ai_base_controller.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 Joerg Henrichs +// Copyright (C) 2010-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/karts/controller/ai_properties.cpp b/src/karts/controller/ai_properties.cpp index 720fc5a77..e60da3cf9 100644 --- a/src/karts/controller/ai_properties.cpp +++ b/src/karts/controller/ai_properties.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2012-2013 Joerg Henrichs +// Copyright (C) 2012-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/karts/controller/ai_properties.hpp b/src/karts/controller/ai_properties.hpp index aadad7c07..ccdcf8d8b 100644 --- a/src/karts/controller/ai_properties.hpp +++ b/src/karts/controller/ai_properties.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2012-2013 Joerg Henrichs +// Copyright (C) 2012-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/karts/controller/controller.cpp b/src/karts/controller/controller.cpp index 334e2bf08..1f9d8f71f 100644 --- a/src/karts/controller/controller.cpp +++ b/src/karts/controller/controller.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 Joerg Henrichs +// Copyright (C) 2010-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/karts/controller/controller.hpp b/src/karts/controller/controller.hpp index 556d3b699..689972bb6 100644 --- a/src/karts/controller/controller.hpp +++ b/src/karts/controller/controller.hpp @@ -1,7 +1,7 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 Joerg Henrichs +// Copyright (C) 2010-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/karts/controller/end_controller.cpp b/src/karts/controller/end_controller.cpp index 5ab334a47..8855ccd88 100644 --- a/src/karts/controller/end_controller.cpp +++ b/src/karts/controller/end_controller.cpp @@ -1,8 +1,8 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004-2013 Steve Baker -// Copyright (C) 2006-2013 Eduardo Hernandez Munoz -// Copyright (C) 2008-2013 Joerg Henrichs +// Copyright (C) 2004-2015 Steve Baker +// Copyright (C) 2006-2015 Eduardo Hernandez Munoz +// Copyright (C) 2008-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/karts/controller/end_controller.hpp b/src/karts/controller/end_controller.hpp index 72b979dd4..463305674 100644 --- a/src/karts/controller/end_controller.hpp +++ b/src/karts/controller/end_controller.hpp @@ -1,8 +1,8 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004-2013 Steve Baker -// Copyright (C) 2006-2013 Eduardo Hernandez Munoz -// Copyright (C) 2010-2013 Joerg Henrichs +// Copyright (C) 2004-2015 Steve Baker +// Copyright (C) 2006-2015 Eduardo Hernandez Munoz +// Copyright (C) 2010-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/karts/controller/kart_control.hpp b/src/karts/controller/kart_control.hpp index f820796c6..82d31544a 100644 --- a/src/karts/controller/kart_control.hpp +++ b/src/karts/controller/kart_control.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2008-2013 Joerg Henrichs +// Copyright (C) 2008-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/karts/controller/player_controller.cpp b/src/karts/controller/player_controller.cpp index e396d3e4e..f45a47857 100644 --- a/src/karts/controller/player_controller.cpp +++ b/src/karts/controller/player_controller.cpp @@ -1,7 +1,7 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004-2013 Steve Baker -// Copyright (C) 2006-2013 Joerg Henrichs, Steve Baker +// Copyright (C) 2004-2015 Steve Baker +// Copyright (C) 2006-2015 Joerg Henrichs, Steve Baker // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/karts/controller/player_controller.hpp b/src/karts/controller/player_controller.hpp index 9f90da39b..4431a0f19 100644 --- a/src/karts/controller/player_controller.hpp +++ b/src/karts/controller/player_controller.hpp @@ -1,7 +1,7 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004-2013 Steve Baker -// Copyright (C) 2006-2013 Joerg Henrichs, Steve Baker +// Copyright (C) 2004-2015 Steve Baker +// Copyright (C) 2006-2015 Joerg Henrichs, Steve Baker // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/karts/controller/skidding_ai.cpp b/src/karts/controller/skidding_ai.cpp index c50c275da..74f40a84d 100644 --- a/src/karts/controller/skidding_ai.cpp +++ b/src/karts/controller/skidding_ai.cpp @@ -1,8 +1,8 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004-2013 Steve Baker -// Copyright (C) 2006-2013 Eduardo Hernandez Munoz -// Copyright (C) 2008-2013 Joerg Henrichs +// Copyright (C) 2004-2015 Steve Baker +// Copyright (C) 2006-2015 Eduardo Hernandez Munoz +// Copyright (C) 2008-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/karts/controller/skidding_ai.hpp b/src/karts/controller/skidding_ai.hpp index 28a8e548f..7363c46a1 100644 --- a/src/karts/controller/skidding_ai.hpp +++ b/src/karts/controller/skidding_ai.hpp @@ -1,9 +1,9 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004-2013 Steve Baker -// Copyright (C) 2006-2013 Eduardo Hernandez Munoz -// Copyright (C) 2010-2013 Joerg Henrichs +// Copyright (C) 2004-2015 Steve Baker +// Copyright (C) 2006-2015 Eduardo Hernandez Munoz +// Copyright (C) 2010-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/karts/explosion_animation.cpp b/src/karts/explosion_animation.cpp index 24796e1b4..81799dd8d 100644 --- a/src/karts/explosion_animation.cpp +++ b/src/karts/explosion_animation.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2012-2013 Joerg Henrichs +// Copyright (C) 2012-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/karts/explosion_animation.hpp b/src/karts/explosion_animation.hpp index 457f6dcda..a75d893df 100644 --- a/src/karts/explosion_animation.hpp +++ b/src/karts/explosion_animation.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2012-2013 Joerg Henrichs +// Copyright (C) 2012-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/karts/ghost_kart.cpp b/src/karts/ghost_kart.cpp index d284e37dc..099116399 100644 --- a/src/karts/ghost_kart.cpp +++ b/src/karts/ghost_kart.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2012-2013 Joerg Henrichs +// Copyright (C) 2012-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/karts/ghost_kart.hpp b/src/karts/ghost_kart.hpp index 9fb66dbea..f08742a1a 100644 --- a/src/karts/ghost_kart.hpp +++ b/src/karts/ghost_kart.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2012-2013 Joerg Henrichs +// Copyright (C) 2012-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/karts/kart.cpp b/src/karts/kart.cpp index 03ef993f1..7ec9b2645 100644 --- a/src/karts/kart.cpp +++ b/src/karts/kart.cpp @@ -1,7 +1,7 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004-2013 Steve Baker -// Copyright (C) 2006-2013 SuperTuxKart-Team, Joerg Henrichs, Steve Baker +// Copyright (C) 2004-2015 Steve Baker +// Copyright (C) 2006-2015 SuperTuxKart-Team, Joerg Henrichs, Steve Baker // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/karts/kart.hpp b/src/karts/kart.hpp index 5c0b2d5ae..30a5dcb34 100644 --- a/src/karts/kart.hpp +++ b/src/karts/kart.hpp @@ -1,7 +1,7 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004-2013 Steve Baker -// Copyright (C) 2006-2013 SuperTuxKart-Team, Joerg Henrichs, Steve Baker +// Copyright (C) 2004-2015 Steve Baker +// Copyright (C) 2006-2015 SuperTuxKart-Team, Joerg Henrichs, Steve Baker // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/karts/kart_gfx.cpp b/src/karts/kart_gfx.cpp index 160cfd381..3cc52a6e1 100644 --- a/src/karts/kart_gfx.cpp +++ b/src/karts/kart_gfx.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2012-2013 Joerg Henrichs +// Copyright (C) 2012-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/karts/kart_gfx.hpp b/src/karts/kart_gfx.hpp index 9438eaec9..2eda04d45 100644 --- a/src/karts/kart_gfx.hpp +++ b/src/karts/kart_gfx.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2012-2013 Joerg Henrichs +// Copyright (C) 2012-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/karts/kart_model.cpp b/src/karts/kart_model.cpp index c047376d9..71527258c 100644 --- a/src/karts/kart_model.cpp +++ b/src/karts/kart_model.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2008-2013 Joerg Henrichs +// Copyright (C) 2008-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/karts/kart_model.hpp b/src/karts/kart_model.hpp index 454a66427..249ea51a7 100644 --- a/src/karts/kart_model.hpp +++ b/src/karts/kart_model.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2008-2013 Joerg Henrichs +// Copyright (C) 2008-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/karts/kart_properties.cpp b/src/karts/kart_properties.cpp index 5e687d47f..d47ae7ac7 100644 --- a/src/karts/kart_properties.cpp +++ b/src/karts/kart_properties.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006-2013 SuperTuxKart-Team +// Copyright (C) 2006-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/karts/kart_properties.hpp b/src/karts/kart_properties.hpp index d0b6ba628..f8268eb36 100644 --- a/src/karts/kart_properties.hpp +++ b/src/karts/kart_properties.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006-2013 SuperTuxKart-Team +// Copyright (C) 2006-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/karts/kart_properties_manager.cpp b/src/karts/kart_properties_manager.cpp index efba7b5a6..f8d2554d7 100644 --- a/src/karts/kart_properties_manager.cpp +++ b/src/karts/kart_properties_manager.cpp @@ -1,7 +1,7 @@ // SuperTuxKart - a fun racing game with go-kart // -// Copyright (C) 2004-2013 Ingo Ruhnke -// Copyright (C) 2006-2013 SuperTuxKart-Team +// Copyright (C) 2004-2015 Ingo Ruhnke +// Copyright (C) 2006-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/karts/kart_properties_manager.hpp b/src/karts/kart_properties_manager.hpp index fbc05f79e..bcaedf8e6 100644 --- a/src/karts/kart_properties_manager.hpp +++ b/src/karts/kart_properties_manager.hpp @@ -1,7 +1,7 @@ // SuperTuxKart - a fun racing game with go-kart // -// Copyright (C) 2004-2013 Ingo Ruhnke -// Copyright (C) 2006-2013 SuperTuxKart-Team +// Copyright (C) 2004-2015 Ingo Ruhnke +// Copyright (C) 2006-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/karts/kart_with_stats.cpp b/src/karts/kart_with_stats.cpp index a916b2255..22f9a39b4 100644 --- a/src/karts/kart_with_stats.cpp +++ b/src/karts/kart_with_stats.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2011-2013 Joerg Henrichs +// Copyright (C) 2011-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/karts/kart_with_stats.hpp b/src/karts/kart_with_stats.hpp index 84b6161a7..a85870a84 100644 --- a/src/karts/kart_with_stats.hpp +++ b/src/karts/kart_with_stats.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2011-2013 Joerg Henrichs +// Copyright (C) 2011-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/karts/max_speed.cpp b/src/karts/max_speed.cpp index eb1b7feb3..c044f77d4 100644 --- a/src/karts/max_speed.cpp +++ b/src/karts/max_speed.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 Joerg Henrichs +// Copyright (C) 2010-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/karts/max_speed.hpp b/src/karts/max_speed.hpp index 8c9d76bff..4470e6029 100644 --- a/src/karts/max_speed.hpp +++ b/src/karts/max_speed.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 Joerg Henrichs +// Copyright (C) 2010-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/karts/moveable.cpp b/src/karts/moveable.cpp index 84f5d17e0..76aa5212d 100644 --- a/src/karts/moveable.cpp +++ b/src/karts/moveable.cpp @@ -1,7 +1,7 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004-2013 Steve Baker -// Copyright (C) 2006-2013 Joerg Henrichs, Steve Baker +// Copyright (C) 2004-2015 Steve Baker +// Copyright (C) 2006-2015 Joerg Henrichs, Steve Baker // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/karts/moveable.hpp b/src/karts/moveable.hpp index 42d82217a..4a0599dad 100644 --- a/src/karts/moveable.hpp +++ b/src/karts/moveable.hpp @@ -1,7 +1,7 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004-2013 Steve Baker -// Copyright (C) 2006-2013 Joerg Henrichs, Steve Baker +// Copyright (C) 2004-2015 Steve Baker +// Copyright (C) 2006-2015 Joerg Henrichs, Steve Baker // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/karts/player_difficulty.cpp b/src/karts/player_difficulty.cpp index aa985b01b..d674b7e41 100644 --- a/src/karts/player_difficulty.cpp +++ b/src/karts/player_difficulty.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006-2013 SuperTuxKart-Team +// Copyright (C) 2006-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/karts/player_difficulty.hpp b/src/karts/player_difficulty.hpp index c7197fbdc..00d8b5b50 100644 --- a/src/karts/player_difficulty.hpp +++ b/src/karts/player_difficulty.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006-2013 SuperTuxKart-Team +// Copyright (C) 2006-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/karts/rescue_animation.cpp b/src/karts/rescue_animation.cpp index d06c3097f..c88273a80 100644 --- a/src/karts/rescue_animation.cpp +++ b/src/karts/rescue_animation.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 Joerg Henrichs +// Copyright (C) 2010-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/karts/rescue_animation.hpp b/src/karts/rescue_animation.hpp index 89df1cf03..bc37e0602 100644 --- a/src/karts/rescue_animation.hpp +++ b/src/karts/rescue_animation.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2012-2013 Joerg Henrichs +// Copyright (C) 2012-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/karts/skidding.cpp b/src/karts/skidding.cpp index a1014adff..9c7de0521 100644 --- a/src/karts/skidding.cpp +++ b/src/karts/skidding.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2012-2013 Joerg Henrichs +// Copyright (C) 2012-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/karts/skidding.hpp b/src/karts/skidding.hpp index 83afb927e..9e74723a1 100644 --- a/src/karts/skidding.hpp +++ b/src/karts/skidding.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2012-2013 Joerg Henrichs +// Copyright (C) 2012-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/karts/skidding_properties.cpp b/src/karts/skidding_properties.cpp index 1bf1a246e..0f2f28d6b 100644 --- a/src/karts/skidding_properties.cpp +++ b/src/karts/skidding_properties.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2012-2013 Joerg Henrichs +// Copyright (C) 2012-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/karts/skidding_properties.hpp b/src/karts/skidding_properties.hpp index 9f8416d2e..be9fe790a 100644 --- a/src/karts/skidding_properties.hpp +++ b/src/karts/skidding_properties.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2012-2013 Joerg Henrichs +// Copyright (C) 2012-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/main.cpp b/src/main.cpp index 57c6c5b11..98b88bcad 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,8 +1,8 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004-2013 Steve Baker -// Copyright (C) 2011-2013 Joerg Henrichs, Marianne Gagnon +// Copyright (C) 2004-2015 Steve Baker +// Copyright (C) 2011-2015 Joerg Henrichs, Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/main_loop.cpp b/src/main_loop.cpp index 1b9d458e3..d001cb534 100644 --- a/src/main_loop.cpp +++ b/src/main_loop.cpp @@ -1,7 +1,7 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004-2013 Ingo Ruhnke -// Copyright (C) 2006-2013 SuperTuxKart-Team +// Copyright (C) 2004-2015 Ingo Ruhnke +// Copyright (C) 2006-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/main_loop.hpp b/src/main_loop.hpp index 2743110af..41d051cd3 100644 --- a/src/main_loop.hpp +++ b/src/main_loop.hpp @@ -1,7 +1,7 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004-2013 Ingo Ruhnke -// Copyright (C) 2006-2013 SuperTuxKart-Team +// Copyright (C) 2004-2015 Ingo Ruhnke +// Copyright (C) 2006-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/modes/cutscene_world.cpp b/src/modes/cutscene_world.cpp index 1354c97de..a10ec95af 100644 --- a/src/modes/cutscene_world.cpp +++ b/src/modes/cutscene_world.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006-2013 SuperTuxKart-Team +// Copyright (C) 2006-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/modes/cutscene_world.hpp b/src/modes/cutscene_world.hpp index 30b882287..e85da3ad2 100644 --- a/src/modes/cutscene_world.hpp +++ b/src/modes/cutscene_world.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004-2013 SuperTuxKart-Team +// Copyright (C) 2004-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/modes/demo_world.cpp b/src/modes/demo_world.cpp index be4170cc6..00baf633c 100644 --- a/src/modes/demo_world.cpp +++ b/src/modes/demo_world.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2012-2013 Joerg Henrichs +// Copyright (C) 2012-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/modes/demo_world.hpp b/src/modes/demo_world.hpp index a31811e67..a2d047a2f 100644 --- a/src/modes/demo_world.hpp +++ b/src/modes/demo_world.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2012-2013 Joerg Henrichs +// Copyright (C) 2012-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/modes/easter_egg_hunt.cpp b/src/modes/easter_egg_hunt.cpp index 7ee0c0ee2..25b1a65c0 100644 --- a/src/modes/easter_egg_hunt.cpp +++ b/src/modes/easter_egg_hunt.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2012-2013 Joerg Henrichs +// Copyright (C) 2012-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/modes/easter_egg_hunt.hpp b/src/modes/easter_egg_hunt.hpp index e3460c783..00eb70db5 100644 --- a/src/modes/easter_egg_hunt.hpp +++ b/src/modes/easter_egg_hunt.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2012-2013 Joerg Henrichs +// Copyright (C) 2012-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/modes/follow_the_leader.cpp b/src/modes/follow_the_leader.cpp index f9c4b2f94..711e1d1ab 100644 --- a/src/modes/follow_the_leader.cpp +++ b/src/modes/follow_the_leader.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004-2013 SuperTuxKart-Team +// Copyright (C) 2004-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/modes/follow_the_leader.hpp b/src/modes/follow_the_leader.hpp index 5af95c780..ff29fc727 100644 --- a/src/modes/follow_the_leader.hpp +++ b/src/modes/follow_the_leader.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004-2013 SuperTuxKart-Team +// Copyright (C) 2004-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/modes/linear_world.cpp b/src/modes/linear_world.cpp index d8bd33c07..22b2ad891 100644 --- a/src/modes/linear_world.cpp +++ b/src/modes/linear_world.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004-2013 SuperTuxKart-Team +// Copyright (C) 2004-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/modes/linear_world.hpp b/src/modes/linear_world.hpp index cce0da377..928a83256 100644 --- a/src/modes/linear_world.hpp +++ b/src/modes/linear_world.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004-2013 SuperTuxKart-Team +// Copyright (C) 2004-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/modes/overworld.cpp b/src/modes/overworld.cpp index 9097c4add..725fc3c17 100644 --- a/src/modes/overworld.cpp +++ b/src/modes/overworld.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004-2013 SuperTuxKart-Team +// Copyright (C) 2004-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/modes/overworld.hpp b/src/modes/overworld.hpp index ef7807101..4001f0faa 100644 --- a/src/modes/overworld.hpp +++ b/src/modes/overworld.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004-2013 SuperTuxKart-Team +// Copyright (C) 2004-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/modes/profile_world.cpp b/src/modes/profile_world.cpp index c6cb4ba0c..0fef5edc7 100644 --- a/src/modes/profile_world.cpp +++ b/src/modes/profile_world.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Joerg Henrichs +// Copyright (C) 2009-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/modes/profile_world.hpp b/src/modes/profile_world.hpp index 95e23bbeb..6a0977ebc 100644 --- a/src/modes/profile_world.hpp +++ b/src/modes/profile_world.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Joerg Henrichs +// Copyright (C) 2009-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/modes/soccer_world.cpp b/src/modes/soccer_world.cpp index 9453cd3d8..dcba80e8c 100644 --- a/src/modes/soccer_world.cpp +++ b/src/modes/soccer_world.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006-2013 SuperTuxKart-Team +// Copyright (C) 2006-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/modes/soccer_world.hpp b/src/modes/soccer_world.hpp index 25eb1d11e..d33f1dd74 100644 --- a/src/modes/soccer_world.hpp +++ b/src/modes/soccer_world.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004-2013 SuperTuxKart-Team +// Copyright (C) 2004-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/modes/standard_race.cpp b/src/modes/standard_race.cpp index 3f546e6e6..b3a88d325 100644 --- a/src/modes/standard_race.cpp +++ b/src/modes/standard_race.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006-2013 SuperTuxKart-Team +// Copyright (C) 2006-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/modes/standard_race.hpp b/src/modes/standard_race.hpp index ddfc6efc5..d94933183 100644 --- a/src/modes/standard_race.hpp +++ b/src/modes/standard_race.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004-2013 SuperTuxKart-Team +// Copyright (C) 2004-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/modes/three_strikes_battle.cpp b/src/modes/three_strikes_battle.cpp index abdc9c4e6..aa95da191 100644 --- a/src/modes/three_strikes_battle.cpp +++ b/src/modes/three_strikes_battle.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006-2013 SuperTuxKart-Team +// Copyright (C) 2006-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/modes/three_strikes_battle.hpp b/src/modes/three_strikes_battle.hpp index aa144a666..46a18674c 100644 --- a/src/modes/three_strikes_battle.hpp +++ b/src/modes/three_strikes_battle.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004-2013 SuperTuxKart-Team +// Copyright (C) 2004-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/modes/tutorial_world.cpp b/src/modes/tutorial_world.cpp index 5113dc64d..8bf0eec48 100644 --- a/src/modes/tutorial_world.cpp +++ b/src/modes/tutorial_world.cpp @@ -1,6 +1,6 @@ // SuperTuxKart - a fun racing game with go-kart // -// Copyright (C) 2012-2013 Marianne Gagnon +// Copyright (C) 2012-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/modes/tutorial_world.hpp b/src/modes/tutorial_world.hpp index 4f7088ec4..a62f74637 100644 --- a/src/modes/tutorial_world.hpp +++ b/src/modes/tutorial_world.hpp @@ -1,6 +1,6 @@ // SuperTuxKart - a fun racing game with go-kart // -// Copyright (C) 2012-2013 Marianne Gagnon +// Copyright (C) 2012-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/modes/world.cpp b/src/modes/world.cpp index b5870958f..d7d71b0f4 100644 --- a/src/modes/world.cpp +++ b/src/modes/world.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006-2013 SuperTuxKart-Team +// Copyright (C) 2006-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/modes/world.hpp b/src/modes/world.hpp index cfe341a13..fef41591b 100644 --- a/src/modes/world.hpp +++ b/src/modes/world.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004-2013 SuperTuxKart-Team +// Copyright (C) 2004-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/modes/world_status.cpp b/src/modes/world_status.cpp index c19ae0cd3..578f13a0e 100644 --- a/src/modes/world_status.cpp +++ b/src/modes/world_status.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004-2013 SuperTuxKart-Team +// Copyright (C) 2004-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/modes/world_status.hpp b/src/modes/world_status.hpp index ccc2ac866..270ca5a44 100644 --- a/src/modes/world_status.hpp +++ b/src/modes/world_status.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004-2013 SuperTuxKart-Team +// Copyright (C) 2004-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/modes/world_with_rank.cpp b/src/modes/world_with_rank.cpp index 2f64b3d3d..bbad420c0 100644 --- a/src/modes/world_with_rank.cpp +++ b/src/modes/world_with_rank.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 Joerg Henrichs +// Copyright (C) 2010-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/modes/world_with_rank.hpp b/src/modes/world_with_rank.hpp index d51bf9352..0914f27d8 100644 --- a/src/modes/world_with_rank.hpp +++ b/src/modes/world_with_rank.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 Joerg Henrichs +// Copyright (C) 2010-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/network/client_network_manager.cpp b/src/network/client_network_manager.cpp index 00f672484..b2379256f 100644 --- a/src/network/client_network_manager.cpp +++ b/src/network/client_network_manager.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 SuperTuxKart-Team +// Copyright (C) 2013-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/network/client_network_manager.hpp b/src/network/client_network_manager.hpp index 1c54d62dc..5e5b11683 100644 --- a/src/network/client_network_manager.hpp +++ b/src/network/client_network_manager.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 SuperTuxKart-Team +// Copyright (C) 2013-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/network/event.cpp b/src/network/event.cpp index 1266654ae..60689271b 100644 --- a/src/network/event.cpp +++ b/src/network/event.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 SuperTuxKart-Team +// Copyright (C) 2013-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/network/event.hpp b/src/network/event.hpp index cf5bf6a6f..86634b436 100644 --- a/src/network/event.hpp +++ b/src/network/event.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 SuperTuxKart-Team +// Copyright (C) 2013-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/network/game_setup.cpp b/src/network/game_setup.cpp index 1cbdbc0b4..fa966ef45 100644 --- a/src/network/game_setup.cpp +++ b/src/network/game_setup.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 SuperTuxKart-Team +// Copyright (C) 2013-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/network/game_setup.hpp b/src/network/game_setup.hpp index b8c670623..106f10893 100644 --- a/src/network/game_setup.hpp +++ b/src/network/game_setup.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 SuperTuxKart-Team +// Copyright (C) 2013-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/network/network_interface.cpp b/src/network/network_interface.cpp index 262083330..ba7c69553 100644 --- a/src/network/network_interface.cpp +++ b/src/network/network_interface.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 SuperTuxKart-Team +// Copyright (C) 2013-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/network/network_interface.hpp b/src/network/network_interface.hpp index 4da28b430..180fd9e49 100644 --- a/src/network/network_interface.hpp +++ b/src/network/network_interface.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 SuperTuxKart-Team +// Copyright (C) 2013-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/network/network_manager.cpp b/src/network/network_manager.cpp index 71201d484..501f6dde3 100644 --- a/src/network/network_manager.cpp +++ b/src/network/network_manager.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 SuperTuxKart-Team +// Copyright (C) 2013-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/network/network_manager.hpp b/src/network/network_manager.hpp index 13ae87f15..ada420fab 100644 --- a/src/network/network_manager.hpp +++ b/src/network/network_manager.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 SuperTuxKart-Team +// Copyright (C) 2013-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/network/network_string.hpp b/src/network/network_string.hpp index 188455725..dc56c8e06 100644 --- a/src/network/network_string.hpp +++ b/src/network/network_string.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 SuperTuxKart-Team +// Copyright (C) 2013-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/network/network_world.hpp b/src/network/network_world.hpp index f9b4f820f..31b8db125 100644 --- a/src/network/network_world.hpp +++ b/src/network/network_world.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 SuperTuxKart-Team +// Copyright (C) 2013-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/network/protocol.cpp b/src/network/protocol.cpp index d71d8c265..64603cdcd 100644 --- a/src/network/protocol.cpp +++ b/src/network/protocol.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 SuperTuxKart-Team +// Copyright (C) 2013-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/network/protocol.hpp b/src/network/protocol.hpp index 4fab04112..b7e63ad4f 100644 --- a/src/network/protocol.hpp +++ b/src/network/protocol.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 SuperTuxKart-Team +// Copyright (C) 2013-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/network/protocol_manager.cpp b/src/network/protocol_manager.cpp index 75b623a82..8fcff847a 100644 --- a/src/network/protocol_manager.cpp +++ b/src/network/protocol_manager.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 SuperTuxKart-Team +// Copyright (C) 2013-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/network/protocol_manager.hpp b/src/network/protocol_manager.hpp index b54b5d0e2..12840515a 100644 --- a/src/network/protocol_manager.hpp +++ b/src/network/protocol_manager.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 SuperTuxKart-Team +// Copyright (C) 2013-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/network/protocols/client_lobby_room_protocol.cpp b/src/network/protocols/client_lobby_room_protocol.cpp index 308439e8a..be3cf93ad 100644 --- a/src/network/protocols/client_lobby_room_protocol.cpp +++ b/src/network/protocols/client_lobby_room_protocol.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 SuperTuxKart-Team +// Copyright (C) 2013-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/network/protocols/connect_to_peer.cpp b/src/network/protocols/connect_to_peer.cpp index e130a2d1b..166f27d62 100644 --- a/src/network/protocols/connect_to_peer.cpp +++ b/src/network/protocols/connect_to_peer.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 SuperTuxKart-Team +// Copyright (C) 2013-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/network/protocols/connect_to_peer.hpp b/src/network/protocols/connect_to_peer.hpp index 97bad8327..7c30d738d 100644 --- a/src/network/protocols/connect_to_peer.hpp +++ b/src/network/protocols/connect_to_peer.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 SuperTuxKart-Team +// Copyright (C) 2013-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/network/protocols/connect_to_server.cpp b/src/network/protocols/connect_to_server.cpp index 1f66313fb..f89a27a44 100644 --- a/src/network/protocols/connect_to_server.cpp +++ b/src/network/protocols/connect_to_server.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 SuperTuxKart-Team +// Copyright (C) 2013-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/network/protocols/connect_to_server.hpp b/src/network/protocols/connect_to_server.hpp index 7f95a512a..093a21819 100644 --- a/src/network/protocols/connect_to_server.hpp +++ b/src/network/protocols/connect_to_server.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 SuperTuxKart-Team +// Copyright (C) 2013-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/network/protocols/get_peer_address.cpp b/src/network/protocols/get_peer_address.cpp index e0e6a09a3..3bb90f437 100644 --- a/src/network/protocols/get_peer_address.cpp +++ b/src/network/protocols/get_peer_address.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 SuperTuxKart-Team +// Copyright (C) 2013-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/network/protocols/get_peer_address.hpp b/src/network/protocols/get_peer_address.hpp index 6dac695a1..e9bce5dc0 100644 --- a/src/network/protocols/get_peer_address.hpp +++ b/src/network/protocols/get_peer_address.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 SuperTuxKart-Team +// Copyright (C) 2013-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/network/protocols/get_public_address.cpp b/src/network/protocols/get_public_address.cpp index 503875743..7034217df 100644 --- a/src/network/protocols/get_public_address.cpp +++ b/src/network/protocols/get_public_address.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 SuperTuxKart-Team +// Copyright (C) 2013-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/network/protocols/get_public_address.hpp b/src/network/protocols/get_public_address.hpp index 408a031ba..0e7f80b7a 100644 --- a/src/network/protocols/get_public_address.hpp +++ b/src/network/protocols/get_public_address.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 SuperTuxKart-Team +// Copyright (C) 2013-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/network/protocols/hide_public_address.cpp b/src/network/protocols/hide_public_address.cpp index f320ddf5f..2207c2149 100644 --- a/src/network/protocols/hide_public_address.cpp +++ b/src/network/protocols/hide_public_address.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 SuperTuxKart-Team +// Copyright (C) 2013-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/network/protocols/hide_public_address.hpp b/src/network/protocols/hide_public_address.hpp index e1c5c800a..f2279390c 100644 --- a/src/network/protocols/hide_public_address.hpp +++ b/src/network/protocols/hide_public_address.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 SuperTuxKart-Team +// Copyright (C) 2013-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/network/protocols/lobby_room_protocol.cpp b/src/network/protocols/lobby_room_protocol.cpp index 46be6df03..28ea342bd 100644 --- a/src/network/protocols/lobby_room_protocol.cpp +++ b/src/network/protocols/lobby_room_protocol.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 SuperTuxKart-Team +// Copyright (C) 2013-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/network/protocols/lobby_room_protocol.hpp b/src/network/protocols/lobby_room_protocol.hpp index d132359dd..82213150c 100644 --- a/src/network/protocols/lobby_room_protocol.hpp +++ b/src/network/protocols/lobby_room_protocol.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 SuperTuxKart-Team +// Copyright (C) 2013-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/network/protocols/ping_protocol.cpp b/src/network/protocols/ping_protocol.cpp index 7fd5232ed..045062668 100644 --- a/src/network/protocols/ping_protocol.cpp +++ b/src/network/protocols/ping_protocol.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 SuperTuxKart-Team +// Copyright (C) 2013-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/network/protocols/quick_join_protocol.cpp b/src/network/protocols/quick_join_protocol.cpp index 3788dc8d9..2f7006f15 100644 --- a/src/network/protocols/quick_join_protocol.cpp +++ b/src/network/protocols/quick_join_protocol.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 SuperTuxKart-Team +// Copyright (C) 2013-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/network/protocols/request_connection.cpp b/src/network/protocols/request_connection.cpp index 44b300487..d62dc5a65 100644 --- a/src/network/protocols/request_connection.cpp +++ b/src/network/protocols/request_connection.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 SuperTuxKart-Team +// Copyright (C) 2013-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/network/protocols/server_lobby_room_protocol.cpp b/src/network/protocols/server_lobby_room_protocol.cpp index 438b2de3a..9de64c6a8 100644 --- a/src/network/protocols/server_lobby_room_protocol.cpp +++ b/src/network/protocols/server_lobby_room_protocol.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 SuperTuxKart-Team +// Copyright (C) 2013-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/network/protocols/show_public_address.cpp b/src/network/protocols/show_public_address.cpp index 8cbe0bbcd..451e149a5 100644 --- a/src/network/protocols/show_public_address.cpp +++ b/src/network/protocols/show_public_address.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 SuperTuxKart-Team +// Copyright (C) 2013-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/network/protocols/show_public_address.hpp b/src/network/protocols/show_public_address.hpp index e1dae5387..acfa50961 100644 --- a/src/network/protocols/show_public_address.hpp +++ b/src/network/protocols/show_public_address.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 SuperTuxKart-Team +// Copyright (C) 2013-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/network/protocols/start_server.cpp b/src/network/protocols/start_server.cpp index 8291d5841..da8899777 100644 --- a/src/network/protocols/start_server.cpp +++ b/src/network/protocols/start_server.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 SuperTuxKart-Team +// Copyright (C) 2013-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/network/protocols/stop_server.cpp b/src/network/protocols/stop_server.cpp index 0524d4291..f2358f391 100644 --- a/src/network/protocols/stop_server.cpp +++ b/src/network/protocols/stop_server.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 SuperTuxKart-Team +// Copyright (C) 2013-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/network/remote_kart_info.hpp b/src/network/remote_kart_info.hpp index d3d23e328..72af75d1d 100644 --- a/src/network/remote_kart_info.hpp +++ b/src/network/remote_kart_info.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 SuperTuxKart-Team +// Copyright (C) 2013-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/network/server_network_manager.cpp b/src/network/server_network_manager.cpp index f433b43ef..784c61324 100644 --- a/src/network/server_network_manager.cpp +++ b/src/network/server_network_manager.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 SuperTuxKart-Team +// Copyright (C) 2013-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/network/server_network_manager.hpp b/src/network/server_network_manager.hpp index 460cf6031..6afc16c81 100644 --- a/src/network/server_network_manager.hpp +++ b/src/network/server_network_manager.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 SuperTuxKart-Team +// Copyright (C) 2013-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/network/stk_host.cpp b/src/network/stk_host.cpp index 75bea642b..9983410e8 100644 --- a/src/network/stk_host.cpp +++ b/src/network/stk_host.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 SuperTuxKart-Team +// Copyright (C) 2013-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/network/stk_host.hpp b/src/network/stk_host.hpp index 788aa6717..d293a603e 100644 --- a/src/network/stk_host.hpp +++ b/src/network/stk_host.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 SuperTuxKart-Team +// Copyright (C) 2013-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/network/stk_peer.cpp b/src/network/stk_peer.cpp index 35ad08860..8a04d96c2 100644 --- a/src/network/stk_peer.cpp +++ b/src/network/stk_peer.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 SuperTuxKart-Team +// Copyright (C) 2013-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/network/stk_peer.hpp b/src/network/stk_peer.hpp index 4603da143..7f5abd967 100644 --- a/src/network/stk_peer.hpp +++ b/src/network/stk_peer.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 SuperTuxKart-Team +// Copyright (C) 2013-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/network/types.hpp b/src/network/types.hpp index ad594d37e..7b9c2432a 100644 --- a/src/network/types.hpp +++ b/src/network/types.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 SuperTuxKart-Team +// Copyright (C) 2013-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/online/http_request.cpp b/src/online/http_request.cpp index c3d2a340f..80354f513 100644 --- a/src/online/http_request.cpp +++ b/src/online/http_request.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 Glenn De Jonghe +// Copyright (C) 2013-2015 Glenn De Jonghe // 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 diff --git a/src/online/http_request.hpp b/src/online/http_request.hpp index 7383b047f..70a5b5d60 100644 --- a/src/online/http_request.hpp +++ b/src/online/http_request.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2011-2013 Joerg Henrichs +// Copyright (C) 2011-2015 Joerg Henrichs // 2013 Glenn De Jonghe // // This program is free software; you can redistribute it and/or diff --git a/src/online/online_player_profile.cpp b/src/online/online_player_profile.cpp index f2a6d6472..611844d66 100644 --- a/src/online/online_player_profile.cpp +++ b/src/online/online_player_profile.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 Glenn De Jonghe +// Copyright (C) 2013-2015 Glenn De Jonghe // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/online/online_player_profile.hpp b/src/online/online_player_profile.hpp index 06d9b6551..cef45820c 100644 --- a/src/online/online_player_profile.hpp +++ b/src/online/online_player_profile.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 Glenn De Jonghe +// Copyright (C) 2013-2015 Glenn De Jonghe // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/online/online_profile.cpp b/src/online/online_profile.cpp index 9909d6b96..e3c0f99fb 100644 --- a/src/online/online_profile.cpp +++ b/src/online/online_profile.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 Glenn De Jonghe +// Copyright (C) 2013-2015 Glenn De Jonghe // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/online/online_profile.hpp b/src/online/online_profile.hpp index 675168ca1..acded73bb 100644 --- a/src/online/online_profile.hpp +++ b/src/online/online_profile.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 Glenn De Jonghe +// Copyright (C) 2013-2015 Glenn De Jonghe // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/online/profile_manager.cpp b/src/online/profile_manager.cpp index 2f160e70f..156c6a54f 100644 --- a/src/online/profile_manager.cpp +++ b/src/online/profile_manager.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 Glenn De Jonghe +// Copyright (C) 2013-2015 Glenn De Jonghe // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/online/profile_manager.hpp b/src/online/profile_manager.hpp index 512f5755e..474f32bc4 100644 --- a/src/online/profile_manager.hpp +++ b/src/online/profile_manager.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 Glenn De Jonghe +// Copyright (C) 2013-2015 Glenn De Jonghe // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/online/request.cpp b/src/online/request.cpp index 7ffb1a981..2de86ee8f 100644 --- a/src/online/request.cpp +++ b/src/online/request.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 Glenn De Jonghe +// Copyright (C) 2013-2015 Glenn De Jonghe // 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 diff --git a/src/online/request.hpp b/src/online/request.hpp index 7443583bc..e4ccb7342 100644 --- a/src/online/request.hpp +++ b/src/online/request.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2011-2013 Joerg Henrichs +// Copyright (C) 2011-2015 Joerg Henrichs // 2013 Glenn De Jonghe // // This program is free software; you can redistribute it and/or diff --git a/src/online/request_manager.cpp b/src/online/request_manager.cpp index ee873aca5..740c5c643 100644 --- a/src/online/request_manager.cpp +++ b/src/online/request_manager.cpp @@ -1,8 +1,8 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2014 Lucas Baudin -// 2011-2014 Joerg Henrichs -// 2013-2014 Glenn De Jonghe +// Copyright (C) 2010-2015 Lucas Baudin +// (C) 2014-2015 Joerg Henrichs +// (C) 2013-2015 Glenn De Jonghe // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/online/request_manager.hpp b/src/online/request_manager.hpp index 313240f21..5457fffc7 100644 --- a/src/online/request_manager.hpp +++ b/src/online/request_manager.hpp @@ -1,8 +1,8 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2014 Lucas Baudin -// 2011-2014 Joerg Henrichs -// 2013-2014 Glenn De Jonghe +// Copyright (C) 2010-2015 Lucas Baudin +// (C) 2011-2015 Joerg Henrichs +// (C) 2013-2015 Glenn De Jonghe // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/online/server.cpp b/src/online/server.cpp index f716da58a..9ac730bcb 100644 --- a/src/online/server.cpp +++ b/src/online/server.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 Glenn De Jonghe +// Copyright (C) 2013-2015 Glenn De Jonghe // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/online/server.hpp b/src/online/server.hpp index f9576056a..b35b6cf3c 100644 --- a/src/online/server.hpp +++ b/src/online/server.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 Glenn De Jonghe +// Copyright (C) 2013-2015 Glenn De Jonghe // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/online/servers_manager.cpp b/src/online/servers_manager.cpp index 7e4c93048..f36b93ebb 100644 --- a/src/online/servers_manager.cpp +++ b/src/online/servers_manager.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 Glenn De Jonghe +// Copyright (C) 2013-2015 Glenn De Jonghe // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/online/servers_manager.hpp b/src/online/servers_manager.hpp index fe0c8f76b..525b48c3f 100644 --- a/src/online/servers_manager.hpp +++ b/src/online/servers_manager.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 Glenn De Jonghe +// Copyright (C) 2013-2015 Glenn De Jonghe // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/online/xml_request.cpp b/src/online/xml_request.cpp index 4154ff1f7..89c8d9bba 100644 --- a/src/online/xml_request.cpp +++ b/src/online/xml_request.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 Glenn De Jonghe +// Copyright (C) 2013-2015 Glenn De Jonghe // 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 diff --git a/src/online/xml_request.hpp b/src/online/xml_request.hpp index 1e2f6089d..9f8d06957 100644 --- a/src/online/xml_request.hpp +++ b/src/online/xml_request.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2011-2013 Joerg Henrichs +// Copyright (C) 2011-2015 Joerg Henrichs // 2013 Glenn De Jonghe // // This program is free software; you can redistribute it and/or diff --git a/src/physics/btKart.cpp b/src/physics/btKart.cpp index 02d2c98d5..24d52bbfc 100644 --- a/src/physics/btKart.cpp +++ b/src/physics/btKart.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2013 Erwin Coumans http://continuousphysics.com/Bullet/ + * Copyright (C) 2005-2015 Erwin Coumans http://continuousphysics.com/Bullet/ * * Permission to use, copy, modify, distribute and sell this software * and its documentation for any purpose is hereby granted without fee, diff --git a/src/physics/btKart.hpp b/src/physics/btKart.hpp index a799f0575..62b2c61c4 100644 --- a/src/physics/btKart.hpp +++ b/src/physics/btKart.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2013 Erwin Coumans http://continuousphysics.com/Bullet/ + * Copyright (C) 2005-2015 Erwin Coumans http://continuousphysics.com/Bullet/ * * Permission to use, copy, modify, distribute and sell this software * and its documentation for any purpose is hereby granted without fee, diff --git a/src/physics/btKartRaycast.cpp b/src/physics/btKartRaycast.cpp index 856f83826..c9b13b647 100644 --- a/src/physics/btKartRaycast.cpp +++ b/src/physics/btKartRaycast.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2013 Erwin Coumans http://continuousphysics.com/Bullet/ + * Copyright (C) 2005-2015 Erwin Coumans http://continuousphysics.com/Bullet/ * * Permission to use, copy, modify, distribute and sell this software * and its documentation for any purpose is hereby granted without fee, diff --git a/src/physics/btKartRaycast.hpp b/src/physics/btKartRaycast.hpp index f9c7faa16..0fcb4ac5a 100644 --- a/src/physics/btKartRaycast.hpp +++ b/src/physics/btKartRaycast.hpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2013 Erwin Coumans http://continuousphysics.com/Bullet/ + * Copyright (C) 2005-2015 Erwin Coumans http://continuousphysics.com/Bullet/ * * Permission to use, copy, modify, distribute and sell this software * and its documentation for any purpose is hereby granted without fee, diff --git a/src/physics/irr_debug_drawer.cpp b/src/physics/irr_debug_drawer.cpp index f5fd5ce6f..5fffd2a1d 100644 --- a/src/physics/irr_debug_drawer.cpp +++ b/src/physics/irr_debug_drawer.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 Joerg Henrichs +// Copyright (C) 2010-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/physics/irr_debug_drawer.hpp b/src/physics/irr_debug_drawer.hpp index 6dc54d4ed..6086473fb 100644 --- a/src/physics/irr_debug_drawer.hpp +++ b/src/physics/irr_debug_drawer.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006-2013 Joerg Henrichs +// Copyright (C) 2006-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/physics/kart_motion_state.hpp b/src/physics/kart_motion_state.hpp index 8e0fa80e0..734449e6f 100644 --- a/src/physics/kart_motion_state.hpp +++ b/src/physics/kart_motion_state.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2008-2013 Joerg Henrichs +// Copyright (C) 2008-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/physics/physical_object.cpp b/src/physics/physical_object.cpp index cfa014e32..7ed9c7d49 100644 --- a/src/physics/physical_object.cpp +++ b/src/physics/physical_object.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006-2013 Joerg Henrichs +// Copyright (C) 2006-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/physics/physical_object.hpp b/src/physics/physical_object.hpp index 408d19a2f..7d4dd1158 100644 --- a/src/physics/physical_object.hpp +++ b/src/physics/physical_object.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006-2013 Joerg Henrichs +// Copyright (C) 2006-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/physics/physics.cpp b/src/physics/physics.cpp index 2da99af70..7935282f3 100644 --- a/src/physics/physics.cpp +++ b/src/physics/physics.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006-2013 Joerg Henrichs +// Copyright (C) 2006-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/physics/physics.hpp b/src/physics/physics.hpp index cd8b54e5e..ac0cf77f7 100644 --- a/src/physics/physics.hpp +++ b/src/physics/physics.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006-2013 Joerg Henrichs +// Copyright (C) 2006-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/physics/stk_dynamics_world.hpp b/src/physics/stk_dynamics_world.hpp index d0f2f49d0..633a83ee1 100644 --- a/src/physics/stk_dynamics_world.hpp +++ b/src/physics/stk_dynamics_world.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2011-2013 Joerg Henrichs +// Copyright (C) 2011-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/physics/triangle_mesh.cpp b/src/physics/triangle_mesh.cpp index e6dd840ca..ca28aa623 100644 --- a/src/physics/triangle_mesh.cpp +++ b/src/physics/triangle_mesh.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006-2013 Joerg Henrichs +// Copyright (C) 2006-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/physics/triangle_mesh.hpp b/src/physics/triangle_mesh.hpp index 7bef215a9..5557ed4a7 100644 --- a/src/physics/triangle_mesh.hpp +++ b/src/physics/triangle_mesh.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006-2013 Joerg Henrichs +// Copyright (C) 2006-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/physics/user_pointer.hpp b/src/physics/user_pointer.hpp index b9f6612df..0aea034da 100644 --- a/src/physics/user_pointer.hpp +++ b/src/physics/user_pointer.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2007-2013 Joerg Henrichs +// Copyright (C) 2007-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/race/grand_prix_data.cpp b/src/race/grand_prix_data.cpp index 51ae5768f..e0516fa33 100644 --- a/src/race/grand_prix_data.cpp +++ b/src/race/grand_prix_data.cpp @@ -1,7 +1,7 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004-2013 Ingo Ruhnke -// Copyright (C) 2006-2013 Joerg Henrichs +// Copyright (C) 2004-2015 Ingo Ruhnke +// Copyright (C) 2006-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/race/grand_prix_data.hpp b/src/race/grand_prix_data.hpp index 947de389c..b720a7d3a 100644 --- a/src/race/grand_prix_data.hpp +++ b/src/race/grand_prix_data.hpp @@ -1,7 +1,7 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004-2013 Ingo Ruhnke -// Copyright (C) 2006-2013 Joerg Henrichs +// Copyright (C) 2004-2015 Ingo Ruhnke +// Copyright (C) 2006-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/race/grand_prix_manager.cpp b/src/race/grand_prix_manager.cpp index f4376b441..793874dc3 100644 --- a/src/race/grand_prix_manager.cpp +++ b/src/race/grand_prix_manager.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2008-2013 Joerg Henrichs +// Copyright (C) 2008-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/race/grand_prix_manager.hpp b/src/race/grand_prix_manager.hpp index 78af06010..4159b5213 100644 --- a/src/race/grand_prix_manager.hpp +++ b/src/race/grand_prix_manager.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2008-2013 Joerg Henrichs +// Copyright (C) 2008-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/race/highscore_manager.cpp b/src/race/highscore_manager.cpp index 0d38d91ed..92eff9094 100644 --- a/src/race/highscore_manager.cpp +++ b/src/race/highscore_manager.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006-2013 Joerg Henrichs +// Copyright (C) 2006-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/race/highscore_manager.hpp b/src/race/highscore_manager.hpp index a87b00a31..898716479 100644 --- a/src/race/highscore_manager.hpp +++ b/src/race/highscore_manager.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006-2013 Joerg Henrichs +// Copyright (C) 2006-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/race/highscores.cpp b/src/race/highscores.cpp index 00fdcf623..bc5a4f2c5 100644 --- a/src/race/highscores.cpp +++ b/src/race/highscores.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006-2013 Joerg Henrichs +// Copyright (C) 2006-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/race/highscores.hpp b/src/race/highscores.hpp index 02bb2412f..94bd6fc95 100644 --- a/src/race/highscores.hpp +++ b/src/race/highscores.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006-2013 Joerg Henrichs +// Copyright (C) 2006-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/race/history.cpp b/src/race/history.cpp index 2f4736ec0..ec65911f8 100644 --- a/src/race/history.cpp +++ b/src/race/history.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006-2013 Joerg Henrichs +// Copyright (C) 2006-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/race/history.hpp b/src/race/history.hpp index 02f0570e3..62a13c463 100644 --- a/src/race/history.hpp +++ b/src/race/history.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006-2013 Joerg Henrichs +// Copyright (C) 2006-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/race/race_manager.cpp b/src/race/race_manager.cpp index ea8bc119f..17814d3e5 100644 --- a/src/race/race_manager.cpp +++ b/src/race/race_manager.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006-2013 SuperTuxKart-Team +// Copyright (C) 2006-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/race/race_manager.hpp b/src/race/race_manager.hpp index 050e043ee..c553bdab4 100644 --- a/src/race/race_manager.hpp +++ b/src/race/race_manager.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006-2013 SuperTuxKart-Team +// Copyright (C) 2006-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/replay/replay_base.cpp b/src/replay/replay_base.cpp index b92fd034f..6efda19c5 100644 --- a/src/replay/replay_base.cpp +++ b/src/replay/replay_base.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2012-2013 Joerg Henrichs +// Copyright (C) 2012-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/replay/replay_base.hpp b/src/replay/replay_base.hpp index 761689a13..6b48bdc24 100644 --- a/src/replay/replay_base.hpp +++ b/src/replay/replay_base.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2012-2013 Joerg Henrichs +// Copyright (C) 2012-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/replay/replay_play.cpp b/src/replay/replay_play.cpp index 4eede7e6b..3a9c5fc83 100644 --- a/src/replay/replay_play.cpp +++ b/src/replay/replay_play.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2012-2013 Joerg Henrichs +// Copyright (C) 2012-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/replay/replay_play.hpp b/src/replay/replay_play.hpp index 681d0bffb..cc479982f 100644 --- a/src/replay/replay_play.hpp +++ b/src/replay/replay_play.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2012-2013 Joerg Henrichs +// Copyright (C) 2012-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/replay/replay_recorder.cpp b/src/replay/replay_recorder.cpp index 449aa4c1d..07a5c1e9a 100644 --- a/src/replay/replay_recorder.cpp +++ b/src/replay/replay_recorder.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2012-2013 Joerg Henrichs +// Copyright (C) 2012-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/replay/replay_recorder.hpp b/src/replay/replay_recorder.hpp index 33ea58493..c77c2015c 100644 --- a/src/replay/replay_recorder.hpp +++ b/src/replay/replay_recorder.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2012-2013 Joerg Henrichs +// Copyright (C) 2012-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/scriptengine/script_engine.cpp b/src/scriptengine/script_engine.cpp index 05db7ff15..2d6bf293b 100644 --- a/src/scriptengine/script_engine.cpp +++ b/src/scriptengine/script_engine.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2014 SuperTuxKart Team +// Copyright (C) 2014-2015 SuperTuxKart Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -39,15 +39,15 @@ namespace Scripting //Line Callback -void MessageCallback(const asSMessageInfo *msg, void *param) -{ - const char *type = "ERR "; - if (msg->type == asMSGTYPE_WARNING) - type = "WARN"; - else if (msg->type == asMSGTYPE_INFORMATION) - type = "INFO"; - - printf("%s (%d, %d) : %s : %s\n", msg->section, msg->row, msg->col, type, msg->message); +void MessageCallback(const asSMessageInfo *msg, void *param) +{ + const char *type = "ERR "; + if (msg->type == asMSGTYPE_WARNING) + type = "WARN"; + else if (msg->type == asMSGTYPE_INFORMATION) + type = "INFO"; + + printf("%s (%d, %d) : %s : %s\n", msg->section, msg->row, msg->col, type, msg->message); } @@ -60,8 +60,8 @@ ScriptEngine::ScriptEngine() { std::cout << "Failed to create script engine." << std::endl; } - - // The script compiler will write any compiler messages to the callback. + + // The script compiler will write any compiler messages to the callback. //m_engine->SetMessageCallback(asFUNCTION(MessageCallback), 0, asCALL_CDECL); // Configure the script engine with all the functions, diff --git a/src/scriptengine/script_engine.hpp b/src/scriptengine/script_engine.hpp index 3334a86a4..6d742ccc5 100644 --- a/src/scriptengine/script_engine.hpp +++ b/src/scriptengine/script_engine.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2014 SuperTuxKart Team +// Copyright (C) 2014-2015 SuperTuxKart Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/scriptengine/script_kart.cpp b/src/scriptengine/script_kart.cpp index 8aae258c1..458168e4f 100644 --- a/src/scriptengine/script_kart.cpp +++ b/src/scriptengine/script_kart.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2014 SuperTuxKart Team +// Copyright (C) 2014-2015 SuperTuxKart Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/scriptengine/script_kart.hpp b/src/scriptengine/script_kart.hpp index b214e7d1e..5ddca0e09 100644 --- a/src/scriptengine/script_kart.hpp +++ b/src/scriptengine/script_kart.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2014 SuperTuxKart Team +// Copyright (C) 2014-2015 SuperTuxKart Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/scriptengine/script_physics.cpp b/src/scriptengine/script_physics.cpp index 657665b68..7f33d7617 100644 --- a/src/scriptengine/script_physics.cpp +++ b/src/scriptengine/script_physics.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2014 SuperTuxKart Team +// Copyright (C) 2014-2015 SuperTuxKart Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/scriptengine/script_physics.hpp b/src/scriptengine/script_physics.hpp index ff52c29f9..d6f47534d 100644 --- a/src/scriptengine/script_physics.hpp +++ b/src/scriptengine/script_physics.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2014 SuperTuxKart Team +// Copyright (C) 2014-2015 SuperTuxKart Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/scriptengine/script_track.cpp b/src/scriptengine/script_track.cpp index 7b66c31f3..26db06ce8 100644 --- a/src/scriptengine/script_track.cpp +++ b/src/scriptengine/script_track.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2014 SuperTuxKart Team +// Copyright (C) 2014-2015 SuperTuxKart Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/scriptengine/script_track.hpp b/src/scriptengine/script_track.hpp index c4d29c9c6..ddea74408 100644 --- a/src/scriptengine/script_track.hpp +++ b/src/scriptengine/script_track.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2014 SuperTuxKart Team +// Copyright (C) 2014-2015 SuperTuxKart Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/scriptengine/scriptvec3.cpp b/src/scriptengine/scriptvec3.cpp index 02dc3c62f..0f7bc9306 100644 --- a/src/scriptengine/scriptvec3.cpp +++ b/src/scriptengine/scriptvec3.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2014 SuperTuxKart Team +// Copyright (C) 2014-2015 SuperTuxKart Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/scriptengine/scriptvec3.hpp b/src/scriptengine/scriptvec3.hpp index 468fc3237..0aae113e9 100644 --- a/src/scriptengine/scriptvec3.hpp +++ b/src/scriptengine/scriptvec3.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2014 SuperTuxKart Team +// Copyright (C) 2014-2015 SuperTuxKart Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/addons_screen.cpp b/src/states_screens/addons_screen.cpp index c7c851ec7..aa87e1866 100644 --- a/src/states_screens/addons_screen.cpp +++ b/src/states_screens/addons_screen.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 Lucas Baudin, Joerg Henrichs +// Copyright (C) 2010-2015 Lucas Baudin, Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/addons_screen.hpp b/src/states_screens/addons_screen.hpp index 460543aa5..63c0f3371 100644 --- a/src/states_screens/addons_screen.hpp +++ b/src/states_screens/addons_screen.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 Lucas Baudin, Joerg Henrichs +// Copyright (C) 2010-2015 Lucas Baudin, Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/arenas_screen.cpp b/src/states_screens/arenas_screen.cpp index 10a3dc412..974052c85 100644 --- a/src/states_screens/arenas_screen.cpp +++ b/src/states_screens/arenas_screen.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/arenas_screen.hpp b/src/states_screens/arenas_screen.hpp index 898538e3e..097e3c3e1 100644 --- a/src/states_screens/arenas_screen.hpp +++ b/src/states_screens/arenas_screen.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/create_server_screen.cpp b/src/states_screens/create_server_screen.cpp index 408bc0ba8..283857fb8 100644 --- a/src/states_screens/create_server_screen.cpp +++ b/src/states_screens/create_server_screen.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 Glenn De Jonghe +// Copyright (C) 2013-2015 Glenn De Jonghe // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/create_server_screen.hpp b/src/states_screens/create_server_screen.hpp index f701b0cdd..d960cec53 100644 --- a/src/states_screens/create_server_screen.hpp +++ b/src/states_screens/create_server_screen.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 Glenn De Jonghe +// Copyright (C) 2013-2015 Glenn De Jonghe // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/credits.cpp b/src/states_screens/credits.cpp index 38c9f1084..4592f729d 100644 --- a/src/states_screens/credits.cpp +++ b/src/states_screens/credits.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/credits.hpp b/src/states_screens/credits.hpp index 237ffdf6e..7c594bf6c 100644 --- a/src/states_screens/credits.hpp +++ b/src/states_screens/credits.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/cutscene_gui.cpp b/src/states_screens/cutscene_gui.cpp index 4d4399e5e..de5f7581c 100644 --- a/src/states_screens/cutscene_gui.cpp +++ b/src/states_screens/cutscene_gui.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2012-2013 Marianne Gagnon +// Copyright (C) 2012-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/cutscene_gui.hpp b/src/states_screens/cutscene_gui.hpp index 2b166a812..d71a501b8 100644 --- a/src/states_screens/cutscene_gui.hpp +++ b/src/states_screens/cutscene_gui.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2012-2013 Marianne Gagnon +// Copyright (C) 2012-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/dialogs/add_device_dialog.cpp b/src/states_screens/dialogs/add_device_dialog.cpp index a5d422a8d..96a21121f 100644 --- a/src/states_screens/dialogs/add_device_dialog.cpp +++ b/src/states_screens/dialogs/add_device_dialog.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/dialogs/add_device_dialog.hpp b/src/states_screens/dialogs/add_device_dialog.hpp index 8bac559ff..39858b3cb 100644 --- a/src/states_screens/dialogs/add_device_dialog.hpp +++ b/src/states_screens/dialogs/add_device_dialog.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/dialogs/addons_loading.cpp b/src/states_screens/dialogs/addons_loading.cpp index 9b7269d5c..b90a65a32 100644 --- a/src/states_screens/dialogs/addons_loading.cpp +++ b/src/states_screens/dialogs/addons_loading.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon, Joerg Henrichs +// Copyright (C) 2009-2015 Marianne Gagnon, Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/dialogs/addons_loading.hpp b/src/states_screens/dialogs/addons_loading.hpp index 27f52a431..9f025f78a 100644 --- a/src/states_screens/dialogs/addons_loading.hpp +++ b/src/states_screens/dialogs/addons_loading.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 Lucas Baudin +// Copyright (C) 2010-2015 Lucas Baudin // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/dialogs/change_password_dialog.cpp b/src/states_screens/dialogs/change_password_dialog.cpp index 6104d997d..e4aa34a11 100644 --- a/src/states_screens/dialogs/change_password_dialog.cpp +++ b/src/states_screens/dialogs/change_password_dialog.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 Glenn De Jonghe +// Copyright (C) 2013-2015 Glenn De Jonghe // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/dialogs/change_password_dialog.hpp b/src/states_screens/dialogs/change_password_dialog.hpp index 396031979..e1eaaa14e 100644 --- a/src/states_screens/dialogs/change_password_dialog.hpp +++ b/src/states_screens/dialogs/change_password_dialog.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 Glenn De Jonghe +// Copyright (C) 2013-2015 Glenn De Jonghe // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/dialogs/confirm_resolution_dialog.cpp b/src/states_screens/dialogs/confirm_resolution_dialog.cpp index 591dcd815..a418b577e 100644 --- a/src/states_screens/dialogs/confirm_resolution_dialog.cpp +++ b/src/states_screens/dialogs/confirm_resolution_dialog.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/dialogs/confirm_resolution_dialog.hpp b/src/states_screens/dialogs/confirm_resolution_dialog.hpp index dc3ad1605..9d8b97b48 100644 --- a/src/states_screens/dialogs/confirm_resolution_dialog.hpp +++ b/src/states_screens/dialogs/confirm_resolution_dialog.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/dialogs/custom_video_settings.cpp b/src/states_screens/dialogs/custom_video_settings.cpp index 5a35cfd70..cbbab6121 100644 --- a/src/states_screens/dialogs/custom_video_settings.cpp +++ b/src/states_screens/dialogs/custom_video_settings.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/dialogs/custom_video_settings.hpp b/src/states_screens/dialogs/custom_video_settings.hpp index 7ab896056..a80c6eca2 100644 --- a/src/states_screens/dialogs/custom_video_settings.hpp +++ b/src/states_screens/dialogs/custom_video_settings.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/dialogs/debug_slider.cpp b/src/states_screens/dialogs/debug_slider.cpp index 2e16c817e..464977cb3 100644 --- a/src/states_screens/dialogs/debug_slider.cpp +++ b/src/states_screens/dialogs/debug_slider.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 Marianne Gagnon +// Copyright (C) 2010-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/dialogs/debug_slider.hpp b/src/states_screens/dialogs/debug_slider.hpp index ea3dcf011..2a8be11cf 100644 --- a/src/states_screens/dialogs/debug_slider.hpp +++ b/src/states_screens/dialogs/debug_slider.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 Marianne Gagnon +// Copyright (C) 2010-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/dialogs/enter_gp_name_dialog.cpp b/src/states_screens/dialogs/enter_gp_name_dialog.cpp index c2aaa10c7..d78da0278 100644 --- a/src/states_screens/dialogs/enter_gp_name_dialog.cpp +++ b/src/states_screens/dialogs/enter_gp_name_dialog.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2014 Marc Coll +// Copyright (C) 2014-2015 Marc Coll // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -144,4 +144,4 @@ void EnterGPNameDialog::validateName() m_self_destroy = true; } -} \ No newline at end of file +} diff --git a/src/states_screens/dialogs/enter_gp_name_dialog.hpp b/src/states_screens/dialogs/enter_gp_name_dialog.hpp index 99e729a06..a1f268514 100644 --- a/src/states_screens/dialogs/enter_gp_name_dialog.hpp +++ b/src/states_screens/dialogs/enter_gp_name_dialog.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2014 Marc Coll +// Copyright (C) 2014-2015 Marc Coll // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/dialogs/gp_info_dialog.cpp b/src/states_screens/dialogs/gp_info_dialog.cpp index 464e9af30..712126929 100644 --- a/src/states_screens/dialogs/gp_info_dialog.cpp +++ b/src/states_screens/dialogs/gp_info_dialog.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/dialogs/gp_info_dialog.hpp b/src/states_screens/dialogs/gp_info_dialog.hpp index 93158162e..7b4874c6c 100644 --- a/src/states_screens/dialogs/gp_info_dialog.hpp +++ b/src/states_screens/dialogs/gp_info_dialog.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/dialogs/message_dialog.cpp b/src/states_screens/dialogs/message_dialog.cpp index ecf24646c..f3fa7a2b3 100644 --- a/src/states_screens/dialogs/message_dialog.cpp +++ b/src/states_screens/dialogs/message_dialog.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 Marianne Gagnon +// Copyright (C) 2010-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/dialogs/message_dialog.hpp b/src/states_screens/dialogs/message_dialog.hpp index 62bbe5b06..5164d4bee 100644 --- a/src/states_screens/dialogs/message_dialog.hpp +++ b/src/states_screens/dialogs/message_dialog.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 Marianne Gagnon +// Copyright (C) 2010-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/dialogs/press_a_key_dialog.cpp b/src/states_screens/dialogs/press_a_key_dialog.cpp index 464b09fa5..c765484ed 100644 --- a/src/states_screens/dialogs/press_a_key_dialog.cpp +++ b/src/states_screens/dialogs/press_a_key_dialog.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/dialogs/press_a_key_dialog.hpp b/src/states_screens/dialogs/press_a_key_dialog.hpp index 090cf929a..953bd1e1a 100644 --- a/src/states_screens/dialogs/press_a_key_dialog.hpp +++ b/src/states_screens/dialogs/press_a_key_dialog.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/dialogs/race_paused_dialog.cpp b/src/states_screens/dialogs/race_paused_dialog.cpp index 219665645..1a4d2e442 100644 --- a/src/states_screens/dialogs/race_paused_dialog.cpp +++ b/src/states_screens/dialogs/race_paused_dialog.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 Marianne Gagnon +// Copyright (C) 2010-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/dialogs/race_paused_dialog.hpp b/src/states_screens/dialogs/race_paused_dialog.hpp index efefda4be..3b9c16d65 100644 --- a/src/states_screens/dialogs/race_paused_dialog.hpp +++ b/src/states_screens/dialogs/race_paused_dialog.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/dialogs/recovery_dialog.cpp b/src/states_screens/dialogs/recovery_dialog.cpp index b08545700..0298dc353 100644 --- a/src/states_screens/dialogs/recovery_dialog.cpp +++ b/src/states_screens/dialogs/recovery_dialog.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 Glenn De Jonghe +// Copyright (C) 2013-2015 Glenn De Jonghe // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/dialogs/recovery_dialog.hpp b/src/states_screens/dialogs/recovery_dialog.hpp index 5920bb4a2..65fc861e7 100644 --- a/src/states_screens/dialogs/recovery_dialog.hpp +++ b/src/states_screens/dialogs/recovery_dialog.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 Glenn De Jonghe +// Copyright (C) 2013-2015 Glenn De Jonghe // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/dialogs/registration_dialog.cpp b/src/states_screens/dialogs/registration_dialog.cpp index c876fc910..1ec7b325f 100644 --- a/src/states_screens/dialogs/registration_dialog.cpp +++ b/src/states_screens/dialogs/registration_dialog.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 Glenn De Jonghe +// Copyright (C) 2013-2015 Glenn De Jonghe // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/dialogs/registration_dialog.hpp b/src/states_screens/dialogs/registration_dialog.hpp index a1cef727b..abd05fc78 100644 --- a/src/states_screens/dialogs/registration_dialog.hpp +++ b/src/states_screens/dialogs/registration_dialog.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 Glenn De Jonghe +// Copyright (C) 2013-2015 Glenn De Jonghe // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/dialogs/select_challenge.cpp b/src/states_screens/dialogs/select_challenge.cpp index 3c2cc7041..ea8583a9c 100644 --- a/src/states_screens/dialogs/select_challenge.cpp +++ b/src/states_screens/dialogs/select_challenge.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2012-2013 Marianne Gagnon +// Copyright (C) 2012-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/dialogs/select_challenge.hpp b/src/states_screens/dialogs/select_challenge.hpp index 2a39a17e1..e35dcc5e7 100644 --- a/src/states_screens/dialogs/select_challenge.hpp +++ b/src/states_screens/dialogs/select_challenge.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2012-2013 Marianne Gagnon +// Copyright (C) 2012-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/dialogs/server_info_dialog.cpp b/src/states_screens/dialogs/server_info_dialog.cpp index 094a2be9c..439a7b40a 100644 --- a/src/states_screens/dialogs/server_info_dialog.cpp +++ b/src/states_screens/dialogs/server_info_dialog.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 Glenn De Jonghe +// Copyright (C) 2013-2015 Glenn De Jonghe // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/dialogs/server_info_dialog.hpp b/src/states_screens/dialogs/server_info_dialog.hpp index 9e8f91f8e..31381bbfe 100644 --- a/src/states_screens/dialogs/server_info_dialog.hpp +++ b/src/states_screens/dialogs/server_info_dialog.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 Glenn De Jonghe +// Copyright (C) 2013-2015 Glenn De Jonghe // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/dialogs/tutorial_message_dialog.cpp b/src/states_screens/dialogs/tutorial_message_dialog.cpp index 3eda7e0cb..0e53155f1 100644 --- a/src/states_screens/dialogs/tutorial_message_dialog.cpp +++ b/src/states_screens/dialogs/tutorial_message_dialog.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 Marianne Gagnon +// Copyright (C) 2010-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/dialogs/tutorial_message_dialog.hpp b/src/states_screens/dialogs/tutorial_message_dialog.hpp index 6bfcfdfb7..743300465 100644 --- a/src/states_screens/dialogs/tutorial_message_dialog.hpp +++ b/src/states_screens/dialogs/tutorial_message_dialog.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 Marianne Gagnon +// Copyright (C) 2010-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/dialogs/user_info_dialog.cpp b/src/states_screens/dialogs/user_info_dialog.cpp index 872062fe1..e43d4c21b 100644 --- a/src/states_screens/dialogs/user_info_dialog.cpp +++ b/src/states_screens/dialogs/user_info_dialog.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 Glenn De Jonghe +// Copyright (C) 2013-2015 Glenn De Jonghe // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/dialogs/user_info_dialog.hpp b/src/states_screens/dialogs/user_info_dialog.hpp index 63c6a2e65..0726fd4e5 100644 --- a/src/states_screens/dialogs/user_info_dialog.hpp +++ b/src/states_screens/dialogs/user_info_dialog.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 Glenn De Jonghe +// Copyright (C) 2013-2015 Glenn De Jonghe // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/dialogs/vote_dialog.cpp b/src/states_screens/dialogs/vote_dialog.cpp index 89a4df154..5433f3bb7 100644 --- a/src/states_screens/dialogs/vote_dialog.cpp +++ b/src/states_screens/dialogs/vote_dialog.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 Glenn De Jonghe +// Copyright (C) 2013-2015 Glenn De Jonghe // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/dialogs/vote_dialog.hpp b/src/states_screens/dialogs/vote_dialog.hpp index 32fed5570..511b31288 100644 --- a/src/states_screens/dialogs/vote_dialog.hpp +++ b/src/states_screens/dialogs/vote_dialog.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 Glenn De Jonghe +// Copyright (C) 2013-2015 Glenn De Jonghe // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/easter_egg_screen.cpp b/src/states_screens/easter_egg_screen.cpp index 2a593d2cf..b88bb6555 100644 --- a/src/states_screens/easter_egg_screen.cpp +++ b/src/states_screens/easter_egg_screen.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/easter_egg_screen.hpp b/src/states_screens/easter_egg_screen.hpp index 605fa526c..fca29858d 100644 --- a/src/states_screens/easter_egg_screen.hpp +++ b/src/states_screens/easter_egg_screen.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/edit_gp_screen.cpp b/src/states_screens/edit_gp_screen.cpp index 68199d986..243553de0 100644 --- a/src/states_screens/edit_gp_screen.cpp +++ b/src/states_screens/edit_gp_screen.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2014 Marc Coll +// Copyright (C) 2014-2015 Marc Coll // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/edit_gp_screen.hpp b/src/states_screens/edit_gp_screen.hpp index 35adeb591..5f3941437 100644 --- a/src/states_screens/edit_gp_screen.hpp +++ b/src/states_screens/edit_gp_screen.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2014 Marc Coll +// Copyright (C) 2014-2015 Marc Coll // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/edit_track_screen.cpp b/src/states_screens/edit_track_screen.cpp index 4e3946ef0..b5a5f8db3 100644 --- a/src/states_screens/edit_track_screen.cpp +++ b/src/states_screens/edit_track_screen.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2014 Marc Coll +// Copyright (C) 2014-2015 Marc Coll // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/edit_track_screen.hpp b/src/states_screens/edit_track_screen.hpp index a5edb982b..1d9d753c4 100644 --- a/src/states_screens/edit_track_screen.hpp +++ b/src/states_screens/edit_track_screen.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2014 Marc Coll +// Copyright (C) 2014-2015 Marc Coll // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/feature_unlocked.cpp b/src/states_screens/feature_unlocked.cpp index 2e9f32b0f..2bd737ff9 100644 --- a/src/states_screens/feature_unlocked.cpp +++ b/src/states_screens/feature_unlocked.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 SuperTuxKart-Team +// Copyright (C) 2010-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/feature_unlocked.hpp b/src/states_screens/feature_unlocked.hpp index 70589ab05..606ad58e2 100644 --- a/src/states_screens/feature_unlocked.hpp +++ b/src/states_screens/feature_unlocked.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 SuperTuxKart-Team +// Copyright (C) 2010-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/gp_info_screen.cpp b/src/states_screens/gp_info_screen.cpp index faff5444b..12c9f07f0 100644 --- a/src/states_screens/gp_info_screen.cpp +++ b/src/states_screens/gp_info_screen.cpp @@ -1,6 +1,6 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2014 Marianne Gagnon -// 2014 Joerg Henrichs, konstin +// Copyright (C) 2009-2015 Marianne Gagnon +// (C) 2014-2015 Joerg Henrichs, konstin // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/gp_info_screen.hpp b/src/states_screens/gp_info_screen.hpp index 3e579bfc8..25a08d9c8 100644 --- a/src/states_screens/gp_info_screen.hpp +++ b/src/states_screens/gp_info_screen.hpp @@ -1,6 +1,6 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2014 Marianne Gagnon -// 2014 Joerg Henrichs +// Copyright (C) 2009-2015 Marianne Gagnon +// (C) 2014-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/grand_prix_cutscene.cpp b/src/states_screens/grand_prix_cutscene.cpp index f4851de81..6a53d417a 100644 --- a/src/states_screens/grand_prix_cutscene.cpp +++ b/src/states_screens/grand_prix_cutscene.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2014 konstin +// Copyright (C) 2014-2015 konstin // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/grand_prix_cutscene.hpp b/src/states_screens/grand_prix_cutscene.hpp index d85834b7b..adf8b129a 100644 --- a/src/states_screens/grand_prix_cutscene.hpp +++ b/src/states_screens/grand_prix_cutscene.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2014 konstin +// Copyright (C) 2014-2015 konstin // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/grand_prix_editor_screen.cpp b/src/states_screens/grand_prix_editor_screen.cpp index 1292202e4..3366057df 100644 --- a/src/states_screens/grand_prix_editor_screen.cpp +++ b/src/states_screens/grand_prix_editor_screen.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2014 Marc Coll +// Copyright (C) 2014-2015 Marc Coll // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/grand_prix_editor_screen.hpp b/src/states_screens/grand_prix_editor_screen.hpp index 1c329dfd9..f24f5ed6a 100644 --- a/src/states_screens/grand_prix_editor_screen.hpp +++ b/src/states_screens/grand_prix_editor_screen.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2014 Marc Coll +// Copyright (C) 2014-2015 Marc Coll // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/grand_prix_lose.cpp b/src/states_screens/grand_prix_lose.cpp index 9a3db63c0..0120499ae 100644 --- a/src/states_screens/grand_prix_lose.cpp +++ b/src/states_screens/grand_prix_lose.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 SuperTuxKart-Team +// Copyright (C) 2010-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/grand_prix_lose.hpp b/src/states_screens/grand_prix_lose.hpp index a1cd0d6a4..ba49685b3 100644 --- a/src/states_screens/grand_prix_lose.hpp +++ b/src/states_screens/grand_prix_lose.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 SuperTuxKart-Team +// Copyright (C) 2010-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/grand_prix_win.cpp b/src/states_screens/grand_prix_win.cpp index 36ccc122c..a66abf995 100644 --- a/src/states_screens/grand_prix_win.cpp +++ b/src/states_screens/grand_prix_win.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 SuperTuxKart-Team +// Copyright (C) 2010-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/grand_prix_win.hpp b/src/states_screens/grand_prix_win.hpp index 06e999d12..d5ecdfd2d 100644 --- a/src/states_screens/grand_prix_win.hpp +++ b/src/states_screens/grand_prix_win.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 SuperTuxKart-Team +// Copyright (C) 2010-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/help_screen_1.cpp b/src/states_screens/help_screen_1.cpp index 4280202fc..83dcdeeb0 100644 --- a/src/states_screens/help_screen_1.cpp +++ b/src/states_screens/help_screen_1.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/help_screen_1.hpp b/src/states_screens/help_screen_1.hpp index 6677c6001..e517f721c 100644 --- a/src/states_screens/help_screen_1.hpp +++ b/src/states_screens/help_screen_1.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/help_screen_2.cpp b/src/states_screens/help_screen_2.cpp index b2b08a0a1..a5707f964 100644 --- a/src/states_screens/help_screen_2.cpp +++ b/src/states_screens/help_screen_2.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/help_screen_2.hpp b/src/states_screens/help_screen_2.hpp index d7a1d75ad..87ebfe963 100644 --- a/src/states_screens/help_screen_2.hpp +++ b/src/states_screens/help_screen_2.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/help_screen_3.cpp b/src/states_screens/help_screen_3.cpp index a8a7cb4f6..9118a37cb 100644 --- a/src/states_screens/help_screen_3.cpp +++ b/src/states_screens/help_screen_3.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/help_screen_3.hpp b/src/states_screens/help_screen_3.hpp index 74a5e2258..a0b1e3f4f 100644 --- a/src/states_screens/help_screen_3.hpp +++ b/src/states_screens/help_screen_3.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/help_screen_4.cpp b/src/states_screens/help_screen_4.cpp index c271467db..aceb1e5c5 100644 --- a/src/states_screens/help_screen_4.cpp +++ b/src/states_screens/help_screen_4.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/help_screen_4.hpp b/src/states_screens/help_screen_4.hpp index 8142b4540..b7d55e096 100644 --- a/src/states_screens/help_screen_4.hpp +++ b/src/states_screens/help_screen_4.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/kart_selection.cpp b/src/states_screens/kart_selection.cpp index 1c8ff4b6c..05269388b 100644 --- a/src/states_screens/kart_selection.cpp +++ b/src/states_screens/kart_selection.cpp @@ -1,6 +1,6 @@ // SuperTuxKart - a fun racing game with go-kart // -// Copyright (C) 2006-2013 SuperTuxKart-Team +// Copyright (C) 2006-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/kart_selection.hpp b/src/states_screens/kart_selection.hpp index 0ef09a451..028720c18 100644 --- a/src/states_screens/kart_selection.hpp +++ b/src/states_screens/kart_selection.hpp @@ -1,6 +1,6 @@ // SuperTuxKart - a fun racing game with go-kart // -// Copyright (C) 2006-2013 SuperTuxKart-Team +// Copyright (C) 2006-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/main_menu_screen.cpp b/src/states_screens/main_menu_screen.cpp index da0dd1916..914af70d6 100644 --- a/src/states_screens/main_menu_screen.cpp +++ b/src/states_screens/main_menu_screen.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/main_menu_screen.hpp b/src/states_screens/main_menu_screen.hpp index 141415859..0da2a18df 100644 --- a/src/states_screens/main_menu_screen.hpp +++ b/src/states_screens/main_menu_screen.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/networking_lobby.cpp b/src/states_screens/networking_lobby.cpp index 37ed2a886..33279759c 100644 --- a/src/states_screens/networking_lobby.cpp +++ b/src/states_screens/networking_lobby.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 Glenn De Jonghe +// Copyright (C) 2013-2015 Glenn De Jonghe // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/networking_lobby.hpp b/src/states_screens/networking_lobby.hpp index d864fd27d..d98595253 100644 --- a/src/states_screens/networking_lobby.hpp +++ b/src/states_screens/networking_lobby.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 Glenn De Jonghe +// Copyright (C) 2013-2015 Glenn De Jonghe // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/online_profile_achievements.cpp b/src/states_screens/online_profile_achievements.cpp index 39d8478bb..0cddada26 100644 --- a/src/states_screens/online_profile_achievements.cpp +++ b/src/states_screens/online_profile_achievements.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 Glenn De Jonghe +// Copyright (C) 2013-2015 Glenn De Jonghe // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/online_profile_achievements.hpp b/src/states_screens/online_profile_achievements.hpp index 963fbb8fe..a25aa5e73 100644 --- a/src/states_screens/online_profile_achievements.hpp +++ b/src/states_screens/online_profile_achievements.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 Glenn De Jonghe +// Copyright (C) 2013-2015 Glenn De Jonghe // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/online_profile_base.cpp b/src/states_screens/online_profile_base.cpp index 3a414d5d4..605c09984 100644 --- a/src/states_screens/online_profile_base.cpp +++ b/src/states_screens/online_profile_base.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 Glenn De Jonghe +// Copyright (C) 2013-2015 Glenn De Jonghe // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/online_profile_base.hpp b/src/states_screens/online_profile_base.hpp index 2a57567ad..0285edb4b 100644 --- a/src/states_screens/online_profile_base.hpp +++ b/src/states_screens/online_profile_base.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 Glenn De Jonghe +// Copyright (C) 2013-2015 Glenn De Jonghe // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/online_profile_friends.cpp b/src/states_screens/online_profile_friends.cpp index 822e53ded..a7dd2a9d5 100644 --- a/src/states_screens/online_profile_friends.cpp +++ b/src/states_screens/online_profile_friends.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 Glenn De Jonghe +// Copyright (C) 2013-2015 Glenn De Jonghe // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/online_profile_friends.hpp b/src/states_screens/online_profile_friends.hpp index 319f97a7e..a8dd9bb36 100644 --- a/src/states_screens/online_profile_friends.hpp +++ b/src/states_screens/online_profile_friends.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 Glenn De Jonghe +// Copyright (C) 2013-2015 Glenn De Jonghe // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/online_profile_settings.cpp b/src/states_screens/online_profile_settings.cpp index 06abe7bde..1231b2c16 100644 --- a/src/states_screens/online_profile_settings.cpp +++ b/src/states_screens/online_profile_settings.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010 Glenn De Jonghe +// Copyright (C) 2010-2015 Glenn De Jonghe // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/online_profile_settings.hpp b/src/states_screens/online_profile_settings.hpp index 36fbd2669..6ed75ec8c 100644 --- a/src/states_screens/online_profile_settings.hpp +++ b/src/states_screens/online_profile_settings.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 Glenn De Jonghe +// Copyright (C) 2013-2015 Glenn De Jonghe // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/online_screen.cpp b/src/states_screens/online_screen.cpp index cea7b4fe2..6f1d26624 100644 --- a/src/states_screens/online_screen.cpp +++ b/src/states_screens/online_screen.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 Glenn De Jonghe +// Copyright (C) 2013-2015 Glenn De Jonghe // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/online_screen.hpp b/src/states_screens/online_screen.hpp index 472e23deb..12af003a7 100644 --- a/src/states_screens/online_screen.hpp +++ b/src/states_screens/online_screen.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 Glenn De Jonghe +// Copyright (C) 2013-2015 Glenn De Jonghe // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/online_user_search.cpp b/src/states_screens/online_user_search.cpp index 872f7fcb3..5c9953471 100644 --- a/src/states_screens/online_user_search.cpp +++ b/src/states_screens/online_user_search.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010 Lucas Baudin, Joerg Henrichs +// Copyright (C) 2010-2015 Lucas Baudin, Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/online_user_search.hpp b/src/states_screens/online_user_search.hpp index 4bc1082e9..5ec93db07 100644 --- a/src/states_screens/online_user_search.hpp +++ b/src/states_screens/online_user_search.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 Glenn De Jonghe +// Copyright (C) 2013-2015 Glenn De Jonghe // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/options_screen_audio.cpp b/src/states_screens/options_screen_audio.cpp index e5bbaf8b3..734c12a2d 100644 --- a/src/states_screens/options_screen_audio.cpp +++ b/src/states_screens/options_screen_audio.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/options_screen_audio.hpp b/src/states_screens/options_screen_audio.hpp index 2b6468de0..fd48973ed 100644 --- a/src/states_screens/options_screen_audio.hpp +++ b/src/states_screens/options_screen_audio.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/options_screen_input.cpp b/src/states_screens/options_screen_input.cpp index 1d9b34041..b92880471 100644 --- a/src/states_screens/options_screen_input.cpp +++ b/src/states_screens/options_screen_input.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/options_screen_input.hpp b/src/states_screens/options_screen_input.hpp index 02fcfc598..9d0ff1094 100644 --- a/src/states_screens/options_screen_input.hpp +++ b/src/states_screens/options_screen_input.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/options_screen_input2.cpp b/src/states_screens/options_screen_input2.cpp index 0f60f181e..a9031dcd1 100644 --- a/src/states_screens/options_screen_input2.cpp +++ b/src/states_screens/options_screen_input2.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/options_screen_input2.hpp b/src/states_screens/options_screen_input2.hpp index ee2c7fbd0..bc3ea8abc 100644 --- a/src/states_screens/options_screen_input2.hpp +++ b/src/states_screens/options_screen_input2.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/options_screen_ui.cpp b/src/states_screens/options_screen_ui.cpp index f885987b7..fe089e73c 100644 --- a/src/states_screens/options_screen_ui.cpp +++ b/src/states_screens/options_screen_ui.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/options_screen_ui.hpp b/src/states_screens/options_screen_ui.hpp index 91d419413..959cc9723 100644 --- a/src/states_screens/options_screen_ui.hpp +++ b/src/states_screens/options_screen_ui.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/options_screen_video.cpp b/src/states_screens/options_screen_video.cpp index 887fb5d69..3d293d0de 100644 --- a/src/states_screens/options_screen_video.cpp +++ b/src/states_screens/options_screen_video.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/options_screen_video.hpp b/src/states_screens/options_screen_video.hpp index 14c2dfca5..745863b2c 100644 --- a/src/states_screens/options_screen_video.hpp +++ b/src/states_screens/options_screen_video.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/race_gui.cpp b/src/states_screens/race_gui.cpp index 55dc87ed7..92ff1649c 100644 --- a/src/states_screens/race_gui.cpp +++ b/src/states_screens/race_gui.cpp @@ -1,7 +1,7 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004-2013 Steve Baker -// Copyright (C) 2006-2013 Joerg Henrichs, SuperTuxKart-Team, Steve Baker +// Copyright (C) 2004-2015 Steve Baker +// Copyright (C) 2006-2015 Joerg Henrichs, SuperTuxKart-Team, Steve Baker // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/race_gui.hpp b/src/states_screens/race_gui.hpp index 8ae4d626b..fe2730b96 100644 --- a/src/states_screens/race_gui.hpp +++ b/src/states_screens/race_gui.hpp @@ -1,7 +1,7 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004-2013 Steve Baker -// Copyright (C) 2006-2013 Joerg Henrichs, SuperTuxKart-Team, Steve Baker +// Copyright (C) 2004-2015 Steve Baker +// Copyright (C) 2006-2015 Joerg Henrichs, SuperTuxKart-Team, Steve Baker // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/race_gui_base.cpp b/src/states_screens/race_gui_base.cpp index 4465b8ffc..2e00ec0b1 100644 --- a/src/states_screens/race_gui_base.cpp +++ b/src/states_screens/race_gui_base.cpp @@ -1,7 +1,7 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004-2013 Steve Baker -// Copyright (C) 2006-2013 Joerg Henrichs, SuperTuxKart-Team, Steve Baker +// Copyright (C) 2004-2015 Steve Baker +// Copyright (C) 2006-2015 Joerg Henrichs, SuperTuxKart-Team, Steve Baker // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/race_gui_base.hpp b/src/states_screens/race_gui_base.hpp index 05a20beb7..cf6eaa687 100644 --- a/src/states_screens/race_gui_base.hpp +++ b/src/states_screens/race_gui_base.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 Joerg Henrichs +// Copyright (C) 2010-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/race_gui_overworld.cpp b/src/states_screens/race_gui_overworld.cpp index 938844a26..d222b5857 100644 --- a/src/states_screens/race_gui_overworld.cpp +++ b/src/states_screens/race_gui_overworld.cpp @@ -1,7 +1,7 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004-2013 Steve Baker -// Copyright (C) 2006-2013 Joerg Henrichs, SuperTuxKart-Team, Steve Baker +// Copyright (C) 2004-2015 Steve Baker +// Copyright (C) 2006-2015 Joerg Henrichs, SuperTuxKart-Team, Steve Baker // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/race_gui_overworld.hpp b/src/states_screens/race_gui_overworld.hpp index 950c2d9bd..7a3a9535f 100644 --- a/src/states_screens/race_gui_overworld.hpp +++ b/src/states_screens/race_gui_overworld.hpp @@ -1,7 +1,7 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004-2013 Steve Baker -// Copyright (C) 2006-2013 Joerg Henrichs, SuperTuxKart-Team, Steve Baker +// Copyright (C) 2004-2015 Steve Baker +// Copyright (C) 2006-2015 Joerg Henrichs, SuperTuxKart-Team, Steve Baker // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/race_result_gui.cpp b/src/states_screens/race_result_gui.cpp index 80f5cbbbc..3e6e57046 100644 --- a/src/states_screens/race_result_gui.cpp +++ b/src/states_screens/race_result_gui.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 Joerg Henrichs +// Copyright (C) 2010-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/race_result_gui.hpp b/src/states_screens/race_result_gui.hpp index 4e365b114..09ccb4531 100644 --- a/src/states_screens/race_result_gui.hpp +++ b/src/states_screens/race_result_gui.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 Joerg Henrichs +// Copyright (C) 2010-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/race_setup_screen.cpp b/src/states_screens/race_setup_screen.cpp index bef5316c2..cc9780e10 100644 --- a/src/states_screens/race_setup_screen.cpp +++ b/src/states_screens/race_setup_screen.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/race_setup_screen.hpp b/src/states_screens/race_setup_screen.hpp index 3569a6cc2..60ca8bfe2 100644 --- a/src/states_screens/race_setup_screen.hpp +++ b/src/states_screens/race_setup_screen.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/register_screen.cpp b/src/states_screens/register_screen.cpp index 383e60360..387ba9a76 100644 --- a/src/states_screens/register_screen.cpp +++ b/src/states_screens/register_screen.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2014 Joerg Henrichs +// Copyright (C) 2014-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/register_screen.hpp b/src/states_screens/register_screen.hpp index 6c73b7acc..edf935f6c 100644 --- a/src/states_screens/register_screen.hpp +++ b/src/states_screens/register_screen.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2014 Joerg Henrichs +// Copyright (C) 2014-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/server_selection.cpp b/src/states_screens/server_selection.cpp index a0794da33..2689b22fc 100644 --- a/src/states_screens/server_selection.cpp +++ b/src/states_screens/server_selection.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010 Lucas Baudin, Joerg Henrichs +// Copyright (C) 2010-2015 Lucas Baudin, Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/server_selection.hpp b/src/states_screens/server_selection.hpp index aecd29992..408164000 100644 --- a/src/states_screens/server_selection.hpp +++ b/src/states_screens/server_selection.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 Glenn De Jonghe +// Copyright (C) 2013-2015 Glenn De Jonghe // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/soccer_setup_screen.cpp b/src/states_screens/soccer_setup_screen.cpp index 60286e446..dd2c13edd 100644 --- a/src/states_screens/soccer_setup_screen.cpp +++ b/src/states_screens/soccer_setup_screen.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013-2013 Lionel Fuentes +// Copyright (C) 2013-2015 Lionel Fuentes // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/soccer_setup_screen.hpp b/src/states_screens/soccer_setup_screen.hpp index c8fe50a9f..7d9ddb058 100644 --- a/src/states_screens/soccer_setup_screen.hpp +++ b/src/states_screens/soccer_setup_screen.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013-2013 Lionel Fuentes +// Copyright (C) 2013-2015 Lionel Fuentes // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/state_manager.cpp b/src/states_screens/state_manager.cpp index a1356e7d2..a2ef65d63 100644 --- a/src/states_screens/state_manager.cpp +++ b/src/states_screens/state_manager.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/state_manager.hpp b/src/states_screens/state_manager.hpp index cfda60c06..f11120c01 100644 --- a/src/states_screens/state_manager.hpp +++ b/src/states_screens/state_manager.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/track_info_screen.cpp b/src/states_screens/track_info_screen.cpp index d6a78e7a4..ff6887ed7 100644 --- a/src/states_screens/track_info_screen.cpp +++ b/src/states_screens/track_info_screen.cpp @@ -1,6 +1,6 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2014 Marianne Gagnon -// 2014 Joerg Henrichs +// Copyright (C) 2009-2015 Marianne Gagnon +// (C) 2014-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/track_info_screen.hpp b/src/states_screens/track_info_screen.hpp index c35970cb1..b4583bdd9 100644 --- a/src/states_screens/track_info_screen.hpp +++ b/src/states_screens/track_info_screen.hpp @@ -1,6 +1,6 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2014 Marianne Gagnon -// 2014 Joerg Henrichs +// Copyright (C) 2009-2015 Marianne Gagnon +// (C) 2014-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/tracks_screen.cpp b/src/states_screens/tracks_screen.cpp index 17217e066..32bd92abf 100644 --- a/src/states_screens/tracks_screen.cpp +++ b/src/states_screens/tracks_screen.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/tracks_screen.hpp b/src/states_screens/tracks_screen.hpp index 31898b39b..c0e205844 100644 --- a/src/states_screens/tracks_screen.hpp +++ b/src/states_screens/tracks_screen.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/user_screen.cpp b/src/states_screens/user_screen.cpp index 2f12a5c99..3c4658c70 100644 --- a/src/states_screens/user_screen.cpp +++ b/src/states_screens/user_screen.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/states_screens/user_screen.hpp b/src/states_screens/user_screen.hpp index 6d21b9d05..b8257db35 100644 --- a/src/states_screens/user_screen.hpp +++ b/src/states_screens/user_screen.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tinygettext/dictionary.cpp b/src/tinygettext/dictionary.cpp index 4873527eb..0fae1272c 100644 --- a/src/tinygettext/dictionary.cpp +++ b/src/tinygettext/dictionary.cpp @@ -1,5 +1,5 @@ // tinygettext - A gettext replacement that works directly on .po files -// Copyright (C) 2006-2013 Ingo Ruhnke +// Copyright (C) 2006-2015 Ingo Ruhnke // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tinygettext/dictionary.hpp b/src/tinygettext/dictionary.hpp index dd492c17c..8a1c64b97 100644 --- a/src/tinygettext/dictionary.hpp +++ b/src/tinygettext/dictionary.hpp @@ -1,5 +1,5 @@ // tinygettext - A gettext replacement that works directly on .po files -// Copyright (C) 2006-2013 Ingo Ruhnke +// Copyright (C) 2006-2015 Ingo Ruhnke // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tinygettext/dictionary_manager.cpp b/src/tinygettext/dictionary_manager.cpp index 254530042..f123d2293 100644 --- a/src/tinygettext/dictionary_manager.cpp +++ b/src/tinygettext/dictionary_manager.cpp @@ -1,5 +1,5 @@ // tinygettext - A gettext replacement that works directly on .po files -// Copyright (C) 2006-2013 Ingo Ruhnke +// Copyright (C) 2006-2015 Ingo Ruhnke // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tinygettext/dictionary_manager.hpp b/src/tinygettext/dictionary_manager.hpp index 994b941ea..82f6a0d4b 100644 --- a/src/tinygettext/dictionary_manager.hpp +++ b/src/tinygettext/dictionary_manager.hpp @@ -1,5 +1,5 @@ // tinygettext - A gettext replacement that works directly on .po files -// Copyright (C) 2006-2013 Ingo Ruhnke +// Copyright (C) 2006-2015 Ingo Ruhnke // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tinygettext/file_system.hpp b/src/tinygettext/file_system.hpp index 9881637b5..cc8b95032 100644 --- a/src/tinygettext/file_system.hpp +++ b/src/tinygettext/file_system.hpp @@ -1,5 +1,5 @@ // tinygettext - A gettext replacement that works directly on .po files -// Copyright (C) 2009-2013 Ingo Ruhnke +// Copyright (C) 2009-2015 Ingo Ruhnke // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tinygettext/iconv.cpp b/src/tinygettext/iconv.cpp index da4d5e400..e28f7a3ac 100644 --- a/src/tinygettext/iconv.cpp +++ b/src/tinygettext/iconv.cpp @@ -1,5 +1,5 @@ // tinygettext - A gettext replacement that works directly on .po files -// Copyright (C) 2009-2013 Ingo Ruhnke +// Copyright (C) 2009-2015 Ingo Ruhnke // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tinygettext/iconv.hpp b/src/tinygettext/iconv.hpp index e1e43122c..8bb2bd671 100644 --- a/src/tinygettext/iconv.hpp +++ b/src/tinygettext/iconv.hpp @@ -1,5 +1,5 @@ // tinygettext - A gettext replacement that works directly on .po files -// Copyright (C) 2006-2013 Ingo Ruhnke +// Copyright (C) 2006-2015 Ingo Ruhnke // // 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/tinygettext/language.cpp b/src/tinygettext/language.cpp index e6303cd9d..aefed84b7 100644 --- a/src/tinygettext/language.cpp +++ b/src/tinygettext/language.cpp @@ -1,5 +1,5 @@ // tinygettext - A gettext replacement that works directly on .po files -// Copyright (C) 2006-2013 Ingo Ruhnke +// Copyright (C) 2006-2015 Ingo Ruhnke // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tinygettext/language.hpp b/src/tinygettext/language.hpp index 037200f59..46f47d299 100644 --- a/src/tinygettext/language.hpp +++ b/src/tinygettext/language.hpp @@ -1,5 +1,5 @@ // tinygettext - A gettext replacement that works directly on .po files -// Copyright (C) 2006-2013 Ingo Ruhnke +// Copyright (C) 2006-2015 Ingo Ruhnke // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tinygettext/log_stream.hpp b/src/tinygettext/log_stream.hpp index 333c72ae5..814dad151 100644 --- a/src/tinygettext/log_stream.hpp +++ b/src/tinygettext/log_stream.hpp @@ -1,5 +1,5 @@ // tinygettext - A gettext replacement that works directly on .po files -// Copyright (C) 2009-2013 Ingo Ruhnke +// Copyright (C) 2009-2015 Ingo Ruhnke // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tinygettext/plural_forms.cpp b/src/tinygettext/plural_forms.cpp index c206ca587..3ac31f43c 100644 --- a/src/tinygettext/plural_forms.cpp +++ b/src/tinygettext/plural_forms.cpp @@ -1,5 +1,5 @@ // tinygettext - A gettext replacement that works directly on .po files -// Copyright (C) 2006-2013 Ingo Ruhnke +// Copyright (C) 2006-2015 Ingo Ruhnke // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tinygettext/plural_forms.hpp b/src/tinygettext/plural_forms.hpp index b51f73aa2..ce8fc3eb1 100644 --- a/src/tinygettext/plural_forms.hpp +++ b/src/tinygettext/plural_forms.hpp @@ -1,5 +1,5 @@ // tinygettext - A gettext replacement that works directly on .po files -// Copyright (C) 2006-2013 Ingo Ruhnke +// Copyright (C) 2006-2015 Ingo Ruhnke // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tinygettext/po_parser.cpp b/src/tinygettext/po_parser.cpp index f63157d0c..2af6edef5 100644 --- a/src/tinygettext/po_parser.cpp +++ b/src/tinygettext/po_parser.cpp @@ -1,5 +1,5 @@ // tinygettext - A gettext replacement that works directly on .po files -// Copyright (C) 2009-2013 Ingo Ruhnke +// Copyright (C) 2009-2015 Ingo Ruhnke // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tinygettext/po_parser.hpp b/src/tinygettext/po_parser.hpp index c02949e12..922e617d6 100644 --- a/src/tinygettext/po_parser.hpp +++ b/src/tinygettext/po_parser.hpp @@ -1,5 +1,5 @@ // tinygettext - A gettext replacement that works directly on .po files -// Copyright (C) 2009-2013 Ingo Ruhnke +// Copyright (C) 2009-2015 Ingo Ruhnke // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tinygettext/stk_file_system.cpp b/src/tinygettext/stk_file_system.cpp index 4381548ba..496bdb5d3 100644 --- a/src/tinygettext/stk_file_system.cpp +++ b/src/tinygettext/stk_file_system.cpp @@ -1,5 +1,5 @@ // tinygettext - A gettext replacement that works directly on .po files -// Copyright (C) 2009-2013 Ingo Ruhnke +// Copyright (C) 2009-2015 Ingo Ruhnke // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tinygettext/stk_file_system.hpp b/src/tinygettext/stk_file_system.hpp index 272201c20..850fc0bf0 100644 --- a/src/tinygettext/stk_file_system.hpp +++ b/src/tinygettext/stk_file_system.hpp @@ -1,5 +1,5 @@ // tinygettext - A gettext replacement that works directly on .po files -// Copyright (C) 2009-2013 Ingo Ruhnke +// Copyright (C) 2009-2015 Ingo Ruhnke // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tinygettext/tgt_log.cpp b/src/tinygettext/tgt_log.cpp index 3a9bc900e..280fcd0e6 100644 --- a/src/tinygettext/tgt_log.cpp +++ b/src/tinygettext/tgt_log.cpp @@ -1,5 +1,5 @@ // tinygettext - A gettext replacement that works directly on .po files -// Copyright (C) 2009-2013 Ingo Ruhnke +// Copyright (C) 2009-2015 Ingo Ruhnke // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tinygettext/tgt_log.hpp b/src/tinygettext/tgt_log.hpp index 393dbb748..0e34a5286 100644 --- a/src/tinygettext/tgt_log.hpp +++ b/src/tinygettext/tgt_log.hpp @@ -1,5 +1,5 @@ // tinygettext - A gettext replacement that works directly on .po files -// Copyright (C) 2009-2013 Ingo Ruhnke +// Copyright (C) 2009-2015 Ingo Ruhnke // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tinygettext/tinygettext.cpp b/src/tinygettext/tinygettext.cpp index f0134fc24..eaf17567e 100644 --- a/src/tinygettext/tinygettext.cpp +++ b/src/tinygettext/tinygettext.cpp @@ -1,5 +1,5 @@ // tinygettext - A gettext replacement that works directly on .po files -// Copyright (C) 2006-2013 Ingo Ruhnke +// Copyright (C) 2006-2015 Ingo Ruhnke // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tinygettext/tinygettext.hpp b/src/tinygettext/tinygettext.hpp index 1924299db..c481112eb 100644 --- a/src/tinygettext/tinygettext.hpp +++ b/src/tinygettext/tinygettext.hpp @@ -1,5 +1,5 @@ // tinygettext - A gettext replacement that works directly on .po files -// Copyright (C) 2006-2013 Ingo Ruhnke +// Copyright (C) 2006-2015 Ingo Ruhnke // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tracks/ambient_light_sphere.cpp b/src/tracks/ambient_light_sphere.cpp index 3b1bdf9b9..806bd6f48 100644 --- a/src/tracks/ambient_light_sphere.cpp +++ b/src/tracks/ambient_light_sphere.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Joerg Henrichs +// Copyright (C) 2009-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tracks/ambient_light_sphere.hpp b/src/tracks/ambient_light_sphere.hpp index 74ae319c8..d3dd28d93 100644 --- a/src/tracks/ambient_light_sphere.hpp +++ b/src/tracks/ambient_light_sphere.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Joerg Henrichs +// Copyright (C) 2009-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tracks/bezier_curve.cpp b/src/tracks/bezier_curve.cpp index 8d45c7676..c64dab8c8 100644 --- a/src/tracks/bezier_curve.cpp +++ b/src/tracks/bezier_curve.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Joerg Henrichs +// Copyright (C) 2009-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tracks/bezier_curve.hpp b/src/tracks/bezier_curve.hpp index 2b2143f91..e41653365 100644 --- a/src/tracks/bezier_curve.hpp +++ b/src/tracks/bezier_curve.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Joerg Henrichs +// Copyright (C) 2009-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tracks/check_cannon.cpp b/src/tracks/check_cannon.cpp index 7effbe71b..34f30fcae 100644 --- a/src/tracks/check_cannon.cpp +++ b/src/tracks/check_cannon.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2012-2013 Joerg Henrichs +// Copyright (C) 2012-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tracks/check_cannon.hpp b/src/tracks/check_cannon.hpp index 9e3a62dea..3507195d3 100644 --- a/src/tracks/check_cannon.hpp +++ b/src/tracks/check_cannon.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2012-2013 Joerg Henrichs +// Copyright (C) 2012-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tracks/check_goal.cpp b/src/tracks/check_goal.cpp index f582f182f..5e2daaed6 100644 --- a/src/tracks/check_goal.cpp +++ b/src/tracks/check_goal.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2012-2013 Joerg Henrichs +// Copyright (C) 2012-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tracks/check_goal.hpp b/src/tracks/check_goal.hpp index 966ab3a69..3368924d4 100644 --- a/src/tracks/check_goal.hpp +++ b/src/tracks/check_goal.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2012-2013 Joerg Henrichs +// Copyright (C) 2012-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tracks/check_lap.cpp b/src/tracks/check_lap.cpp index bf92b9b10..016c987d5 100644 --- a/src/tracks/check_lap.cpp +++ b/src/tracks/check_lap.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 Joerg Henrichs +// Copyright (C) 2010-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tracks/check_lap.hpp b/src/tracks/check_lap.hpp index 0d07cb310..b6d19a78a 100644 --- a/src/tracks/check_lap.hpp +++ b/src/tracks/check_lap.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 Joerg Henrichs +// Copyright (C) 2010-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tracks/check_line.cpp b/src/tracks/check_line.cpp index 155170dc1..46d06bed3 100644 --- a/src/tracks/check_line.cpp +++ b/src/tracks/check_line.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Joerg Henrichs +// Copyright (C) 2009-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tracks/check_line.hpp b/src/tracks/check_line.hpp index 9b95a09eb..7d24f3a6f 100644 --- a/src/tracks/check_line.hpp +++ b/src/tracks/check_line.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Joerg Henrichs +// Copyright (C) 2009-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tracks/check_manager.cpp b/src/tracks/check_manager.cpp index 1281fd1cb..cc6309d19 100644 --- a/src/tracks/check_manager.cpp +++ b/src/tracks/check_manager.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Joerg Henrichs +// Copyright (C) 2009-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tracks/check_manager.hpp b/src/tracks/check_manager.hpp index 20be19f2e..ecc62fb05 100644 --- a/src/tracks/check_manager.hpp +++ b/src/tracks/check_manager.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Joerg Henrichs +// Copyright (C) 2009-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tracks/check_sphere.cpp b/src/tracks/check_sphere.cpp index 465b67bdb..bd07fcf24 100644 --- a/src/tracks/check_sphere.cpp +++ b/src/tracks/check_sphere.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Joerg Henrichs +// Copyright (C) 2009-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tracks/check_sphere.hpp b/src/tracks/check_sphere.hpp index 4d7a5fc90..4780ed681 100644 --- a/src/tracks/check_sphere.hpp +++ b/src/tracks/check_sphere.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Joerg Henrichs +// Copyright (C) 2009-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tracks/check_structure.cpp b/src/tracks/check_structure.cpp index e33179d17..c72421e27 100644 --- a/src/tracks/check_structure.cpp +++ b/src/tracks/check_structure.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Joerg Henrichs +// Copyright (C) 2009-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tracks/check_structure.hpp b/src/tracks/check_structure.hpp index 07382e2b2..e5e3a24c6 100644 --- a/src/tracks/check_structure.hpp +++ b/src/tracks/check_structure.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Joerg Henrichs +// Copyright (C) 2009-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tracks/graph_node.cpp b/src/tracks/graph_node.cpp index a48559830..81f5bfaa3 100644 --- a/src/tracks/graph_node.cpp +++ b/src/tracks/graph_node.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Joerg Henrichs +// Copyright (C) 2009-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tracks/graph_node.hpp b/src/tracks/graph_node.hpp index 43d1610f5..f0bc91640 100644 --- a/src/tracks/graph_node.hpp +++ b/src/tracks/graph_node.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Joerg Henrichs +// Copyright (C) 2009-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tracks/model_definition_loader.cpp b/src/tracks/model_definition_loader.cpp index 14fe029e2..21af0ffb8 100644 --- a/src/tracks/model_definition_loader.cpp +++ b/src/tracks/model_definition_loader.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2007-2013 Joerg Henrichs +// Copyright (C) 2007-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tracks/model_definition_loader.hpp b/src/tracks/model_definition_loader.hpp index bc4f48dcb..82a310108 100644 --- a/src/tracks/model_definition_loader.hpp +++ b/src/tracks/model_definition_loader.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2007-2013 Joerg Henrichs +// Copyright (C) 2007-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tracks/quad.cpp b/src/tracks/quad.cpp index d8757017f..729600f44 100644 --- a/src/tracks/quad.cpp +++ b/src/tracks/quad.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Joerg Henrichs +// Copyright (C) 2009-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tracks/quad.hpp b/src/tracks/quad.hpp index 4688ecb60..74f35abdc 100644 --- a/src/tracks/quad.hpp +++ b/src/tracks/quad.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Joerg Henrichs +// Copyright (C) 2009-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tracks/quad_graph.cpp b/src/tracks/quad_graph.cpp index ac061b7da..7c4e7197b 100644 --- a/src/tracks/quad_graph.cpp +++ b/src/tracks/quad_graph.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Joerg Henrichs +// Copyright (C) 2009-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tracks/quad_graph.hpp b/src/tracks/quad_graph.hpp index ca5850a92..b40d6ff0c 100644 --- a/src/tracks/quad_graph.hpp +++ b/src/tracks/quad_graph.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Joerg Henrichs +// Copyright (C) 2009-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tracks/quad_set.cpp b/src/tracks/quad_set.cpp index c262859af..0fa8d2d34 100644 --- a/src/tracks/quad_set.cpp +++ b/src/tracks/quad_set.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Joerg Henrichs +// Copyright (C) 2009-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tracks/quad_set.hpp b/src/tracks/quad_set.hpp index b7aff164c..8e646ae4e 100644 --- a/src/tracks/quad_set.hpp +++ b/src/tracks/quad_set.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Joerg Henrichs +// Copyright (C) 2009-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tracks/terrain_info.cpp b/src/tracks/terrain_info.cpp index 2347cad37..b10b367e9 100644 --- a/src/tracks/terrain_info.cpp +++ b/src/tracks/terrain_info.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2007-2013 Joerg Henrichs +// Copyright (C) 2007-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tracks/terrain_info.hpp b/src/tracks/terrain_info.hpp index 68301718a..4c3b7c17d 100644 --- a/src/tracks/terrain_info.hpp +++ b/src/tracks/terrain_info.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2007-2013 Joerg Henrichs +// Copyright (C) 2007-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tracks/track.cpp b/src/tracks/track.cpp index 043fbac26..dc54d4896 100644 --- a/src/tracks/track.cpp +++ b/src/tracks/track.cpp @@ -1,7 +1,7 @@ // SuperTuxKart - a fun racing game with go-kart // -// Copyright (C) 2004-2013 Steve Baker -// Copyright (C) 2009-2013 Joerg Henrichs, Steve Baker +// Copyright (C) 2004-2015 Steve Baker +// Copyright (C) 2009-2015 Joerg Henrichs, Steve Baker // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tracks/track.hpp b/src/tracks/track.hpp index e4da819de..8eb856b2f 100644 --- a/src/tracks/track.hpp +++ b/src/tracks/track.hpp @@ -1,7 +1,7 @@ // SuperTuxKart - a fun racing game with go-kart // -// Copyright (C) 2004-2013 Steve Baker -// Copyright (C) 2009-2013 Joerg Henrichs, Steve Baker +// Copyright (C) 2004-2015 Steve Baker +// Copyright (C) 2009-2015 Joerg Henrichs, Steve Baker // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tracks/track_manager.cpp b/src/tracks/track_manager.cpp index 37911fd7c..4bdbdaeae 100644 --- a/src/tracks/track_manager.cpp +++ b/src/tracks/track_manager.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006-2013 SuperTuxKart-Team +// Copyright (C) 2006-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tracks/track_manager.hpp b/src/tracks/track_manager.hpp index 7d2b86ed1..dab519dd8 100644 --- a/src/tracks/track_manager.hpp +++ b/src/tracks/track_manager.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006-2013 SuperTuxKart-Team +// Copyright (C) 2006-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tracks/track_object.cpp b/src/tracks/track_object.cpp index a322df919..ad8fc9da6 100644 --- a/src/tracks/track_object.cpp +++ b/src/tracks/track_object.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013-2013 Joerg Henrichs, Marianne Gagnon +// Copyright (C) 2013-2015 Joerg Henrichs, Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tracks/track_object.hpp b/src/tracks/track_object.hpp index fcdcdffba..edc2e4b93 100644 --- a/src/tracks/track_object.hpp +++ b/src/tracks/track_object.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Joerg Henrichs +// Copyright (C) 2009-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tracks/track_object_manager.cpp b/src/tracks/track_object_manager.cpp index e2f940ffd..75093f15c 100644 --- a/src/tracks/track_object_manager.cpp +++ b/src/tracks/track_object_manager.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Joerg Henrichs +// Copyright (C) 2009-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tracks/track_object_manager.hpp b/src/tracks/track_object_manager.hpp index 5585b7dbd..bb8b1ef54 100644 --- a/src/tracks/track_object_manager.hpp +++ b/src/tracks/track_object_manager.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009-2013 Joerg Henrichs +// Copyright (C) 2009-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tracks/track_object_presentation.cpp b/src/tracks/track_object_presentation.cpp index e6557c100..5e2ba515a 100644 --- a/src/tracks/track_object_presentation.cpp +++ b/src/tracks/track_object_presentation.cpp @@ -1,6 +1,6 @@ // SuperTuxKart - a fun racing game with go-kart // -// Copyright (C) 2013-2013 Joerg Henrichs, Marianne Gagnon +// Copyright (C) 2013-2015 Joerg Henrichs, Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tracks/track_object_presentation.hpp b/src/tracks/track_object_presentation.hpp index 46f66d183..95a6ebaf8 100644 --- a/src/tracks/track_object_presentation.hpp +++ b/src/tracks/track_object_presentation.hpp @@ -1,6 +1,6 @@ // SuperTuxKart - a fun racing game with go-kart // -// Copyright (C) 2013-2013 Joerg Henrichs, Marianne Gagnon +// Copyright (C) 2013-2015 Joerg Henrichs, Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tracks/track_sector.cpp b/src/tracks/track_sector.cpp index 82d7cf09e..a87853413 100644 --- a/src/tracks/track_sector.cpp +++ b/src/tracks/track_sector.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2011-2013 Joerg Henrichs +// Copyright (C) 2011-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/tracks/track_sector.hpp b/src/tracks/track_sector.hpp index 57a0e7c1a..138db8e6f 100644 --- a/src/tracks/track_sector.hpp +++ b/src/tracks/track_sector.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2011-2013 Joerg Henrichs +// Copyright (C) 2011-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/utils/aligned_array.hpp b/src/utils/aligned_array.hpp index a97e37ba3..25de1e790 100644 --- a/src/utils/aligned_array.hpp +++ b/src/utils/aligned_array.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2011-2013 Joerg Henrichs +// Copyright (C) 2011-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/utils/can_be_deleted.hpp b/src/utils/can_be_deleted.hpp old mode 100755 new mode 100644 index 1c0ad3555..000d9e698 --- a/src/utils/can_be_deleted.hpp +++ b/src/utils/can_be_deleted.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 Joerg Henrichs +// Copyright (C) 2010-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/utils/command_line.cpp b/src/utils/command_line.cpp index 55252791e..0ac7193c6 100644 --- a/src/utils/command_line.cpp +++ b/src/utils/command_line.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2008-2013 Joerg Henrichs +// Copyright (C) 2008-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/utils/command_line.hpp b/src/utils/command_line.hpp index 9557762fd..399033e3f 100644 --- a/src/utils/command_line.hpp +++ b/src/utils/command_line.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2011-2013 Joerg Henrichs +// Copyright (C) 2011-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/utils/constants.cpp b/src/utils/constants.cpp index b740211c6..34e4e12d4 100644 --- a/src/utils/constants.cpp +++ b/src/utils/constants.cpp @@ -1,6 +1,6 @@ // SuperTuxKart - a fun racing game with go-kart // -// Copyright (C) 2012-2013 SuperTuxKart-Team +// Copyright (C) 2012-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/utils/constants.hpp b/src/utils/constants.hpp index 8d3b0c306..58d58a961 100644 --- a/src/utils/constants.hpp +++ b/src/utils/constants.hpp @@ -1,7 +1,7 @@ // SuperTuxKart - a fun racing game with go-kart // -// Copyright (C) 2004-2013 Steve Baker -// Copyright (C) 2012-2013 SuperTuxKart-Team +// Copyright (C) 2004-2015 Steve Baker +// Copyright (C) 2012-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/utils/crash_reporting.cpp b/src/utils/crash_reporting.cpp index e3dc853d8..034425aac 100644 --- a/src/utils/crash_reporting.cpp +++ b/src/utils/crash_reporting.cpp @@ -1,6 +1,6 @@ // SuperTuxKart - a fun racing game with go-kart // -// Copyright (C) 2013 Lionel Fuentes +// Copyright (C) 2013-2015 Lionel Fuentes // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/utils/crash_reporting.hpp b/src/utils/crash_reporting.hpp index 5f5b360bd..dd1804f7f 100644 --- a/src/utils/crash_reporting.hpp +++ b/src/utils/crash_reporting.hpp @@ -1,6 +1,6 @@ // SuperTuxKart - a fun racing game with go-kart // -// Copyright (C) 2013 Lionel Fuentes +// Copyright (C) 2013-2015 Lionel Fuentes // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/utils/debug.cpp b/src/utils/debug.cpp index 0fbff24ef..b40481a27 100644 --- a/src/utils/debug.cpp +++ b/src/utils/debug.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 Lionel Fuentes +// Copyright (C) 2013-2015 Lionel Fuentes // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/utils/debug.hpp b/src/utils/debug.hpp index 295df1ed5..3694aeb21 100644 --- a/src/utils/debug.hpp +++ b/src/utils/debug.hpp @@ -1,6 +1,6 @@ // SuperTuxKart - a fun racing game with go-kart // -// Copyright (C) 2013 Lionel Fuentes +// Copyright (C) 2013-2015 Lionel Fuentes // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/utils/helpers.cpp b/src/utils/helpers.cpp index c0c9ee301..5a89b8b43 100644 --- a/src/utils/helpers.cpp +++ b/src/utils/helpers.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 Lauri Kasanen +// Copyright (C) 2013-2015 Lauri Kasanen // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -51,8 +51,8 @@ u8 shash8(const u8 * const data, const u16 size) { /* -Copyright (C) 2011 by Ashima Arts (Simplex noise) -Copyright (C) 2011 by Lauri Kasanen (cpu port) +Copyright (C) 2011 by-2015 Ashima Arts (Simplex noise) +Copyright (C) 2011 by-2015 Lauri Kasanen (cpu port) Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/utils/helpers.hpp b/src/utils/helpers.hpp index bdb10a1e9..6ee09be4d 100644 --- a/src/utils/helpers.hpp +++ b/src/utils/helpers.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 Lauri Kasanen +// Copyright (C) 2013-2015 Lauri Kasanen // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/utils/interpolation_array.hpp b/src/utils/interpolation_array.hpp index 884970a54..e4f0b7893 100644 --- a/src/utils/interpolation_array.hpp +++ b/src/utils/interpolation_array.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2012-2013 Joerg Henrichs +// Copyright (C) 2012-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/utils/leak_check.cpp b/src/utils/leak_check.cpp index 5f199c6ab..2f8920ee7 100644 --- a/src/utils/leak_check.cpp +++ b/src/utils/leak_check.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2011-2013 Marianne Gagnon, Joerg Henrichs +// Copyright (C) 2011-2015 Marianne Gagnon, Joerg Henrichs // // 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/utils/leak_check.hpp b/src/utils/leak_check.hpp index 6d461ed78..b04a6db80 100644 --- a/src/utils/leak_check.hpp +++ b/src/utils/leak_check.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2011-2013 Marianne Gagnon, Joerg Henrichs +// Copyright (C) 2011-2015 Marianne Gagnon, Joerg Henrichs // // 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/utils/log.cpp b/src/utils/log.cpp index 345a914d9..99f0270bd 100644 --- a/src/utils/log.cpp +++ b/src/utils/log.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013-2013 Joerg Henrichs +// Copyright (C) 2013-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/utils/log.hpp b/src/utils/log.hpp index d04f6f071..61726cb8b 100644 --- a/src/utils/log.hpp +++ b/src/utils/log.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013-2013 Joerg Henrichs +// Copyright (C) 2013-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/utils/no_copy.hpp b/src/utils/no_copy.hpp index d23c3edf2..0f1e7573d 100644 --- a/src/utils/no_copy.hpp +++ b/src/utils/no_copy.hpp @@ -1,6 +1,6 @@ // SuperTuxKart - a fun racing game with go-kart // -// Copyright (C) 2003 Matthias-2013 Braun +// Copyright (C) 2003-2015 Matthias-2013 Braun // // 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/utils/profiler.cpp b/src/utils/profiler.cpp index 259ef77c5..6b962d917 100644 --- a/src/utils/profiler.cpp +++ b/src/utils/profiler.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004-2013 SuperTuxKart-Team +// Copyright (C) 2004-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/utils/profiler.hpp b/src/utils/profiler.hpp index dd3cafa25..ce182cea3 100644 --- a/src/utils/profiler.hpp +++ b/src/utils/profiler.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004-2013 SuperTuxKart-Team +// Copyright (C) 2004-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/utils/ptr_vector.hpp b/src/utils/ptr_vector.hpp index 814259551..23347185b 100644 --- a/src/utils/ptr_vector.hpp +++ b/src/utils/ptr_vector.hpp @@ -1,6 +1,6 @@ // SuperTuxKart - a fun racing game with go-kart // -// Copyright (C) 2009-2013 Marianne Gagnon +// Copyright (C) 2009-2015 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/utils/random_generator.cpp b/src/utils/random_generator.cpp index 0105e700b..6685444e3 100644 --- a/src/utils/random_generator.cpp +++ b/src/utils/random_generator.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2008-2013 Joerg Henrichs +// Copyright (C) 2008-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/utils/random_generator.hpp b/src/utils/random_generator.hpp index c4ccd52d7..9f1805724 100644 --- a/src/utils/random_generator.hpp +++ b/src/utils/random_generator.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2008-2013 Joerg Henrichs +// Copyright (C) 2008-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/utils/singleton.hpp b/src/utils/singleton.hpp index 96ac90023..5c04d556c 100644 --- a/src/utils/singleton.hpp +++ b/src/utils/singleton.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 SuperTuxKart-Team +// Copyright (C) 2013-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/utils/string_utils.cpp b/src/utils/string_utils.cpp index 3aa6f2167..3984e874d 100644 --- a/src/utils/string_utils.cpp +++ b/src/utils/string_utils.cpp @@ -1,8 +1,8 @@ // SuperTuxKart - a fun racing game with go-kart // -// Copyright (C) 2004-2013 Steve Baker , -// Copyright (C) 2004-2013 Ingo Ruhnke -// Copyright (C) 2006-2013 SuperTuxKart-Team +// Copyright (C) 2004-2015 Steve Baker , +// Copyright (C) 2004-2015 Ingo Ruhnke +// Copyright (C) 2006-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/utils/string_utils.hpp b/src/utils/string_utils.hpp index 7deb7652b..ebcc28895 100644 --- a/src/utils/string_utils.hpp +++ b/src/utils/string_utils.hpp @@ -1,8 +1,8 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004-2013 Steve Baker , -// Copyright (C) 2004-2013 Ingo Ruhnke -// Copyright (C) 2006-2013 SuperTuxKart-Team +// Copyright (C) 2004-2015 Steve Baker , +// Copyright (C) 2004-2015 Ingo Ruhnke +// Copyright (C) 2006-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/utils/synchronised.hpp b/src/utils/synchronised.hpp index 0794e76ca..7bac32541 100644 --- a/src/utils/synchronised.hpp +++ b/src/utils/synchronised.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010-2013 Joerg Henrichs +// Copyright (C) 2010-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/utils/time.cpp b/src/utils/time.cpp index 921389842..86cf7c056 100644 --- a/src/utils/time.cpp +++ b/src/utils/time.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 SuperTuxKart-Team +// Copyright (C) 2013-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/utils/time.hpp b/src/utils/time.hpp index 7dae2b734..9b36ace8b 100644 --- a/src/utils/time.hpp +++ b/src/utils/time.hpp @@ -1,6 +1,6 @@ // SuperTuxKart - a fun racing game with go-kart // -// Copyright (C) 2013 SuperTuxKart-Team +// Copyright (C) 2013-2015 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/utils/translation.cpp b/src/utils/translation.cpp index 8e5d6853f..fa5b81f58 100644 --- a/src/utils/translation.cpp +++ b/src/utils/translation.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006,-2013 2007, 2008 Joerg Henrichs +// Copyright (C) 2006,-2015 2007, 2008 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/utils/translation.hpp b/src/utils/translation.hpp index aecfe18c9..3782dc2b0 100644 --- a/src/utils/translation.hpp +++ b/src/utils/translation.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006-2013 Joerg Henrichs +// Copyright (C) 2006-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/utils/types.hpp b/src/utils/types.hpp index c2021fcfd..082e30e08 100644 --- a/src/utils/types.hpp +++ b/src/utils/types.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2013 Glenn De Jonghe +// Copyright (C) 2013-2015 Glenn De Jonghe // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/utils/vec3.cpp b/src/utils/vec3.cpp index 6595119ba..4fc0c3ee5 100644 --- a/src/utils/vec3.cpp +++ b/src/utils/vec3.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2008-2013 Joerg Henrichs +// Copyright (C) 2008-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/src/utils/vec3.hpp b/src/utils/vec3.hpp index 0d3905869..2a2e86b2b 100644 --- a/src/utils/vec3.hpp +++ b/src/utils/vec3.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2011-2013 Joerg Henrichs +// Copyright (C) 2011-2015 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License diff --git a/tools/update_copyright.sh b/tools/update_copyright.sh index 2df3e2995..f3521cd35 100755 --- a/tools/update_copyright.sh +++ b/tools/update_copyright.sh @@ -20,9 +20,9 @@ BEGIN { } /\(C\)/ { if(index($4,"-")>0) - new_years=gensub("-.*$","-2013",1,$4); + new_years=gensub("-.*$","-2015",1,$4); else - new_years=$4"-2013"; + new_years=$4"-2015"; line = $0; sub($4,new_years,line); print line;