From 6fbbd03a4f135103e730ac4a5dce68ec1aa7559f Mon Sep 17 00:00:00 2001 From: daurnimator Date: Tue, 2 Jan 2018 01:06:24 +1100 Subject: src/defs.lua,LICENSE: Update copyright year for fengari code --- src/defs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/defs.js') diff --git a/src/defs.js b/src/defs.js index a2c5c75..1613bac 100644 --- a/src/defs.js +++ b/src/defs.js @@ -30,7 +30,7 @@ const FENGARI_VERSION_RELEASE = "1"; const FENGARI_VERSION = "Fengari " + FENGARI_VERSION_MAJOR + "." + FENGARI_VERSION_MINOR; const FENGARI_RELEASE = FENGARI_VERSION + "." + FENGARI_VERSION_RELEASE; const FENGARI_AUTHORS = "B. Giannangeli, Daurnimator"; -const FENGARI_COPYRIGHT = FENGARI_RELEASE + " Copyright (C) 2017 " + FENGARI_AUTHORS + "\nBased on: " + LUA_COPYRIGHT; +const FENGARI_COPYRIGHT = FENGARI_RELEASE + " Copyright (C) 2017-2018 " + FENGARI_AUTHORS + "\nBased on: " + LUA_COPYRIGHT; const LUA_VERSUFFIX = "_" + LUA_VERSION_MAJOR + "_" + LUA_VERSION_MINOR; -- cgit v1.2.3-54-g00ecf