diff --git a/src/addons/addon.cpp b/src/addons/addon.cpp index 515b9e03d..924facdd1 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 Lucas Baudin, Joerg Henrichs +// Copyright (C) 2010-2013 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 9eaca0639..34e5bca66 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 Lucas Baudin, Joerg Henrichs +// Copyright (C) 2010-2013 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 b8920f4a5..77474a64c 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 Lucas Baudin +// Copyright (C) 2010-2013 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 d3b0545d8..e5d90bdf8 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 Lucas Baudin, Joerg Henrichs +// Copyright (C) 2010-2013 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/dummy_network_http.hpp b/src/addons/dummy_network_http.hpp index cf58b8859..7b00fe586 100644 --- a/src/addons/dummy_network_http.hpp +++ b/src/addons/dummy_network_http.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010 Lucas Baudin +// Copyright (C) 2010-2013 Lucas Baudin // 2011 Lucas Baudin, Joerg Henrichs // // This program is free software; you can redistribute it and/or diff --git a/src/addons/inetwork_http.cpp b/src/addons/inetwork_http.cpp index 6dc8f64c6..d1a8b9e96 100644 --- a/src/addons/inetwork_http.cpp +++ b/src/addons/inetwork_http.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2012 Joerg Henrichs +// Copyright (C) 2012-2013 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/inetwork_http.hpp b/src/addons/inetwork_http.hpp index ed55aa215..7a49bf723 100644 --- a/src/addons/inetwork_http.hpp +++ b/src/addons/inetwork_http.hpp @@ -1,6 +1,6 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010 Lucas Baudin -// 2011 Lucas Baudin, Joerg Henrichs +// Copyright (C) 2010-2013 Lucas Baudin +// Copyright (C) 2011-2013 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/network_http.cpp b/src/addons/network_http.cpp index da8587a4b..3246193d8 100644 --- a/src/addons/network_http.cpp +++ b/src/addons/network_http.cpp @@ -1,6 +1,6 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010 Lucas Baudin -// 2011 Lucas Baudin, Joerg Henrichs +// Copyright (C) 2010-2013 Lucas Baudin +// Copyright (C) 2011-2013 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/network_http.hpp b/src/addons/network_http.hpp index 923b90cb2..31c40f121 100644 --- a/src/addons/network_http.hpp +++ b/src/addons/network_http.hpp @@ -1,6 +1,6 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010 Lucas Baudin -// 2011 Lucas Baudin, Joerg Henrichs +// Copyright (C) 2010-2013 Lucas Baudin +// Copyright (C) 2011-2013 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 5f70e4f92..eadf6d7b1 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 Joerg Henrichs +// Copyright (C) 2011-2013 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 ba1770e7b..f55baa138 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 Joerg Henrichs +// Copyright (C) 2011-2013 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/request.cpp b/src/addons/request.cpp index 3a8d7595a..645d44e14 100644 --- a/src/addons/request.cpp +++ b/src/addons/request.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2011 Joerg Henrichs +// Copyright (C) 2011-2013 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/request.hpp b/src/addons/request.hpp index 4b6f540f9..9090d84ee 100644 --- a/src/addons/request.hpp +++ b/src/addons/request.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2011 Joerg Henrichs +// Copyright (C) 2011-2013 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 0d6001faa..6cadcb7f9 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 Lucas Baudin +// Copyright (C) 2010-2013 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 e49faab2c..e78f515cc 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 Lucas Baudin +// Copyright (C) 2010-2013 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 e6aec59df..4d5fbbbc5 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 Joerg Henrichs +// Copyright (C) 2009-2013 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 53aa55fab..ae84c6447 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 Joerg Henrichs +// Copyright (C) 2009-2013 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 96063cf52..3094329ce 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 Joerg Henrichs +// Copyright (C) 2009-2013 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 308ae87a5..a0a93eff4 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 Joerg Henrichs +// Copyright (C) 2009-2013 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 a920602bc..5a64db219 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 Joerg Henrichs +// Copyright (C) 2009-2013 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 1acd0cbd1..451ed2a82 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 Joerg Henrichs +// Copyright (C) 2009-2013 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 812828ada..9840c2233 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 Patrick Ammann -// Copyright (C) 2008 Joerg Henrichs, Patrick Ammann +// Copyright (C) 2006-2013 Patrick Ammann +// Copyright (C) 2008-2013 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 0ed725960..824f4d3de 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 Patrick Ammann +// Copyright (C) 2006-2013 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 16efd4e96..977c4a5b7 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 Patrick Ammann +// Copyright (C) 2006-2013 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 dd489bffe..2d7cc8e86 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 Joerg Henrichs +// Copyright (C) 2008-2013 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 4af4a3f21..07d1aebfa 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 Joerg Henrichs +// Copyright (C) 2008-2013 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 590d74161..9999c2a46 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 Patrick Ammann -// Copyright (C) 2008 Patrick Ammann , Joerg Henrichs +// Copyright (C) 2006-2013 Patrick Ammann +// Copyright (C) 2008-2013 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 ef6887f96..cee900a25 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 Patrick Ammann -// Copyright (C) 2008 Patrick Ammann , Joerg Henrichs +// Copyright (C) 2006-2013 Patrick Ammann +// Copyright (C) 2008-2013 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 c009dc717..711769df9 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 Damien Morel +// Copyright (C) 2007-2013 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 afd1f899e..2478ee454 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 Damien Morel +// Copyright (C) 2007-2013 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 b06daa7ae..39229fd3f 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 Patrick Ammann -// Copyright (C) 2008 Joerg Henrichs, Patrick Ammann +// Copyright (C) 2006-2013 Patrick Ammann +// Copyright (C) 2008-2013 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 422c696be..54a0bd9cd 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 Marianne Gagnon +// Copyright (C) 2010-2013 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 4efbf53aa..98ffbc8e4 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 Marianne Gagnon +// Copyright (C) 2010-2013 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 cc5d21969..991832d78 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 Joerg Henrichs +// Copyright (C) 2008-2013 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 f99dbcc32..2342a3a23 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 Joerg Henrichs +// Copyright (C) 2008-2013 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 3ccb8b30d..fb73fd969 100644 --- a/src/audio/sfx_openal.cpp +++ b/src/audio/sfx_openal.cpp @@ -1,7 +1,7 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006 Patrick Ammann -// 2009-2011 Marianne Gagnon +// Copyright (C) 2006-2013 Patrick Ammann +// Copyright (C) 2009-2013 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 9921f002a..5ba26e8e0 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 Patrick Ammann +// Copyright (C) 2006-2013 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.cpp b/src/challenges/challenge.cpp index 31fe02036..0674e0fa5 100644 --- a/src/challenges/challenge.cpp +++ b/src/challenges/challenge.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2008 Joerg Henrichs +// Copyright (C) 2008-2013 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.hpp b/src/challenges/challenge.hpp index 739cc4e5b..7d18c8f49 100644 --- a/src/challenges/challenge.hpp +++ b/src/challenges/challenge.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2008 Joerg Henrichs +// Copyright (C) 2008-2013 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.cpp b/src/challenges/challenge_data.cpp index a18c08ea5..b0fe57a68 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 Joerg Henrichs +// Copyright (C) 2008-2013 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 7912a06f1..ba3bff33e 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 Joerg Henrichs +// Copyright (C) 2008-2013 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/game_slot.cpp b/src/challenges/game_slot.cpp index e571db816..2ac0449ac 100644 --- a/src/challenges/game_slot.cpp +++ b/src/challenges/game_slot.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010 SuperTuxKart-Team +// Copyright (C) 2010-2013 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/game_slot.hpp b/src/challenges/game_slot.hpp index 1994b0bc9..11dedf407 100644 --- a/src/challenges/game_slot.hpp +++ b/src/challenges/game_slot.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010 SuperTuxKart-Team +// Copyright (C) 2010-2013 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 6d9d730e5..bf3edaf47 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 Joerg Henrichs +// Copyright (C) 2008-2013 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 7a56ade22..fe0500db7 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 Joerg Henrichs +// Copyright (C) 2008-2013 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/device_config.cpp b/src/config/device_config.cpp index dfaec0eeb..32db91569 100644 --- a/src/config/device_config.cpp +++ b/src/config/device_config.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010 SuperTuxKart-Team +// Copyright (C) 2010-2013 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/device_config.hpp b/src/config/device_config.hpp index 8c148a460..775d8506f 100644 --- a/src/config/device_config.hpp +++ b/src/config/device_config.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010 SuperTuxKart-Team +// Copyright (C) 2010-2013 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.cpp b/src/config/player.cpp index 542d56972..179c30775 100644 --- a/src/config/player.cpp +++ b/src/config/player.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2012 +// Copyright (C) 2012-2013 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.hpp b/src/config/player.hpp index c0c68a779..809d5416e 100644 --- a/src/config/player.hpp +++ b/src/config/player.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010 SuperTuxKart-Team +// Copyright (C) 2010-2013 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 21d581b0c..bf8f2b01d 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 +// Copyright (C) 2013-2013 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 89b061be5..a0789a59e 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 SuperTuxKart-Team +// Copyright (C) 2010-2013 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 b3f840e74..c60e0daf5 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 Joerg Henrichs +// Copyright (C) 2006-2013 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 67b93140d..2fcdbeed5 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 Joerg Henrichs +// Copyright (C) 2006-2013 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 835bbd9d8..8af0e9069 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 SuperTuxKart-Team +// Copyright (C) 2006-2013 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 de9a3bcf8..41d3ac770 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 SuperTuxKart-Team +// Copyright (C) 2006-2013 SuperTuxKart-Team // Modelled after Supertux's configfile.h // // This program is free software; you can redistribute it and/or diff --git a/src/graphics/camera.cpp b/src/graphics/camera.cpp index ed3116eb2..89d9bdae7 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-2005 Steve Baker -// Copyright (C) 2006 SuperTuxKart-Team, Steve Baker +// Copyright (C) 2004-2013 Steve Baker +// Copyright (C) 2006-2013 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 0e1240d17..01426c802 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-2005 Steve Baker -// Copyright (C) 2006 SuperTuxKart-Team, Steve Baker +// Copyright (C) 2004-2013 Steve Baker +// Copyright (C) 2006-2013 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/explosion.cpp b/src/graphics/explosion.cpp index 028a37a20..c38c30e8f 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 Steve Baker +// Copyright (C) 2004-2013 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 a5f848143..92ee65349 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 Steve Baker +// Copyright (C) 2004-2013 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/hardware_skinning.cpp b/src/graphics/hardware_skinning.cpp index 2d9d708c0..976404ffb 100644 --- a/src/graphics/hardware_skinning.cpp +++ b/src/graphics/hardware_skinning.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004 Steve Baker +// Copyright (C) 2004-2013 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/hardware_skinning.hpp b/src/graphics/hardware_skinning.hpp index a572152f3..6f4144210 100644 --- a/src/graphics/hardware_skinning.hpp +++ b/src/graphics/hardware_skinning.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2011 the SuperTuxKart team +// Copyright (C) 2011-2013 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/hit_effect.hpp b/src/graphics/hit_effect.hpp index 903808b84..e2ec5966a 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 Joerg Henrichs +// Copyright (C) 2011-2013 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 4a6541931..815ae624a 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 Joerg Henrichs +// Copyright (C) 2011-2013 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 2d19bf492..d7f7e2e5a 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 Joerg Henrichs +// Copyright (C) 2011-2013 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 9d2eaa4d5..f5bc6a8ff 100644 --- a/src/graphics/irr_driver.cpp +++ b/src/graphics/irr_driver.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009 Joerg Henrichs +// Copyright (C) 2009-2013 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 c43ca9cf4..59097ff20 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 Joerg Henrichs +// Copyright (C) 2009-2013 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/lod_node.cpp b/src/graphics/lod_node.cpp index 5c04b5aad..5943d632e 100644 --- a/src/graphics/lod_node.cpp +++ b/src/graphics/lod_node.cpp @@ -1,6 +1,6 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2011 Marianne Gagnon -// based on code Copyright (C) 2002-2010 Nikolaus Gebhardt +// Copyright (C) 2011-2013 Marianne Gagnon +// based on code Copyright 2002-2010 Nikolaus Gebhardt // // This program 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.hpp b/src/graphics/lod_node.hpp index 65762d057..00c4c4a6f 100644 --- a/src/graphics/lod_node.hpp +++ b/src/graphics/lod_node.hpp @@ -1,6 +1,6 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2011 Marianne Gagnon -// based on code Copyright (C) 2002-2010 Nikolaus Gebhardt +// Copyright (C) 2011-2013 Marianne Gagnon +// based on code Copyright 2002-2010 Nikolaus Gebhardt // // This program 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.cpp b/src/graphics/material.cpp index c2d7eb376..77858cc63 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 -// 2010 Steve Baker, Joerg Henrichs +// Copyright (C) 2010-2013 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 d963a3a09..3c6a342e1 100644 --- a/src/graphics/material.hpp +++ b/src/graphics/material.hpp @@ -1,6 +1,7 @@ // // SuperTuxKart - a fun racing game with go-kart // Copyright (C) 2004 Steve Baker +// Copyright (C) 2010-2013 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 98064fdd3..a8b85f69a 100644 --- a/src/graphics/material_manager.cpp +++ b/src/graphics/material_manager.cpp @@ -1,6 +1,7 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004 Steve Baker +// Copyright (C) 2004-2013 Steve Baker +// Copyright (C) 2010-2013 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 36fa2fdbb..27184e92a 100644 --- a/src/graphics/material_manager.hpp +++ b/src/graphics/material_manager.hpp @@ -1,6 +1,7 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004 Steve Baker +// Copyright (C) 2004-2013 Steve Baker +// Copyright (C) 2010-2013 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 ddf4ff12a..ff44674e3 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 Joerg Henrichs +// Copyright (C) 2009-2013 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 3d4df784b..7d8d6337c 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 Joerg Henrichs +// Copyright (C) 2009-2013 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 9e8ebc901..bb94203c6 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 Joerg Henrichs +// Copyright (C) 2006-2013 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 f4f7c9870..dbce82e90 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 Joerg Henrichs +// Copyright (C) 2006-2013 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 4c44ff8cf..cffcb0483 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 Joerg Henrichs, Marianne Gagnon +// Copyright (C) 2011-2013 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 e0c4b6b4b..8c3dd941a 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 Joerg Henrichs, Marianne Gagnon +// Copyright (C) 2011-2013 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 2d2a46a10..d84b3374a 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 Joerg Henrichs, Marianne Gagnon +// Copyright (C) 2011-2013 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 7d220af86..af9718e6b 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 Joerg Henrichs, Marianne Gagnon +// Copyright (C) 2011-2013 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 93dee54fe..91ac163f8 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 Joerg Henrichs, Marianne Gagnon +// Copyright (C) 2011-2013 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 9ded19ec2..ef7b7a2f5 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 Marianne Gagnon +// Copyright (C) 2011-2013 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 4e6b1d6e7..010e0142e 100644 --- a/src/graphics/per_camera_node.cpp +++ b/src/graphics/per_camera_node.cpp @@ -1,6 +1,6 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2011 Marianne Gagnon -// based on code Copyright (C) 2002-2010 Nikolaus Gebhardt +// Copyright (C) 2011-2013 Marianne Gagnon +// based on code Copyright 2002-2010 Nikolaus Gebhardt // // This program 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.hpp b/src/graphics/per_camera_node.hpp index fb1799a73..23455f727 100644 --- a/src/graphics/per_camera_node.hpp +++ b/src/graphics/per_camera_node.hpp @@ -1,6 +1,6 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2011 Marianne Gagnon -// based on code Copyright (C) 2002-2010 Nikolaus Gebhardt +// Copyright (C) 2011-2013 Marianne Gagnon +// based on code Copyright 2002-2010 Nikolaus Gebhardt // // This program 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.cpp b/src/graphics/post_processing.cpp index d9a0bc6f0..d29b1c82b 100644 --- a/src/graphics/post_processing.cpp +++ b/src/graphics/post_processing.cpp @@ -1,6 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2011-2013 the SuperTuxKart team -// Copyright (C) 2013 Joerg Henrichs +// Copyright (C) 2011-2013 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 136c0e1ec..e9145e865 100644 --- a/src/graphics/post_processing.hpp +++ b/src/graphics/post_processing.hpp @@ -1,6 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2011-2013 the SuperTuxKart team -// Copyright (C) 2013 Joerg Henrichs +// Copyright (C) 2011-2013 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/rain.cpp b/src/graphics/rain.cpp index 4edd7d9a2..27945a5c8 100644 --- a/src/graphics/rain.cpp +++ b/src/graphics/rain.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2011 Joerg Henrichs, Marianne Gagnon +// Copyright (C) 2011-2013 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/rain.hpp b/src/graphics/rain.hpp index 4f7f13f24..b05fa2c60 100644 --- a/src/graphics/rain.hpp +++ b/src/graphics/rain.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2011 Joerg Henrichs, Marianne Gagnon +// Copyright (C) 2011-2013 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/referee.cpp b/src/graphics/referee.cpp index 9f9d45520..5e5472731 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 Joerg Henrichs +// Copyright (C) 2011-2013 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 1aca693ee..98c10b17b 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 Joerg Henrichs +// Copyright (C) 2011-2013 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/shadow.cpp b/src/graphics/shadow.cpp index ca7ae80ae..e092f8284 100644 --- a/src/graphics/shadow.cpp +++ b/src/graphics/shadow.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009 Joerg Henrichs +// Copyright (C) 2009-2013 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/shadow.hpp b/src/graphics/shadow.hpp index 4a7d23e8c..d55977bde 100644 --- a/src/graphics/shadow.hpp +++ b/src/graphics/shadow.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009 Joerg Henrichs +// Copyright (C) 2009-2013 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.cpp b/src/graphics/show_curve.cpp index f372cd613..f4113dcd9 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 Joerg Henrichs +// Copyright (C) 2012-2013 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 6a6086819..d3b63bf70 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 Joerg Henrichs +// Copyright (C) 2012-2013 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 22bedcfe7..e8f0eb40a 100644 --- a/src/graphics/skid_marks.cpp +++ b/src/graphics/skid_marks.cpp @@ -1,6 +1,7 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004 Ingo Ruhnke +// Copyright (C) 2004-2013 Ingo Ruhnke +// Copyright (C) 2013-2013 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 5bf229087..3f94e720d 100644 --- a/src/graphics/skid_marks.hpp +++ b/src/graphics/skid_marks.hpp @@ -1,6 +1,7 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004 Ingo Ruhnke +// Copyright (C) 2004-2013 Ingo Ruhnke +// Copyright (C) 2013-2013 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 d06f020eb..e2cccdc4f 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 Joerg Henrichs +// Copyright (C) 2010-2013 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 57d40483f..4de166027 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 Joerg Henrichs +// Copyright (C) 2010-2013 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 b0570287c..3361835ef 100644 --- a/src/graphics/stars.cpp +++ b/src/graphics/stars.cpp @@ -1,5 +1,7 @@ // SuperTuxKart - a fun racing game with go-kart // +// Copyright (C) 2012-2013 SuperTuxKart-Team +// // 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/graphics/stars.hpp b/src/graphics/stars.hpp index 5f8dbfc03..a100ee518 100644 --- a/src/graphics/stars.hpp +++ b/src/graphics/stars.hpp @@ -1,5 +1,7 @@ // SuperTuxKart - a fun racing game with go-kart // +// Copyright (C) 2012-2013 SuperTuxKart-Team +// // 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/guiengine/CGUISpriteBank.cpp b/src/guiengine/CGUISpriteBank.cpp index 0bcadeb89..8c756453a 100644 --- a/src/guiengine/CGUISpriteBank.cpp +++ b/src/guiengine/CGUISpriteBank.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2002-2009 Nikolaus Gebhardt, modified by Marianne Gagnon +// Copyright (C) 2002-2013 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 af93d5397..e27a54d14 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 98a054862..e280103ac 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 SuperTuxKart-Team +// Copyright (C) 2010-2013 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 c8ed60363..72073ed94 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 Marianne Gagnon +// Copyright (C) 2010-2013 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 e75d3cb71..6efb8f83d 100644 --- a/src/guiengine/abstract_top_level_container.hpp +++ b/src/guiengine/abstract_top_level_container.hpp @@ -1,5 +1,6 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009 Marianne Gagnon +// +// Copyright (C) 2009-2013 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.cpp b/src/guiengine/engine.cpp index 009c80e0b..7236acc8a 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 Marianne Gagnon +// Copyright (C) 2010-2013 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 9a91cdd84..89d8f55de 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 Marianne Gagnon +// Copyright (C) 2010-2013 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 8aadb8563..26931f3cb 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 Marianne Gagnon +// Copyright (C) 2010-2013 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 a73995b39..f4207f4e8 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 Marianne Gagnon +// Copyright (C) 2010-2013 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 deb937aea..e05ce354e 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 Marianne Gagnon +// Copyright (C) 2010-2013 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 4a009bb3e..4d338e864 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 Marianne Gagnon +// Copyright (C) 2009-2013 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.cpp b/src/guiengine/modaldialog.cpp index 60f25b2fe..6fe785d7f 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 731749a94..b850f93b6 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 5fcddfea5..d4e17b754 100644 --- a/src/guiengine/scalable_font.cpp +++ b/src/guiengine/scalable_font.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2002-2009 Nikolaus Gebhardt +// Copyright (C) 2002-2013 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/scalable_font.hpp b/src/guiengine/scalable_font.hpp index c6aed9d81..4344417ce 100644 --- a/src/guiengine/scalable_font.hpp +++ b/src/guiengine/scalable_font.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2002-2009 Nikolaus Gebhardt +// Copyright (C) 2002-2013 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 21b5d4c72..687c0f477 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 Marianne Gagnon +// Copyright (C) 2010-2013 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 b6271c0c1..4f448a348 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 Marianne Gagnon +// Copyright (C) 2010-2013 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 06fb47ce5..62d426595 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 ad19093f8..a6b8f0187 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 51657d660..9d4bebc04 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 33d740028..eb60910b6 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 db09104f8..1076bf813 100644 --- a/src/guiengine/widget.hpp +++ b/src/guiengine/widget.hpp @@ -1,5 +1,6 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009 Marianne Gagnon +// +// Copyright (C) 2009-2013 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 a2da6c9cc..749cf2f0c 100644 --- a/src/guiengine/widgets.hpp +++ b/src/guiengine/widgets.hpp @@ -1,3 +1,20 @@ +// SuperTuxKart - a fun racing game with go-kart +// +// Copyright (C) 2009-2013 Marianne Gagnon +// +// 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. // A shortcut header to get all widgets diff --git a/src/guiengine/widgets/CGUIEditBox.cpp b/src/guiengine/widgets/CGUIEditBox.cpp index 264f8cf48..1ae5f90f3 100644 --- a/src/guiengine/widgets/CGUIEditBox.cpp +++ b/src/guiengine/widgets/CGUIEditBox.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2002-2011 Nikolaus Gebhardt +// Copyright (C) 2002-2013 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/bubble_widget.cpp b/src/guiengine/widgets/bubble_widget.cpp index a68343454..82fd4fbbb 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 Marianne Gagnon +// Copyright (C) 2010-2013 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 f9fc20ad8..ee3f1e92f 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 Marianne Gagnon +// Copyright (C) 2010-2013 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 4ac93deea..feb18af83 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 0dfa20690..98141bdc4 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 ada1ccd8c..35ee7308f 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 806ce4825..e982fa113 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 0c8f7a4e2..dcef197f5 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 d55f96939..3b7796ef9 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 ef773790f..79d91b4ce 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 f400eb18d..745d45566 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 f55672e63..4cc196b98 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 de227e550..0b80f0445 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 04ef0d741..35823f4e8 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 778e5578f..1fd56f2d3 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 045a7e957..569f8ca2a 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 e86934f60..b6c554cd7 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 Marianne Gagnon +// Copyright (C) 2009-2013 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.cpp b/src/guiengine/widgets/progress_bar_widget.cpp index 5aa0667aa..fc79403c5 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 db0c1cede..88dd7dd88 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 7ee7c1188..ad3e4d974 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 d0996d6cc..6c7cd9394 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 Marianne Gagnon +// Copyright (C) 2009-2013 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.cpp b/src/guiengine/widgets/ribbon_widget.cpp index 827576dc7..895d865e2 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 1250874bc..4d9458859 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 c762f42b9..c0af78aaf 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 51733127e..5c12ae90c 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 e4bd5c5e0..811db288f 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 3c72a47f6..f3034f07a 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 683199a97..dcac002ea 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 Marianne Gagnon +// Copyright (C) 2010-2013 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 2af59f154..0362f2d05 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 Marianne Gagnon +// Copyright (C) 2010-2013 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_manager.cpp b/src/input/device_manager.cpp index e01c54388..44baadbbd 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 SuperTuxKart-Team +// Copyright (C) 2010-2013 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 34d097421..75331d08c 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 SuperTuxKart-Team +// Copyright (C) 2010-2013 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.hpp b/src/input/input.hpp index c911e2dcd..26366ebc6 100644 --- a/src/input/input.hpp +++ b/src/input/input.hpp @@ -1,6 +1,7 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2007-2008 Robert Schuster +// Copyright (C) 2007-2013 Robert Schuster +// Copyright (C) 2012-2013 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 b1ecfcebf..f6bb5c3fb 100644 --- a/src/input/input_device.cpp +++ b/src/input/input_device.cpp @@ -1,3 +1,20 @@ +// SuperTuxKart - a fun racing game with go-kart +// +// Copyright (C) 2009-2013 Marianne Gagnon +// +// 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 "config/device_config.hpp" #include "guiengine/abstract_state_manager.hpp" diff --git a/src/input/input_device.hpp b/src/input/input_device.hpp index fc28da1de..17ab816ed 100644 --- a/src/input/input_device.hpp +++ b/src/input/input_device.hpp @@ -1,3 +1,21 @@ +// SuperTuxKart - a fun racing game with go-kart +// +// Copyright (C) 2009-2013 Marianne Gagnon +// +// 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. + #ifndef INPUT_DEVICE_HPP #define INPUT_DEVICE_HPP diff --git a/src/input/input_manager.cpp b/src/input/input_manager.cpp index 4c7badc31..be9979bed 100644 --- a/src/input/input_manager.cpp +++ b/src/input/input_manager.cpp @@ -1,6 +1,7 @@ -// // SuperTuxKart - a fun racing game with go-kart // +// Copyright (C) 2012-2013 SuperTuxKart-Team +// // 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/input/input_manager.hpp b/src/input/input_manager.hpp index 6cf357612..19069efe8 100644 --- a/src/input/input_manager.hpp +++ b/src/input/input_manager.hpp @@ -1,6 +1,7 @@ -// // SuperTuxKart - a fun racing game with go-kart +// // Copyright (C) 2004-2006 Steve Baker +// Copyright (C) 2006-2013 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.cpp b/src/input/wiimote.cpp index 1c786619b..809f88ecc 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 SuperTuxKart-Team +// Copyright (C) 2013-2013 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 1eae85de9..60e29eab5 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 SuperTuxKart-Team +// Copyright (C) 2013-2013 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 440b98448..25167b48b 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 SuperTuxKart-Team +// Copyright (C) 2012-2013 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 75dd7c3d3..410243a2d 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 SuperTuxKart-Team +// Copyright (C) 2012-2013 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 478c13f1f..bfbb27531 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 -// (C) 2008 Steve Baker, Joerg Henrichs +// Copyright (C) 2008-2013 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 132f7c17d..5b676d5a3 100644 --- a/src/io/file_manager.hpp +++ b/src/io/file_manager.hpp @@ -1,6 +1,7 @@ // // SuperTuxKart - a fun racing game with go-kart // Copyright (C) 2004 Steve Baker +// Copyright (C) 2008-2013 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/xml_node.cpp b/src/io/xml_node.cpp index 84bc8448c..f783dbaea 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 Joerg Henrichs +// Copyright (C) 2009-2013 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 0e8642d69..8127023a1 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 Joerg Henrichs +// Copyright (C) 2009-2013 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_writer.cpp b/src/io/xml_writer.cpp index dca8f59e2..bc9443414 100644 --- a/src/io/xml_writer.cpp +++ b/src/io/xml_writer.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010 Marianne Gagnon +// Copyright (C) 2010-2013 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_writer.hpp b/src/io/xml_writer.hpp index 474c8791f..3fcb9132b 100644 --- a/src/io/xml_writer.hpp +++ b/src/io/xml_writer.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010 Marianne Gagnon +// Copyright (C) 2010-2013 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/attachment.cpp b/src/items/attachment.cpp index f9ae8fb59..36ff1512c 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 Joerg Henrichs +// Copyright (C) 2006-2013 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 222e91dbf..6fa469562 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 Joerg Henrichs +// Copyright (C) 2006-2013 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 dec965696..a3121e8d5 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 Joerg Henrichs +// Copyright (C) 2006-2013 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 fbb41c19f..92bc6cba9 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 Joerg Henrichs +// Copyright (C) 2006-2013 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 cb006ceb2..1b90a6ef1 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 Joerg Henrichs +// Copyright (C) 2011-2013 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 bb1817a91..b6f5e5e87 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 Joerg Henrichs +// Copyright (C) 2007-2013 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 f8ef002c6..f55a33e00 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 Joerg Henrichs, Marianne Gagnon +// Copyright (C) 2007-2013 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 e7e1a4fdf..fdea244d1 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 Joerg Henrichs +// Copyright (C) 2007-2013 Joerg Henrichs // // Physics improvements and linear intersection algorithm by -// by David Mikos. Copyright (C) 2009. +// Copyright (C) 2009-2013 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 111a74cb8..50ba114b5 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 Joerg Henrichs +// Copyright (C) 2007-2013 Joerg Henrichs // // Physics improvements and linear intersection algorithm by -// by David Mikos. Copyright (C) 2009. +// Copyright (C) 2009-2013 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 ed35ac2af..f4f26bc04 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 Joerg Henrichs +// Copyright (C) 2007-2013 Joerg Henrichs // // Linear item-kart intersection function written by -// by David Mikos. Copyright (C) 2009. +// Copyright (C) 2009-2013 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 b10960aa9..adea395cf 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 Joerg Henrichs +// Copyright (C) 2007-2013 Joerg Henrichs // // Linear item-kart intersection function written by -// by David Mikos. Copyright (C) 2009. +// Copyright (C) 2009-2013 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 5b0a992c3..f08550002 100644 --- a/src/items/item.cpp +++ b/src/items/item.cpp @@ -1,6 +1,7 @@ -// // SuperTuxKart - a fun racing game with go-kart +// // Copyright (C) 2004 Steve Baker +// Copyright (C) 2006-2013 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 40aedad00..df6125197 100644 --- a/src/items/item.hpp +++ b/src/items/item.hpp @@ -1,6 +1,7 @@ -// // SuperTuxKart - a fun racing game with go-kart +// // Copyright (C) 2004 Steve Baker +// Copyright (C) 2006-2013 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 161f5ca98..27e987d86 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 Joerg Henrichs +// Copyright (C) 2006-2013 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 90ba4e36c..a69736153 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 Joerg Henrichs +// Copyright (C) 2006-2013 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 208386f8d..c203068d4 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 Joerg Henrichs +// Copyright (C) 2007-2013 Joerg Henrichs // // Physics improvements and linear intersection algorithm by -// by David Mikos. Copyright (C) 2009. +// Copyright (C) 2009-2013 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 951a1eef1..f91a4d4e7 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 Joerg Henrichs +// Copyright (C) 2007-2013 Joerg Henrichs // // Physics improvements and linear intersection algorithm by -// by David Mikos. Copyright (C) 2009. +// Copyright (C) 2009-2013 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 c82f88c60..5ef3b8de9 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 Joerg Henrichs +// Copyright (C) 2006-2013 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 4d76dad48..a21335342 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 Joerg Henrichs +// Copyright (C) 2006-2013 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 5d39c84df..3536a0ce4 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 Joerg Henrichs +// Copyright (C) 2006-2013 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 096b6a6a1..ec6ce3c7c 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 Joerg Henrichs +// Copyright (C) 2006-2013 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 ce96adb6e..54e054b61 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 Joerg Henrichs +// Copyright (C) 2006-2013 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -196,4 +196,4 @@ bool ProjectileManager::projectileIsClose(const AbstractKart * const kart, if(dist2 -// Copyright (C) 2006-2010 Eduardo Hernandez Munoz -// Copyright (C) 2008-2010 Joerg Henrichs +// Copyright (C) 2004-2013 Steve Baker +// Copyright (C) 2006-2013 Eduardo Hernandez Munoz +// Copyright (C) 2008-2013 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 c2c09ecab..3cb4d22f3 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-2010 Steve Baker -// Copyright (C) 2006-2010 Eduardo Hernandez Munoz -// Copyright (C) 2010 Joerg Henrichs +// Copyright (C) 2004-2013 Steve Baker +// Copyright (C) 2006-2013 Eduardo Hernandez Munoz +// Copyright (C) 2010-2013 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 78f789e7c..58ddaa5aa 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 Joerg Henrichs +// Copyright (C) 2008-2013 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 f58b72902..bcbde5818 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-2005 Steve Baker -// Copyright (C) 2006-2009 Joerg Henrichs, Steve Baker +// Copyright (C) 2004-2013 Steve Baker +// Copyright (C) 2006-2013 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 cd43bcbba..7bb7c0a13 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-2005 Steve Baker -// Copyright (C) 2006 Joerg Henrichs, Steve Baker +// Copyright (C) 2004-2013 Steve Baker +// Copyright (C) 2006-2013 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 be510f110..4510a01c3 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-2005 Steve Baker -// Copyright (C) 2006-2007 Eduardo Hernandez Munoz -// Copyright (C) 2008-2012 Joerg Henrichs +// Copyright (C) 2004-2013 Steve Baker +// Copyright (C) 2006-2013 Eduardo Hernandez Munoz +// Copyright (C) 2008-2013 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 f7d2aacd4..11ef347cf 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-2005 Steve Baker -// Copyright (C) 2006-2007 Eduardo Hernandez Munoz -// Copyright (C) 2010 Joerg Henrichs +// Copyright (C) 2004-2013 Steve Baker +// Copyright (C) 2006-2013 Eduardo Hernandez Munoz +// Copyright (C) 2010-2013 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 b929e8e51..08ac464ce 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 Joerg Henrichs +// Copyright (C) 2012-2013 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 387dd6b58..457f6dcda 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 Joerg Henrichs +// Copyright (C) 2012-2013 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 caef906ed..36b49721e 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 Joerg Henrichs +// Copyright (C) 2012-2013 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 3b691127e..9fb66dbea 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 Joerg Henrichs +// Copyright (C) 2012-2013 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 28f3bf2d9..85e43fb99 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-2005 Steve Baker -// Copyright (C) 2006 SuperTuxKart-Team, Joerg Henrichs, Steve Baker +// Copyright (C) 2004-2013 Steve Baker +// Copyright (C) 2006-2013 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 a307647f7..5dd049226 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-2005 Steve Baker -// Copyright (C) 2006 SuperTuxKart-Team, Joerg Henrichs, Steve Baker +// Copyright (C) 2004-2013 Steve Baker +// Copyright (C) 2006-2013 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 465dda0b3..fa04661f9 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 Joerg Henrichs +// Copyright (C) 2012-2013 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 24d178760..19c122485 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 Joerg Henrichs +// Copyright (C) 2012-2013 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 b4300dc69..5a8cedc92 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 Joerg Henrichs +// Copyright (C) 2008-2013 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 477042917..9c5ea11e9 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 Joerg Henrichs +// Copyright (C) 2008-2013 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 d8e714351..5cbce2d66 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 SuperTuxKart-Team +// Copyright (C) 2006-2013 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 d38d740aa..bbadd2230 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 SuperTuxKart-Team +// Copyright (C) 2006-2013 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 f03a999da..b50782ac6 100644 --- a/src/karts/kart_properties_manager.cpp +++ b/src/karts/kart_properties_manager.cpp @@ -1,6 +1,7 @@ -// // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004-2006 Ingo Ruhnke +// +// Copyright (C) 2004-2013 Ingo Ruhnke +// Copyright (C) 2006-2013 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 bbb9a18c1..cf211c8ff 100644 --- a/src/karts/kart_properties_manager.hpp +++ b/src/karts/kart_properties_manager.hpp @@ -1,6 +1,7 @@ -// // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004-2006 Ingo Ruhnke +// +// Copyright (C) 2004-2013 Ingo Ruhnke +// Copyright (C) 2006-2013 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 d1620119b..455b9df5f 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 Joerg Henrichs +// Copyright (C) 2011-2013 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 5087350a5..8c5544a6e 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 Joerg Henrichs +// Copyright (C) 2011-2013 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 cacde5a88..9dff0781a 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 Joerg Henrichs +// Copyright (C) 2010-2013 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 c57cb0f64..63ddbefca 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 Joerg Henrichs +// Copyright (C) 2010-2013 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 5a5c6c225..b985020a3 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-2005 Steve Baker -// Copyright (C) 2006 Joerg Henrichs, Steve Baker +// Copyright (C) 2004-2013 Steve Baker +// Copyright (C) 2006-2013 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 4461620ee..05161d866 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-2005 Steve Baker -// Copyright (C) 2006 Joerg Henrichs, Steve Baker +// Copyright (C) 2004-2013 Steve Baker +// Copyright (C) 2006-2013 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/rescue_animation.cpp b/src/karts/rescue_animation.cpp index c75d4e1cb..4c77b9813 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 Joerg Henrichs +// Copyright (C) 2010-2013 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 854d7a094..89df1cf03 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 Joerg Henrichs +// Copyright (C) 2012-2013 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 d35eaeedf..1bbdb4c99 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 Joerg Henrichs +// Copyright (C) 2012-2013 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 734b53e70..83afb927e 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 Joerg Henrichs +// Copyright (C) 2012-2013 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 425dc834c..1bf1a246e 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 Joerg Henrichs +// Copyright (C) 2012-2013 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 e5e2c30af..ef1bc7042 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 Joerg Henrichs +// Copyright (C) 2012-2013 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 31acf492e..9da9112bf 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,7 +1,7 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004-2006 Steve Baker -// Copyright (C) 2011 Joerg Henrichs, Marianne Gagnon +// Copyright (C) 2004-2013 Steve Baker +// Copyright (C) 2011-2013 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 8524dbed0..7e20a1d80 100644 --- a/src/main_loop.cpp +++ b/src/main_loop.cpp @@ -1,6 +1,7 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004 Ingo Ruhnke +// Copyright (C) 2004-2013 Ingo Ruhnke +// Copyright (C) 2006-2013 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 2819a07f6..345e36c7a 100644 --- a/src/main_loop.hpp +++ b/src/main_loop.hpp @@ -1,6 +1,7 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004 Ingo Ruhnke +// Copyright (C) 2004-2013 Ingo Ruhnke +// Copyright (C) 2006-2013 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 d0361ef8c..9a9d03e03 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 SuperTuxKart-Team +// Copyright (C) 2006-2013 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 a1b5025ef..db76d182a 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 SuperTuxKart-Team +// Copyright (C) 2004-2013 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 681382e7e..a2c9bc332 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 Joerg Henrichs +// Copyright (C) 2012-2013 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 23f8d46bf..a31811e67 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 Joerg Henrichs +// Copyright (C) 2012-2013 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 4c4d40e0d..3778a2cb3 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 Joerg Henrichs +// Copyright (C) 2012-2013 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -220,4 +220,4 @@ void EasterEggHunt::terminateRace() { m_karts[0]->getControls().reset(); WorldWithRank::terminateRace(); -} \ No newline at end of file +} diff --git a/src/modes/easter_egg_hunt.hpp b/src/modes/easter_egg_hunt.hpp index d7e488b0a..8ba8cb7d0 100755 --- 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 Joerg Henrichs +// Copyright (C) 2012-2013 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 a81ff1dd3..a3a712d97 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 SuperTuxKart-Team +// Copyright (C) 2004-2013 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 46dd5abd9..5af95c780 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 SuperTuxKart-Team +// Copyright (C) 2004-2013 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 c519703c1..cccc903a6 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 SuperTuxKart-Team +// Copyright (C) 2004-2013 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 15ed57ed7..e4dd3e6bd 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 SuperTuxKart-Team +// Copyright (C) 2004-2013 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 df5cb082f..73c718837 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 SuperTuxKart-Team +// Copyright (C) 2004-2013 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 a1dbdb752..569a8d515 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 SuperTuxKart-Team +// Copyright (C) 2004-2013 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 f8a632fe2..b6bb5d109 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 Joerg Henrichs +// Copyright (C) 2009-2013 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 bc05260d9..f7c7b4ad2 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 Joerg Henrichs +// Copyright (C) 2009-2013 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 4b78cb6e2..12e533a24 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 SuperTuxKart-Team +// Copyright (C) 2006-2013 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 4e0aaa8cd..6c80f5ede 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 SuperTuxKart-Team +// Copyright (C) 2004-2013 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 1571992bf..db2dea1f2 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 SuperTuxKart-Team +// Copyright (C) 2006-2013 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 b37f24a7d..ddfc6efc5 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 SuperTuxKart-Team +// Copyright (C) 2004-2013 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 023bb4c3f..bc91087fd 100644 --- a/src/modes/three_strikes_battle.cpp +++ b/src/modes/three_strikes_battle.cpp @@ -1,7 +1,7 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2006 SuperTuxKart-Team +// Copyright (C) 2006-2013 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 7cb8c8eb3..aa144a666 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 SuperTuxKart-Team +// Copyright (C) 2004-2013 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 70ddabad8..d94d154a0 100644 --- a/src/modes/tutorial_world.cpp +++ b/src/modes/tutorial_world.cpp @@ -1,3 +1,21 @@ +// SuperTuxKart - a fun racing game with go-kart +// +// Copyright (C) 2012-2013 Marianne Gagnon +// +// 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 "modes/tutorial_world.hpp" #include "karts/kart.hpp" diff --git a/src/modes/tutorial_world.hpp b/src/modes/tutorial_world.hpp index 5c2b3b2a1..e18adc6b4 100644 --- a/src/modes/tutorial_world.hpp +++ b/src/modes/tutorial_world.hpp @@ -1,3 +1,21 @@ +// SuperTuxKart - a fun racing game with go-kart +// +// Copyright (C) 2012-2013 Marianne Gagnon +// +// 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. + #ifndef HEADER_TUTORIAL_MODE_HPP #define HEADER_TUTORIAL_MODE_HPP diff --git a/src/modes/world.cpp b/src/modes/world.cpp index 8a4643e12..44b9ffa83 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 SuperTuxKart-Team +// Copyright (C) 2006-2013 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 c981c960c..60d2c9cf7 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 SuperTuxKart-Team +// Copyright (C) 2004-2013 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 174df9da3..0fd08ca32 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 SuperTuxKart-Team +// Copyright (C) 2004-2013 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 421123205..511b83193 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 SuperTuxKart-Team +// Copyright (C) 2004-2013 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 e4668ef41..7db5f6047 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 Joerg Henrichs +// Copyright (C) 2010-2013 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 887ca1028..100802d7c 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 Joerg Henrichs +// Copyright (C) 2010-2013 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/character_confirm_message.hpp b/src/network/character_confirm_message.hpp index 527794928..2a89eb83f 100644 --- a/src/network/character_confirm_message.hpp +++ b/src/network/character_confirm_message.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2008 Joerg Henrichs +// Copyright (C) 2008-2013 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/character_info_message.hpp b/src/network/character_info_message.hpp index 443a2d670..1faf0b03c 100644 --- a/src/network/character_info_message.hpp +++ b/src/network/character_info_message.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2008 Joerg Henrichs +// Copyright (C) 2008-2013 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/character_selected_message.hpp b/src/network/character_selected_message.hpp index 9e8a61961..5151e4b0f 100644 --- a/src/network/character_selected_message.hpp +++ b/src/network/character_selected_message.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2008 Joerg Henrichs +// Copyright (C) 2008-2013 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/connect_message.cpp b/src/network/connect_message.cpp index 03660c158..e4f7bf88f 100644 --- a/src/network/connect_message.cpp +++ b/src/network/connect_message.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2008 Joerg Henrichs +// Copyright (C) 2008-2013 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/connect_message.hpp b/src/network/connect_message.hpp index 1875b5718..b9eaa3976 100644 --- a/src/network/connect_message.hpp +++ b/src/network/connect_message.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2008 Joerg Henrichs +// Copyright (C) 2008-2013 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/flyable_info.hpp b/src/network/flyable_info.hpp index eedc33585..d95013345 100644 --- a/src/network/flyable_info.hpp +++ b/src/network/flyable_info.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2008 Joerg Henrichs +// Copyright (C) 2008-2013 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/item_info.hpp b/src/network/item_info.hpp index 0334e2ee0..cbd9e562f 100644 --- a/src/network/item_info.hpp +++ b/src/network/item_info.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2008 Joerg Henrichs +// Copyright (C) 2008-2013 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/kart_control_message.cpp b/src/network/kart_control_message.cpp index db6cea020..338dbb103 100644 --- a/src/network/kart_control_message.cpp +++ b/src/network/kart_control_message.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2008 Joerg Henrichs +// Copyright (C) 2008-2013 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/kart_control_message.hpp b/src/network/kart_control_message.hpp index 6127f62b9..089e1dda7 100644 --- a/src/network/kart_control_message.hpp +++ b/src/network/kart_control_message.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2008 Joerg Henrichs +// Copyright (C) 2008-2013 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/kart_update_message.cpp b/src/network/kart_update_message.cpp index 2b16cc0e9..06478bf91 100644 --- a/src/network/kart_update_message.cpp +++ b/src/network/kart_update_message.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2008 Joerg Henrichs +// Copyright (C) 2008-2013 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/kart_update_message.hpp b/src/network/kart_update_message.hpp index 7d3a38fc4..512fe72f4 100644 --- a/src/network/kart_update_message.hpp +++ b/src/network/kart_update_message.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2008 Joerg Henrichs +// Copyright (C) 2008-2013 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/message.cpp b/src/network/message.cpp index b1f754c02..bda77a45f 100644 --- a/src/network/message.cpp +++ b/src/network/message.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2008 Joerg Henrichs, Stephen Leak +// Copyright (C) 2008-2013 Joerg Henrichs, Stephen Leak // // This program 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/message.hpp b/src/network/message.hpp index ee0c49dfe..6fd59b420 100644 --- a/src/network/message.hpp +++ b/src/network/message.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2008 Joerg Henrichs, Stephen Leak +// Copyright (C) 2008-2013 Joerg Henrichs, Stephen Leak // // This program 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_kart.cpp b/src/network/network_kart.cpp index 42cf8a3cc..3069f41a4 100644 --- a/src/network/network_kart.cpp +++ b/src/network/network_kart.cpp @@ -1,7 +1,7 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004-2005 Steve Baker -// Copyright (C) 2006 SuperTuxKart-Team, Joerg Henrichs, Steve Baker +// Copyright (C) 2004-2013 Steve Baker +// Copyright (C) 2006-2013 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/network/network_kart.hpp b/src/network/network_kart.hpp index 892439a24..b8f80f645 100644 --- a/src/network/network_kart.hpp +++ b/src/network/network_kart.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2008 Joerg Henrichs +// Copyright (C) 2008-2013 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/network_manager.cpp b/src/network/network_manager.cpp index 2554e070d..f3e35791d 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) 2008 Joerg Henrichs, Stephen Leak +// Copyright (C) 2008-2013 Joerg Henrichs, Stephen Leak // // This program 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 83d55f556..00612330a 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) 2008 Joerg Henrichs, Stephen Leak +// Copyright (C) 2008-2013 Joerg Henrichs, Stephen Leak // // This program 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/num_players_message.hpp b/src/network/num_players_message.hpp index 4279f9eb9..ed83ce969 100644 --- a/src/network/num_players_message.hpp +++ b/src/network/num_players_message.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2008 Joerg Henrichs +// Copyright (C) 2008-2013 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/race_info_message.cpp b/src/network/race_info_message.cpp index 4d2b6aa0b..f19d244d1 100644 --- a/src/network/race_info_message.cpp +++ b/src/network/race_info_message.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2008 Joerg Henrichs +// Copyright (C) 2008-2013 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/race_info_message.hpp b/src/network/race_info_message.hpp index 52404b3f5..257e99936 100644 --- a/src/network/race_info_message.hpp +++ b/src/network/race_info_message.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2008 Joerg Henrichs +// Copyright (C) 2008-2013 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/race_result_ack_message.hpp b/src/network/race_result_ack_message.hpp index eda990208..6ab4a7c3f 100644 --- a/src/network/race_result_ack_message.hpp +++ b/src/network/race_result_ack_message.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2008 Joerg Henrichs +// Copyright (C) 2008-2013 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/race_result_message.cpp b/src/network/race_result_message.cpp index eeaacd656..8c70549dd 100644 --- a/src/network/race_result_message.cpp +++ b/src/network/race_result_message.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2008 Joerg Henrichs +// Copyright (C) 2008-2013 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/race_result_message.hpp b/src/network/race_result_message.hpp index 95d3a6152..1ba307b44 100644 --- a/src/network/race_result_message.hpp +++ b/src/network/race_result_message.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2008 Joerg Henrichs +// Copyright (C) 2008-2013 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/race_start_message.hpp b/src/network/race_start_message.hpp index eac2d7594..eb4ebf978 100644 --- a/src/network/race_start_message.hpp +++ b/src/network/race_start_message.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2008 Joerg Henrichs +// Copyright (C) 2008-2013 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/race_state.cpp b/src/network/race_state.cpp index db5c66c83..5c24051ab 100644 --- a/src/network/race_state.cpp +++ b/src/network/race_state.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2008 Joerg Henrichs +// Copyright (C) 2008-2013 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/race_state.hpp b/src/network/race_state.hpp index bf3fce064..be5381904 100644 --- a/src/network/race_state.hpp +++ b/src/network/race_state.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2008 Joerg Henrichs +// Copyright (C) 2008-2013 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/remote_kart_info.hpp b/src/network/remote_kart_info.hpp index cde5cda72..227f26268 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) 2008 Joerg Henrichs +// Copyright (C) 2008-2013 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/world_loaded_message.hpp b/src/network/world_loaded_message.hpp index 682e0fa05..a039910ff 100644 --- a/src/network/world_loaded_message.hpp +++ b/src/network/world_loaded_message.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2008 Joerg Henrichs +// Copyright (C) 2008-2013 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/btKart.cpp b/src/physics/btKart.cpp index d17522e6b..2647c8756 100644 --- a/src/physics/btKart.cpp +++ b/src/physics/btKart.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005 Erwin Coumans http://continuousphysics.com/Bullet/ + * Copyright (C) 2005-2013 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 6b213f884..268836a4a 100644 --- a/src/physics/btKart.hpp +++ b/src/physics/btKart.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005 Erwin Coumans http://continuousphysics.com/Bullet/ + * Copyright (C) 2005-2013 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 9fee3075a..781d052aa 100644 --- a/src/physics/btKartRaycast.cpp +++ b/src/physics/btKartRaycast.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005 Erwin Coumans http://continuousphysics.com/Bullet/ + * Copyright (C) 2005-2013 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 624d2012e..19384218d 100644 --- a/src/physics/btKartRaycast.hpp +++ b/src/physics/btKartRaycast.hpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005 Erwin Coumans http://continuousphysics.com/Bullet/ + * Copyright (C) 2005-2013 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/btUprightConstraint.cpp b/src/physics/btUprightConstraint.cpp index 5221207f8..3b183c5e6 100644 --- a/src/physics/btUprightConstraint.cpp +++ b/src/physics/btUprightConstraint.cpp @@ -1,7 +1,7 @@ /* Bullet Continuous Collision Detection and Physics Library -Copyright (c) 2003-2006 Erwin Coumans http://continuousphysics.com/Bullet/ +Copyright (C) 2003-2006 Erwin Coumans http://continuousphysics.com/Bullet/ This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the diff --git a/src/physics/btUprightConstraint.hpp b/src/physics/btUprightConstraint.hpp index 4fc425faf..3b36cfd6b 100644 --- a/src/physics/btUprightConstraint.hpp +++ b/src/physics/btUprightConstraint.hpp @@ -1,7 +1,7 @@ /* Bullet Continuous Collision Detection and Physics Library -Copyright (c) 2003-2006 Erwin Coumans http://continuousphysics.com/Bullet/ +Copyright (C) 2003-2006 Erwin Coumans http://continuousphysics.com/Bullet/ This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the diff --git a/src/physics/irr_debug_drawer.cpp b/src/physics/irr_debug_drawer.cpp index 4937ad284..7f82ffa7c 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 Joerg Henrichs +// Copyright (C) 2010-2013 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 00eddcdbf..3b11f217f 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 Joerg Henrichs +// Copyright (C) 2006-2013 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 0fcc89b0c..df58bcaf3 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 Joerg Henrichs +// Copyright (C) 2008-2013 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 fc3fe6f2e..7aecce047 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 Joerg Henrichs +// Copyright (C) 2006-2013 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 32d00a65f..947817542 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 Joerg Henrichs +// Copyright (C) 2006-2013 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 b17d1fc27..c5b3bcf45 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 Joerg Henrichs +// Copyright (C) 2006-2013 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 9b160aed0..d933c18c2 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 Joerg Henrichs +// Copyright (C) 2006-2013 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 5be3db306..0210cd5ba 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 Joerg Henrichs +// Copyright (C) 2011-2013 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 4b61aea92..83f79dfa4 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 Joerg Henrichs +// Copyright (C) 2006-2013 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 9a2978ef5..118ec2de5 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 Joerg Henrichs +// Copyright (C) 2006-2013 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 fc8615c09..b9f6612df 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 Joerg Henrichs +// Copyright (C) 2007-2013 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 3c1f18cc9..bcb3d2bec 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-2005 Ingo Ruhnke -// Copyright (C) 2006 Joerg Henrichs, Ingo Ruhnke +// Copyright (C) 2004-2013 Ingo Ruhnke +// Copyright (C) 2006-2013 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 2004bef9c..074b6534f 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-2006 Ingo Ruhnke -// Copyright (C) 2006 Joerg Henirchs, Ingo Ruhnke +// Copyright (C) 2004-2013 Ingo Ruhnke +// Copyright (C) 2006-2013 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 72400dcea..cd63f0e14 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 Joerg Henrichs +// Copyright (C) 2008-2013 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 5f305c6b6..2afb979b6 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 Joerg Henrichs +// Copyright (C) 2008-2013 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 d4e6b642c..5697343e8 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 Joerg Henrichs +// Copyright (C) 2006-2013 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 128277bd2..913357245 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 Joerg Henrichs +// Copyright (C) 2006-2013 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 d23314af1..034ca8a87 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 Joerg Henrichs +// Copyright (C) 2006-2013 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 0e31b6904..b713bc7f0 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 Joerg Henrichs +// Copyright (C) 2006-2013 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 b6af7a2ac..435473f44 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 Joerg Henrichs +// Copyright (C) 2006-2013 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 22aa430ed..2d03f45f6 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 Joerg Henrichs +// Copyright (C) 2006-2013 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 39c488797..62bf92d2b 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 SuperTuxKart-Team +// Copyright (C) 2006-2013 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 b1b4129e5..6c5ab9c4a 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 SuperTuxKart-Team +// Copyright (C) 2006-2013 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 b07b98741..692f8358e 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 Joerg Henrichs +// Copyright (C) 2012-2013 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 3151e0922..761689a13 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 Joerg Henrichs +// Copyright (C) 2012-2013 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 8f6aea1fb..ed3534023 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 Joerg Henrichs +// Copyright (C) 2012-2013 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 279041db5..681d0bffb 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 Joerg Henrichs +// Copyright (C) 2012-2013 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 8d95b1e71..c0e56af93 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 Joerg Henrichs +// Copyright (C) 2012-2013 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 f53eb1adf..33ea58493 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 Joerg Henrichs +// Copyright (C) 2012-2013 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.cpp b/src/states_screens/addons_screen.cpp index fc828cbd4..94c2ef1c0 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 Lucas Baudin, Joerg Henrichs +// Copyright (C) 2010-2013 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 a454545b2..b59ac1946 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 Lucas Baudin, Joerg Henrichs +// Copyright (C) 2010-2013 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 51f435640..8d0cb6f2c 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 bd64dede3..898538e3e 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 Marianne Gagnon +// Copyright (C) 2009-2013 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.cpp b/src/states_screens/credits.cpp index 42b7e399c..c28b3d079 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 8b54aaf6c..7d4e66c57 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 5a74aaa01..05c080126 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 Marianne Gagnon +// Copyright (C) 2012-2013 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 7b23a16ec..64deaa0aa 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 Marianne Gagnon +// Copyright (C) 2012-2013 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 67606f3d4..7c23d72ad 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 d5b67f81e..033d6cc9f 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 cd52e40d4..b645da81a 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-2010 Marianne Gagnon, Joerg Henrichs +// Copyright (C) 2009-2013 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 80c336830..c606871c6 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 Lucas Baudin +// Copyright (C) 2010-2013 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/confirm_resolution_dialog.cpp b/src/states_screens/dialogs/confirm_resolution_dialog.cpp index dfc0e8f51..36f00240f 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 95e9bd4d1..d4a9e01e5 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 5e598cf26..1966ac8af 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 617c1d1b9..75175c39d 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 Marianne Gagnon +// Copyright (C) 2009-2013 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_player_name_dialog.cpp b/src/states_screens/dialogs/enter_player_name_dialog.cpp index db035d389..d700684a9 100644 --- a/src/states_screens/dialogs/enter_player_name_dialog.cpp +++ b/src/states_screens/dialogs/enter_player_name_dialog.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009 Marianne Gagnon +// Copyright (C) 2009-2013 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_player_name_dialog.hpp b/src/states_screens/dialogs/enter_player_name_dialog.hpp index b7fb0ca27..deb811a0d 100644 --- a/src/states_screens/dialogs/enter_player_name_dialog.hpp +++ b/src/states_screens/dialogs/enter_player_name_dialog.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009 Marianne Gagnon +// Copyright (C) 2009-2013 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.cpp b/src/states_screens/dialogs/gp_info_dialog.cpp index 62be20997..37c771ab2 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 206f696d6..b8959bf2d 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 c1c4f2c36..a2b4efdef 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 Marianne Gagnon +// Copyright (C) 2010-2013 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 8d7d58344..d0425d167 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 Marianne Gagnon +// Copyright (C) 2010-2013 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/player_info_dialog.cpp b/src/states_screens/dialogs/player_info_dialog.cpp index 6007a7341..c28b3b7e1 100644 --- a/src/states_screens/dialogs/player_info_dialog.cpp +++ b/src/states_screens/dialogs/player_info_dialog.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009 Marianne Gagnon +// Copyright (C) 2009-2013 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/player_info_dialog.hpp b/src/states_screens/dialogs/player_info_dialog.hpp index 59ff9a361..a4820f236 100644 --- a/src/states_screens/dialogs/player_info_dialog.hpp +++ b/src/states_screens/dialogs/player_info_dialog.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009 Marianne Gagnon +// Copyright (C) 2009-2013 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 31f266805..5070067c6 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 bb5120607..090cf929a 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 3e46dea4b..c10c34204 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 Marianne Gagnon +// Copyright (C) 2010-2013 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 74b2e9c62..854e1a1fe 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 Marianne Gagnon +// Copyright (C) 2009-2013 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.cpp b/src/states_screens/dialogs/select_challenge.cpp index 20dec3536..75e0c974e 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 Marianne Gagnon +// Copyright (C) 2012-2013 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 4ca8bd79e..2a39a17e1 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 Marianne Gagnon +// Copyright (C) 2012-2013 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/track_info_dialog.cpp b/src/states_screens/dialogs/track_info_dialog.cpp index e833299de..823cc7d69 100644 --- a/src/states_screens/dialogs/track_info_dialog.cpp +++ b/src/states_screens/dialogs/track_info_dialog.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009 Marianne Gagnon +// Copyright (C) 2009-2013 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/track_info_dialog.hpp b/src/states_screens/dialogs/track_info_dialog.hpp index dd7b768db..3367ac5c2 100644 --- a/src/states_screens/dialogs/track_info_dialog.hpp +++ b/src/states_screens/dialogs/track_info_dialog.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009 Marianne Gagnon +// Copyright (C) 2009-2013 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.cpp b/src/states_screens/dialogs/tutorial_message_dialog.cpp index 91cb26c35..3eda7e0cb 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 Marianne Gagnon +// Copyright (C) 2010-2013 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 180767627..cd10d0712 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 Marianne Gagnon +// Copyright (C) 2010-2013 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/feature_unlocked.cpp b/src/states_screens/feature_unlocked.cpp index ecd564a16..a1b898434 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 SuperTuxKart-Team +// Copyright (C) 2010-2013 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 761dca4e6..eeb3a34eb 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 SuperTuxKart-Team +// Copyright (C) 2010-2013 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.cpp b/src/states_screens/grand_prix_lose.cpp index e8f6ed7d1..e1e08e6ca 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 SuperTuxKart-Team +// Copyright (C) 2010-2013 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 ba286aa4d..e20097682 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 SuperTuxKart-Team +// Copyright (C) 2010-2013 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 4b5dc68e8..6559a8188 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 SuperTuxKart-Team +// Copyright (C) 2010-2013 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 85fa5afae..da5bffd53 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 SuperTuxKart-Team +// Copyright (C) 2010-2013 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 eac26e2ec..7b2152fe6 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 a8750bf35..6677c6001 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 d5194a754..f3c751474 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 b773b733e..d7a1d75ad 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 8e2813297..35693dd94 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 904fb6f38..74a5e2258 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 fbd75b828..97ddf3809 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 eb4941549..8142b4540 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 daac169ab..edeca834d 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 +// +// Copyright (C) 2006-2013 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 fc6f1ee00..ac0dec93d 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 +// +// Copyright (C) 2006-2013 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 9169e1000..0a7529359 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 Marianne Gagnon +// Copyright (C) 2009-2013 Marianne Gagnon // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -403,4 +403,4 @@ void MainMenuScreen::onDisabledItemClicked(const std::string& item) new MessageDialog( _("Please wait while the add-ons are loading")); } } -} // onDisabledItemClicked \ No newline at end of file +} // onDisabledItemClicked diff --git a/src/states_screens/main_menu_screen.hpp b/src/states_screens/main_menu_screen.hpp index 696c7a6bc..5683c7923 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 Marianne Gagnon +// Copyright (C) 2009-2013 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.cpp b/src/states_screens/options_screen_audio.cpp index 1b267ca29..5d6de54e0 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 1a4f4380a..2b6468de0 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 490160abb..4a4f74d69 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 d7dd1fb40..25e9a7e9b 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 cc74b5ec7..e8e49d033 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 bfa2f7e8a..5bf3aeab1 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 Marianne Gagnon +// Copyright (C) 2009-2013 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_players.cpp b/src/states_screens/options_screen_players.cpp index 8b5044612..5f7ca3832 100644 --- a/src/states_screens/options_screen_players.cpp +++ b/src/states_screens/options_screen_players.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010 Marianne Gagnon +// Copyright (C) 2010-2013 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_players.hpp b/src/states_screens/options_screen_players.hpp index 3261bc402..381be34a2 100644 --- a/src/states_screens/options_screen_players.hpp +++ b/src/states_screens/options_screen_players.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2010 Marianne Gagnon +// Copyright (C) 2010-2013 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 41ce26541..b10449274 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 d88eccc2c..91d419413 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 12331bb1d..bd760f60d 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 de2744358..da868d35a 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 b35a8983b..4eec33065 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-2005 Steve Baker -// Copyright (C) 2006 Joerg Henrichs, SuperTuxKart-Team, Steve Baker +// Copyright (C) 2004-2013 Steve Baker +// Copyright (C) 2006-2013 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 a159ded1e..078dfa015 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-2005 Steve Baker -// Copyright (C) 2006 Joerg Henrichs, SuperTuxKart-Team, Steve Baker +// Copyright (C) 2004-2013 Steve Baker +// Copyright (C) 2006-2013 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 4124878d6..1f30c987b 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-2005 Steve Baker -// Copyright (C) 2006 Joerg Henrichs, SuperTuxKart-Team, Steve Baker +// Copyright (C) 2004-2013 Steve Baker +// Copyright (C) 2006-2013 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 b002b1fe5..7c13675fb 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 Joerg Henrichs +// Copyright (C) 2010-2013 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 3e3a5f2ba..14f86308d 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-2005 Steve Baker -// Copyright (C) 2006 Joerg Henrichs, SuperTuxKart-Team, Steve Baker +// Copyright (C) 2004-2013 Steve Baker +// Copyright (C) 2006-2013 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 039f27209..a2901b52e 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-2005 Steve Baker -// Copyright (C) 2006 Joerg Henrichs, SuperTuxKart-Team, Steve Baker +// Copyright (C) 2004-2013 Steve Baker +// Copyright (C) 2006-2013 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 d5289786b..dab3bc0c0 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 Joerg Henrichs +// Copyright (C) 2010-2013 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 902a7380c..0a75fdef1 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 Joerg Henrichs +// Copyright (C) 2010-2013 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 b4c7f9c5a..0ec0a129f 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 4b35e428e..95e61e914 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 Marianne Gagnon +// Copyright (C) 2009-2013 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/soccer_setup_screen.cpp b/src/states_screens/soccer_setup_screen.cpp index 9c7beebc3..4fbe1e712 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 Lionel Fuentes +// Copyright (C) 2013-2013 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 aa34e0f62..ae317f943 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 Lionel Fuentes +// Copyright (C) 2013-2013 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 74a1a9c72..160fb1d62 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 7db8c6798..7a38c08d7 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 Marianne Gagnon +// Copyright (C) 2009-2013 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/story_mode_lobby.cpp b/src/states_screens/story_mode_lobby.cpp index 1345d51b4..64376d370 100644 --- a/src/states_screens/story_mode_lobby.cpp +++ b/src/states_screens/story_mode_lobby.cpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009 Marianne Gagnon +// Copyright (C) 2009-2013 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/story_mode_lobby.hpp b/src/states_screens/story_mode_lobby.hpp index 756273137..a38b83c24 100644 --- a/src/states_screens/story_mode_lobby.hpp +++ b/src/states_screens/story_mode_lobby.hpp @@ -1,5 +1,5 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2009 Marianne Gagnon +// Copyright (C) 2009-2013 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.cpp b/src/states_screens/tracks_screen.cpp index 31aa297e8..922aa83b1 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 e3276874f..49d651a4c 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 Marianne Gagnon +// Copyright (C) 2009-2013 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 4829e974b..4873527eb 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 Ingo Ruhnke +// Copyright (C) 2006-2013 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 f902d2821..dd492c17c 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 Ingo Ruhnke +// Copyright (C) 2006-2013 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 bef88d573..8c2e13aaa 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 Ingo Ruhnke +// Copyright (C) 2006-2013 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 bd1de629a..ecd9879ea 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 Ingo Ruhnke +// Copyright (C) 2006-2013 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 aff3bfd8d..9881637b5 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 Ingo Ruhnke +// Copyright (C) 2009-2013 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 1a9c2873a..da4d5e400 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 Ingo Ruhnke +// Copyright (C) 2009-2013 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 2b43ef5b8..e1e43122c 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 Ingo Ruhnke +// Copyright (C) 2006-2013 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 c3888c5bc..daca81f31 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 Ingo Ruhnke +// Copyright (C) 2006-2013 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 0ab2f3291..037200f59 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 Ingo Ruhnke +// Copyright (C) 2006-2013 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 2d4bb9053..333c72ae5 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 Ingo Ruhnke +// Copyright (C) 2009-2013 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 2f69b6118..58b9d7309 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 Ingo Ruhnke +// Copyright (C) 2006-2013 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 2c05e6a28..b51f73aa2 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 Ingo Ruhnke +// Copyright (C) 2006-2013 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 fbe0293be..703d42649 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 Ingo Ruhnke +// Copyright (C) 2009-2013 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 02bc5b42a..c02949e12 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 Ingo Ruhnke +// Copyright (C) 2009-2013 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 fc51042f3..26bdc8d35 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 Ingo Ruhnke +// Copyright (C) 2009-2013 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 e120d5b69..272201c20 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 Ingo Ruhnke +// Copyright (C) 2009-2013 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 349bb37d0..3a9bc900e 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 Ingo Ruhnke +// Copyright (C) 2009-2013 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 4adc80fd5..393dbb748 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 Ingo Ruhnke +// Copyright (C) 2009-2013 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 7f5adc8ae..f0134fc24 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 Ingo Ruhnke +// Copyright (C) 2006-2013 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 19fd4c657..1924299db 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 Ingo Ruhnke +// Copyright (C) 2006-2013 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 e0e2fa9cc..3b1bdf9b9 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 Joerg Henrichs +// Copyright (C) 2009-2013 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 5cc494f77..74ae319c8 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 Joerg Henrichs +// Copyright (C) 2009-2013 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 338c8bca1..8d45c7676 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 Joerg Henrichs +// Copyright (C) 2009-2013 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 d9bce843d..125940254 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 Joerg Henrichs +// Copyright (C) 2009-2013 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 9a55abcbd..5f84d0615 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 Joerg Henrichs +// Copyright (C) 2012-2013 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 3c14ed2c1..1b8b70624 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 Joerg Henrichs +// Copyright (C) 2012-2013 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 1213bc3c5..36b3edbcf 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 Joerg Henrichs +// Copyright (C) 2012-2013 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 577a0be49..3a4b5c012 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 Joerg Henrichs +// Copyright (C) 2012-2013 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 5d2e771be..01865b483 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 Joerg Henrichs +// Copyright (C) 2010-2013 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 f873928ab..0d07cb310 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 Joerg Henrichs +// Copyright (C) 2010-2013 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 c5b9b5a64..f66cdfaff 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 Joerg Henrichs +// Copyright (C) 2009-2013 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 f0c14b4d8..9b95a09eb 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 Joerg Henrichs +// Copyright (C) 2009-2013 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 54b0b800b..f80b6be39 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 Joerg Henrichs +// Copyright (C) 2009-2013 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 a861be086..70bc0f5a2 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 Joerg Henrichs +// Copyright (C) 2009-2013 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 68b34181c..465b67bdb 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 Joerg Henrichs +// Copyright (C) 2009-2013 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 d9befa876..4d7a5fc90 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 Joerg Henrichs +// Copyright (C) 2009-2013 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 0c7b7c545..dba714639 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 Joerg Henrichs +// Copyright (C) 2009-2013 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 93285d0a4..3bab7f8d7 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-2010 Joerg Henrichs +// Copyright (C) 2009-2013 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 67e8d1ef3..e43eeb988 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 Joerg Henrichs +// Copyright (C) 2009-2013 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 482602d74..43d1610f5 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 Joerg Henrichs +// Copyright (C) 2009-2013 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/lod_node_loader.cpp b/src/tracks/lod_node_loader.cpp index cb6f2d450..57f690150 100644 --- a/src/tracks/lod_node_loader.cpp +++ b/src/tracks/lod_node_loader.cpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2007 Joerg Henrichs +// Copyright (C) 2007-2013 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/lod_node_loader.hpp b/src/tracks/lod_node_loader.hpp index 22f76127d..3da7b9eca 100644 --- a/src/tracks/lod_node_loader.hpp +++ b/src/tracks/lod_node_loader.hpp @@ -1,6 +1,6 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2007 Joerg Henrichs +// Copyright (C) 2007-2013 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 2984512fe..7f281e396 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 Joerg Henrichs +// Copyright (C) 2009-2013 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 80e3bc8f1..4688ecb60 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 Joerg Henrichs +// Copyright (C) 2009-2013 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 d85b87c01..bdae209ee 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 Joerg Henrichs +// Copyright (C) 2009-2013 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 228bbbf76..43eaebb5d 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 Joerg Henrichs +// Copyright (C) 2009-2013 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 bcb5ac999..84c9cf92e 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 Joerg Henrichs +// Copyright (C) 2009-2013 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 3e33ea48a..b7aff164c 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 Joerg Henrichs +// Copyright (C) 2009-2013 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 1c40922d1..251371475 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 Joerg Henrichs +// Copyright (C) 2007-2013 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 670be49bf..b9f426911 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 Joerg Henrichs +// Copyright (C) 2007-2013 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 c6700b9c9..06efc7fa3 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 Steve Baker -// 2009 Joerg Henrichs, Steve Baker +// +// Copyright (C) 2004-2013 Steve Baker +// Copyright (C) 2009-2013 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 0d180f3ef..eb0b2f27d 100644 --- a/src/tracks/track.hpp +++ b/src/tracks/track.hpp @@ -1,5 +1,7 @@ // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004 Steve Baker +// +// Copyright (C) 2004-2013 Steve Baker +// Copyright (C) 2009-2013 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 db6cafdf6..e8863cc46 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 SuperTuxKart-Team +// Copyright (C) 2006-2013 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 7b7cd59e0..3faf53921 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 SuperTuxKart-Team +// Copyright (C) 2006-2013 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 53a649854..fe101baf7 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 Joerg Henrichs, Marianne Gagnon +// Copyright (C) 2013-2013 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 23380c592..cb7b39cf6 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 Joerg Henrichs +// Copyright (C) 2009-2013 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 5558e2de3..fa8ccf3e3 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 Joerg Henrichs +// Copyright (C) 2009-2013 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 04fb5c30f..eba7b9300 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 Joerg Henrichs +// Copyright (C) 2009-2013 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 e2a27a1e7..9f0b7f5a2 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 Joerg Henrichs, Marianne Gagnon +// +// Copyright (C) 2013-2013 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 6083a2f0f..8e779752c 100644 --- a/src/tracks/track_object_presentation.hpp +++ b/src/tracks/track_object_presentation.hpp @@ -1,3 +1,22 @@ +// SuperTuxKart - a fun racing game with go-kart +// +// Copyright (C) 2013-2013 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 +// 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. + + #ifndef HEADER_TRACK_OBJECT_PRESENTATION_HPP #define HEADER_TRACK_OBJECT_PRESENTATION_HPP diff --git a/src/tracks/track_sector.cpp b/src/tracks/track_sector.cpp index e7bc0ecd5..82d7cf09e 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 Joerg Henrichs +// Copyright (C) 2011-2013 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 d67833bfa..57a0e7c1a 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 Joerg Henrichs +// Copyright (C) 2011-2013 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 f1afffc96..3f90608b8 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 Joerg Henrichs +// Copyright (C) 2011-2013 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 a7940f4fd..8198c673d 100644 --- a/src/utils/constants.cpp +++ b/src/utils/constants.cpp @@ -1,6 +1,7 @@ -// // SuperTuxKart - a fun racing game with go-kart // +// Copyright (C) 2012-2013 SuperTuxKart-Team +// // 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/utils/constants.hpp b/src/utils/constants.hpp index b6ff8f4da..7089f62c9 100644 --- a/src/utils/constants.hpp +++ b/src/utils/constants.hpp @@ -1,6 +1,7 @@ -// // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004 Steve Baker +// +// Copyright (C) 2004-2013 Steve Baker +// Copyright (C) 2012-2013 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/interpolation_array.hpp b/src/utils/interpolation_array.hpp index b018fc855..19d168427 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 Joerg Henrichs +// Copyright (C) 2012-2013 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 d4611c1ce..ef9519ddd 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-2012 Marianne Gagnon, Joerg Henrichs +// Copyright (C) 2011-2013 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 b72d0ee3a..aa1318c03 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-2012 Marianne Gagnon, Joerg Henrichs +// Copyright (C) 2011-2013 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 c86ddb44c..4e9ef311c 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 Joerg Henrichs +// Copyright (C) 2013-2013 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 46627cec2..20125ce98 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 Joerg Henrichs +// Copyright (C) 2013-2013 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 eb60eccaf..3011698eb 100644 --- a/src/utils/no_copy.hpp +++ b/src/utils/no_copy.hpp @@ -1,20 +1,21 @@ -/* -Copyright (C) 2003 Matthias Braun +// SuperTuxKart - a fun racing game with go-kart +// +// Copyright (C) 2003 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 +// 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 -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 -*/ #ifndef __NOCOPY_H__ #define __NOCOPY_H__ diff --git a/src/utils/profiler.cpp b/src/utils/profiler.cpp index 3b053ea96..634b6385a 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 SuperTuxKart-Team +// Copyright (C) 2004-2013 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 3434f170b..cede745cf 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 SuperTuxKart-Team +// Copyright (C) 2004-2013 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 34ccbda32..64a5ed089 100644 --- a/src/utils/ptr_vector.hpp +++ b/src/utils/ptr_vector.hpp @@ -1,18 +1,21 @@ -/* - 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 2 of the License, or - (at your option) any later version. +// SuperTuxKart - a fun racing game with go-kart +// +// Copyright (C) 2009-2013 Marianne Gagnon +// +// 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. - 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., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - */ /* * I made this class to work like a regular vector, except that diff --git a/src/utils/random_generator.cpp b/src/utils/random_generator.cpp index 7ff3ff72a..0105e700b 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 Joerg Henrichs +// Copyright (C) 2008-2013 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 dfa53b46e..c4ccd52d7 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 Joerg Henrichs +// Copyright (C) 2008-2013 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/string_utils.cpp b/src/utils/string_utils.cpp index 2897c8bb8..eed8955ae 100644 --- a/src/utils/string_utils.cpp +++ b/src/utils/string_utils.cpp @@ -1,7 +1,8 @@ -// // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004 Steve Baker , -// Ingo Ruhnke +// +// Copyright (C) 2004-2013 Steve Baker , +// Copyright (C) 2004-2013 Ingo Ruhnke +// Copyright (C) 2006-2013 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 b1fbc93b2..0307ec109 100644 --- a/src/utils/string_utils.hpp +++ b/src/utils/string_utils.hpp @@ -1,7 +1,8 @@ // // SuperTuxKart - a fun racing game with go-kart -// Copyright (C) 2004 Steve Baker , -// Ingo Ruhnke +// Copyright (C) 2004-2013 Steve Baker , +// Copyright (C) 2004-2013 Ingo Ruhnke +// Copyright (C) 2006-2013 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 8fba6a189..dc5db90a5 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 Joerg Henrichs +// Copyright (C) 2010-2013 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 dd4d0ffb7..68a0e24b2 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) 2004 Steve Baker +// Copyright (C) 2013 SuperTuxKart-Team // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -20,7 +20,7 @@ #include "graphics/irr_driver.hpp" -#include +#include /** Returns a time based on an arbitrary 'epoch' (e.g. could be start * time of the application, 1.1.1970, ...). @@ -39,7 +39,7 @@ double StkTime::getRealTime(long startAt) */ void StkTime::getDate(int *day, int *month, int *year) { - std::time_t t = std::time(0); // get time now + std::time_t t = std::time(0); // get time now std::tm * now = std::localtime(&t); if(day) *day = now->tm_mday; diff --git a/src/utils/time.hpp b/src/utils/time.hpp index cdf785535..b801270d3 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) 2004 Steve Baker +// +// Copyright (C) 2013 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 02b92aef6..47b6d7471 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, 2007, 2008 Joerg Henrichs +// Copyright (C) 2006,-2013 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 eace82029..c7fc7d58b 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 Joerg Henrichs +// Copyright (C) 2006-2013 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.cpp b/src/utils/vec3.cpp index caab87088..6595119ba 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 Joerg Henrichs +// Copyright (C) 2008-2013 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 211ca5458..77d894369 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 Joerg Henrichs +// Copyright (C) 2011-2013 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License