e06a519365
The following shell script was used: while read f do sed -i -e :a -e '/^\n*$/{$d;N;};/\n$/ba' -- "$f" done <<EOF $(svn ls -R | grep \ -e '.\cpp$' \ -e '\.cmake$' \ -e '\.txt$' \ -e '\.cppcheck$' \ -e '\.frag$' \ -e '\.h$' \ -e '\.hpp$' \ -e '\.vert$' \ -e '\.xml$' \ -e '\.java$' \ -e '\.c$') EOF git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9509 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: aac7ab5702079417cb16ca2fa291be07033ea549 Former-commit-id: f0286e4119f166d7b78f9d13ff2ea04ffaa95c67
12 lines
419 B
Text
12 lines
419 B
Text
|
|
Please distribute this file with the SDL runtime environment:
|
|
|
|
The Simple DirectMedia Layer (SDL for short) is a cross-platform library
|
|
designed to make it easy to write multi-media software, such as games
|
|
and emulators.
|
|
|
|
The Simple DirectMedia Layer library source code is available from:
|
|
https://www.libsdl.org/
|
|
|
|
This library is distributed under the terms of the zlib license:
|
|
http://www.zlib.net/zlib_license.html
|