licenses.list.txt 1.4 KB

12345678910111213141516171819202122232425
  1. ====================COPYRIGHT====================
  2. * Copyright (c) 2016 Project Nayuki. (MIT License)
  3. * https://www.nayuki.io/page/fast-md5-hash-implementation-in-x86-assembly
  4. ====================MIT====================
  5. * Copyright (c) 2016 Project Nayuki. (MIT License)
  6. ====================MIT====================
  7. * Permission is hereby granted, free of charge, to any person obtaining a copy of
  8. * this software and associated documentation files (the "Software"), to deal in
  9. * the Software without restriction, including without limitation the rights to
  10. * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
  11. * the Software, and to permit persons to whom the Software is furnished to do so,
  12. * subject to the following conditions:
  13. * - The above copyright notice and this permission notice shall be included in
  14. * all copies or substantial portions of the Software.
  15. * - The Software is provided "as is", without warranty of any kind, express or
  16. * implied, including but not limited to the warranties of merchantability,
  17. * fitness for a particular purpose and noninfringement. In no event shall the
  18. * authors or copyright holders be liable for any claim, damages or other
  19. * liability, whether in an action of contract, tort or otherwise, arising from,
  20. * out of or in connection with the Software or the use or other dealings in the
  21. * Software.