Fixed spaces in source file license comment.
1.1 --- a/src/test/SDL_test_harness.c Wed Jan 29 00:27:54 2014 +0100
1.2 +++ b/src/test/SDL_test_harness.c Wed Jan 29 00:29:14 2014 +0100
1.3 @@ -1,22 +1,22 @@
1.4 /*
1.5 -Simple DirectMedia Layer
1.6 -Copyright (C) 1997-2013 Sam Lantinga <slouken@libsdl.org>
1.7 + Simple DirectMedia Layer
1.8 + Copyright (C) 1997-2013 Sam Lantinga <slouken@libsdl.org>
1.9
1.10 -This software is provided 'as-is', without any express or implied
1.11 -warranty. In no event will the authors be held liable for any damages
1.12 -arising from the use of this software.
1.13 + This software is provided 'as-is', without any express or implied
1.14 + warranty. In no event will the authors be held liable for any damages
1.15 + arising from the use of this software.
1.16
1.17 -Permission is granted to anyone to use this software for any purpose,
1.18 -including commercial applications, and to alter it and redistribute it
1.19 -freely, subject to the following restrictions:
1.20 + Permission is granted to anyone to use this software for any purpose,
1.21 + including commercial applications, and to alter it and redistribute it
1.22 + freely, subject to the following restrictions:
1.23
1.24 -1. The origin of this software must not be misrepresented; you must not
1.25 -claim that you wrote the original software. If you use this software
1.26 -in a product, an acknowledgment in the product documentation would be
1.27 -appreciated but is not required.
1.28 -2. Altered source versions must be plainly marked as such, and must not be
1.29 -misrepresented as being the original software.
1.30 -3. This notice may not be removed or altered from any source distribution.
1.31 + 1. The origin of this software must not be misrepresented; you must not
1.32 + claim that you wrote the original software. If you use this software
1.33 + in a product, an acknowledgment in the product documentation would be
1.34 + appreciated but is not required.
1.35 + 2. Altered source versions must be plainly marked as such, and must not be
1.36 + misrepresented as being the original software.
1.37 + 3. This notice may not be removed or altered from any source distribution.
1.38 */
1.39
1.40 #include "SDL_config.h"