You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

LICENSE.libyaml 1.3KB

12345678910111213141516171819202122232425262728293031
  1. The following files were ported to Go from C files of libyaml, and thus
  2. are still covered by their original copyright and license:
  3. apic.go
  4. emitterc.go
  5. parserc.go
  6. readerc.go
  7. scannerc.go
  8. writerc.go
  9. yamlh.go
  10. yamlprivateh.go
  11. Copyright (c) 2006 Kirill Simonov
  12. Permission is hereby granted, free of charge, to any person obtaining a copy of
  13. this software and associated documentation files (the "Software"), to deal in
  14. the Software without restriction, including without limitation the rights to
  15. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
  16. of the Software, and to permit persons to whom the Software is furnished to do
  17. so, subject to the following conditions:
  18. The above copyright notice and this permission notice shall be included in all
  19. copies or substantial portions of the Software.
  20. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  21. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  22. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  23. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  24. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  25. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  26. SOFTWARE.