Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

blackfin: license: Change ADI BSD license

Change ADI BSD license to standart 3 clause BSD license for some blackfin arch
code requested by ADI Legal.

Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Bob Liu <lliubbo@gmail.com>

authored by

Sonic Zhang and committed by
Bob Liu
de450838 8c998b2a

+84 -100
-41
arch/blackfin/ADI_BSD.txt
··· 1 - This BSD-Style License applies to a few files in ./arch/blackfin directory, 2 - and is included here, so people understand which code they can use outside 3 - the Linux kernel, in non-GPL based projects. 4 - 5 - Using the files released under the "ADI BSD" license, must comply with 6 - these license terms. 7 - 8 - -------------------------------------------------------------------------- 9 - 10 - Copyright Analog Devices, Inc. 11 - 12 - All rights reserved. 13 - 14 - Redistribution and use in source and binary forms, with or without 15 - modification, are permitted provided that the following conditions 16 - are met: 17 - - Redistributions of source code must retain the above copyright 18 - notice, this list of conditions and the following disclaimer. 19 - - Redistributions in binary form must reproduce the above copyright 20 - notice, this list of conditions and the following disclaimer in 21 - the documentation and/or other materials provided with the 22 - distribution. 23 - - Neither the name of Analog Devices, Inc. nor the names of its 24 - contributors may be used to endorse or promote products derived 25 - from this software without specific prior written permission. 26 - - The use of this software may or may not infringe the patent rights 27 - of one or more patent holders. This license does not release you 28 - from the requirement that you obtain separate licenses from these 29 - patent holders to use this software. 30 - 31 - THIS SOFTWARE IS PROVIDED BY ANALOG DEVICES "AS IS" AND ANY EXPRESS OR 32 - IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, NON-INFRINGEMENT, 33 - MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 34 - IN NO EVENT SHALL ANALOG DEVICES BE LIABLE FOR ANY DIRECT, INDIRECT, 35 - INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 36 - BUT NOT LIMITED TO, INTELLECTUAL PROPERTY RIGHTS, PROCUREMENT OF 37 - SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 38 - BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 39 - WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 40 - OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 41 - ADVISED OF THE POSSIBILITY OF SUCH DAMAGE
+33
arch/blackfin/Clear_BSD.txt
··· 1 + The Clear BSD license: 2 + 3 + Copyright (c) 2012, Analog Devices, Inc. All rights reserved. 4 + 5 + Redistribution and use in source and binary forms, with or without 6 + modification, are permitted (subject to the limitations in the 7 + disclaimer below) provided that the following conditions are met: 8 + 9 + * Redistributions of source code must retain the above copyright 10 + notice, this list of conditions and the following disclaimer. 11 + 12 + * Redistributions in binary form must reproduce the above copyright 13 + notice, this list of conditions and the following disclaimer in the 14 + documentation and/or other materials provided with the 15 + distribution. 16 + 17 + * Neither the name of Analog Devices, Inc. nor the names of its 18 + contributors may be used to endorse or promote products derived 19 + from this software without specific prior written permission. 20 + 21 + NO EXPRESS OR IMPLIED LICENSES TO ANY PARTY'S PATENT RIGHTS ARE 22 + GRANTED BY THIS LICENSE. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT 23 + HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED 24 + WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 25 + MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 26 + DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 27 + LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 28 + CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 29 + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 30 + BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 31 + WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE 32 + OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN 33 + IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+1 -1
arch/blackfin/include/asm/bfin_pfmon.h
··· 3 3 * 4 4 * Copyright 2005-2011 Analog Devices Inc. 5 5 * 6 - * Licensed under the ADI BSD license or GPL-2 (or later). 6 + * Licensed under the Clear BSD license or GPL-2 (or later). 7 7 */ 8 8 9 9 #ifndef __ASM_BFIN_PFMON_H__
+1 -1
arch/blackfin/include/asm/def_LPBlackfin.h
··· 3 3 * 4 4 * Copyright 2005-2008 Analog Devices Inc. 5 5 * 6 - * Licensed under the ADI BSD license or GPL-2 (or later). 6 + * Licensed under the Clear BSD license or GPL-2 (or later). 7 7 */ 8 8 9 9 #ifndef _DEF_LPBLACKFIN_H
+1 -1
arch/blackfin/lib/divsi3.S
··· 1 1 /* 2 2 * Copyright 2004-2009 Analog Devices Inc. 3 3 * 4 - * Licensed under the ADI BSD license or the GPL-2 (or later) 4 + * Licensed under the Clear BSD license or the GPL-2 (or later) 5 5 * 6 6 * 16 / 32 bit signed division. 7 7 * Special cases :
+1 -1
arch/blackfin/lib/memchr.S
··· 1 1 /* 2 2 * Copyright 2005-2009 Analog Devices Inc. 3 3 * 4 - * Licensed under the ADI BSD license or the GPL-2 (or later) 4 + * Licensed under the Clear BSD license or the GPL-2 (or later) 5 5 */ 6 6 7 7 #include <linux/linkage.h>
+1 -1
arch/blackfin/lib/memcmp.S
··· 1 1 /* 2 2 * Copyright 2004-2009 Analog Devices Inc. 3 3 * 4 - * Licensed under the ADI BSD license or the GPL-2 (or later) 4 + * Licensed under the Clear BSD license or the GPL-2 (or later) 5 5 */ 6 6 7 7 #include <linux/linkage.h>
+1 -1
arch/blackfin/lib/memcpy.S
··· 7 7 * 8 8 * Copyright 2004-2009 Analog Devices Inc. 9 9 * 10 - * Licensed under the ADI BSD license or the GPL-2 (or later) 10 + * Licensed under the Clear BSD license or the GPL-2 (or later) 11 11 */ 12 12 13 13 #include <linux/linkage.h>
+1 -1
arch/blackfin/lib/memmove.S
··· 1 1 /* 2 2 * Copyright 2005-2009 Analog Devices Inc. 3 3 * 4 - * Licensed under the ADI BSD license or the GPL-2 (or later) 4 + * Licensed under the Clear BSD license or the GPL-2 (or later) 5 5 */ 6 6 7 7 #include <linux/linkage.h>
+1 -1
arch/blackfin/lib/memset.S
··· 1 1 /* 2 2 * Copyright 2004-2009 Analog Devices Inc. 3 3 * 4 - * Licensed under the ADI BSD license or the GPL-2 (or later) 4 + * Licensed under the Clear BSD license or the GPL-2 (or later) 5 5 */ 6 6 7 7 #include <linux/linkage.h>
+1 -1
arch/blackfin/lib/modsi3.S
··· 6 6 * 7 7 * Copyright 2004-2009 Analog Devices Inc. 8 8 * 9 - * Licensed under the ADI BSD license or the GPL-2 (or later) 9 + * Licensed under the Clear BSD license or the GPL-2 (or later) 10 10 */ 11 11 12 12 .global ___modsi3;
+1 -1
arch/blackfin/lib/muldi3.S
··· 1 1 /* 2 2 * Copyright 2008 Analog Devices Inc. 3 3 * 4 - * Licensed under the ADI BSD license or the GPL-2 (or later) 4 + * Licensed under the Clear BSD license or the GPL-2 (or later) 5 5 */ 6 6 7 7 .align 2
+1 -1
arch/blackfin/lib/smulsi3_highpart.S
··· 1 1 /* 2 2 * Copyright 2007 Analog Devices Inc. 3 3 * 4 - * Licensed under the ADI BSD license or the GPL-2 (or later) 4 + * Licensed under the Clear BSD license or the GPL-2 (or later) 5 5 */ 6 6 7 7 .align 2
+1 -1
arch/blackfin/lib/strcmp.S
··· 1 1 /* 2 2 * Copyright 2005-2010 Analog Devices Inc. 3 3 * 4 - * Licensed under the ADI BSD license or the GPL-2 (or later) 4 + * Licensed under the Clear BSD license or the GPL-2 (or later) 5 5 */ 6 6 7 7 #include <linux/linkage.h>
+1 -1
arch/blackfin/lib/strcpy.S
··· 1 1 /* 2 2 * Copyright 2005-2010 Analog Devices Inc. 3 3 * 4 - * Licensed under the ADI BSD license or the GPL-2 (or later) 4 + * Licensed under the Clear BSD license or the GPL-2 (or later) 5 5 */ 6 6 7 7 #include <linux/linkage.h>
+1 -1
arch/blackfin/lib/strncmp.S
··· 1 1 /* 2 2 * Copyright 2005-2010 Analog Devices Inc. 3 3 * 4 - * Licensed under the ADI BSD license or the GPL-2 (or later) 4 + * Licensed under the Clear BSD license or the GPL-2 (or later) 5 5 */ 6 6 7 7 #include <linux/linkage.h>
+1 -1
arch/blackfin/lib/strncpy.S
··· 1 1 /* 2 2 * Copyright 2005-2010 Analog Devices Inc. 3 3 * 4 - * Licensed under the ADI BSD license or the GPL-2 (or later) 4 + * Licensed under the Clear BSD license or the GPL-2 (or later) 5 5 */ 6 6 7 7 #include <linux/linkage.h>
+1 -1
arch/blackfin/lib/udivsi3.S
··· 1 1 /* 2 2 * Copyright 2004-2009 Analog Devices Inc. 3 3 * 4 - * Licensed under the ADI BSD license or the GPL-2 (or later) 4 + * Licensed under the Clear BSD license or the GPL-2 (or later) 5 5 */ 6 6 7 7 #include <linux/linkage.h>
+1 -1
arch/blackfin/lib/umodsi3.S
··· 3 3 * 4 4 * Copyright 2004-2009 Analog Devices Inc. 5 5 * 6 - * Licensed under the ADI BSD license or the GPL-2 (or later) 6 + * Licensed under the Clear BSD license or the GPL-2 (or later) 7 7 */ 8 8 9 9 #ifdef CONFIG_ARITHMETIC_OPS_L1
+1 -1
arch/blackfin/lib/umulsi3_highpart.S
··· 1 1 /* 2 2 * Copyright 2007 Analog Devices Inc. 3 3 * 4 - * Licensed under the ADI BSD license or the GPL-2 (or later) 4 + * Licensed under the Clear BSD license or the GPL-2 (or later) 5 5 */ 6 6 7 7 .align 2
+1 -2
arch/blackfin/mach-bf518/include/mach/anomaly.h
··· 6 6 * DO NOT EDIT THIS FILE 7 7 * 8 8 * Copyright 2004-2011 Analog Devices Inc. 9 - * Licensed under the ADI BSD license. 10 - * https://docs.blackfin.uclinux.org/doku.php?id=adi_bsd 9 + * Licensed under the Clear BSD license. 11 10 */ 12 11 13 12 /* This file should be up to date with:
+1 -1
arch/blackfin/mach-bf518/include/mach/cdefBF512.h
··· 1 1 /* 2 2 * Copyright 2008-2010 Analog Devices Inc. 3 3 * 4 - * Licensed under the ADI BSD license or the GPL-2 (or later) 4 + * Licensed under the Clear BSD license or the GPL-2 (or later) 5 5 */ 6 6 7 7 #ifndef _CDEF_BF512_H
+1 -1
arch/blackfin/mach-bf518/include/mach/cdefBF514.h
··· 1 1 /* 2 2 * Copyright 2008-2010 Analog Devices Inc. 3 3 * 4 - * Licensed under the ADI BSD license or the GPL-2 (or later) 4 + * Licensed under the Clear BSD license or the GPL-2 (or later) 5 5 */ 6 6 7 7 #ifndef _CDEF_BF514_H
+1 -1
arch/blackfin/mach-bf518/include/mach/cdefBF516.h
··· 1 1 /* 2 2 * Copyright 2008-2010 Analog Devices Inc. 3 3 * 4 - * Licensed under the ADI BSD license or the GPL-2 (or later) 4 + * Licensed under the Clear BSD license or the GPL-2 (or later) 5 5 */ 6 6 7 7 #ifndef _CDEF_BF516_H
+1 -1
arch/blackfin/mach-bf518/include/mach/cdefBF518.h
··· 1 1 /* 2 2 * Copyright 2008-2010 Analog Devices Inc. 3 3 * 4 - * Licensed under the ADI BSD license or the GPL-2 (or later) 4 + * Licensed under the Clear BSD license or the GPL-2 (or later) 5 5 */ 6 6 7 7 #ifndef _CDEF_BF518_H
+1 -1
arch/blackfin/mach-bf518/include/mach/defBF512.h
··· 1 1 /* 2 2 * Copyright 2008-2010 Analog Devices Inc. 3 3 * 4 - * Licensed under the ADI BSD license or the GPL-2 (or later) 4 + * Licensed under the Clear BSD license or the GPL-2 (or later) 5 5 */ 6 6 7 7 #ifndef _DEF_BF512_H
+1 -1
arch/blackfin/mach-bf518/include/mach/defBF514.h
··· 1 1 /* 2 2 * Copyright 2008-2009 Analog Devices Inc. 3 3 * 4 - * Licensed under the ADI BSD license or the GPL-2 (or later) 4 + * Licensed under the Clear BSD license or the GPL-2 (or later) 5 5 */ 6 6 7 7 #ifndef _DEF_BF514_H
+1 -1
arch/blackfin/mach-bf518/include/mach/defBF516.h
··· 1 1 /* 2 2 * Copyright 2008-2009 Analog Devices Inc. 3 3 * 4 - * Licensed under the ADI BSD license or the GPL-2 (or later) 4 + * Licensed under the Clear BSD license or the GPL-2 (or later) 5 5 */ 6 6 7 7 #ifndef _DEF_BF516_H
+1 -1
arch/blackfin/mach-bf518/include/mach/defBF518.h
··· 1 1 /* 2 2 * Copyright 2008-2009 Analog Devices Inc. 3 3 * 4 - * Licensed under the ADI BSD license or the GPL-2 (or later) 4 + * Licensed under the Clear BSD license or the GPL-2 (or later) 5 5 */ 6 6 7 7 #ifndef _DEF_BF518_H
+1 -2
arch/blackfin/mach-bf527/include/mach/anomaly.h
··· 6 6 * DO NOT EDIT THIS FILE 7 7 * 8 8 * Copyright 2004-2011 Analog Devices Inc. 9 - * Licensed under the ADI BSD license. 10 - * https://docs.blackfin.uclinux.org/doku.php?id=adi_bsd 9 + * Licensed under the Clear BSD license. 11 10 */ 12 11 13 12 /* This file should be up to date with:
+1 -1
arch/blackfin/mach-bf527/include/mach/defBF522.h
··· 1 1 /* 2 2 * Copyright 2007-2010 Analog Devices Inc. 3 3 * 4 - * Licensed under the ADI BSD license or the GPL-2 (or later) 4 + * Licensed under the Clear BSD license or the GPL-2 (or later) 5 5 */ 6 6 7 7 #ifndef _DEF_BF522_H
+1 -1
arch/blackfin/mach-bf527/include/mach/defBF525.h
··· 1 1 /* 2 2 * Copyright 2007-2010 Analog Devices Inc. 3 3 * 4 - * Licensed under the ADI BSD license or the GPL-2 (or later) 4 + * Licensed under the Clear BSD license or the GPL-2 (or later) 5 5 */ 6 6 7 7 #ifndef _DEF_BF525_H
+1 -1
arch/blackfin/mach-bf527/include/mach/defBF527.h
··· 1 1 /* 2 2 * Copyright 2007-2010 Analog Devices Inc. 3 3 * 4 - * Licensed under the ADI BSD license or the GPL-2 (or later) 4 + * Licensed under the Clear BSD license or the GPL-2 (or later) 5 5 */ 6 6 7 7 #ifndef _DEF_BF527_H
+1 -2
arch/blackfin/mach-bf533/include/mach/anomaly.h
··· 6 6 * DO NOT EDIT THIS FILE 7 7 * 8 8 * Copyright 2004-2011 Analog Devices Inc. 9 - * Licensed under the ADI BSD license. 10 - * https://docs.blackfin.uclinux.org/doku.php?id=adi_bsd 9 + * Licensed under the Clear BSD license. 11 10 */ 12 11 13 12 /* This file should be up to date with:
+1 -1
arch/blackfin/mach-bf533/include/mach/defBF532.h
··· 3 3 * 4 4 * Copyright 2005-2010 Analog Devices Inc. 5 5 * 6 - * Licensed under the ADI BSD license or the GPL-2 (or later) 6 + * Licensed under the Clear BSD license or the GPL-2 (or later) 7 7 */ 8 8 9 9 #ifndef _DEF_BF532_H
+1 -2
arch/blackfin/mach-bf537/include/mach/anomaly.h
··· 6 6 * DO NOT EDIT THIS FILE 7 7 * 8 8 * Copyright 2004-2011 Analog Devices Inc. 9 - * Licensed under the ADI BSD license. 10 - * https://docs.blackfin.uclinux.org/doku.php?id=adi_bsd 9 + * Licensed under the Clear BSD license. 11 10 */ 12 11 13 12 /* This file should be up to date with:
+1 -1
arch/blackfin/mach-bf537/include/mach/defBF534.h
··· 1 1 /* 2 2 * Copyright 2005-2010 Analog Devices Inc. 3 3 * 4 - * Licensed under the ADI BSD license or the GPL-2 (or later) 4 + * Licensed under the Clear BSD license or the GPL-2 (or later) 5 5 */ 6 6 7 7 #ifndef _DEF_BF534_H
+1 -1
arch/blackfin/mach-bf537/include/mach/defBF537.h
··· 1 1 /* 2 2 * Copyright 2005-2010 Analog Devices Inc. 3 3 * 4 - * Licensed under the ADI BSD license or the GPL-2 (or later) 4 + * Licensed under the Clear BSD license or the GPL-2 (or later) 5 5 */ 6 6 7 7 #ifndef _DEF_BF537_H
+1 -2
arch/blackfin/mach-bf538/include/mach/anomaly.h
··· 6 6 * DO NOT EDIT THIS FILE 7 7 * 8 8 * Copyright 2004-2011 Analog Devices Inc. 9 - * Licensed under the ADI BSD license. 10 - * https://docs.blackfin.uclinux.org/doku.php?id=adi_bsd 9 + * Licensed under the Clear BSD license. 11 10 */ 12 11 13 12 /* This file should be up to date with:
+1 -1
arch/blackfin/mach-bf538/include/mach/defBF538.h
··· 1 1 /* 2 2 * Copyright 2008-2010 Analog Devices Inc. 3 3 * 4 - * Licensed under the ADI BSD license or the GPL-2 (or later) 4 + * Licensed under the Clear BSD license or the GPL-2 (or later) 5 5 */ 6 6 7 7 #ifndef _DEF_BF538_H
+1 -1
arch/blackfin/mach-bf538/include/mach/defBF539.h
··· 1 1 /* 2 2 * Copyright 2008-2010 Analog Devices Inc. 3 3 * 4 - * Licensed under the ADI BSD license or the GPL-2 (or later) 4 + * Licensed under the Clear BSD license or the GPL-2 (or later) 5 5 */ 6 6 7 7 #ifndef _DEF_BF539_H
+1 -2
arch/blackfin/mach-bf548/include/mach/anomaly.h
··· 6 6 * DO NOT EDIT THIS FILE 7 7 * 8 8 * Copyright 2004-2011 Analog Devices Inc. 9 - * Licensed under the ADI BSD license. 10 - * https://docs.blackfin.uclinux.org/doku.php?id=adi_bsd 9 + * Licensed under the Clear BSD license. 11 10 */ 12 11 13 12 /* This file should be up to date with:
+1 -1
arch/blackfin/mach-bf548/include/mach/defBF542.h
··· 1 1 /* 2 2 * Copyright 2007-2010 Analog Devices Inc. 3 3 * 4 - * Licensed under the ADI BSD license or the GPL-2 (or later) 4 + * Licensed under the Clear BSD license or the GPL-2 (or later) 5 5 */ 6 6 7 7 #ifndef _DEF_BF542_H
+1 -1
arch/blackfin/mach-bf548/include/mach/defBF544.h
··· 1 1 /* 2 2 * Copyright 2007-2010 Analog Devices Inc. 3 3 * 4 - * Licensed under the ADI BSD license or the GPL-2 (or later) 4 + * Licensed under the Clear BSD license or the GPL-2 (or later) 5 5 */ 6 6 7 7 #ifndef _DEF_BF544_H
+1 -1
arch/blackfin/mach-bf548/include/mach/defBF547.h
··· 1 1 /* 2 2 * Copyright 2008-2010 Analog Devices Inc. 3 3 * 4 - * Licensed under the ADI BSD license or the GPL-2 (or later) 4 + * Licensed under the Clear BSD license or the GPL-2 (or later) 5 5 */ 6 6 7 7 #ifndef _DEF_BF547_H
+1 -1
arch/blackfin/mach-bf548/include/mach/defBF548.h
··· 1 1 /* 2 2 * Copyright 2007-2010 Analog Devices Inc. 3 3 * 4 - * Licensed under the ADI BSD license or the GPL-2 (or later) 4 + * Licensed under the Clear BSD license or the GPL-2 (or later) 5 5 */ 6 6 7 7 #ifndef _DEF_BF548_H
+1 -1
arch/blackfin/mach-bf548/include/mach/defBF549.h
··· 1 1 /* 2 2 * Copyright 2007-2010 Analog Devices Inc. 3 3 * 4 - * Licensed under the ADI BSD license or the GPL-2 (or later) 4 + * Licensed under the Clear BSD license or the GPL-2 (or later) 5 5 */ 6 6 7 7 #ifndef _DEF_BF549_H
+1 -1
arch/blackfin/mach-bf548/include/mach/defBF54x_base.h
··· 1 1 /* 2 2 * Copyright 2007-2010 Analog Devices Inc. 3 3 * 4 - * Licensed under the ADI BSD license or the GPL-2 (or later) 4 + * Licensed under the Clear BSD license or the GPL-2 (or later) 5 5 */ 6 6 7 7 #ifndef _DEF_BF54X_H
+1 -2
arch/blackfin/mach-bf561/include/mach/anomaly.h
··· 6 6 * DO NOT EDIT THIS FILE 7 7 * 8 8 * Copyright 2004-2011 Analog Devices Inc. 9 - * Licensed under the ADI BSD license. 10 - * https://docs.blackfin.uclinux.org/doku.php?id=adi_bsd 9 + * Licensed under the Clear BSD license. 11 10 */ 12 11 13 12 /* This file should be up to date with:
+1 -1
arch/blackfin/mach-bf561/include/mach/defBF561.h
··· 1 1 /* 2 2 * Copyright 2005-2010 Analog Devices Inc. 3 3 * 4 - * Licensed under the ADI BSD license or the GPL-2 (or later) 4 + * Licensed under the Clear BSD license or the GPL-2 (or later) 5 5 */ 6 6 7 7 #ifndef _DEF_BF561_H
+1 -2
arch/blackfin/mach-bf609/include/mach/anomaly.h
··· 6 6 * DO NOT EDIT THIS FILE 7 7 * 8 8 * Copyright 2004-2011 Analog Devices Inc. 9 - * Licensed under the ADI BSD license. 10 - * https://docs.blackfin.uclinux.org/doku.php?id=adi_bsd 9 + * Licensed under the Clear BSD license. 11 10 */ 12 11 13 12 /* This file should be up to date with:
+1 -1
arch/blackfin/mach-bf609/include/mach/defBF609.h
··· 1 1 /* 2 2 * Copyright 2011 Analog Devices Inc. 3 3 * 4 - * Licensed under the ADI BSD license or the GPL-2 (or later) 4 + * Licensed under the Clear BSD license or the GPL-2 (or later) 5 5 */ 6 6 7 7 #ifndef _DEF_BF609_H
+1 -1
arch/blackfin/mach-bf609/include/mach/defBF60x_base.h
··· 1 1 /* 2 2 * Copyright 2011 Analog Devices Inc. 3 3 * 4 - * Licensed under the ADI BSD license or the GPL-2 (or later) 4 + * Licensed under the Clear BSD license or the GPL-2 (or later) 5 5 */ 6 6 7 7 #ifndef _DEF_BF60X_H