From 35fe8bdd42e1ebe0438e15a53c7affa415e00ce0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 20 Oct 2015 02:15:29 +0200 Subject: We are in 2015 --- c_src/esdl2.c | 2 +- c_src/esdl2.h | 2 +- c_src/nif_helpers.c | 2 +- c_src/nif_helpers.h | 2 +- c_src/sdl.c | 2 +- c_src/sdl_bool.c | 2 +- c_src/sdl_clipboard.c | 2 +- c_src/sdl_cpu_info.c | 2 +- c_src/sdl_events.c | 2 +- c_src/sdl_filesystem.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 +- 16 files changed, 16 insertions(+), 16 deletions(-) (limited to 'c_src') 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 +// Copyright (c) 2014-2015, 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 ac479b4..61af33a 100644 --- a/c_src/esdl2.h +++ b/c_src/esdl2.h @@ -1,4 +1,4 @@ -// Copyright (c) 2014, Loïc Hoguin +// Copyright (c) 2014-2015, 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/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 +// Copyright (c) 2014-2015, 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/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 +// Copyright (c) 2014-2015, 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 3f59a2f..835b0f6 100644 --- a/c_src/sdl.c +++ b/c_src/sdl.c @@ -1,4 +1,4 @@ -// Copyright (c) 2014, Loïc Hoguin +// Copyright (c) 2014-2015, 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 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 +// Copyright (c) 2014-2015, 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 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 +// Copyright (c) 2014-2015, 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 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 +// Copyright (c) 2014-2015, 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 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 +// Copyright (c) 2014-2015, 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 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 +// Copyright (c) 2014-2015, 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 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 +// Copyright (c) 2014-2015, 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 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 +// Copyright (c) 2014-2015, 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 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 +// Copyright (c) 2014-2015, 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 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 +// Copyright (c) 2014-2015, 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 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 +// Copyright (c) 2014-2015, 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 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 +// Copyright (c) 2014-2015, 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