LICENSE.TXT 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. This is the license that applies to https://github.com/nothings/stb/blob/master/stb_vorbis.c
  2. /*
  3. ------------------------------------------------------------------------------
  4. This software is available under 2 licenses -- choose whichever you prefer.
  5. ------------------------------------------------------------------------------
  6. ALTERNATIVE A - MIT License
  7. Copyright (c) 2017 Sean Barrett
  8. Permission is hereby granted, free of charge, to any person obtaining a copy of
  9. this software and associated documentation files (the "Software"), to deal in
  10. the Software without restriction, including without limitation the rights to
  11. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
  12. of the Software, and to permit persons to whom the Software is furnished to do
  13. so, subject to the following conditions:
  14. The above copyright notice and this permission notice shall be included in all
  15. copies or substantial portions of the Software.
  16. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  17. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  18. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  19. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  20. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  21. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  22. SOFTWARE.
  23. ------------------------------------------------------------------------------
  24. ALTERNATIVE B - Public Domain (www.unlicense.org)
  25. This is free and unencumbered software released into the public domain.
  26. Anyone is free to copy, modify, publish, use, compile, sell, or distribute this
  27. software, either in source code form or as a compiled binary, for any purpose,
  28. commercial or non-commercial, and by any means.
  29. In jurisdictions that recognize copyright laws, the author or authors of this
  30. software dedicate any and all copyright interest in the software to the public
  31. domain. We make this dedication for the benefit of the public at large and to
  32. the detriment of our heirs and successors. We intend this dedication to be an
  33. overt act of relinquishment in perpetuity of all present and future rights to
  34. this software under copyright law.
  35. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  36. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  37. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  38. AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
  39. ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  40. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  41. ------------------------------------------------------------------------------
  42. */