gopkg.in_yaml.v3@v3.0.1.txt 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. gopkg.in/yaml.v3 @ v3.0.1
  2. ----- LICENSE -----
  3. This project is covered by two different licenses: MIT and Apache.
  4. #### MIT License ####
  5. The following files were ported to Go from C files of libyaml, and thus
  6. are still covered by their original MIT license, with the additional
  7. copyright staring in 2011 when the project was ported over:
  8. apic.go emitterc.go parserc.go readerc.go scannerc.go
  9. writerc.go yamlh.go yamlprivateh.go
  10. Copyright (c) 2006-2010 Kirill Simonov
  11. Copyright (c) 2006-2011 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.
  27. ### Apache License ###
  28. All the remaining project files are covered by the Apache license:
  29. Copyright (c) 2011-2019 Canonical Ltd
  30. Licensed under the Apache License, Version 2.0 (the "License");
  31. you may not use this file except in compliance with the License.
  32. You may obtain a copy of the License at
  33. http://www.apache.org/licenses/LICENSE-2.0
  34. Unless required by applicable law or agreed to in writing, software
  35. distributed under the License is distributed on an "AS IS" BASIS,
  36. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  37. See the License for the specific language governing permissions and
  38. limitations under the License.
  39. ----- LICENSE -----
  40. This project is covered by two different licenses: MIT and Apache.
  41. #### MIT License ####
  42. The following files were ported to Go from C files of libyaml, and thus
  43. are still covered by their original MIT license, with the additional
  44. copyright staring in 2011 when the project was ported over:
  45. apic.go emitterc.go parserc.go readerc.go scannerc.go
  46. writerc.go yamlh.go yamlprivateh.go
  47. Copyright (c) 2006-2010 Kirill Simonov
  48. Copyright (c) 2006-2011 Kirill Simonov
  49. Permission is hereby granted, free of charge, to any person obtaining a copy of
  50. this software and associated documentation files (the "Software"), to deal in
  51. the Software without restriction, including without limitation the rights to
  52. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
  53. of the Software, and to permit persons to whom the Software is furnished to do
  54. so, subject to the following conditions:
  55. The above copyright notice and this permission notice shall be included in all
  56. copies or substantial portions of the Software.
  57. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  58. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  59. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  60. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  61. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  62. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  63. SOFTWARE.
  64. ### Apache License ###
  65. All the remaining project files are covered by the Apache license:
  66. Copyright (c) 2011-2019 Canonical Ltd
  67. Licensed under the Apache License, Version 2.0 (the "License");
  68. you may not use this file except in compliance with the License.
  69. You may obtain a copy of the License at
  70. http://www.apache.org/licenses/LICENSE-2.0
  71. Unless required by applicable law or agreed to in writing, software
  72. distributed under the License is distributed on an "AS IS" BASIS,
  73. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  74. See the License for the specific language governing permissions and
  75. limitations under the License.
  76. ----- NOTICE -----
  77. Copyright 2011-2016 Canonical Ltd.
  78. Licensed under the Apache License, Version 2.0 (the "License");
  79. you may not use this file except in compliance with the License.
  80. You may obtain a copy of the License at
  81. http://www.apache.org/licenses/LICENSE-2.0
  82. Unless required by applicable law or agreed to in writing, software
  83. distributed under the License is distributed on an "AS IS" BASIS,
  84. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  85. See the License for the specific language governing permissions and
  86. limitations under the License.
  87. ----- NOTICE -----
  88. Copyright 2011-2016 Canonical Ltd.
  89. Licensed under the Apache License, Version 2.0 (the "License");
  90. you may not use this file except in compliance with the License.
  91. You may obtain a copy of the License at
  92. http://www.apache.org/licenses/LICENSE-2.0
  93. Unless required by applicable law or agreed to in writing, software
  94. distributed under the License is distributed on an "AS IS" BASIS,
  95. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  96. See the License for the specific language governing permissions and
  97. limitations under the License.