LICENSE.txt 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. The code in this repository code was Written by Gil Tene, Michael Barker,
  2. and Matt Warren, and released to the public domain, as explained at
  3. http://creativecommons.org/publicdomain/zero/1.0/
  4. For users of this code who wish to consume it under the "BSD" license
  5. rather than under the public domain or CC0 contribution text mentioned
  6. above, the code found under this directory is *also* provided under the
  7. following license (commonly referred to as the BSD 2-Clause License). This
  8. license does not detract from the above stated release of the code into
  9. the public domain, and simply represents an additional license granted by
  10. the Author.
  11. -----------------------------------------------------------------------------
  12. ** Beginning of "BSD 2-Clause License" text. **
  13. Copyright (c) 2012, 2013, 2014 Gil Tene
  14. Copyright (c) 2014 Michael Barker
  15. Copyright (c) 2014 Matt Warren
  16. All rights reserved.
  17. Redistribution and use in source and binary forms, with or without
  18. modification, are permitted provided that the following conditions are met:
  19. 1. Redistributions of source code must retain the above copyright notice,
  20. this list of conditions and the following disclaimer.
  21. 2. Redistributions in binary form must reproduce the above copyright notice,
  22. this list of conditions and the following disclaimer in the documentation
  23. and/or other materials provided with the distribution.
  24. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  25. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  26. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  27. ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
  28. LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  29. CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  30. SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  31. INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  32. CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  33. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
  34. THE POSSIBILITY OF SUCH DAMAGE.