diff options
| author | 2020-10-15 15:46:23 -0400 | |
|---|---|---|
| committer | 2020-10-15 15:46:23 -0400 | |
| commit | 6698ecfb040450e8db4ee10b8b6939219dc6e1a5 (patch) | |
| tree | 86c6058bca6c2643db790f82dcae592d2d214ca8 /subprojects/s3tc-dxt-decompression/LICENSE | |
| parent | 81d12bbc041cf4a9849e255b268c7def7c3d205f (diff) | |
| download | mauri-6698ecfb040450e8db4ee10b8b6939219dc6e1a5.tar.gz mauri-6698ecfb040450e8db4ee10b8b6939219dc6e1a5.tar.bz2 mauri-6698ecfb040450e8db4ee10b8b6939219dc6e1a5.zip | |
proper s3tc subproject
Diffstat (limited to 'subprojects/s3tc-dxt-decompression/LICENSE')
| -rw-r--r-- | subprojects/s3tc-dxt-decompression/LICENSE | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/subprojects/s3tc-dxt-decompression/LICENSE b/subprojects/s3tc-dxt-decompression/LICENSE new file mode 100644 index 0000000..883ae60 --- /dev/null +++ b/subprojects/s3tc-dxt-decompression/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2009 Benjamin Dobell, Glass Echidna + +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. |