Imre Kis | 1d2fbdd | 2019-12-13 11:42:08 +0100 | [diff] [blame^] | 1 | License |
| 2 | ======= |
| 3 | |
| 4 | The software is provided under a BSD-3-Clause license (below). Contributions to |
| 5 | this project are accepted under the same license with developer sign-off as |
| 6 | described 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 | |
| 37 | SPDX Identifiers |
| 38 | ---------------- |
| 39 | |
| 40 | Individual files contain the following tag instead of the full license text. |
| 41 | |
| 42 | :: |
| 43 | |
| 44 | SPDX-License-Identifier: BSD-3-Clause |
| 45 | |
| 46 | This enables machine processing of license information based on the SPDX |
| 47 | License Identifiers that are here available: http://spdx.org/licenses/ |
| 48 | |