diff options
author | Hendrik Brucker <hendrik.brucker@mail.de> | 2022-03-20 14:53:45 +0100 |
---|---|---|
committer | Hendrik Brucker <hendrik.brucker@mail.de> | 2022-03-20 14:53:45 +0100 |
commit | 2a55f10e8be2d3a9ffcbb57ab6dd278419c64b37 (patch) | |
tree | 90bf78ae0c5bfa29092398a0dd10ea2a304462ec /thirdparty/noise/FastNoise-LICENSE | |
parent | c251ea01db289feb2f0b237eb3d865e28b0fa1cb (diff) |
Add FastNoiseLite / general noise overhaul
- replace OpenSimplexNoise
Co-authored-by: Cory Petkovsek <tinmanjuggernaut@users.noreply.github.com>
Diffstat (limited to 'thirdparty/noise/FastNoise-LICENSE')
-rw-r--r-- | thirdparty/noise/FastNoise-LICENSE | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/thirdparty/noise/FastNoise-LICENSE b/thirdparty/noise/FastNoise-LICENSE new file mode 100644 index 0000000000..dd6df2c160 --- /dev/null +++ b/thirdparty/noise/FastNoise-LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright(c) 2020 Jordan Peck (jordan.me2@gmail.com) +Copyright(c) 2020 Contributors + +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.
\ No newline at end of file |