diff --git a/LICENSE b/LICENSE index f6df3de..d535c35 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright: David Herberth, 2011-2013 +Copyright: David Herberth, 2011-2021 License: MIT diff --git a/README.markdown b/README.markdown index eb1789d..6469542 100644 --- a/README.markdown +++ b/README.markdown @@ -29,26 +29,6 @@ License gl3n is MIT licensed, which allows you to use it everywhere you want it. - Copyright (c) 2011-2013, David Herberth. - - Permission is hereby granted, free of charge, to any person obtaining a copy - of this software and associated documentation files (the "Software"), to deal - in the Software without restriction, including without limitation the rights - to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included in - all copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN - THE SOFTWARE. - Documentation ============= @@ -118,4 +98,4 @@ mat4 m4 = mat4(vec4(1.0f, 2.0f, 3.0f, 4.0f), 5.0f, 6.0f, 7.0f, 8.0f, vec4(...) . vec3 vcross = cross(up, forward).normalized; _position = _position - (vcross*delta); } -``` \ No newline at end of file +``` diff --git a/package.json b/package.json index 46e66c0..7e2d073 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "gl3n", "description": "OpenGL Maths for D (not glm for D but better).", "homepage": "http://dav1dde.github.com/gl3n/", - "copyright": "Copyright © 2011-2015, David Herberth", + "copyright": "Copyright © 2011-2021, David Herberth", "license": "MIT", "targetType": "staticLibrary", "targetName": "gl3n",