aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaurnimator <quae@daurnimator.com>2017-05-14 01:07:47 +0000
committerdaurnimator <quae@daurnimator.com>2017-05-14 01:07:47 +0000
commita216955790084b0a23994ecda444a3e568000596 (patch)
treea396c074baadead4747f6a77109fa2c499fda657
parentfd11094dabfe7bba0810cc4be4d3d0b8783152e5 (diff)
downloadfengari-a216955790084b0a23994ecda444a3e568000596.tar.gz
fengari-a216955790084b0a23994ecda444a3e568000596.tar.bz2
fengari-a216955790084b0a23994ecda444a3e568000596.zip
Add myself to copyright statements
-rw-r--r--LICENSE1
-rw-r--r--src/defs.js2
2 files changed, 2 insertions, 1 deletions
diff --git a/LICENSE b/LICENSE
index c9d6443..6466ce4 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,7 @@
MIT License
Copyright © 2017 Benoit Giannangeli
+Copyright © 2017 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 ba58fa7..748844c 100644
--- a/src/defs.js
+++ b/src/defs.js
@@ -32,7 +32,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_COPYRIGHT = FENGARI_RELEASE + " Copyright (C) 2017 Benoît Giannangeli\nBased on: " + LUA_COPYRIGHT;
-const FENGARI_AUTHORS = "B. Giannangeli";
+const FENGARI_AUTHORS = "B. Giannangeli, Daurnimator";
const LUA_VERSUFFIX = "_" + LUA_VERSION_MAJOR + "_" + LUA_VERSION_MINOR;