1Software License Agreement (BSD 3-Clause License) 2======================================== 3 4Copyright (c) 2014, Mentor Graphics Corporation. All rights reserved. 5Copyright (c) 2015 - 2016 Xilinx, Inc. All rights reserved. 6Copyright (c) 2016 Freescale Semiconductor, Inc. All rights reserved 7 8Redistribution and use in source and binary forms, with or without 9modification, are permitted provided that the following conditions are met: 10 111. Redistributions of source code must retain the above copyright notice, 12 this list of conditions and the following disclaimer. 13 142. Redistributions in binary form must reproduce the above copyright notice, 15 this list of conditions and the following disclaimer in the documentation 16 and/or other materials provided with the distribution. 17 183. Neither the name of <the copyright holder> nor the names of its contributors 19 may be used to endorse or promote products derived from this software 20 without specific prior written permission. 21 22THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 23AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 24IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 25ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 26LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 27CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 28SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 29INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 30CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 31ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 32POSSIBILITY OF SUCH DAMAGE. 33 34BSD 2-Clause License 35------------------------- 36 37Copyright (c) <year> <owner>. All rights reserved. 38 39Redistribution and use in source and binary forms, with or without 40modification, are permitted provided that the following conditions are met: 41 421. Redistributions of source code must retain the above copyright notice, this 43 list of conditions and the following disclaimer. 44 452. Redistributions in binary form must reproduce the above copyright notice, 46 this list of conditions and the following disclaimer in the documentation 47 and/or other materials provided with the distribution. 48 49THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 50AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 51IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 52DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 53FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 54DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 55SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 56CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 57OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 58OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 59 60Apache License :2.0 61------------------------- 62 63Copyright [yyyy] [name of copyright owner] 64 65Licensed under the Apache License, Version 2.0 (the "License"); 66you may not use this file except in compliance with the License. 67You may obtain a copy of the License at 68 69 http://www.apache.org/licenses/LICENSE-2.0 70 71Unless required by applicable law or agreed to in writing, software 72distributed under the License is distributed on an "AS IS" BASIS, 73WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 74See the License for the specific language governing permissions and 75limitations under the License. 76 77GPL 2.0 78------------------------- 79 80Copyright (C) yyyy name of author 81 82This program is free software; you can redistribute it and/or 83modify it under the terms of the GNU General Public License 84as published by the Free Software Foundation; either version 2 85of the License, or (at your option) any later version. 86 87This program is distributed in the hope that it will be useful, 88but WITHOUT ANY WARRANTY; without even the implied warranty of 89MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 90GNU General Public License for more details. 91 92 93Notes 94========================================= 95Use the following tag instead of the full license text in the individual files: 96 97 SPDX-License-Identifier: BSD-3-Clause 98 SPDX-License-Identifier: BSD-2-Clause 99 SPDX-License-Identifier: Apache-2.0 100 SPDX-License-Identifier: GPL-2.0 101 102This enables machine processing of license information based on the SPDX 103License Identifiers that are here available: http://spdx.org/licenses/ 104 105