LICENSE.txt 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. ----------------------------------------------------------------------
  2. bsnes - Super Nintendo emulator
  3. Copyright © 2004-2020 byuu et al
  4. https://byuu.org/bsnes/
  5. This program is free software: you can redistribute it and/or modify
  6. it under the terms of the GNU General Public License as published by
  7. the Free Software Foundation, either version 3 of the License, or
  8. (at your option) any later version.
  9. This program is distributed in the hope that it will be useful,
  10. but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. GNU General Public License for more details.
  13. You should have received a copy of the GNU General Public License
  14. along with this program. If not, see <https://www.gnu.org/licenses/>.
  15. ----------------------------------------------------------------------
  16. ----------------------------------------------------------------------
  17. libco - C cooperative threading library
  18. nall - C++ template library
  19. ruby - Hardware abstraction library
  20. hiro - User interface library
  21. Copyright © 2006-2020 byuu et al
  22. Permission to use, copy, modify, and/or distribute this software for
  23. any purpose with or without fee is hereby granted, provided that the
  24. above copyright notice and this permission notice appear in all
  25. copies.
  26. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
  27. WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
  28. WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
  29. AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
  30. DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
  31. PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  32. TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  33. PERFORMANCE OF THIS SOFTWARE.
  34. ----------------------------------------------------------------------