diff --git a/docs/ElunaDoc/templates/_base.html b/docs/ElunaDoc/templates/_base.html index a0eb7ff..5c66f70 100644 --- a/docs/ElunaDoc/templates/_base.html +++ b/docs/ElunaDoc/templates/_base.html @@ -100,6 +100,6 @@
Generated on {{ currdate }}
-
©2015 - Eluna Lua Engine
+
©2016 - Eluna Lua Engine
diff --git a/extensions/ObjectVariables.ext b/extensions/ObjectVariables.ext index e69b40b..23d8e59 100644 --- a/extensions/ObjectVariables.ext +++ b/extensions/ObjectVariables.ext @@ -1,5 +1,5 @@ -- --- Copyright (C) 2010 - 2015 Eluna Lua Engine +-- Copyright (C) 2010 - 2016 Eluna Lua Engine -- This program is free software licensed under GPL version 3 -- Please see the included DOCS/LICENSE.md for more information -- diff --git a/extensions/_Misc.ext b/extensions/_Misc.ext index de3258c..5eae744 100644 --- a/extensions/_Misc.ext +++ b/extensions/_Misc.ext @@ -1,5 +1,5 @@ -- --- Copyright (C) 2010 - 2015 Eluna Lua Engine +-- Copyright (C) 2010 - 2016 Eluna Lua Engine -- This program is free software licensed under GPL version 3 -- Please see the included DOCS/LICENSE.md for more information --