LICENSE.txt 1.9 KB

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