diff --git a/client/base_scene.cpp b/client/base_scene.cpp index 19753a0..48512ec 100644 --- a/client/base_scene.cpp +++ b/client/base_scene.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013 +/* Copyright: (c) Kayne Ruse 2013, 2014 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/client/base_scene.hpp b/client/base_scene.hpp index 44dfab8..a4bfd88 100644 --- a/client/base_scene.hpp +++ b/client/base_scene.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013 +/* Copyright: (c) Kayne Ruse 2013, 2014 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/client/channels.hpp b/client/channels.hpp index 92695cd..2fe04a7 100644 --- a/client/channels.hpp +++ b/client/channels.hpp @@ -1,3 +1,24 @@ +/* Copyright: (c) Kayne Ruse 2013, 2014 + * + * 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 use of this software. + * + * Permission is granted to anyone to use this software for any purpose, + * including commercial applications, and to alter it and redistribute it + * freely, subject to the following restrictions: + * + * 1. The origin of this software must not be misrepresented; you must not + * claim that you wrote the original software. If you use this software + * in a product, an acknowledgment in the product documentation would be + * appreciated but is not required. + * + * 2. Altered source versions must be plainly marked as such, and must not be + * misrepresented as being the original software. + * + * 3. This notice may not be removed or altered from any source + * distribution. +*/ #ifndef CHANNELS_HPP_ #define CHANNELS_HPP_ diff --git a/client/client_application.cpp b/client/client_application.cpp index cb225c6..ebc9f18 100644 --- a/client/client_application.cpp +++ b/client/client_application.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013 +/* Copyright: (c) Kayne Ruse 2013, 2014 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/client/in_combat.cpp b/client/in_combat.cpp index 85afe25..f20f765 100644 --- a/client/in_combat.cpp +++ b/client/in_combat.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013 +/* Copyright: (c) Kayne Ruse 2013, 2014 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/client/in_combat.hpp b/client/in_combat.hpp index ebd34c7..15df345 100644 --- a/client/in_combat.hpp +++ b/client/in_combat.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013 +/* Copyright: (c) Kayne Ruse 2013, 2014 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/client/in_world.cpp b/client/in_world.cpp index f0348bd..9822a2a 100644 --- a/client/in_world.cpp +++ b/client/in_world.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013 +/* Copyright: (c) Kayne Ruse 2013, 2014 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/client/in_world.hpp b/client/in_world.hpp index c245e75..038d22c 100644 --- a/client/in_world.hpp +++ b/client/in_world.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013 +/* Copyright: (c) Kayne Ruse 2013, 2014 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/client/lobby_menu.cpp b/client/lobby_menu.cpp index f411ba6..fa1925e 100644 --- a/client/lobby_menu.cpp +++ b/client/lobby_menu.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013 +/* Copyright: (c) Kayne Ruse 2013, 2014 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/client/lobby_menu.hpp b/client/lobby_menu.hpp index 02a20b9..2360705 100644 --- a/client/lobby_menu.hpp +++ b/client/lobby_menu.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013 +/* Copyright: (c) Kayne Ruse 2013, 2014 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/client/main.cpp b/client/main.cpp index 18adf3f..9ec652c 100644 --- a/client/main.cpp +++ b/client/main.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013 +/* Copyright: (c) Kayne Ruse 2013, 2014 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/client/main_menu.cpp b/client/main_menu.cpp index d5b2064..b5d633e 100644 --- a/client/main_menu.cpp +++ b/client/main_menu.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013 +/* Copyright: (c) Kayne Ruse 2013, 2014 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/client/main_menu.hpp b/client/main_menu.hpp index 9c06a0d..3816482 100644 --- a/client/main_menu.hpp +++ b/client/main_menu.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013 +/* Copyright: (c) Kayne Ruse 2013, 2014 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/client/options_menu.cpp b/client/options_menu.cpp index 414d94c..bc8290c 100644 --- a/client/options_menu.cpp +++ b/client/options_menu.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013 +/* Copyright: (c) Kayne Ruse 2013, 2014 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/client/options_menu.hpp b/client/options_menu.hpp index bc05e1f..94008d3 100644 --- a/client/options_menu.hpp +++ b/client/options_menu.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013 +/* Copyright: (c) Kayne Ruse 2013, 2014 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/client/scene_list.hpp b/client/scene_list.hpp index 2953289..a124237 100644 --- a/client/scene_list.hpp +++ b/client/scene_list.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013 +/* Copyright: (c) Kayne Ruse 2013, 2014 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/client/splash_screen.cpp b/client/splash_screen.cpp index dd9697b..a363a2c 100644 --- a/client/splash_screen.cpp +++ b/client/splash_screen.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013 +/* Copyright: (c) Kayne Ruse 2013, 2014 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/client/splash_screen.hpp b/client/splash_screen.hpp index f24a1c6..2b2000b 100644 --- a/client/splash_screen.hpp +++ b/client/splash_screen.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013 +/* Copyright: (c) Kayne Ruse 2013, 2014 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/gameplay/sanity_check.cpp b/common/gameplay/sanity_check.cpp index a7db44c..529cd0f 100644 --- a/common/gameplay/sanity_check.cpp +++ b/common/gameplay/sanity_check.cpp @@ -1,3 +1,24 @@ +/* Copyright: (c) Kayne Ruse 2014 + * + * 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 use of this software. + * + * Permission is granted to anyone to use this software for any purpose, + * including commercial applications, and to alter it and redistribute it + * freely, subject to the following restrictions: + * + * 1. The origin of this software must not be misrepresented; you must not + * claim that you wrote the original software. If you use this software + * in a product, an acknowledgment in the product documentation would be + * appreciated but is not required. + * + * 2. Altered source versions must be plainly marked as such, and must not be + * misrepresented as being the original software. + * + * 3. This notice may not be removed or altered from any source + * distribution. +*/ #include "account_data.hpp" #include "character_data.hpp" #include "client_data.hpp" diff --git a/common/graphics/image.cpp b/common/graphics/image.cpp index 474b76d..3b4f99b 100644 --- a/common/graphics/image.cpp +++ b/common/graphics/image.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013 +/* Copyright: (c) Kayne Ruse 2013, 2014 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/graphics/image.hpp b/common/graphics/image.hpp index eb684bb..462e565 100644 --- a/common/graphics/image.hpp +++ b/common/graphics/image.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013 +/* Copyright: (c) Kayne Ruse 2013, 2014 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/graphics/sprite_sheet.cpp b/common/graphics/sprite_sheet.cpp index 39a669c..7726484 100644 --- a/common/graphics/sprite_sheet.cpp +++ b/common/graphics/sprite_sheet.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013 +/* Copyright: (c) Kayne Ruse 2013, 2014 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/graphics/sprite_sheet.hpp b/common/graphics/sprite_sheet.hpp index a82148b..8ecaa5b 100644 --- a/common/graphics/sprite_sheet.hpp +++ b/common/graphics/sprite_sheet.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013 +/* Copyright: (c) Kayne Ruse 2013, 2014 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/ui/button.cpp b/common/ui/button.cpp index 8d7eff9..59b0ae2 100644 --- a/common/ui/button.cpp +++ b/common/ui/button.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013 +/* Copyright: (c) Kayne Ruse 2013, 2014 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/ui/button.hpp b/common/ui/button.hpp index ae69ec1..2fe2faa 100644 --- a/common/ui/button.hpp +++ b/common/ui/button.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013 +/* Copyright: (c) Kayne Ruse 2013, 2014 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/ui/menu_bar.cpp b/common/ui/menu_bar.cpp index a6af861..2670e32 100644 --- a/common/ui/menu_bar.cpp +++ b/common/ui/menu_bar.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013 +/* Copyright: (c) Kayne Ruse 2013, 2014 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/ui/menu_bar.hpp b/common/ui/menu_bar.hpp index 81fbe4a..fdaf45c 100644 --- a/common/ui/menu_bar.hpp +++ b/common/ui/menu_bar.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013 +/* Copyright: (c) Kayne Ruse 2013, 2014 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/ui/raster_font.cpp b/common/ui/raster_font.cpp index bde074d..5005f7f 100644 --- a/common/ui/raster_font.cpp +++ b/common/ui/raster_font.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013 +/* Copyright: (c) Kayne Ruse 2013, 2014 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/ui/raster_font.hpp b/common/ui/raster_font.hpp index 0c4cb77..c3c1ddd 100644 --- a/common/ui/raster_font.hpp +++ b/common/ui/raster_font.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013 +/* Copyright: (c) Kayne Ruse 2013, 2014 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/utilities/config_utility.cpp b/common/utilities/config_utility.cpp index a66c730..02970b1 100644 --- a/common/utilities/config_utility.cpp +++ b/common/utilities/config_utility.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013 +/* Copyright: (c) Kayne Ruse 2013, 2014 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/utilities/config_utility.hpp b/common/utilities/config_utility.hpp index 3de540f..6e944ef 100644 --- a/common/utilities/config_utility.hpp +++ b/common/utilities/config_utility.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013 +/* Copyright: (c) Kayne Ruse 2013, 2014 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/utilities/utility.cpp b/common/utilities/utility.cpp index 38c79ef..75871b4 100644 --- a/common/utilities/utility.cpp +++ b/common/utilities/utility.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013 +/* Copyright: (c) Kayne Ruse 2013, 2014 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/utilities/utility.hpp b/common/utilities/utility.hpp index 7e380b7..aea01ef 100644 --- a/common/utilities/utility.hpp +++ b/common/utilities/utility.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013 +/* Copyright: (c) Kayne Ruse 2013, 2014 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/common/utilities/vector2.hpp b/common/utilities/vector2.hpp index c898c02..a165018 100644 --- a/common/utilities/vector2.hpp +++ b/common/utilities/vector2.hpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013 +/* Copyright: (c) Kayne Ruse 2013, 2014 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/server/main.cpp b/server/main.cpp index 4da6edf..288e10f 100644 --- a/server/main.cpp +++ b/server/main.cpp @@ -1,4 +1,4 @@ -/* Copyright: (c) Kayne Ruse 2013 +/* Copyright: (c) Kayne Ruse 2013, 2014 * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages