blob: 56e087346e94e745a8b79f28b9255185193927c7 [file] [log] [blame]
Imre Kis1d2fbdd2019-12-13 11:42:08 +01001License
2=======
3
4The software is provided under a BSD-3-Clause license (below). Contributions to
5this project are accepted under the same license with developer sign-off as
6described in the :ref:`Contributor's guide`.
7
8::
9
10 Copyright (c) [XXXX-]YYYY, <OWNER>. All rights reserved.
11
12 Redistribution and use in source and binary forms, with or without modification,
13 are permitted provided that the following conditions are met:
14
15 - Redistributions of source code must retain the above copyright notice, this
16 list of conditions and the following disclaimer.
17
18 - 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.
21
22 - Neither the name of Arm nor the names of its contributors may be used to
23 endorse or promote products derived from this software without specific
24 prior written permission.
25
26 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
27 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
28 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
29 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
30 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
31 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
32 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
33 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
34 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
35 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36
37SPDX Identifiers
38----------------
39
40Individual files contain the following tag instead of the full license text.
41
42::
43
44 SPDX-License-Identifier: BSD-3-Clause
45
46This enables machine processing of license information based on the SPDX
47License Identifiers that are here available: http://spdx.org/licenses/
48