SFML/examples
Marco Antognini ac50bf8648 Update copyright dates
For futur references:

List and inspect © to be updated
$ egrep '2007-[0-9]{4}' -r examples/ tools/ src/ include/ license.txt

Update all ©
$ egrep --null -l '2007-[0-9]{4}' -r examples/ tools/ src/ include/ license.txt | xargs -0 -P4 sed -i '' -E 's/^(.*)2007-[0-9]{4}(.*)$/\12007-2016\2/'
2016-08-05 16:20:39 +02:00
..
android Android: Readded support for libc++ and use it as the standard STL 2016-07-23 14:35:10 +02:00
cocoa Update copyright dates 2016-08-05 16:20:39 +02:00
ftp Source code changes. 2014-10-06 01:18:47 +02:00
opengl Implemented support for explicit mipmap generation in sf::Texture and sf::RenderTexture. (#123) 2016-05-04 20:01:22 +02:00
pong Added support for outlined text 2015-12-31 10:41:59 +01:00
shader Added a geometry shader effect to the Shader example 2016-02-18 20:20:43 +01:00
sockets Examples adjustments. 2014-11-17 09:44:46 +01:00
sound Fixed issues reported by Coverity Scan static analysis (run using Linux build configuration). 2016-03-08 09:42:47 +01:00
sound_capture Fixed issues reported by Coverity Scan static analysis (run using Linux build configuration). 2016-03-08 09:42:47 +01:00
voip Make sure the recording thread in sf::SoundRecorder is stopped before sf::SoundBufferRecorder is destroyed. 2016-04-10 22:51:37 +02:00
win32 Fix whitespace: Convert tabs to spaces and remove trailing whitespace. 2015-04-15 01:53:43 +02:00
window Removed support for GLU. 2015-03-23 16:16:06 +01:00
X11 Improved OpenGL and X11 rotating cube examples. 2015-03-23 16:16:07 +01:00
CMakeLists.txt Source code changes. 2014-10-06 01:18:47 +02:00