aboutsummaryrefslogtreecommitdiffstats
path: root/c_src
diff options
context:
space:
mode:
Diffstat (limited to 'c_src')
-rw-r--r--c_src/esdl2.c2
-rw-r--r--c_src/esdl2.h2
-rw-r--r--c_src/esdl2_cursors.c2
-rw-r--r--c_src/esdl2_renderers.c2
-rw-r--r--c_src/esdl2_windows.c2
-rw-r--r--c_src/internal.c2
-rw-r--r--c_src/sdl.c2
-rw-r--r--c_src/sdl_blend_mode.c2
-rw-r--r--c_src/sdl_bool.c2
-rw-r--r--c_src/sdl_clipboard.c2
-rw-r--r--c_src/sdl_cpu_info.c2
-rw-r--r--c_src/sdl_cursor.c2
-rw-r--r--c_src/sdl_events.c2
-rw-r--r--c_src/sdl_filesystem.c2
-rw-r--r--c_src/sdl_gl.c2
-rw-r--r--c_src/sdl_hints.c2
-rw-r--r--c_src/sdl_keyboard.c2
-rw-r--r--c_src/sdl_keycode.c2
-rw-r--r--c_src/sdl_mouse.c2
-rw-r--r--c_src/sdl_power.c2
-rw-r--r--c_src/sdl_renderer.c2
-rw-r--r--c_src/sdl_surface.c2
-rw-r--r--c_src/sdl_texture.c2
-rw-r--r--c_src/sdl_version.c2
-rw-r--r--c_src/sdl_window.c2
25 files changed, 25 insertions, 25 deletions
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 <[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/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 <[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/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 <[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/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 <[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/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 <[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/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 <[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/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 <[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/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 <[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/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 <[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/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 <[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/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 <[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/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 <[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/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 <[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/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 <[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/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 <[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/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 <[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/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 <[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/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 <[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/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 <[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/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 <[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/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 <[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/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 <[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/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 <[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/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 <[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/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 <[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