shaders.noise.LICENSE.txt Maven / Gradle / Ivy
This software is provided under the permissive "MIT license",
as stated below. The license is officially approved by OSI as an
open source license. It is less restrictive than e.g. the GPL in
that it is compatible with closed-source commercial use without
charge and without sharing modifications you make, but you need
to give credit to the original authors wherever you use the code
or derivatives of it. Credit does not necessarily have to be
presented to every end-user of the software, but it should be
present in the source code and in "about" pop-ups, program
documentation and the like. You must also include a copy of the
license and the copyright notice below in all your distributions.
The code is specifically not public domain, and you may not claim
that you wrote it yourself, either explicitly by putting yourself
down as the sole author of derivative work, or implicitly by
removing the names of the original authors or the license terms.
You may share this code freely, but you must not sub-license it
under a different license, neither a more nor a less restrictive
one. If the MIT license does not suit your needs, you should
contact the original authors to negotiate a different license.
----
Copyright (C) 2011 by Stefan Gustavson and Ian McEwan
([email protected], [email protected])
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.
----