From c214d4f37ba7e0e185b94dfb0aa33ae9aba725f1 Mon Sep 17 00:00:00 2001 From: Rochet2 Date: Tue, 5 Jan 2016 20:27:21 +0200 Subject: [PATCH] Add missing new year --- docs/ElunaDoc/templates/_base.html | 2 +- extensions/ObjectVariables.ext | 2 +- extensions/_Misc.ext | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 --