From 0c86b79e15bd5ee4543dafc8c15b183a38571c0c Mon Sep 17 00:00:00 2001 From: Ingo Ruhnke Date: Mon, 11 Aug 2014 22:05:45 +0200 Subject: [PATCH] Updated email address, grumbel@gmx.de -> grumbel@gmail.com --- src/badguy/snowman.cpp | 2 +- src/badguy/snowman.hpp | 2 +- src/control/game_controller_manager.cpp | 2 +- src/control/game_controller_manager.hpp | 2 +- src/control/input_manager.cpp | 2 +- src/control/joystick_manager.cpp | 2 +- src/control/joystick_manager.hpp | 2 +- src/control/keyboard_manager.cpp | 2 +- src/control/keyboard_manager.hpp | 2 +- src/gui/menu_manager.cpp | 2 +- src/gui/menu_manager.hpp | 2 +- src/main.cpp | 2 +- src/math/rect.hpp | 2 +- src/math/rectf.cpp | 2 +- src/math/size.cpp | 2 +- src/math/size.hpp | 2 +- src/math/sizef.cpp | 2 +- src/math/sizef.hpp | 2 +- src/object/bonus_block.cpp | 2 +- src/object/bonus_block.hpp | 2 +- src/object/brick.cpp | 2 +- src/object/brick.hpp | 2 +- src/object/comet_particle_system.cpp | 2 +- src/object/comet_particle_system.hpp | 2 +- src/object/ghost_particle_system.cpp | 2 +- src/object/ghost_particle_system.hpp | 2 +- src/object/spotlight.cpp | 2 +- src/physfs/physfs_file_system.cpp | 2 +- src/physfs/physfs_file_system.hpp | 2 +- src/sprite/sprite_ptr.hpp | 2 +- src/supertux/game_manager.cpp | 2 +- src/supertux/game_manager.hpp | 2 +- src/supertux/globals.cpp | 2 +- src/supertux/globals.hpp | 2 +- src/supertux/menu/addon_menu.cpp | 2 +- src/supertux/menu/addon_menu.hpp | 2 +- src/supertux/menu/contrib_menu.cpp | 2 +- src/supertux/menu/contrib_menu.hpp | 2 +- src/supertux/menu/contrib_world_menu.cpp | 2 +- src/supertux/menu/contrib_world_menu.hpp | 2 +- src/supertux/menu/game_menu.cpp | 2 +- src/supertux/menu/game_menu.hpp | 2 +- src/supertux/menu/joystick_menu.cpp | 2 +- src/supertux/menu/joystick_menu.hpp | 2 +- src/supertux/menu/keyboard_menu.cpp | 2 +- src/supertux/menu/keyboard_menu.hpp | 2 +- src/supertux/menu/main_menu.cpp | 2 +- src/supertux/menu/main_menu.hpp | 2 +- src/supertux/menu/menu_storage.cpp | 2 +- src/supertux/menu/menu_storage.hpp | 2 +- src/supertux/menu/profile_menu.cpp | 2 +- src/supertux/menu/profile_menu.hpp | 2 +- src/supertux/menu/worldmap_menu.cpp | 2 +- src/supertux/menu/worldmap_menu.hpp | 2 +- src/supertux/tile_set_parser.cpp | 2 +- src/supertux/tile_set_parser.hpp | 2 +- src/util/currenton.hpp | 2 +- src/util/gettext.hpp | 2 +- src/util/reader.hpp | 2 +- src/util/reader_fwd.hpp | 2 +- src/util/string_util.cpp | 2 +- src/util/string_util.hpp | 2 +- src/util/utf8_iterator.cpp | 2 +- src/util/utf8_iterator.hpp | 2 +- src/util/writer.hpp | 2 +- src/util/writer_fwd.hpp | 2 +- src/video/font.cpp | 2 +- src/video/font.hpp | 2 +- src/video/font_ptr.hpp | 2 +- src/video/sdl_surface_ptr.hpp | 2 +- src/video/surface_data.hpp | 2 +- src/video/surface_ptr.hpp | 2 +- src/video/texture_ptr.hpp | 2 +- src/video/util.cpp | 2 +- src/video/util.hpp | 2 +- src/worldmap/direction.cpp | 2 +- src/worldmap/level.cpp | 2 +- src/worldmap/level.hpp | 2 +- src/worldmap/special_tile.cpp | 2 +- src/worldmap/special_tile.hpp | 2 +- src/worldmap/tux.cpp | 2 +- src/worldmap/tux.hpp | 2 +- src/worldmap/worldmap.cpp | 2 +- src/worldmap/worldmap.hpp | 2 +- test/md5_test.cpp | 2 +- test/size_test.cpp | 2 +- test/sizef_test.cpp | 2 +- test/string_util_numeric_sort_test.cpp | 2 +- 88 files changed, 88 insertions(+), 88 deletions(-) diff --git a/src/badguy/snowman.cpp b/src/badguy/snowman.cpp index a10951fc7..c6b974775 100644 --- a/src/badguy/snowman.cpp +++ b/src/badguy/snowman.cpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2010 Ingo Ruhnke +// Copyright (C) 2010 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/badguy/snowman.hpp b/src/badguy/snowman.hpp index a07307332..3fc1f9480 100644 --- a/src/badguy/snowman.hpp +++ b/src/badguy/snowman.hpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2010 Ingo Ruhnke +// Copyright (C) 2010 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/control/game_controller_manager.cpp b/src/control/game_controller_manager.cpp index 991aee1c3..e7ca81d8a 100644 --- a/src/control/game_controller_manager.cpp +++ b/src/control/game_controller_manager.cpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2014 Ingo Ruhnke +// Copyright (C) 2014 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/control/game_controller_manager.hpp b/src/control/game_controller_manager.hpp index 727709913..93067bb59 100644 --- a/src/control/game_controller_manager.hpp +++ b/src/control/game_controller_manager.hpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2014 Ingo Ruhnke +// Copyright (C) 2014 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/control/input_manager.cpp b/src/control/input_manager.cpp index 6d4ab1104..10b8ba272 100644 --- a/src/control/input_manager.cpp +++ b/src/control/input_manager.cpp @@ -1,6 +1,6 @@ // SuperTux // Copyright (C) 2006 Matthias Braun , -// 2007 Ingo Ruhnke +// 2007 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/control/joystick_manager.cpp b/src/control/joystick_manager.cpp index c9402fdf8..423cb1cb5 100644 --- a/src/control/joystick_manager.cpp +++ b/src/control/joystick_manager.cpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2013 Ingo Ruhnke +// Copyright (C) 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/control/joystick_manager.hpp b/src/control/joystick_manager.hpp index 771612bde..94acba089 100644 --- a/src/control/joystick_manager.hpp +++ b/src/control/joystick_manager.hpp @@ -1,6 +1,6 @@ // SuperTux // Copyright (C) 2006 Matthias Braun -// 2014 Ingo Ruhnke +// 2014 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/control/keyboard_manager.cpp b/src/control/keyboard_manager.cpp index 64d94d292..912a02e91 100644 --- a/src/control/keyboard_manager.cpp +++ b/src/control/keyboard_manager.cpp @@ -1,6 +1,6 @@ // SuperTux // Copyright (C) 2006 Matthias Braun , -// 2007-2014 Ingo Ruhnke +// 2007-2014 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/control/keyboard_manager.hpp b/src/control/keyboard_manager.hpp index 09d3893ae..cae55d479 100644 --- a/src/control/keyboard_manager.hpp +++ b/src/control/keyboard_manager.hpp @@ -1,6 +1,6 @@ // SuperTux // Copyright (C) 2006 Matthias Braun , -// 2007-2014 Ingo Ruhnke +// 2007-2014 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/gui/menu_manager.cpp b/src/gui/menu_manager.cpp index d07ef4b63..001f7b740 100644 --- a/src/gui/menu_manager.cpp +++ b/src/gui/menu_manager.cpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 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/gui/menu_manager.hpp b/src/gui/menu_manager.hpp index 9b8fe3800..af862977c 100644 --- a/src/gui/menu_manager.hpp +++ b/src/gui/menu_manager.hpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 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/main.cpp b/src/main.cpp index 9eac977d9..97a487229 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 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/math/rect.hpp b/src/math/rect.hpp index 8e1a50015..beb7b1486 100644 --- a/src/math/rect.hpp +++ b/src/math/rect.hpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 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/math/rectf.cpp b/src/math/rectf.cpp index 69bf0ac28..6bc468393 100644 --- a/src/math/rectf.cpp +++ b/src/math/rectf.cpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2010 Ingo Ruhnke +// Copyright (C) 2010 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/math/size.cpp b/src/math/size.cpp index 6c1c96310..a8b46aa3f 100644 --- a/src/math/size.cpp +++ b/src/math/size.cpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 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/math/size.hpp b/src/math/size.hpp index 81983d6f5..722b840a2 100644 --- a/src/math/size.hpp +++ b/src/math/size.hpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 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/math/sizef.cpp b/src/math/sizef.cpp index a78db8647..42cf4c526 100644 --- a/src/math/sizef.cpp +++ b/src/math/sizef.cpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 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/math/sizef.hpp b/src/math/sizef.hpp index e03aeb03c..448cb5512 100644 --- a/src/math/sizef.hpp +++ b/src/math/sizef.hpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 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/object/bonus_block.cpp b/src/object/bonus_block.cpp index 8b53826ec..2b03e5c5e 100644 --- a/src/object/bonus_block.cpp +++ b/src/object/bonus_block.cpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 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/object/bonus_block.hpp b/src/object/bonus_block.hpp index 471313aa1..5dd506e81 100644 --- a/src/object/bonus_block.hpp +++ b/src/object/bonus_block.hpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 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/object/brick.cpp b/src/object/brick.cpp index 8b8590548..0dd7bdf68 100644 --- a/src/object/brick.cpp +++ b/src/object/brick.cpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 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/object/brick.hpp b/src/object/brick.hpp index 15a3aa879..56e78c5ff 100644 --- a/src/object/brick.hpp +++ b/src/object/brick.hpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 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/object/comet_particle_system.cpp b/src/object/comet_particle_system.cpp index bd8cbfbc9..b9b475485 100644 --- a/src/object/comet_particle_system.cpp +++ b/src/object/comet_particle_system.cpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 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/object/comet_particle_system.hpp b/src/object/comet_particle_system.hpp index 2042c9297..94902c2de 100644 --- a/src/object/comet_particle_system.hpp +++ b/src/object/comet_particle_system.hpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 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/object/ghost_particle_system.cpp b/src/object/ghost_particle_system.cpp index efbac1fb2..dd2e0477b 100644 --- a/src/object/ghost_particle_system.cpp +++ b/src/object/ghost_particle_system.cpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 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/object/ghost_particle_system.hpp b/src/object/ghost_particle_system.hpp index b8eebb39a..26caabdda 100644 --- a/src/object/ghost_particle_system.hpp +++ b/src/object/ghost_particle_system.hpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 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/object/spotlight.cpp b/src/object/spotlight.cpp index 3735639ca..429c800f6 100644 --- a/src/object/spotlight.cpp +++ b/src/object/spotlight.cpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2006 Ingo Ruhnke +// Copyright (C) 2006 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/physfs/physfs_file_system.cpp b/src/physfs/physfs_file_system.cpp index 6f11497cf..15d9f768c 100644 --- a/src/physfs/physfs_file_system.cpp +++ b/src/physfs/physfs_file_system.cpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 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/physfs/physfs_file_system.hpp b/src/physfs/physfs_file_system.hpp index 767718951..edc00539b 100644 --- a/src/physfs/physfs_file_system.hpp +++ b/src/physfs/physfs_file_system.hpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 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/sprite/sprite_ptr.hpp b/src/sprite/sprite_ptr.hpp index 1f6a12a7d..5e48ad3fd 100644 --- a/src/sprite/sprite_ptr.hpp +++ b/src/sprite/sprite_ptr.hpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 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/supertux/game_manager.cpp b/src/supertux/game_manager.cpp index 3b615f188..d6f02a06c 100644 --- a/src/supertux/game_manager.cpp +++ b/src/supertux/game_manager.cpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2013 Ingo Ruhnke +// Copyright (C) 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/supertux/game_manager.hpp b/src/supertux/game_manager.hpp index 1b27fb5b6..2e87896a5 100644 --- a/src/supertux/game_manager.hpp +++ b/src/supertux/game_manager.hpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2013 Ingo Ruhnke +// Copyright (C) 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/supertux/globals.cpp b/src/supertux/globals.cpp index 2e0e267b2..7f1a9f850 100644 --- a/src/supertux/globals.cpp +++ b/src/supertux/globals.cpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 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/supertux/globals.hpp b/src/supertux/globals.hpp index eeeb77e25..6aca5eb48 100644 --- a/src/supertux/globals.hpp +++ b/src/supertux/globals.hpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 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/supertux/menu/addon_menu.cpp b/src/supertux/menu/addon_menu.cpp index a3cc6d5fa..6564fec64 100644 --- a/src/supertux/menu/addon_menu.cpp +++ b/src/supertux/menu/addon_menu.cpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 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/supertux/menu/addon_menu.hpp b/src/supertux/menu/addon_menu.hpp index 29c3d7919..a3b62a702 100644 --- a/src/supertux/menu/addon_menu.hpp +++ b/src/supertux/menu/addon_menu.hpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 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/supertux/menu/contrib_menu.cpp b/src/supertux/menu/contrib_menu.cpp index 407805996..49d0b5ea5 100644 --- a/src/supertux/menu/contrib_menu.cpp +++ b/src/supertux/menu/contrib_menu.cpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 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/supertux/menu/contrib_menu.hpp b/src/supertux/menu/contrib_menu.hpp index 01f872982..94dcc1fff 100644 --- a/src/supertux/menu/contrib_menu.hpp +++ b/src/supertux/menu/contrib_menu.hpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 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/supertux/menu/contrib_world_menu.cpp b/src/supertux/menu/contrib_world_menu.cpp index e8d58ff66..c03c543e2 100644 --- a/src/supertux/menu/contrib_world_menu.cpp +++ b/src/supertux/menu/contrib_world_menu.cpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 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/supertux/menu/contrib_world_menu.hpp b/src/supertux/menu/contrib_world_menu.hpp index 98abc393d..6f53ac881 100644 --- a/src/supertux/menu/contrib_world_menu.hpp +++ b/src/supertux/menu/contrib_world_menu.hpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 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/supertux/menu/game_menu.cpp b/src/supertux/menu/game_menu.cpp index fb3e45906..239833847 100644 --- a/src/supertux/menu/game_menu.cpp +++ b/src/supertux/menu/game_menu.cpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 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/supertux/menu/game_menu.hpp b/src/supertux/menu/game_menu.hpp index 38124cd42..5b34851ac 100644 --- a/src/supertux/menu/game_menu.hpp +++ b/src/supertux/menu/game_menu.hpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 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/supertux/menu/joystick_menu.cpp b/src/supertux/menu/joystick_menu.cpp index 7a8f7ccf4..ca3294878 100644 --- a/src/supertux/menu/joystick_menu.cpp +++ b/src/supertux/menu/joystick_menu.cpp @@ -1,6 +1,6 @@ // SuperTux // Copyright (C) 2006 Matthias Braun , -// 2007 Ingo Ruhnke +// 2007 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/supertux/menu/joystick_menu.hpp b/src/supertux/menu/joystick_menu.hpp index 63151928f..dd4ba1422 100644 --- a/src/supertux/menu/joystick_menu.hpp +++ b/src/supertux/menu/joystick_menu.hpp @@ -1,6 +1,6 @@ // SuperTux // Copyright (C) 2006 Matthias Braun , -// 2007 Ingo Ruhnke +// 2007 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/supertux/menu/keyboard_menu.cpp b/src/supertux/menu/keyboard_menu.cpp index 33d79b3aa..f647370a8 100644 --- a/src/supertux/menu/keyboard_menu.cpp +++ b/src/supertux/menu/keyboard_menu.cpp @@ -1,6 +1,6 @@ // SuperTux // Copyright (C) 2006 Matthias Braun , -// 2007 Ingo Ruhnke +// 2007 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/supertux/menu/keyboard_menu.hpp b/src/supertux/menu/keyboard_menu.hpp index 3ac2156c6..054a9edeb 100644 --- a/src/supertux/menu/keyboard_menu.hpp +++ b/src/supertux/menu/keyboard_menu.hpp @@ -1,6 +1,6 @@ // SuperTux // Copyright (C) 2006 Matthias Braun , -// 2007 Ingo Ruhnke +// 2007 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/supertux/menu/main_menu.cpp b/src/supertux/menu/main_menu.cpp index 133da7574..61c54fe78 100644 --- a/src/supertux/menu/main_menu.cpp +++ b/src/supertux/menu/main_menu.cpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 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/supertux/menu/main_menu.hpp b/src/supertux/menu/main_menu.hpp index 1f9de8654..3f0f7780c 100644 --- a/src/supertux/menu/main_menu.hpp +++ b/src/supertux/menu/main_menu.hpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 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/supertux/menu/menu_storage.cpp b/src/supertux/menu/menu_storage.cpp index 5a1786e3f..7d4481e05 100644 --- a/src/supertux/menu/menu_storage.cpp +++ b/src/supertux/menu/menu_storage.cpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 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/supertux/menu/menu_storage.hpp b/src/supertux/menu/menu_storage.hpp index f2b8e1a98..80e0a56ab 100644 --- a/src/supertux/menu/menu_storage.hpp +++ b/src/supertux/menu/menu_storage.hpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 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/supertux/menu/profile_menu.cpp b/src/supertux/menu/profile_menu.cpp index e616c7343..4878bbd08 100644 --- a/src/supertux/menu/profile_menu.cpp +++ b/src/supertux/menu/profile_menu.cpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2008 Ingo Ruhnke +// Copyright (C) 2008 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/supertux/menu/profile_menu.hpp b/src/supertux/menu/profile_menu.hpp index b98135de0..5ed4648ab 100644 --- a/src/supertux/menu/profile_menu.hpp +++ b/src/supertux/menu/profile_menu.hpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2008 Ingo Ruhnke +// Copyright (C) 2008 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/supertux/menu/worldmap_menu.cpp b/src/supertux/menu/worldmap_menu.cpp index cadb49526..dafb47079 100644 --- a/src/supertux/menu/worldmap_menu.cpp +++ b/src/supertux/menu/worldmap_menu.cpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 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/supertux/menu/worldmap_menu.hpp b/src/supertux/menu/worldmap_menu.hpp index 219abc278..2ddfd2b7d 100644 --- a/src/supertux/menu/worldmap_menu.hpp +++ b/src/supertux/menu/worldmap_menu.hpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 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/supertux/tile_set_parser.cpp b/src/supertux/tile_set_parser.cpp index ca118c9b3..0d414afd2 100644 --- a/src/supertux/tile_set_parser.cpp +++ b/src/supertux/tile_set_parser.cpp @@ -1,6 +1,6 @@ // SuperTux // Copyright (C) 2008 Matthias Braun -// Ingo Ruhnke +// 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/supertux/tile_set_parser.hpp b/src/supertux/tile_set_parser.hpp index c94c178e0..09849b0d6 100644 --- a/src/supertux/tile_set_parser.hpp +++ b/src/supertux/tile_set_parser.hpp @@ -1,6 +1,6 @@ // SuperTux // Copyright (C) 2008 Matthias Braun , -// Ingo Ruhnke +// 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/util/currenton.hpp b/src/util/currenton.hpp index 8dcd98320..ef8d564fa 100644 --- a/src/util/currenton.hpp +++ b/src/util/currenton.hpp @@ -1,6 +1,6 @@ /* ** Windstille - A Sci-Fi Action-Adventure Game -** Copyright (C) 2009 Ingo Ruhnke +** Copyright (C) 2009 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/util/gettext.hpp b/src/util/gettext.hpp index 9c761ab25..c73548d49 100644 --- a/src/util/gettext.hpp +++ b/src/util/gettext.hpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2006 Ingo Ruhnke +// Copyright (C) 2006 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/util/reader.hpp b/src/util/reader.hpp index 788f7ba3b..2092984f5 100644 --- a/src/util/reader.hpp +++ b/src/util/reader.hpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 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/util/reader_fwd.hpp b/src/util/reader_fwd.hpp index fb4fd86c2..ded5713c4 100644 --- a/src/util/reader_fwd.hpp +++ b/src/util/reader_fwd.hpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 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/util/string_util.cpp b/src/util/string_util.cpp index d3cb8ab43..bc213bc7f 100644 --- a/src/util/string_util.cpp +++ b/src/util/string_util.cpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 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/util/string_util.hpp b/src/util/string_util.hpp index 5e2b56b31..f54839305 100644 --- a/src/util/string_util.hpp +++ b/src/util/string_util.hpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 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/util/utf8_iterator.cpp b/src/util/utf8_iterator.cpp index 33b061fa9..4c1f043f8 100644 --- a/src/util/utf8_iterator.cpp +++ b/src/util/utf8_iterator.cpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 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/util/utf8_iterator.hpp b/src/util/utf8_iterator.hpp index 79133c83f..16c8beaa6 100644 --- a/src/util/utf8_iterator.hpp +++ b/src/util/utf8_iterator.hpp @@ -1,6 +1,6 @@ // SuperTux // Copyright (C) 2006 Matthias Braun -// Ingo Ruhnke +// 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/util/writer.hpp b/src/util/writer.hpp index ad3b84088..79c434812 100644 --- a/src/util/writer.hpp +++ b/src/util/writer.hpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 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/util/writer_fwd.hpp b/src/util/writer_fwd.hpp index 32c2da070..ca4014bff 100644 --- a/src/util/writer_fwd.hpp +++ b/src/util/writer_fwd.hpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 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/video/font.cpp b/src/video/font.cpp index f3ce6353d..638f2e09b 100644 --- a/src/video/font.cpp +++ b/src/video/font.cpp @@ -1,6 +1,6 @@ // SuperTux // Copyright (C) 2006 Matthias Braun -// Ingo Ruhnke +// 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/video/font.hpp b/src/video/font.hpp index 513e0d091..621805154 100644 --- a/src/video/font.hpp +++ b/src/video/font.hpp @@ -1,6 +1,6 @@ // SuperTux // Copyright (C) 2006 Matthias Braun , -// Ingo Ruhnke +// 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/video/font_ptr.hpp b/src/video/font_ptr.hpp index 8fcfb0508..bedc5678a 100644 --- a/src/video/font_ptr.hpp +++ b/src/video/font_ptr.hpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 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/video/sdl_surface_ptr.hpp b/src/video/sdl_surface_ptr.hpp index c58d87380..8a4ba6bd3 100644 --- a/src/video/sdl_surface_ptr.hpp +++ b/src/video/sdl_surface_ptr.hpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 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/video/surface_data.hpp b/src/video/surface_data.hpp index 8f1f4bced..fa6ac65a0 100644 --- a/src/video/surface_data.hpp +++ b/src/video/surface_data.hpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 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/video/surface_ptr.hpp b/src/video/surface_ptr.hpp index c1f738016..c739c56f4 100644 --- a/src/video/surface_ptr.hpp +++ b/src/video/surface_ptr.hpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 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/video/texture_ptr.hpp b/src/video/texture_ptr.hpp index e590449d5..14321bbb8 100644 --- a/src/video/texture_ptr.hpp +++ b/src/video/texture_ptr.hpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 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/video/util.cpp b/src/video/util.cpp index 294ed2d4a..9de136cfb 100644 --- a/src/video/util.cpp +++ b/src/video/util.cpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2014 Ingo Ruhnke +// Copyright (C) 2014 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/video/util.hpp b/src/video/util.hpp index 87b6784c6..46be85cd8 100644 --- a/src/video/util.hpp +++ b/src/video/util.hpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2013 Ingo Ruhnke +// Copyright (C) 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/worldmap/direction.cpp b/src/worldmap/direction.cpp index e249437ad..a4b3da7f2 100644 --- a/src/worldmap/direction.cpp +++ b/src/worldmap/direction.cpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 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/worldmap/level.cpp b/src/worldmap/level.cpp index b60fad07c..8619408d2 100644 --- a/src/worldmap/level.cpp +++ b/src/worldmap/level.cpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2004 Ingo Ruhnke +// Copyright (C) 2004 Ingo Ruhnke // Copyright (C) 2006 Christoph Sommer // // This program is free software: you can redistribute it and/or modify diff --git a/src/worldmap/level.hpp b/src/worldmap/level.hpp index 58935b193..c71aa393a 100644 --- a/src/worldmap/level.hpp +++ b/src/worldmap/level.hpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2004 Ingo Ruhnke +// Copyright (C) 2004 Ingo Ruhnke // Copyright (C) 2006 Christoph Sommer // // This program is free software: you can redistribute it and/or modify diff --git a/src/worldmap/special_tile.cpp b/src/worldmap/special_tile.cpp index d804496ac..b4a94df42 100644 --- a/src/worldmap/special_tile.cpp +++ b/src/worldmap/special_tile.cpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2004 Ingo Ruhnke +// Copyright (C) 2004 Ingo Ruhnke // Copyright (C) 2006 Christoph Sommer // // This program is free software: you can redistribute it and/or modify diff --git a/src/worldmap/special_tile.hpp b/src/worldmap/special_tile.hpp index 3a6fa6312..991ab3bb3 100644 --- a/src/worldmap/special_tile.hpp +++ b/src/worldmap/special_tile.hpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2004 Ingo Ruhnke +// Copyright (C) 2004 Ingo Ruhnke // Copyright (C) 2006 Christoph Sommer // // This program is free software: you can redistribute it and/or modify diff --git a/src/worldmap/tux.cpp b/src/worldmap/tux.cpp index 5c1fcf9db..dda69c649 100644 --- a/src/worldmap/tux.cpp +++ b/src/worldmap/tux.cpp @@ -1,5 +1,5 @@ // SuperTux - A Jump'n Run -// Copyright (C) 2004 Ingo Ruhnke +// Copyright (C) 2004 Ingo Ruhnke // Copyright (C) 2006 Christoph Sommer // // This program is free software: you can redistribute it and/or modify diff --git a/src/worldmap/tux.hpp b/src/worldmap/tux.hpp index 1eb54c6ed..c34a72135 100644 --- a/src/worldmap/tux.hpp +++ b/src/worldmap/tux.hpp @@ -1,5 +1,5 @@ // SuperTux - A Jump'n Run -// Copyright (C) 2004 Ingo Ruhnke +// Copyright (C) 2004 Ingo Ruhnke // Copyright (C) 2006 Christoph Sommer // // This program is free software: you can redistribute it and/or modify diff --git a/src/worldmap/worldmap.cpp b/src/worldmap/worldmap.cpp index e9e66f65f..4176f945f 100644 --- a/src/worldmap/worldmap.cpp +++ b/src/worldmap/worldmap.cpp @@ -1,5 +1,5 @@ // SuperTux - A Jump'n Run -// Copyright (C) 2004 Ingo Ruhnke +// Copyright (C) 2004 Ingo Ruhnke // Copyright (C) 2006 Christoph Sommer // // This program is free software: you can redistribute it and/or modify diff --git a/src/worldmap/worldmap.hpp b/src/worldmap/worldmap.hpp index bb019194f..ba2eed6c9 100644 --- a/src/worldmap/worldmap.hpp +++ b/src/worldmap/worldmap.hpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2004 Ingo Ruhnke +// Copyright (C) 2004 Ingo Ruhnke // Copyright (C) 2006 Christoph Sommer // // This program is free software: you can redistribute it and/or modify diff --git a/test/md5_test.cpp b/test/md5_test.cpp index 6f2320baf..48c69d229 100644 --- a/test/md5_test.cpp +++ b/test/md5_test.cpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 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/test/size_test.cpp b/test/size_test.cpp index 55896028a..1453582e8 100644 --- a/test/size_test.cpp +++ b/test/size_test.cpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 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/test/sizef_test.cpp b/test/sizef_test.cpp index 1cfe54cf1..765ab4920 100644 --- a/test/sizef_test.cpp +++ b/test/sizef_test.cpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 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/test/string_util_numeric_sort_test.cpp b/test/string_util_numeric_sort_test.cpp index c6ba1bb34..e411e2b71 100644 --- a/test/string_util_numeric_sort_test.cpp +++ b/test/string_util_numeric_sort_test.cpp @@ -1,5 +1,5 @@ // SuperTux -// Copyright (C) 2009 Ingo Ruhnke +// Copyright (C) 2009 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 -- 2.11.0