Commit 933aa017145838510d1311e3a22e191d14074e53
Committed by
Tom Rini
1 parent
0628cb2659
Exists in
master
and in
56 other branches
SPDX-License-Identifier: convert GPL-2.0+ / BSD-2-Clause dual-licensed files
Signed-off-by: Wolfgang Denk <wd@denx.de>
Showing 1 changed file with 1 additions and 44 deletions Side-by-side Diff
include/api_public.h
| ... | ... | @@ -3,50 +3,7 @@ |
| 3 | 3 | * |
| 4 | 4 | * Written by: Rafal Jaworowski <raj@semihalf.com> |
| 5 | 5 | * |
| 6 | - * This file is dual licensed; you can use it under the terms of | |
| 7 | - * either the GPL, or the BSD license, at your option. | |
| 8 | - * | |
| 9 | - * I. GPL: | |
| 10 | - * | |
| 11 | - * This file is free software; you can redistribute it and/or | |
| 12 | - * modify it under the terms of the GNU General Public License as | |
| 13 | - * published by the Free Software Foundation; either version 2 of | |
| 14 | - * the License, or (at your option) any later version. | |
| 15 | - * | |
| 16 | - * This file is distributed in the hope that it will be useful, | |
| 17 | - * but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| 18 | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
| 19 | - * GNU General Public License for more details. | |
| 20 | - * | |
| 21 | - * You should have received a copy of the GNU General Public License | |
| 22 | - * along with this program; if not, write to the Free Software | |
| 23 | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, | |
| 24 | - * MA 02111-1307 USA | |
| 25 | - * | |
| 26 | - * Alternatively, | |
| 27 | - * | |
| 28 | - * II. BSD license: | |
| 29 | - * | |
| 30 | - * Redistribution and use in source and binary forms, with or without | |
| 31 | - * modification, are permitted provided that the following conditions | |
| 32 | - * are met: | |
| 33 | - * 1. Redistributions of source code must retain the above copyright | |
| 34 | - * notice, this list of conditions and the following disclaimer. | |
| 35 | - * 2. Redistributions in binary form must reproduce the above copyright | |
| 36 | - * notice, this list of conditions and the following disclaimer in the | |
| 37 | - * documentation and/or other materials provided with the distribution. | |
| 38 | - * | |
| 39 | - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND | |
| 40 | - * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | |
| 41 | - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | |
| 42 | - * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE | |
| 43 | - * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | |
| 44 | - * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | |
| 45 | - * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | |
| 46 | - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | |
| 47 | - * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | |
| 48 | - * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | |
| 49 | - * SUCH DAMAGE. | |
| 6 | + * SPDX-License-Identifier: GPL-2.0+ BSD-2-Clause | |
| 50 | 7 | */ |
| 51 | 8 | |
| 52 | 9 | #ifndef _API_PUBLIC_H_ |