Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

90 рядки
3.6 KiB

  1. jiffy
  2. =====
  3. Files: c_src/* src/* test/*.t
  4. Copyright 2011 Paul J. Davis <paul.joseph.davis@gmail.com>
  5. Permission is hereby granted, free of charge, to any person
  6. obtaining a copy of this software and associated documentation
  7. files (the "Software"), to deal in the Software without
  8. restriction, including without limitation the rights to use,
  9. copy, modify, merge, publish, distribute, sublicense, and/or sell
  10. copies of the Software, and to permit persons to whom the
  11. Software is furnished to do so, subject to the following
  12. conditions:
  13. The above copyright notice and this permission notice shall be
  14. included in all copies or substantial portions of the Software.
  15. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  16. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
  17. OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  18. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
  19. HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  20. WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  21. FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  22. OTHER DEALINGS IN THE SOFTWARE.
  23. Etap
  24. ====
  25. Files: test/etap.erl
  26. Copyright (c) 2008-2009 Nick Gerakines <nick@gerakines.net>
  27. Permission is hereby granted, free of charge, to any person
  28. obtaining a copy of this software and associated documentation
  29. files (the "Software"), to deal in the Software without
  30. restriction, including without limitation the rights to use,
  31. copy, modify, merge, publish, distribute, sublicense, and/or sell
  32. copies of the Software, and to permit persons to whom the
  33. Software is furnished to do so, subject to the following
  34. conditions:
  35. The above copyright notice and this permission notice shall be
  36. included in all copies or substantial portions of the Software.
  37. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  38. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
  39. OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  40. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
  41. HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  42. WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  43. FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  44. OTHER DEALINGS IN THE SOFTWARE.
  45. Yajl Test Cases
  46. ===============
  47. Files: test/cases/*.json
  48. Copyright 2010, Lloyd Hilaiel.
  49. Redistribution and use in source and binary forms, with or without
  50. modification, are permitted provided that the following conditions are
  51. met:
  52. 1. Redistributions of source code must retain the above copyright
  53. notice, this list of conditions and the following disclaimer.
  54. 2. Redistributions in binary form must reproduce the above copyright
  55. notice, this list of conditions and the following disclaimer in
  56. the documentation and/or other materials provided with the
  57. distribution.
  58. 3. Neither the name of Lloyd Hilaiel nor the names of its
  59. contributors may be used to endorse or promote products derived
  60. from this software without specific prior written permission.
  61. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  62. IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  63. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  64. DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
  65. INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  66. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  67. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  68. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  69. STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
  70. IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  71. POSSIBILITY OF SUCH DAMAGE.