1
0
mirror of https://github.com/github/choosealicense.com synced 2024-12-22 12:50:24 +01:00
choosealicense.com/_licenses/bsd-3-clause-clear.txt

60 lines
2.2 KiB
Plaintext
Raw Permalink Normal View History

2015-08-19 16:14:26 -04:00
---
2017-12-29 14:30:08 -08:00
title: BSD 3-Clause Clear License
spdx-id: BSD-3-Clause-Clear
2015-08-19 16:14:26 -04:00
description: A variant of the <a href="/licenses/bsd-3-clause/">BSD 3-Clause License</a> that explicitly does not grant any patent rights.
2015-08-19 16:14:26 -04:00
how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file. Replace [year] with the current year and [fullname] with the name (or names) of the copyright holders.
2015-08-19 16:14:26 -04:00
2017-05-30 14:17:13 -07:00
using:
permissions:
2015-08-19 16:14:26 -04:00
- commercial-use
- modifications
- distribution
- private-use
conditions:
- include-copyright
limitations:
- liability
- patent-use
- warranty
2015-08-19 16:14:26 -04:00
---
2019-07-09 14:08:08 -05:00
The Clear BSD License Copyright (c) [year] [fullname]
2018-08-11 14:11:55 -07:00
2015-08-19 16:14:26 -04:00
All rights reserved.
2017-11-20 10:57:52 -08:00
Redistribution and use in source and binary forms, with or without
2018-08-11 14:11:55 -07:00
modification,
are permitted (subject to the limitations in the disclaimer below) provided
that the following conditions are met:
2017-11-20 10:57:52 -08:00
2018-08-11 14:11:55 -07:00
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
2017-11-20 10:57:52 -08:00
2018-08-11 14:11:55 -07:00
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
2017-11-20 10:57:52 -08:00
2018-08-11 14:11:55 -07:00
* Neither the name of the copyright holder nor the names of its contributors
may be used to endorse or promote products derived from this software without
specific prior written permission.
2017-11-20 10:57:52 -08:00
NO EXPRESS OR IMPLIED LICENSES TO ANY PARTY'S PATENT RIGHTS ARE GRANTED BY
THIS LICENSE. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
2018-08-11 14:11:55 -07:00
CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS
BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.