Add missing new year

This commit is contained in:
Rochet2
2016-01-05 20:27:21 +02:00
parent 2fce645b7e
commit c214d4f37b
3 changed files with 3 additions and 3 deletions

View File

@@ -100,6 +100,6 @@
<script src="{{ static('main.js') }}"></script>
<script async src="{{ root('search-index.js') }}"></script>
<center>Generated on {{ currdate }}</center>
<center>&copy;2015 - Eluna Lua Engine</center>
<center>&copy;2016 - Eluna Lua Engine</center>
</body>
</html>

View File

@@ -1,5 +1,5 @@
--
-- Copyright (C) 2010 - 2015 Eluna Lua Engine <http://emudevs.com/>
-- Copyright (C) 2010 - 2016 Eluna Lua Engine <http://emudevs.com/>
-- This program is free software licensed under GPL version 3
-- Please see the included DOCS/LICENSE.md for more information
--

View File

@@ -1,5 +1,5 @@
--
-- Copyright (C) 2010 - 2015 Eluna Lua Engine <http://emudevs.com/>
-- Copyright (C) 2010 - 2016 Eluna Lua Engine <http://emudevs.com/>
-- This program is free software licensed under GPL version 3
-- Please see the included DOCS/LICENSE.md for more information
--