diff --git a/src/core_lua.c b/src/core_lua.c
index 44df15543f0fc3808c2ec456d7a6f68afb26c579..40923c6021406e10fb03dcc56bf6f7e7fbae3568 100644
--- a/src/core_lua.c
+++ b/src/core_lua.c
@@ -1,6 +1,6 @@
 /*
     TE4 - T-Engine 4
-    Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini
+    Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
diff --git a/src/core_lua.h b/src/core_lua.h
index ccdda5edd6ed65affbb6941074bfc64a47416a01..1d11c02197fd6cddb3b6cc1325ac573810f571c1 100644
--- a/src/core_lua.h
+++ b/src/core_lua.h
@@ -1,6 +1,6 @@
 /*
     TE4 - T-Engine 4
-    Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini
+    Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
diff --git a/src/display.h b/src/display.h
index ee8044733c7f9391ec5cd2fce5e9a4c466cecbd1..4ce3a0a071eeb29488667586bc73a2cfe980165d 100644
--- a/src/display.h
+++ b/src/display.h
@@ -1,6 +1,6 @@
 /*
     TE4 - T-Engine 4
-    Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini
+    Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
diff --git a/src/display_sdl.c b/src/display_sdl.c
index 346a0971dc7591dbfc929385dd1e5c98f8c1a789..b7d4a37c20414b87289f452d059c1bd493b9c5d0 100644
--- a/src/display_sdl.c
+++ b/src/display_sdl.c
@@ -1,6 +1,6 @@
 /*
     TE4 - T-Engine 4
-    Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini
+    Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
diff --git a/src/display_sdl.h b/src/display_sdl.h
index 18ca030e6b4c2d00beef14aa37fff1a6bfec9bc8..28914faf766e9b93fb5d8ef8463f0d37448a4c0f 100644
--- a/src/display_sdl.h
+++ b/src/display_sdl.h
@@ -1,6 +1,6 @@
 /*
     TE4 - T-Engine 4
-    Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini
+    Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
diff --git a/src/dmnd_square.c b/src/dmnd_square.c
index f4cc1f5926987032615e7afe2d78c2a3b756b568..d3a96b661187107f9fa61b02051058ca9855f705 100644
--- a/src/dmnd_square.c
+++ b/src/dmnd_square.c
@@ -8,7 +8,7 @@
  Lua glue code itself is:
 
     TE4 - T-Engine 4
-    Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini
+    Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
diff --git a/src/fov.c b/src/fov.c
index 1331b57bace9e369b55af8c1c9218ea89d1976d2..2de61bcc5e70ef1b1d2ae4ff593cdb0ac626a539 100644
--- a/src/fov.c
+++ b/src/fov.c
@@ -1,6 +1,6 @@
 /*
     TE4 - T-Engine 4
-    Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini
+    Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
diff --git a/src/fov.h b/src/fov.h
index 986ffc6df7e63d21b7d5a95e430488527646e0b7..7f28f23c17846403c8ad0ec0b6b7d7a7b5b5d314 100644
--- a/src/fov.h
+++ b/src/fov.h
@@ -1,6 +1,6 @@
 /*
     TE4 - T-Engine 4
-    Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini
+    Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
diff --git a/src/fov/fov.c b/src/fov/fov.c
index 058fb0743557e47c7c995ce0133314d1a2b75791..b92ba19ec99427dd285098dab3a94f51436fcad4 100644
--- a/src/fov/fov.c
+++ b/src/fov/fov.c
@@ -1,6 +1,6 @@
 /*
     TE4 - T-Engine 4
-    Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini
+    Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
diff --git a/src/fov/fov.h b/src/fov/fov.h
index 30c8dd10b03aa57838f5daf5569ad30eab97433e..d0867d310987c7df57259180002a9c594252f192 100644
--- a/src/fov/fov.h
+++ b/src/fov/fov.h
@@ -1,6 +1,6 @@
 /*
     TE4 - T-Engine 4
-    Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini
+    Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
diff --git a/src/getself.c b/src/getself.c
index d3543a495a84f4b7102f4c9d41e30ffe702543bd..2e40ac7e8559d49045fed49ae430ecb723ba9f03 100644
--- a/src/getself.c
+++ b/src/getself.c
@@ -1,6 +1,6 @@
 /*
     TE4 - T-Engine 4
-    Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini
+    Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
diff --git a/src/getself.h b/src/getself.h
index 7df7b2bd90a8806b713dd073c5320f14ce26c1da..41052d49cfd672b93a31b332e4eaaf64b8445a1a 100644
--- a/src/getself.h
+++ b/src/getself.h
@@ -1,6 +1,6 @@
 /*
     TE4 - T-Engine 4
-    Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini
+    Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
diff --git a/src/main.c b/src/main.c
index 764312b97c5b2c144e1449d7d8df62ca51d95ddf..ebcb8b5d7df19fa689b0165a4ce4b90d72591aa9 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,6 +1,6 @@
 /*
     TE4 - T-Engine 4
-    Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini
+    Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
diff --git a/src/main.h b/src/main.h
index 791d3eb4509204f7e79c02405e40b58c1c313b4b..1bcedf36fb6c7fc61f3cc33e0d59d10c458cafa2 100644
--- a/src/main.h
+++ b/src/main.h
@@ -1,6 +1,6 @@
 /*
     TE4 - T-Engine 4
-    Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini
+    Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
diff --git a/src/map.c b/src/map.c
index 602f361b40eb142d36545e70adba3d22595ed608..410052f7ba3d9aaade67feb4a6075fbe5943baf2 100644
--- a/src/map.c
+++ b/src/map.c
@@ -1,6 +1,6 @@
 /*
     TE4 - T-Engine 4
-    Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini
+    Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
diff --git a/src/map.h b/src/map.h
index f023495f8e6bf957da01dc3ce891a6166c040452..07f7137fe400d584a1e60fd585605b409b8f65dc 100644
--- a/src/map.h
+++ b/src/map.h
@@ -1,6 +1,6 @@
 /*
     TE4 - T-Engine 4
-    Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini
+    Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
diff --git a/src/music.c b/src/music.c
index 8b33e6f067f900d429896da0da1c716979dcced2..6066aba51c10d50189c3ba4ca0bb7d57dea7d89a 100644
--- a/src/music.c
+++ b/src/music.c
@@ -5,7 +5,7 @@
 
  Modified for:
  TE4 - T-Engine 4
- Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini
+ Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini
 
  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
diff --git a/src/music.h b/src/music.h
index 0fd60fecfb2343eab1b68c607b649b315b637b11..8cd31d043fda8ff183cdbfae0b73252d3a03d89f 100644
--- a/src/music.h
+++ b/src/music.h
@@ -1,6 +1,6 @@
 /*
     TE4 - T-Engine 4
-    Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini
+    Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
diff --git a/src/noise.c b/src/noise.c
index 6c2ef4f41f5a3bfd4a388c9a875cf2a7ab25bc46..1a11bd8767cad7cd6a214b199800bbc872f6432d 100644
--- a/src/noise.c
+++ b/src/noise.c
@@ -1,6 +1,6 @@
 /*
     TE4 - T-Engine 4
-    Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini
+    Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
diff --git a/src/particles.c b/src/particles.c
index 5897ee24d1da9a64cc58927d7e40181fbceca65f..48adff94da15d6cd76478c0d9efc1b5ab9248d12 100644
--- a/src/particles.c
+++ b/src/particles.c
@@ -1,6 +1,6 @@
 /*
     TE4 - T-Engine 4
-    Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini
+    Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
diff --git a/src/particles.h b/src/particles.h
index 0c637ecfaa4d69987e750a90abd69f77a9315d12..8e1707b18afe98fc7be449925ede8e7bda55ed18 100644
--- a/src/particles.h
+++ b/src/particles.h
@@ -1,6 +1,6 @@
 /*
     TE4 - T-Engine 4
-    Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini
+    Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
diff --git a/src/particles_gas.c b/src/particles_gas.c
index 335219e19b24f8400c4d0bfee37cda18140431ee..0727ecab09da6f9b29e3762519d4a2927c136eb3 100644
--- a/src/particles_gas.c
+++ b/src/particles_gas.c
@@ -1,6 +1,6 @@
 /*
     TE4 - T-Engine 4
-    Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini
+    Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
diff --git a/src/particles_gas.h b/src/particles_gas.h
index 38e5681b249b52b5f3a577c3af3d53e40b2ebfa2..e792ff1a8540457944e6295cb881088e2faf754f 100644
--- a/src/particles_gas.h
+++ b/src/particles_gas.h
@@ -1,6 +1,6 @@
 /*
     TE4 - T-Engine 4
-    Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini
+    Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
diff --git a/src/physfs.c b/src/physfs.c
index 4286d0f90108f161e45b6de89374a07ba34b6003..501b1ccd9fddef291d6250492d4a1c6e00df11bd 100644
--- a/src/physfs.c
+++ b/src/physfs.c
@@ -1,6 +1,6 @@
 /*
     TE4 - T-Engine 4
-    Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini
+    Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
diff --git a/src/profile.c b/src/profile.c
index f5d6d94d6792e1b72a0db8f61318e3e772d39e53..a22230a667667cb23c158f9172f007513dafabf1 100644
--- a/src/profile.c
+++ b/src/profile.c
@@ -1,6 +1,6 @@
 /*
     TE4 - T-Engine 4
-    Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini
+    Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
diff --git a/src/profile.h b/src/profile.h
index 215697591e4e401b32c119bc9e285e443ea771e3..9e1d22638e3822fa18af4ec6700d7b68f22dafdf 100644
--- a/src/profile.h
+++ b/src/profile.h
@@ -1,6 +1,6 @@
 /*
     TE4 - T-Engine 4
-    Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini
+    Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
diff --git a/src/runner/core.h b/src/runner/core.h
index e4724a6136b31220cc2620d71f37a91c1a41ad68..13e29745ff34f023c19d54a54b6c1cecefc06d82 100644
--- a/src/runner/core.h
+++ b/src/runner/core.h
@@ -1,6 +1,6 @@
 /*
     TE4 - T-Engine 4
-    Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini
+    Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
diff --git a/src/runner/main.c b/src/runner/main.c
index 8f6403d1941465953de47d33810f99a1161f6dd5..9a690d40b9213b06c83a7e777ba883bda5ef5ff4 100644
--- a/src/runner/main.c
+++ b/src/runner/main.c
@@ -1,6 +1,6 @@
 /*
     TE4 - T-Engine 4
-    Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini
+    Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
diff --git a/src/runner/runner.c b/src/runner/runner.c
index 9428f01dcea964158d3efc9914a2301292487d92..bb023441673e923b94a05024396b06d6cdd04b0d 100644
--- a/src/runner/runner.c
+++ b/src/runner/runner.c
@@ -1,6 +1,6 @@
 /*
     TE4 - T-Engine 4
-    Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini
+    Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
diff --git a/src/script.h b/src/script.h
index 6191678c2e725090a94e082d9db7e2cdc41bc6eb..10e80d1b4f8604eb41dc2c3510abef19aef4f752 100644
--- a/src/script.h
+++ b/src/script.h
@@ -1,6 +1,6 @@
 /*
     TE4 - T-Engine 4
-    Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini
+    Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
diff --git a/src/serial.c b/src/serial.c
index 0cf817755ffde5e37cd2a93bd3504596c5eb1da9..3bc09234cdef3c5e47b4f40266dbbe78c97642bf 100644
--- a/src/serial.c
+++ b/src/serial.c
@@ -1,6 +1,6 @@
 /*
     TE4 - T-Engine 4
-    Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini
+    Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
diff --git a/src/serial.h b/src/serial.h
index 295437f957b98d1f0b7e8136461e49d0bd7581d9..c3f6f8942ea2c3286861c876991f67bc5fe2867b 100644
--- a/src/serial.h
+++ b/src/serial.h
@@ -1,6 +1,6 @@
 /*
     TE4 - T-Engine 4
-    Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini
+    Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
diff --git a/src/shaders.c b/src/shaders.c
index 964be3fd416e2804001f632da669c9931d061004..df5d599139fc231bde422a107faa8b4c57708779 100644
--- a/src/shaders.c
+++ b/src/shaders.c
@@ -1,6 +1,6 @@
 /*
     TE4 - T-Engine 4
-    Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini
+    Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
diff --git a/src/types.h b/src/types.h
index 0e56ccb74f75a1fa1c69b658c2b52fa5e351239b..386511542e17ccc6b33a3764460f5928a903c171 100644
--- a/src/types.h
+++ b/src/types.h
@@ -1,6 +1,6 @@
 /*
     TE4 - T-Engine 4
-    Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini
+    Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
diff --git a/src/wait.c b/src/wait.c
index 1f5f7a1cf3af69cb3f9fd9c2ce0b145ca17e5642..5e6de96434eb4d399fd63dcd2246746631159d8f 100644
--- a/src/wait.c
+++ b/src/wait.c
@@ -1,6 +1,6 @@
 /*
     TE4 - T-Engine 4
-    Copyright (C) 2009, 2010, 2011, 2012 Nicolas Casalini
+    Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicolas Casalini
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by