From 4ef64e3e3a39de19f70d6a9ebb635e51be0470cc Mon Sep 17 00:00:00 2001 From: Colby Klein Date: Sat, 25 Oct 2014 16:10:20 -0700 Subject: [PATCH] Update LICENSE.md Forgot to mention vrld in the license file. --- LICENSE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LICENSE.md b/LICENSE.md index a26ddfa..457f03f 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -2,6 +2,8 @@ Licenses ====================== CPML is Copyright (c) 2014 Colby Klein . +Code in vec3.lua is derived from hump.vector. (c) 2010-2013 Matthias Richter. MIT. + Portions of mat4.lua are from LuaMatrix, (c) 2010 Michael Lutz. MIT. Code in simplex.lua is (c) 2011 Stefan Gustavson. MIT.