Merge pull request #23122 from joseluismarti/bionic
[xbmc.git] / LICENSES / BSD-4-Clause
blobcacf31dee12d6332873e00212af25056cf6ac7ad
1 Valid-License-Identifier: BSD-4-Clause
2 SPDX-URL: https://spdx.org/licenses/BSD-4-Clause.html
3 Usage-Guide:
4   To use the BSD 4-Clause "Original" or "Old" License put the following SPDX
5   tag/value pair into a comment according to the placement guidelines in
6   the licensing rules documentation:
7     SPDX-License-Identifier: BSD-4-Clause
8 License-Text:
10 Copyright (c) <year> <owner> . All rights reserved.
12 Redistribution and use in source and binary forms, with or without modification,
13 are permitted provided that the following conditions are met:
15 1. Redistributions of source code must retain the above copyright notice,
16 this list of conditions and the following disclaimer.
18 2. Redistributions in binary form must reproduce the above copyright notice,
19 this list of conditions and the following disclaimer in the documentation
20 and/or other materials provided with the distribution.
22 3. All advertising materials mentioning features or use of this software must
23 display the following acknowledgement:
25    This product includes software developed by the organization .
27 4. Neither the name of the copyright holder nor the names of its contributors
28 may be used to endorse or promote products derived from this software without
29 specific prior written permission.
31 THIS SOFTWARE IS PROVIDED BY COPYRIGHT HOLDER "AS IS" AND ANY EXPRESS OR IMPLIED
32 WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
33 AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL COPYRIGHT
34 HOLDER BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
35 OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
36 GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
37 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
38 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
39 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
40 DAMAGE.