COPYING 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. Yasm is Copyright (c) 2001-2014 Peter Johnson and other Yasm developers.
  2. Yasm developers and/or contributors include:
  3. Peter Johnson
  4. Michael Urman
  5. Brian Gladman (Visual Studio build files, other fixes)
  6. Stanislav Karchebny (options parser)
  7. Mathieu Monnier (SSE4 instruction patches, NASM preprocessor additions)
  8. Anonymous "NASM64" developer (NASM preprocessor fixes)
  9. Stephen Polkowski (x86 instruction patches)
  10. Henryk Richter (Mach-O object format)
  11. Ben Skeggs (patches, bug reports)
  12. Alexei Svitkine (GAS preprocessor)
  13. Samuel Thibault (TASM parser and frontend)
  14. -----------------------------------
  15. Yasm licensing overview and summary
  16. -----------------------------------
  17. Note: This document does not provide legal advice nor is it the actual
  18. license of any part of Yasm. See the individual licenses for complete
  19. details. Consult a lawyer for legal advice.
  20. The primary license of Yasm is the 2-clause BSD license. Please use this
  21. license if you plan on submitting code to the project.
  22. Yasm has absolutely no warranty; not even for merchantibility or fitness
  23. for a particular purpose.
  24. -------
  25. Libyasm
  26. -------
  27. Libyasm is 2-clause or 3-clause BSD licensed, with the exception of
  28. bitvect, which is triple-licensed under the Artistic license, GPL, and
  29. LGPL. Libyasm is thus GPL and LGPL compatible. In addition, this also
  30. means that libyasm is free for binary-only distribution as long as the
  31. terms of the 3-clause BSD license and Artistic license (as it applies to
  32. bitvect) are fulfilled.
  33. -------
  34. Modules
  35. -------
  36. The modules are 2-clause or 3-clause BSD licensed.
  37. ---------
  38. Frontends
  39. ---------
  40. The frontends are 2-clause BSD licensed.
  41. -------------
  42. License Texts
  43. -------------
  44. The full text of all licenses are provided in separate files in the source
  45. distribution. Each source file may include the entire license (in the case
  46. of the BSD and Artistic licenses), or may reference the GPL or LGPL license
  47. file.
  48. BSD.txt - 2-clause and 3-clause BSD licenses
  49. Artistic.txt - Artistic license
  50. GNU_GPL-2.0 - GNU General Public License
  51. GNU_LGPL-2.0 - GNU Library General Public License