public
nobgit
read
community.wiki
For NobGit Community
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/community.wiki.git
ssh://[email protected]:2222/orgs/nobgit/community.wiki.git
Trace
Licenses/BSD-3-Clause.md
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
Author
Date
Commit
Line
Code
1
# BSD 3-Clause "New" or "Revised" License
3
**SPDX identifier:** `BSD-3-Clause`
4
**Canonical publisher/reference:** Software Package Data Exchange (SPDX)
5
**Canonical text:** <https://spdx.org/licenses/BSD-3-Clause.html>
7
## Complete legal text
9
Copy the entire block below when you need the unmodified licence text. Replace bracketed copyright placeholders only where the licence itself instructs you to do so.
11
```text
12
BSD 3-Clause License
14
Copyright (c) [year], [owner]
15
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:
20
1. Redistributions of source code must retain the above copyright notice, this
21
list of conditions and the following disclaimer.
23
2. Redistributions in binary form must reproduce the above copyright notice,
24
this list of conditions and the following disclaimer in the documentation
25
and/or other materials provided with the distribution.
27
3. Neither the name of the copyright holder nor the names of its
28
contributors may be used to endorse or promote products derived from
29
this software without specific prior written permission.
31
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
32
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
33
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
34
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
35
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
36
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
37
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
38
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
39
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
40
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
41
```
43
---
45
## Plain-language memory aid
47
**You may:** use, modify, and redistribute the software in source or binary form, including commercially and inside proprietary products.
49
**You must:** retain the copyright notice, licence conditions, and disclaimer. Binary distributions must reproduce them in documentation or other supplied materials.
51
**You may not:** use the copyright holder's or contributors' names to endorse or promote derived products without written permission.
53
**You do not receive:** an express patent grant, warranty, or protection from liability.
55
**Good fit:** permissive projects that also want an explicit non-endorsement clause.
57
---
59
## Summary disclaimer
61
The memory aid is provided for convenience and is not part of the licence. It does not modify, replace, or override the complete legal text above and is not legal advice. If the summary conflicts with the legal text, the legal text controls.