SFML/include/SFML/Window
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
..
Context.hpp Update copyright dates 2016-08-05 16:20:39 +02:00
ContextSettings.hpp Update copyright dates 2016-08-05 16:20:39 +02:00
Event.hpp Update copyright dates 2016-08-05 16:20:39 +02:00
Export.hpp Update copyright dates 2016-08-05 16:20:39 +02:00
GlResource.hpp Update copyright dates 2016-08-05 16:20:39 +02:00
Joystick.hpp Update copyright dates 2016-08-05 16:20:39 +02:00
Keyboard.hpp Update copyright dates 2016-08-05 16:20:39 +02:00
Mouse.hpp Update copyright dates 2016-08-05 16:20:39 +02:00
Sensor.hpp Update copyright dates 2016-08-05 16:20:39 +02:00
Touch.hpp Update copyright dates 2016-08-05 16:20:39 +02:00
VideoMode.hpp Update copyright dates 2016-08-05 16:20:39 +02:00
Window.hpp Update copyright dates 2016-08-05 16:20:39 +02:00
WindowHandle.hpp Update copyright dates 2016-08-05 16:20:39 +02:00
WindowStyle.hpp Update copyright dates 2016-08-05 16:20:39 +02:00