aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/esdl2.erl2
-rw-r--r--src/esdl2_app.erl2
-rw-r--r--src/esdl2_callbacks.erl2
-rw-r--r--src/esdl2_sup.erl2
-rw-r--r--src/sdl.erl2
-rw-r--r--src/sdl_blend_mode.erl2
-rw-r--r--src/sdl_clipboard.erl2
-rw-r--r--src/sdl_cpu_info.erl2
-rw-r--r--src/sdl_cursor.erl2
-rw-r--r--src/sdl_events.erl2
-rw-r--r--src/sdl_filesystem.erl2
-rw-r--r--src/sdl_gl.erl2
-rw-r--r--src/sdl_hints.erl2
-rw-r--r--src/sdl_keyboard.erl2
-rw-r--r--src/sdl_mouse.erl2
-rw-r--r--src/sdl_power.erl2
-rw-r--r--src/sdl_renderer.erl2
-rw-r--r--src/sdl_surface.erl2
-rw-r--r--src/sdl_texture.erl2
-rw-r--r--src/sdl_version.erl2
-rw-r--r--src/sdl_window.erl2
21 files changed, 21 insertions, 21 deletions
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 <[email protected]>
+%% Copyright (c) 2014-2018, Loïc Hoguin <[email protected]>
%%
%% 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 <[email protected]>
+%% Copyright (c) 2015-2018, Loïc Hoguin <[email protected]>
%%
%% 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 <[email protected]>
+%% Copyright (c) 2015-2018, Loïc Hoguin <[email protected]>
%%
%% 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 <[email protected]>
+%% Copyright (c) 2015-2018, Loïc Hoguin <[email protected]>
%%
%% 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 <[email protected]>
+%% Copyright (c) 2014-2018, Loïc Hoguin <[email protected]>
%%
%% 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 <[email protected]>
+%% Copyright (c) 2017-2018, Loïc Hoguin <[email protected]>
%%
%% 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 <[email protected]>
+%% Copyright (c) 2014-2018, Loïc Hoguin <[email protected]>
%%
%% 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 <[email protected]>
+%% Copyright (c) 2014-2018, Loïc Hoguin <[email protected]>
%%
%% 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 <[email protected]>
+%% Copyright (c) 2017-2018, Loïc Hoguin <[email protected]>
%%
%% 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 <[email protected]>
+%% Copyright (c) 2014-2018, Loïc Hoguin <[email protected]>
%%
%% 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 <[email protected]>
+%% Copyright (c) 2014-2018, Loïc Hoguin <[email protected]>
%%
%% 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 <[email protected]>
+%% Copyright (c) 2015-2018, Loïc Hoguin <[email protected]>
%%
%% 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 <[email protected]>
+%% Copyright (c) 2015-2018, Loïc Hoguin <[email protected]>
%%
%% 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 <[email protected]>
+%% Copyright (c) 2015-2018, Loïc Hoguin <[email protected]>
%%
%% 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 <[email protected]>
+%% Copyright (c) 2017-2018, Loïc Hoguin <[email protected]>
%%
%% 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 <[email protected]>
+%% Copyright (c) 2014-2018, Loïc Hoguin <[email protected]>
%%
%% 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 <[email protected]>
+%% Copyright (c) 2014-2018, Loïc Hoguin <[email protected]>
%%
%% 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 <[email protected]>
+%% Copyright (c) 2014-2018, Loïc Hoguin <[email protected]>
%%
%% 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 <[email protected]>
+%% Copyright (c) 2014-2018, Loïc Hoguin <[email protected]>
%%
%% 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 <[email protected]>
+%% Copyright (c) 2014-2018, Loïc Hoguin <[email protected]>
%%
%% 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 <[email protected]>
+%% Copyright (c) 2014-2018, Loïc Hoguin <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
%% purpose with or without fee is hereby granted, provided that the above