aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaurnimator <quae@daurnimator.com>2018-01-02 01:06:24 +1100
committerdaurnimator <quae@daurnimator.com>2018-01-02 01:06:24 +1100
commit6fbbd03a4f135103e730ac4a5dce68ec1aa7559f (patch)
tree2f7a796b56caa8c0b76ae470480b887266949a49
parentca087aef0afc793e52e870da57cfddb17eeb5701 (diff)
downloadfengari-6fbbd03a4f135103e730ac4a5dce68ec1aa7559f.tar.gz
fengari-6fbbd03a4f135103e730ac4a5dce68ec1aa7559f.tar.bz2
fengari-6fbbd03a4f135103e730ac4a5dce68ec1aa7559f.zip
src/defs.lua,LICENSE: Update copyright year for fengari code
-rw-r--r--LICENSE4
-rw-r--r--src/defs.js2
2 files changed, 3 insertions, 3 deletions
diff --git a/LICENSE b/LICENSE
index 6466ce4..cc5e00b 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,7 +1,7 @@
MIT License
-Copyright © 2017 Benoit Giannangeli
-Copyright © 2017 Daurnimator
+Copyright © 2017-2018 Benoit Giannangeli
+Copyright © 2017-2018 Daurnimator
Copyright © 1994–2017 Lua.org, PUC-Rio.
Permission is hereby granted, free of charge, to any person obtaining a copy
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;