Skip to content

Commit

Permalink
added license file, updated descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Dav1dde committed Oct 27, 2011
1 parent da5085b commit 00c20c9
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 27 deletions.
23 changes: 23 additions & 0 deletions LICENSE
@@ -0,0 +1,23 @@
Copyright: David Herberth, 2011

License: MIT

Copyright (c) 2011, 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.
5 changes: 5 additions & 0 deletions gl3n/interpolate.d
@@ -1,3 +1,8 @@
/**
Authors: David Herberth
*/


module gl3n.interpolate; module gl3n.interpolate;


private { private {
Expand Down
31 changes: 4 additions & 27 deletions gl3n/linalg.d
@@ -1,34 +1,11 @@
/** /**
Copyright: David Herberth, 2011
License: MIT
Copyright (c) 2011, 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.
Authors: David Herberth Authors: David Herberth
Special thanks to: Special thanks to:
- Tomasz Stachowiak (h3r3tic) - Tomasz Stachowiak (h3r3tic) - allowed me to use parts of omg $(LINK https://bitbucket.org/h3r3tic/boxen/src/default/src/xf/omg)
- Jakob Øvrum (jA_cOp) - Jakob Øvrum (jA_cOp) - improved the code a lot!
- #D on freenode - Florian Boesch (__doc__) - helps me to understand opengl/complex maths better, see: $(LINK http://codeflow.org/)
- #D on freenode - answered general questions to D
*/ */


Expand Down
4 changes: 4 additions & 0 deletions gl3n/util.d
@@ -1,3 +1,7 @@
/**
Authors: David Herberth
*/

module gl3n.util; module gl3n.util;


private { private {
Expand Down

0 comments on commit 00c20c9

Please sign in to comment.