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 --- LICENSE | 2 +- Makefile | 2 +- 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 +- src/esdl2.app.src | 2 +- src/esdl2.erl | 2 +- src/sdl.erl | 2 +- src/sdl_clipboard.erl | 2 +- src/sdl_cpu_info.erl | 2 +- src/sdl_events.erl | 2 +- src/sdl_filesystem.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 +- 31 files changed, 31 insertions(+), 31 deletions(-) diff --git a/LICENSE b/LICENSE index 63b312f..0b205e1 100644 --- a/LICENSE +++ b/LICENSE @@ -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/Makefile b/Makefile index 143925a..9c14b8a 100644 --- a/Makefile +++ b/Makefile @@ -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.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 diff --git a/src/esdl2.app.src b/src/esdl2.app.src index 9b2d039..6e5fc94 100644 --- a/src/esdl2.app.src +++ b/src/esdl2.app.src @@ -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/src/esdl2.erl b/src/esdl2.erl index af8f322..6ffc331 100644 --- a/src/esdl2.erl +++ b/src/esdl2.erl @@ -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/src/sdl.erl b/src/sdl.erl index be0ffeb..5fd965f 100644 --- a/src/sdl.erl +++ b/src/sdl.erl @@ -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/src/sdl_clipboard.erl b/src/sdl_clipboard.erl index 2d2bda1..e8bd9e2 100644 --- a/src/sdl_clipboard.erl +++ b/src/sdl_clipboard.erl @@ -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/src/sdl_cpu_info.erl b/src/sdl_cpu_info.erl index cfde3cc..3153e8a 100644 --- a/src/sdl_cpu_info.erl +++ b/src/sdl_cpu_info.erl @@ -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/src/sdl_events.erl b/src/sdl_events.erl index 0a0e139..366edeb 100644 --- a/src/sdl_events.erl +++ b/src/sdl_events.erl @@ -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/src/sdl_filesystem.erl b/src/sdl_filesystem.erl index f608c03..bd54eec 100644 --- a/src/sdl_filesystem.erl +++ b/src/sdl_filesystem.erl @@ -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/src/sdl_power.erl b/src/sdl_power.erl index deb1e45..c85f876 100644 --- a/src/sdl_power.erl +++ b/src/sdl_power.erl @@ -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/src/sdl_renderer.erl b/src/sdl_renderer.erl index e294864..9727743 100644 --- a/src/sdl_renderer.erl +++ b/src/sdl_renderer.erl @@ -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/src/sdl_surface.erl b/src/sdl_surface.erl index fcfe498..6c117ed 100644 --- a/src/sdl_surface.erl +++ b/src/sdl_surface.erl @@ -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/src/sdl_texture.erl b/src/sdl_texture.erl index f4e9ac3..121df14 100644 --- a/src/sdl_texture.erl +++ b/src/sdl_texture.erl @@ -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/src/sdl_version.erl b/src/sdl_version.erl index 488b712..5b7226e 100644 --- a/src/sdl_version.erl +++ b/src/sdl_version.erl @@ -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/src/sdl_window.erl b/src/sdl_window.erl index 12af7a8..5d31392 100644 --- a/src/sdl_window.erl +++ b/src/sdl_window.erl @@ -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