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/nif_helpers.c2
-rw-r--r--c_src/nif_helpers.h2
-rw-r--r--c_src/sdl.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_events.c2
-rw-r--r--c_src/sdl_filesystem.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
16 files changed, 16 insertions, 16 deletions
diff --git a/c_src/esdl2.c b/c_src/esdl2.c
index 13d18d0..1613901 100644
--- a/c_src/esdl2.c
+++ b/c_src/esdl2.c
@@ -1,4 +1,4 @@
-// Copyright (c) 2014, Loïc Hoguin <[email protected]>
+// Copyright (c) 2014-2015, 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 ac479b4..61af33a 100644
--- a/c_src/esdl2.h
+++ b/c_src/esdl2.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2014, Loïc Hoguin <[email protected]>
+// Copyright (c) 2014-2015, 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/nif_helpers.c b/c_src/nif_helpers.c
index 54fb85f..f1465da 100644
--- a/c_src/nif_helpers.c
+++ b/c_src/nif_helpers.c
@@ -1,4 +1,4 @@
-// Copyright (c) 2014, Loïc Hoguin <[email protected]>
+// Copyright (c) 2014-2015, 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/nif_helpers.h b/c_src/nif_helpers.h
index 3af147b..6454d27 100644
--- a/c_src/nif_helpers.h
+++ b/c_src/nif_helpers.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2014, Loïc Hoguin <[email protected]>
+// Copyright (c) 2014-2015, 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 3f59a2f..835b0f6 100644
--- a/c_src/sdl.c
+++ b/c_src/sdl.c
@@ -1,4 +1,4 @@
-// Copyright (c) 2014, Loïc Hoguin <[email protected]>
+// Copyright (c) 2014-2015, 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 778ac43..8601624 100644
--- a/c_src/sdl_bool.c
+++ b/c_src/sdl_bool.c
@@ -1,4 +1,4 @@
-// Copyright (c) 2014, Loïc Hoguin <[email protected]>
+// Copyright (c) 2014-2015, 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 4ddaaa2..eb5e766 100644
--- a/c_src/sdl_clipboard.c
+++ b/c_src/sdl_clipboard.c
@@ -1,4 +1,4 @@
-// Copyright (c) 2014, Loïc Hoguin <[email protected]>
+// Copyright (c) 2014-2015, 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 1178504..6285cfe 100644
--- a/c_src/sdl_cpu_info.c
+++ b/c_src/sdl_cpu_info.c
@@ -1,4 +1,4 @@
-// Copyright (c) 2014, Loïc Hoguin <[email protected]>
+// Copyright (c) 2014-2015, 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 79bc74f..1da0165 100644
--- a/c_src/sdl_events.c
+++ b/c_src/sdl_events.c
@@ -1,4 +1,4 @@
-// Copyright (c) 2014, Loïc Hoguin <[email protected]>
+// Copyright (c) 2014-2015, 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 4187bbe..9d74d8a 100644
--- a/c_src/sdl_filesystem.c
+++ b/c_src/sdl_filesystem.c
@@ -1,4 +1,4 @@
-// Copyright (c) 2014, Loïc Hoguin <[email protected]>
+// Copyright (c) 2014-2015, 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 e8c20f3..c97e2f2 100644
--- a/c_src/sdl_power.c
+++ b/c_src/sdl_power.c
@@ -1,4 +1,4 @@
-// Copyright (c) 2014, Loïc Hoguin <[email protected]>
+// Copyright (c) 2014-2015, 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 99a947d..2b80cdd 100644
--- a/c_src/sdl_renderer.c
+++ b/c_src/sdl_renderer.c
@@ -1,4 +1,4 @@
-// Copyright (c) 2014, Loïc Hoguin <[email protected]>
+// Copyright (c) 2014-2015, 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 97c755a..8f674ba 100644
--- a/c_src/sdl_surface.c
+++ b/c_src/sdl_surface.c
@@ -1,4 +1,4 @@
-// Copyright (c) 2014, Loïc Hoguin <[email protected]>
+// Copyright (c) 2014-2015, 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 b3d2198..8606f37 100644
--- a/c_src/sdl_texture.c
+++ b/c_src/sdl_texture.c
@@ -1,4 +1,4 @@
-// Copyright (c) 2014, Loïc Hoguin <[email protected]>
+// Copyright (c) 2014-2015, 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 c570044..87bfec1 100644
--- a/c_src/sdl_version.c
+++ b/c_src/sdl_version.c
@@ -1,4 +1,4 @@
-// Copyright (c) 2014, Loïc Hoguin <[email protected]>
+// Copyright (c) 2014-2015, 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 4989ba5..96b3b3e 100644
--- a/c_src/sdl_window.c
+++ b/c_src/sdl_window.c
@@ -1,4 +1,4 @@
-// Copyright (c) 2014, Loïc Hoguin <[email protected]>
+// Copyright (c) 2014-2015, 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