From cb8f86f24209eae5e30c2abbdf588deb13bbedba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 2 Jan 2018 14:04:04 +0100 Subject: Welcome to 2018 --- LICENSE | 2 +- Makefile | 2 +- c_src/esdl2.c | 2 +- c_src/esdl2.h | 2 +- c_src/esdl2_cursors.c | 2 +- c_src/esdl2_renderers.c | 2 +- c_src/esdl2_windows.c | 2 +- c_src/internal.c | 2 +- c_src/sdl.c | 2 +- c_src/sdl_blend_mode.c | 2 +- c_src/sdl_bool.c | 2 +- c_src/sdl_clipboard.c | 2 +- c_src/sdl_cpu_info.c | 2 +- c_src/sdl_cursor.c | 2 +- c_src/sdl_events.c | 2 +- c_src/sdl_filesystem.c | 2 +- c_src/sdl_gl.c | 2 +- c_src/sdl_hints.c | 2 +- c_src/sdl_keyboard.c | 2 +- c_src/sdl_keycode.c | 2 +- c_src/sdl_mouse.c | 2 +- c_src/sdl_power.c | 2 +- c_src/sdl_renderer.c | 2 +- c_src/sdl_surface.c | 2 +- c_src/sdl_texture.c | 2 +- c_src/sdl_version.c | 2 +- c_src/sdl_window.c | 2 +- src/esdl2.erl | 2 +- src/esdl2_app.erl | 2 +- src/esdl2_callbacks.erl | 2 +- src/esdl2_sup.erl | 2 +- src/sdl.erl | 2 +- src/sdl_blend_mode.erl | 2 +- src/sdl_clipboard.erl | 2 +- src/sdl_cpu_info.erl | 2 +- src/sdl_cursor.erl | 2 +- src/sdl_events.erl | 2 +- src/sdl_filesystem.erl | 2 +- src/sdl_gl.erl | 2 +- src/sdl_hints.erl | 2 +- src/sdl_keyboard.erl | 2 +- src/sdl_mouse.erl | 2 +- src/sdl_power.erl | 2 +- src/sdl_renderer.erl | 2 +- src/sdl_surface.erl | 2 +- src/sdl_texture.erl | 2 +- src/sdl_version.erl | 2 +- src/sdl_window.erl | 2 +- 48 files changed, 48 insertions(+), 48 deletions(-) diff --git a/LICENSE b/LICENSE index 0b205e1..ae3d9fa 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2014-2015, Loïc Hoguin +Copyright (c) 2014-2018, Loïc Hoguin Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/Makefile b/Makefile index 4fd1595..9c6b202 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2015, Loïc Hoguin +# Copyright (c) 2014-2018, Loïc Hoguin # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/c_src/esdl2.c b/c_src/esdl2.c index 82bea2d..be24d64 100644 --- a/c_src/esdl2.c +++ b/c_src/esdl2.c @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015, Loïc Hoguin +// Copyright (c) 2014-2018, Loïc Hoguin // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/c_src/esdl2.h b/c_src/esdl2.h index bd80acf..6899997 100644 --- a/c_src/esdl2.h +++ b/c_src/esdl2.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015, Loïc Hoguin +// Copyright (c) 2014-2018, Loïc Hoguin // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/c_src/esdl2_cursors.c b/c_src/esdl2_cursors.c index 8ce576c..569a787 100644 --- a/c_src/esdl2_cursors.c +++ b/c_src/esdl2_cursors.c @@ -1,4 +1,4 @@ -// Copyright (c) 2017, Loïc Hoguin +// Copyright (c) 2017-2018, Loïc Hoguin // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/c_src/esdl2_renderers.c b/c_src/esdl2_renderers.c index 70ef30d..b6aa6a4 100644 --- a/c_src/esdl2_renderers.c +++ b/c_src/esdl2_renderers.c @@ -1,4 +1,4 @@ -// Copyright (c) 2017, Loïc Hoguin +// Copyright (c) 2017-2018, Loïc Hoguin // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/c_src/esdl2_windows.c b/c_src/esdl2_windows.c index bff9948..be5a95e 100644 --- a/c_src/esdl2_windows.c +++ b/c_src/esdl2_windows.c @@ -1,4 +1,4 @@ -// Copyright (c) 2017, Loïc Hoguin +// Copyright (c) 2017-2018, Loïc Hoguin // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/c_src/internal.c b/c_src/internal.c index 0c58476..462484f 100644 --- a/c_src/internal.c +++ b/c_src/internal.c @@ -1,4 +1,4 @@ -// Copyright (c) 2015, Loïc Hoguin +// Copyright (c) 2015-2018, Loïc Hoguin // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/c_src/sdl.c b/c_src/sdl.c index 94302bd..8db8909 100644 --- a/c_src/sdl.c +++ b/c_src/sdl.c @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015, Loïc Hoguin +// Copyright (c) 2014-2018, Loïc Hoguin // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/c_src/sdl_blend_mode.c b/c_src/sdl_blend_mode.c index be83aaf..94ece52 100644 --- a/c_src/sdl_blend_mode.c +++ b/c_src/sdl_blend_mode.c @@ -1,4 +1,4 @@ -// Copyright (c) 2017, Loïc Hoguin +// Copyright (c) 2017-2018, Loïc Hoguin // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/c_src/sdl_bool.c b/c_src/sdl_bool.c index 8601624..5c90503 100644 --- a/c_src/sdl_bool.c +++ b/c_src/sdl_bool.c @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015, Loïc Hoguin +// Copyright (c) 2014-2018, Loïc Hoguin // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/c_src/sdl_clipboard.c b/c_src/sdl_clipboard.c index eb5e766..c5c32b6 100644 --- a/c_src/sdl_clipboard.c +++ b/c_src/sdl_clipboard.c @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015, Loïc Hoguin +// Copyright (c) 2014-2018, Loïc Hoguin // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/c_src/sdl_cpu_info.c b/c_src/sdl_cpu_info.c index c616891..c02a358 100644 --- a/c_src/sdl_cpu_info.c +++ b/c_src/sdl_cpu_info.c @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015, Loïc Hoguin +// Copyright (c) 2014-2018, Loïc Hoguin // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/c_src/sdl_cursor.c b/c_src/sdl_cursor.c index 59ad923..432e1ba 100644 --- a/c_src/sdl_cursor.c +++ b/c_src/sdl_cursor.c @@ -1,4 +1,4 @@ -// Copyright (c) 2017, Loïc Hoguin +// Copyright (c) 2017-2018, Loïc Hoguin // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/c_src/sdl_events.c b/c_src/sdl_events.c index bf91356..1d46760 100644 --- a/c_src/sdl_events.c +++ b/c_src/sdl_events.c @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2017, Loïc Hoguin +// Copyright (c) 2014-2018, Loïc Hoguin // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/c_src/sdl_filesystem.c b/c_src/sdl_filesystem.c index 9d74d8a..d6c848b 100644 --- a/c_src/sdl_filesystem.c +++ b/c_src/sdl_filesystem.c @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015, Loïc Hoguin +// Copyright (c) 2014-2018, Loïc Hoguin // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/c_src/sdl_gl.c b/c_src/sdl_gl.c index 71fef6a..55bd890 100644 --- a/c_src/sdl_gl.c +++ b/c_src/sdl_gl.c @@ -1,4 +1,4 @@ -// Copyright (c) 2015, Loïc Hoguin +// Copyright (c) 2015-2018, Loïc Hoguin // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/c_src/sdl_hints.c b/c_src/sdl_hints.c index 0342777..e816e0b 100644 --- a/c_src/sdl_hints.c +++ b/c_src/sdl_hints.c @@ -1,4 +1,4 @@ -// Copyright (c) 2015, Loïc Hoguin +// Copyright (c) 2015-2018, Loïc Hoguin // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/c_src/sdl_keyboard.c b/c_src/sdl_keyboard.c index 4c7dbc5..f88b5ca 100644 --- a/c_src/sdl_keyboard.c +++ b/c_src/sdl_keyboard.c @@ -1,4 +1,4 @@ -// Copyright (c) 2015, Loïc Hoguin +// Copyright (c) 2015-2018, Loïc Hoguin // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/c_src/sdl_keycode.c b/c_src/sdl_keycode.c index 539accd..f558f83 100644 --- a/c_src/sdl_keycode.c +++ b/c_src/sdl_keycode.c @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2017, Loïc Hoguin +// Copyright (c) 2014-2018, Loïc Hoguin // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/c_src/sdl_mouse.c b/c_src/sdl_mouse.c index 018b44c..74fa7c3 100644 --- a/c_src/sdl_mouse.c +++ b/c_src/sdl_mouse.c @@ -1,4 +1,4 @@ -// Copyright (c) 2017, Loïc Hoguin +// Copyright (c) 2017-2018, Loïc Hoguin // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/c_src/sdl_power.c b/c_src/sdl_power.c index eb4cf4f..3209335 100644 --- a/c_src/sdl_power.c +++ b/c_src/sdl_power.c @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015, Loïc Hoguin +// Copyright (c) 2014-2018, Loïc Hoguin // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/c_src/sdl_renderer.c b/c_src/sdl_renderer.c index 4ab350f..17eaa07 100644 --- a/c_src/sdl_renderer.c +++ b/c_src/sdl_renderer.c @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015, Loïc Hoguin +// Copyright (c) 2014-2018, Loïc Hoguin // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/c_src/sdl_surface.c b/c_src/sdl_surface.c index 8f674ba..22f75ab 100644 --- a/c_src/sdl_surface.c +++ b/c_src/sdl_surface.c @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015, Loïc Hoguin +// Copyright (c) 2014-2018, Loïc Hoguin // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/c_src/sdl_texture.c b/c_src/sdl_texture.c index 425e0ec..a54e107 100644 --- a/c_src/sdl_texture.c +++ b/c_src/sdl_texture.c @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015, Loïc Hoguin +// Copyright (c) 2014-2018, Loïc Hoguin // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/c_src/sdl_version.c b/c_src/sdl_version.c index 87bfec1..7fdc87b 100644 --- a/c_src/sdl_version.c +++ b/c_src/sdl_version.c @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015, Loïc Hoguin +// Copyright (c) 2014-2018, Loïc Hoguin // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/c_src/sdl_window.c b/c_src/sdl_window.c index 36ddcc2..03da8fd 100644 --- a/c_src/sdl_window.c +++ b/c_src/sdl_window.c @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2015, Loïc Hoguin +// Copyright (c) 2014-2018, Loïc Hoguin // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/src/esdl2.erl b/src/esdl2.erl index 5fa9a16..8470940 100644 --- a/src/esdl2.erl +++ b/src/esdl2.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2014-2015, Loïc Hoguin +%% Copyright (c) 2014-2018, Loïc Hoguin %% %% Permission to use, copy, modify, and/or distribute this software for any %% purpose with or without fee is hereby granted, provided that the above diff --git a/src/esdl2_app.erl b/src/esdl2_app.erl index 2e90bcb..9fbd833 100644 --- a/src/esdl2_app.erl +++ b/src/esdl2_app.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2015, Loïc Hoguin +%% Copyright (c) 2015-2018, Loïc Hoguin %% %% Permission to use, copy, modify, and/or distribute this software for any %% purpose with or without fee is hereby granted, provided that the above diff --git a/src/esdl2_callbacks.erl b/src/esdl2_callbacks.erl index d683992..ccbe858 100644 --- a/src/esdl2_callbacks.erl +++ b/src/esdl2_callbacks.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2015, Loïc Hoguin +%% Copyright (c) 2015-2018, Loïc Hoguin %% %% Permission to use, copy, modify, and/or distribute this software for any %% purpose with or without fee is hereby granted, provided that the above diff --git a/src/esdl2_sup.erl b/src/esdl2_sup.erl index bacda01..f9ac421 100644 --- a/src/esdl2_sup.erl +++ b/src/esdl2_sup.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2015, Loïc Hoguin +%% Copyright (c) 2015-2018, Loïc Hoguin %% %% Permission to use, copy, modify, and/or distribute this software for any %% purpose with or without fee is hereby granted, provided that the above diff --git a/src/sdl.erl b/src/sdl.erl index 8706eff..4d49d19 100644 --- a/src/sdl.erl +++ b/src/sdl.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2014-2015, Loïc Hoguin +%% Copyright (c) 2014-2018, Loïc Hoguin %% %% Permission to use, copy, modify, and/or distribute this software for any %% purpose with or without fee is hereby granted, provided that the above diff --git a/src/sdl_blend_mode.erl b/src/sdl_blend_mode.erl index ce6b854..bed55e6 100644 --- a/src/sdl_blend_mode.erl +++ b/src/sdl_blend_mode.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2017, Loïc Hoguin +%% Copyright (c) 2017-2018, Loïc Hoguin %% %% Permission to use, copy, modify, and/or distribute this software for any %% purpose with or without fee is hereby granted, provided that the above diff --git a/src/sdl_clipboard.erl b/src/sdl_clipboard.erl index e8bd9e2..8577206 100644 --- a/src/sdl_clipboard.erl +++ b/src/sdl_clipboard.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2014-2015, Loïc Hoguin +%% Copyright (c) 2014-2018, Loïc Hoguin %% %% Permission to use, copy, modify, and/or distribute this software for any %% purpose with or without fee is hereby granted, provided that the above diff --git a/src/sdl_cpu_info.erl b/src/sdl_cpu_info.erl index e34f2bd..054612c 100644 --- a/src/sdl_cpu_info.erl +++ b/src/sdl_cpu_info.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2014-2015, Loïc Hoguin +%% Copyright (c) 2014-2018, Loïc Hoguin %% %% Permission to use, copy, modify, and/or distribute this software for any %% purpose with or without fee is hereby granted, provided that the above diff --git a/src/sdl_cursor.erl b/src/sdl_cursor.erl index 373838d..7e12ee0 100644 --- a/src/sdl_cursor.erl +++ b/src/sdl_cursor.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2017, Loïc Hoguin +%% Copyright (c) 2017-2018, Loïc Hoguin %% %% Permission to use, copy, modify, and/or distribute this software for any %% purpose with or without fee is hereby granted, provided that the above diff --git a/src/sdl_events.erl b/src/sdl_events.erl index 034ca3d..5d359d0 100644 --- a/src/sdl_events.erl +++ b/src/sdl_events.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2014-2015, Loïc Hoguin +%% Copyright (c) 2014-2018, Loïc Hoguin %% %% Permission to use, copy, modify, and/or distribute this software for any %% purpose with or without fee is hereby granted, provided that the above diff --git a/src/sdl_filesystem.erl b/src/sdl_filesystem.erl index bd54eec..e7835e0 100644 --- a/src/sdl_filesystem.erl +++ b/src/sdl_filesystem.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2014-2015, Loïc Hoguin +%% Copyright (c) 2014-2018, Loïc Hoguin %% %% Permission to use, copy, modify, and/or distribute this software for any %% purpose with or without fee is hereby granted, provided that the above diff --git a/src/sdl_gl.erl b/src/sdl_gl.erl index 457994a..0bd1bd0 100644 --- a/src/sdl_gl.erl +++ b/src/sdl_gl.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2015, Loïc Hoguin +%% Copyright (c) 2015-2018, Loïc Hoguin %% %% Permission to use, copy, modify, and/or distribute this software for any %% purpose with or without fee is hereby granted, provided that the above diff --git a/src/sdl_hints.erl b/src/sdl_hints.erl index a6921b0..44da709 100644 --- a/src/sdl_hints.erl +++ b/src/sdl_hints.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2015, Loïc Hoguin +%% Copyright (c) 2015-2018, Loïc Hoguin %% %% Permission to use, copy, modify, and/or distribute this software for any %% purpose with or without fee is hereby granted, provided that the above diff --git a/src/sdl_keyboard.erl b/src/sdl_keyboard.erl index 462f48b..0fc05f9 100644 --- a/src/sdl_keyboard.erl +++ b/src/sdl_keyboard.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2015, Loïc Hoguin +%% Copyright (c) 2015-2018, Loïc Hoguin %% %% Permission to use, copy, modify, and/or distribute this software for any %% purpose with or without fee is hereby granted, provided that the above diff --git a/src/sdl_mouse.erl b/src/sdl_mouse.erl index 6d34b8d..5447fe3 100644 --- a/src/sdl_mouse.erl +++ b/src/sdl_mouse.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2017, Loïc Hoguin +%% Copyright (c) 2017-2018, Loïc Hoguin %% %% Permission to use, copy, modify, and/or distribute this software for any %% purpose with or without fee is hereby granted, provided that the above diff --git a/src/sdl_power.erl b/src/sdl_power.erl index c85f876..2267b16 100644 --- a/src/sdl_power.erl +++ b/src/sdl_power.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2014-2015, Loïc Hoguin +%% Copyright (c) 2014-2018, Loïc Hoguin %% %% Permission to use, copy, modify, and/or distribute this software for any %% purpose with or without fee is hereby granted, provided that the above diff --git a/src/sdl_renderer.erl b/src/sdl_renderer.erl index 8bf51fc..f596acd 100644 --- a/src/sdl_renderer.erl +++ b/src/sdl_renderer.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2014-2015, Loïc Hoguin +%% Copyright (c) 2014-2018, Loïc Hoguin %% %% Permission to use, copy, modify, and/or distribute this software for any %% purpose with or without fee is hereby granted, provided that the above diff --git a/src/sdl_surface.erl b/src/sdl_surface.erl index 6c117ed..a245b64 100644 --- a/src/sdl_surface.erl +++ b/src/sdl_surface.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2014-2015, Loïc Hoguin +%% Copyright (c) 2014-2018, Loïc Hoguin %% %% Permission to use, copy, modify, and/or distribute this software for any %% purpose with or without fee is hereby granted, provided that the above diff --git a/src/sdl_texture.erl b/src/sdl_texture.erl index 121df14..79fdc60 100644 --- a/src/sdl_texture.erl +++ b/src/sdl_texture.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2014-2015, Loïc Hoguin +%% Copyright (c) 2014-2018, Loïc Hoguin %% %% Permission to use, copy, modify, and/or distribute this software for any %% purpose with or without fee is hereby granted, provided that the above diff --git a/src/sdl_version.erl b/src/sdl_version.erl index 5b7226e..5fff8a7 100644 --- a/src/sdl_version.erl +++ b/src/sdl_version.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2014-2015, Loïc Hoguin +%% Copyright (c) 2014-2018, Loïc Hoguin %% %% Permission to use, copy, modify, and/or distribute this software for any %% purpose with or without fee is hereby granted, provided that the above diff --git a/src/sdl_window.erl b/src/sdl_window.erl index ea757bf..637e9de 100644 --- a/src/sdl_window.erl +++ b/src/sdl_window.erl @@ -1,4 +1,4 @@ -%% Copyright (c) 2014-2015, Loïc Hoguin +%% Copyright (c) 2014-2018, Loïc Hoguin %% %% Permission to use, copy, modify, and/or distribute this software for any %% purpose with or without fee is hereby granted, provided that the above -- cgit v1.2.3