1Software License Agreement (BSD License) 2======================================== 3 4Copyright (c) 2015, Xilinx Inc. and Contributors. All rights reserved. 5 6Redistribution and use in source and binary forms, with or without 7modification, are permitted provided that the following conditions are met: 8 91. Redistributions of source code must retain the above copyright notice, 10 this list of conditions and the following disclaimer. 11 122. Redistributions in binary form must reproduce the above copyright notice, 13 this list of conditions and the following disclaimer in the documentation 14 and/or other materials provided with the distribution. 15 163. Neither the name of Xilinx nor the names of its contributors may be used 17 to endorse or promote products derived from this software without 18 specific prior written permission. 19 20THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 21AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 22IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 23ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 24LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 25CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 26SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 27INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 28CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 29ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 30POSSIBILITY OF SUCH DAMAGE. 31 32Apache License :2.0 33======================================== 34 35Copyright [yyyy] [name of copyright owner] 36 37Licensed under the Apache License, Version 2.0 (the "License"); 38you may not use this file except in compliance with the License. 39You may obtain a copy of the License at 40 41 http://www.apache.org/licenses/LICENSE-2.0 42 43Unless required by applicable law or agreed to in writing, software 44distributed under the License is distributed on an "AS IS" BASIS, 45WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 46See the License for the specific language governing permissions and 47limitations under the License. 48 49GPL 2.0 50======================================== 51 52Copyright (C) yyyy name of author 53 54This program is free software; you can redistribute it and/or 55modify it under the terms of the GNU General Public License 56as published by the Free Software Foundation; either version 2 57of the License, or (at your option) any later version. 58 59This program is distributed in the hope that it will be useful, 60but WITHOUT ANY WARRANTY; without even the implied warranty of 61MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 62GNU General Public License for more details. 63 64Linux Syscall Note 65======================================== 66 67NOTE! This copyright does *not* cover user programs that use kernel services by normal system calls - this is merely considered normal use of the kernel, and does *not* fall under the heading of "derived work". Also note that the GPL below is copyrighted by the Free Software Foundation, but the instance of code that it refers to (the Linux kernel) is copyrighted by me and others who actually wrote it. 68 69Also note that the only valid version of the GPL as far as the kernel is concerned is _this_ particular version of the license (ie v2, not v2.2 or v3.x or whatever), unless explicitly otherwise stated. 70 71Notes 72========================================= 73Use the following tag instead of the full license text in the individual files: 74 75 SPDX-License-Identifier: BSD-3-Clause 76 SPDX-License-Identifier: Apache-2.0 77 SPDX-License-Identifier: GPL-2.0 78 SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note 79 80This enables machine processing of license information based on the SPDX 81License Identifiers that are here available: http://spdx.org/licenses/ 82 83