LICENSE 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. Copyright (c) 2015-2016 Ask Solem & contributors. All rights reserved.
  2. Vine is licensed under The BSD License (3 Clause, also known as
  3. the new BSD license). The license is an OSI approved Open Source
  4. license and is GPL-compatible(1).
  5. The license text can also be found here:
  6. http://www.opensource.org/licenses/BSD-3-Clause
  7. License
  8. =======
  9. Redistribution and use in source and binary forms, with or without
  10. modification, are permitted provided that the following conditions are met:
  11. * Redistributions of source code must retain the above copyright
  12. notice, this list of conditions and the following disclaimer.
  13. * Redistributions in binary form must reproduce the above copyright
  14. notice, this list of conditions and the following disclaimer in the
  15. documentation and/or other materials provided with the distribution.
  16. * Neither the name of Ask Solem, nor the
  17. names of its contributors may be used to endorse or promote products
  18. derived from this software without specific prior written permission.
  19. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  20. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
  21. THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  22. PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL Ask Solem OR CONTRIBUTORS
  23. BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  24. CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  25. SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  26. INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  27. CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  28. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  29. POSSIBILITY OF SUCH DAMAGE.
  30. Documentation License
  31. =====================
  32. The documentation portion of Vine (the rendered contents of the
  33. "docs" directory of a software distribution or checkout) is supplied
  34. under the "Creative Commons Attribution-ShareAlike 4.0
  35. International" (CC BY-SA 4.0) License as described by
  36. http://creativecommons.org/licenses/by-sa/4.0/
  37. Footnotes
  38. =========
  39. (1) A GPL-compatible license makes it possible to
  40. combine Vine with other software that is released
  41. under the GPL, it does not mean that we're distributing
  42. Vine under the GPL license. The BSD license, unlike the GPL,
  43. let you distribute a modified version without making your
  44. changes open source.