LICENSE 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. The MIT License (MIT)
  2. Copyright (c) 2015 Iwasaki Yudai
  3. Permission is hereby granted, free of charge, to any person obtaining a copy
  4. of this software and associated documentation files (the "Software"), to deal
  5. in the Software without restriction, including without limitation the rights
  6. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  7. copies of the Software, and to permit persons to whom the Software is
  8. furnished to do so, subject to the following conditions:
  9. The above copyright notice and this permission notice shall be included in
  10. all copies or substantial portions of the Software.
  11. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  12. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  13. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  14. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  15. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  16. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  17. THE SOFTWARE.
  18. ============================================================================
  19. This repository is build with following third party libraries. Thank you!
  20. ## go-diff - https://github.com/sergi/go-diff
  21. Copyright (c) 2012 Sergi Mansilla <sergi.mansilla@gmail.com>
  22. Permission is hereby granted, free of charge, to any person obtaining a
  23. copy of this software and associated documentation files (the "Software"),
  24. to deal in the Software without restriction, including without limitation
  25. the rights to use, copy, modify, merge, publish, distribute, sublicense,
  26. and/or sell copies of the Software, and to permit persons to whom the
  27. Software is furnished to do so, subject to the following conditions:
  28. The above copyright notice and this permission notice shall be included
  29. in all copies or substantial portions of the Software.
  30. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  31. OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  32. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  33. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  34. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  35. FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  36. DEALINGS IN THE SOFTWARE.
  37. ## golcs - https://github.com/yudai/golcs
  38. The MIT License (MIT)
  39. Copyright (c) 2015 Iwasaki Yudai
  40. Permission is hereby granted, free of charge, to any person obtaining a copy
  41. of this software and associated documentation files (the "Software"), to deal
  42. in the Software without restriction, including without limitation the rights
  43. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  44. copies of the Software, and to permit persons to whom the Software is
  45. furnished to do so, subject to the following conditions:
  46. The above copyright notice and this permission notice shall be included in
  47. all copies or substantial portions of the Software.
  48. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  49. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  50. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  51. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  52. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  53. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  54. THE SOFTWARE.
  55. ## cli.go - https://github.com/codegangsta/cli
  56. Copyright (C) 2013 Jeremy Saenz
  57. All Rights Reserved.
  58. MIT LICENSE
  59. Permission is hereby granted, free of charge, to any person obtaining a copy of
  60. this software and associated documentation files (the "Software"), to deal in
  61. the Software without restriction, including without limitation the rights to
  62. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
  63. the Software, and to permit persons to whom the Software is furnished to do so,
  64. subject to the following conditions:
  65. The above copyright notice and this permission notice shall be included in all
  66. copies or substantial portions of the Software.
  67. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  68. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
  69. FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
  70. COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
  71. IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  72. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  73. ## ginkgo - https://github.com/onsi/ginkgo
  74. Copyright (c) 2013-2014 Onsi Fakhouri
  75. Permission is hereby granted, free of charge, to any person obtaining
  76. a copy of this software and associated documentation files (the
  77. "Software"), to deal in the Software without restriction, including
  78. without limitation the rights to use, copy, modify, merge, publish,
  79. distribute, sublicense, and/or sell copies of the Software, and to
  80. permit persons to whom the Software is furnished to do so, subject to
  81. the following conditions:
  82. The above copyright notice and this permission notice shall be
  83. included in all copies or substantial portions of the Software.
  84. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  85. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  86. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  87. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  88. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  89. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  90. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  91. # gomega - https://github.com/onsi/gomega
  92. Copyright (c) 2013-2014 Onsi Fakhouri
  93. Permission is hereby granted, free of charge, to any person obtaining
  94. a copy of this software and associated documentation files (the
  95. "Software"), to deal in the Software without restriction, including
  96. without limitation the rights to use, copy, modify, merge, publish,
  97. distribute, sublicense, and/or sell copies of the Software, and to
  98. permit persons to whom the Software is furnished to do so, subject to
  99. the following conditions:
  100. The above copyright notice and this permission notice shall be
  101. included in all copies or substantial portions of the Software.
  102. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  103. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  104. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  105. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  106. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  107. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  108. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.