diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2022-05-31 21:11:46 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2022-05-31 21:11:46 -0600 |
commit | 227095a4f710ac6afd43f0a7e8b296f188cf20be (patch) | |
tree | e2f7e6a323ca4cad92b6a6012ed01a1afaf517fa /src/docs/LICENSE.gdgifexporter | |
parent | bd197168c39551c3456099ed2a39375a8442483f (diff) |
add working gif maker
Diffstat (limited to 'src/docs/LICENSE.gdgifexporter')
-rw-r--r-- | src/docs/LICENSE.gdgifexporter | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/docs/LICENSE.gdgifexporter b/src/docs/LICENSE.gdgifexporter new file mode 100644 index 0000000..ca5b2ad --- /dev/null +++ b/src/docs/LICENSE.gdgifexporter @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020 Igor Santarek + +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. |