aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-10-20 02:15:29 +0200
committerLoïc Hoguin <[email protected]>2015-10-20 02:15:29 +0200
commit35fe8bdd42e1ebe0438e15a53c7affa415e00ce0 (patch)
treecaf648ee4d2bded3686e74a6c5621fa4000b14b2
parent2aaab470c429359c70b2f953bd4166aa0b66d15a (diff)
downloadesdl2-35fe8bdd42e1ebe0438e15a53c7affa415e00ce0.tar.gz
esdl2-35fe8bdd42e1ebe0438e15a53c7affa415e00ce0.tar.bz2
esdl2-35fe8bdd42e1ebe0438e15a53c7affa415e00ce0.zip
We are in 2015
-rw-r--r--LICENSE2
-rw-r--r--Makefile2
-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
-rw-r--r--src/esdl2.app.src2
-rw-r--r--src/esdl2.erl2
-rw-r--r--src/sdl.erl2
-rw-r--r--src/sdl_clipboard.erl2
-rw-r--r--src/sdl_cpu_info.erl2
-rw-r--r--src/sdl_events.erl2
-rw-r--r--src/sdl_filesystem.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
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 <[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/Makefile b/Makefile
index 143925a..9c14b8a 100644
--- a/Makefile
+++ b/Makefile
@@ -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.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
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 <[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/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 <[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/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 <[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/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 <[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/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 <[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/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 <[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/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 <[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/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 <[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/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 <[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/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 <[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/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 <[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/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 <[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/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 <[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