SDfmL/LICENSING.md

3.1 KiB

Licensing

  • Framework itself - see below ;)
  • SDL2, SDL_ttf and SoLoud - zlib/libPNG
  • TinySoundfont, toml11, Lua, LuaJIT, sol2, SDL_gpu - MIT License
  • argh - BSD-3
  • stb_image.h - Public Domain/MIT

SDfmL license

This library is dual-licensed between DBAD and MIT license.

This means:

  • I do not care about what you do about this goddam library.
  • You can sell it, butcher it, burn it, whatever.
  • Just make sure to not be a dick :)

MIT is also there juuuuust incase your boss aint want that DBAD.

DON'T BE A DICK PUBLIC LICENSE

Source

Version 1.2, February 2021

Copyright (C) 2022 Haya, the bitchass

Everyone is permitted to copy and distribute verbatim or modified copies of this license document.

DON'T BE A DICK PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

  1. Do whatever you like with the original work, just don't be a dick.

    Being a dick includes - but is not limited to - the following instances:

    1a. Outright copyright infringement - Don't just copy the original work/works and change the name.
    1b. Selling the unmodified original with no work done what-so-ever, that's REALLY being a dick.
    1c. Modifying the original work to contain hidden harmful content. That would make you a PROPER dick.

  2. If you become rich through modifications, related works/services, or supporting the original work, share the love. Only a dick would make loads off this work and not buy the original work's creator(s) a pint.

  3. Code is provided with no warranty. Using somebody else's code and bitching when it goes wrong makes you a DONKEY dick. Fix the problem yourself. A non-dick would submit the fix back or submit a bug report.

  4. If you use code, calling it your own would make you a ROYAL dick. How to cite a repo. Alternatively, even just a comment giving attribution to where you found the code would be OK.

MIT License

Copyright (C) 2022 Haya, the bitchass

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.