Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

new-bsd-license.txt 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. The BSD 3-Clause License
  2. [OSI Approved License]
  3. The BSD 3-Clause License
  4. The following is a BSD 3-Clause ("BSD New" or "BSD Simplified") license
  5. template. To generate your own license, change the values of OWNER, ORGANIZATION
  6. and YEAR from their original values as given here, and substitute your own.
  7. Note: You may omit clause 3 and still be OSD-conformant. Despite its
  8. colloquial name "BSD New", this is not the newest version of the BSD license; it
  9. was followed by the even newer BSD-2-Clause version, sometimes known as the
  10. "Simplified BSD License". On January 9th, 2008 the OSI Board approved
  11. BSD-2-Clause, which is used by FreeBSD and others. It omits the final
  12. "no-endorsement" clause and is thus roughly equivalent to the MIT License.
  13. Historical Background: The original license used on BSD Unix had four
  14. clauses. The advertising clause (the third of four clauses) required you to
  15. acknowledge use of U.C. Berkeley code in your advertising of any product using
  16. that code. It was officially rescinded by the Director of the Office of
  17. Technology Licensing of the University of California on July 22nd, 1999. He
  18. states that clause 3 is "hereby deleted in its entirety." The four clause
  19. license has not been approved by OSI. The license below does not contain the
  20. advertising clause.
  21. This prelude is not part of the license.
  22. <OWNER> = Regents of the University of California
  23. <ORGANIZATION> = University of California, Berkeley
  24. <YEAR> = 1998
  25. In the original BSD license, both occurrences of the phrase "COPYRIGHT HOLDERS
  26. AND CONTRIBUTORS" in the disclaimer read "REGENTS AND CONTRIBUTORS".
  27. Here is the license template:
  28. Copyright (c) <YEAR>, <OWNER>
  29. All rights reserved.
  30. Redistribution and use in source and binary forms, with or without modification,
  31. are permitted provided that the following conditions are met:
  32. Redistributions of source code must retain the above copyright notice, this
  33. list of conditions and the following disclaimer.
  34. Redistributions in binary form must reproduce the above copyright notice,
  35. this list of conditions and the following disclaimer in the documentation and/or
  36. other materials provided with the distribution.
  37. Neither the name of the <ORGANIZATION> nor the names of its contributors may
  38. be used to endorse or promote products derived from this software without
  39. specific prior written permission.
  40. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  41. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  42. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  43. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
  44. ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  45. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  46. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
  47. ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  48. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  49. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.