aboutsummaryrefslogtreecommitdiffstats
path: root/src
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 /src
parent2aaab470c429359c70b2f953bd4166aa0b66d15a (diff)
downloadesdl2-35fe8bdd42e1ebe0438e15a53c7affa415e00ce0.tar.gz
esdl2-35fe8bdd42e1ebe0438e15a53c7affa415e00ce0.tar.bz2
esdl2-35fe8bdd42e1ebe0438e15a53c7affa415e00ce0.zip
We are in 2015
Diffstat (limited to 'src')
-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
13 files changed, 13 insertions, 13 deletions
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