LICENSE 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. =========================
  2. The Kiwi licensing terms
  3. =========================
  4. Kiwi is licensed under the terms of the Modified BSD License (also known as
  5. New or Revised BSD), as follows:
  6. Copyright (c) 2013, Nucleic Development Team
  7. All rights reserved.
  8. Redistribution and use in source and binary forms, with or without
  9. modification, are permitted provided that the following conditions are met:
  10. Redistributions of source code must retain the above copyright notice, this
  11. list of conditions and the following disclaimer.
  12. Redistributions in binary form must reproduce the above copyright notice, this
  13. list of conditions and the following disclaimer in the documentation and/or
  14. other materials provided with the distribution.
  15. Neither the name of the Nucleic Development Team nor the names of its
  16. contributors may be used to endorse or promote products derived from this
  17. software without specific prior written permission.
  18. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  19. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  20. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  21. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
  22. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  23. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  24. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  25. CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  26. OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  27. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  28. About Kiwi
  29. ----------
  30. Chris Colbert began the Kiwi project in December 2013 in an effort to
  31. create a blisteringly fast UI constraint solver. Chris is still the
  32. project lead.
  33. The Nucleic Development Team is the set of all contributors to the Nucleic
  34. project and its subprojects.
  35. The core team that coordinates development on GitHub can be found here:
  36. http://github.com/nucleic. The current team consists of:
  37. * Chris Colbert
  38. Our Copyright Policy
  39. --------------------
  40. Nucleic uses a shared copyright model. Each contributor maintains copyright
  41. over their contributions to Nucleic. But, it is important to note that these
  42. contributions are typically only changes to the repositories. Thus, the Nucleic
  43. source code, in its entirety is not the copyright of any single person or
  44. institution. Instead, it is the collective copyright of the entire Nucleic
  45. Development Team. If individual contributors want to maintain a record of what
  46. changes/contributions they have specific copyright on, they should indicate
  47. their copyright in the commit message of the change, when they commit the
  48. change to one of the Nucleic repositories.
  49. With this in mind, the following banner should be used in any source code file
  50. to indicate the copyright and license terms:
  51. #------------------------------------------------------------------------------
  52. # Copyright (c) 2013, Nucleic Development Team.
  53. #
  54. # Distributed under the terms of the Modified BSD License.
  55. #
  56. # The full license is in the file LICENSE, distributed with this software.
  57. #------------------------------------------------------------------------------