Skip to content

Commit

Permalink
blackfin: license: Change ADI BSD license
Browse files Browse the repository at this point in the history
Change ADI BSD license to standart 3 clause BSD license for some blackfin arch
code requested by ADI Legal.

Signed-off-by: Sonic Zhang <[email protected]>
Signed-off-by: Bob Liu <[email protected]>
  • Loading branch information
sonicz authored and aet00 committed May 21, 2012
1 parent 8c998b2 commit de45083
Show file tree
Hide file tree
Showing 53 changed files with 84 additions and 100 deletions.
41 changes: 0 additions & 41 deletions arch/blackfin/ADI_BSD.txt

This file was deleted.

33 changes: 33 additions & 0 deletions arch/blackfin/Clear_BSD.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
The Clear BSD license:

Copyright (c) 2012, Analog Devices, Inc. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted (subject to the limitations in the
disclaimer below) provided that the following conditions are met:

* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the
distribution.

* Neither the name of Analog Devices, Inc. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.

NO EXPRESS OR IMPLIED LICENSES TO ANY PARTY'S PATENT RIGHTS ARE
GRANTED BY THIS LICENSE. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT
HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2 changes: 1 addition & 1 deletion arch/blackfin/include/asm/bfin_pfmon.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Copyright 2005-2011 Analog Devices Inc.
*
* Licensed under the ADI BSD license or GPL-2 (or later).
* Licensed under the Clear BSD license or GPL-2 (or later).
*/

#ifndef __ASM_BFIN_PFMON_H__
Expand Down
2 changes: 1 addition & 1 deletion arch/blackfin/include/asm/def_LPBlackfin.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Copyright 2005-2008 Analog Devices Inc.
*
* Licensed under the ADI BSD license or GPL-2 (or later).
* Licensed under the Clear BSD license or GPL-2 (or later).
*/

#ifndef _DEF_LPBLACKFIN_H
Expand Down
2 changes: 1 addition & 1 deletion arch/blackfin/lib/divsi3.S
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright 2004-2009 Analog Devices Inc.
*
* Licensed under the ADI BSD license or the GPL-2 (or later)
* Licensed under the Clear BSD license or the GPL-2 (or later)
*
* 16 / 32 bit signed division.
* Special cases :
Expand Down
2 changes: 1 addition & 1 deletion arch/blackfin/lib/memchr.S
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright 2005-2009 Analog Devices Inc.
*
* Licensed under the ADI BSD license or the GPL-2 (or later)
* Licensed under the Clear BSD license or the GPL-2 (or later)
*/

#include <linux/linkage.h>
Expand Down
2 changes: 1 addition & 1 deletion arch/blackfin/lib/memcmp.S
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright 2004-2009 Analog Devices Inc.
*
* Licensed under the ADI BSD license or the GPL-2 (or later)
* Licensed under the Clear BSD license or the GPL-2 (or later)
*/

#include <linux/linkage.h>
Expand Down
2 changes: 1 addition & 1 deletion arch/blackfin/lib/memcpy.S
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* Copyright 2004-2009 Analog Devices Inc.
*
* Licensed under the ADI BSD license or the GPL-2 (or later)
* Licensed under the Clear BSD license or the GPL-2 (or later)
*/

#include <linux/linkage.h>
Expand Down
2 changes: 1 addition & 1 deletion arch/blackfin/lib/memmove.S
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright 2005-2009 Analog Devices Inc.
*
* Licensed under the ADI BSD license or the GPL-2 (or later)
* Licensed under the Clear BSD license or the GPL-2 (or later)
*/

#include <linux/linkage.h>
Expand Down
2 changes: 1 addition & 1 deletion arch/blackfin/lib/memset.S
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright 2004-2009 Analog Devices Inc.
*
* Licensed under the ADI BSD license or the GPL-2 (or later)
* Licensed under the Clear BSD license or the GPL-2 (or later)
*/

#include <linux/linkage.h>
Expand Down
2 changes: 1 addition & 1 deletion arch/blackfin/lib/modsi3.S
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Copyright 2004-2009 Analog Devices Inc.
*
* Licensed under the ADI BSD license or the GPL-2 (or later)
* Licensed under the Clear BSD license or the GPL-2 (or later)
*/

.global ___modsi3;
Expand Down
2 changes: 1 addition & 1 deletion arch/blackfin/lib/muldi3.S
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright 2008 Analog Devices Inc.
*
* Licensed under the ADI BSD license or the GPL-2 (or later)
* Licensed under the Clear BSD license or the GPL-2 (or later)
*/

.align 2
Expand Down
2 changes: 1 addition & 1 deletion arch/blackfin/lib/smulsi3_highpart.S
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright 2007 Analog Devices Inc.
*
* Licensed under the ADI BSD license or the GPL-2 (or later)
* Licensed under the Clear BSD license or the GPL-2 (or later)
*/

.align 2
Expand Down
2 changes: 1 addition & 1 deletion arch/blackfin/lib/strcmp.S
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright 2005-2010 Analog Devices Inc.
*
* Licensed under the ADI BSD license or the GPL-2 (or later)
* Licensed under the Clear BSD license or the GPL-2 (or later)
*/

#include <linux/linkage.h>
Expand Down
2 changes: 1 addition & 1 deletion arch/blackfin/lib/strcpy.S
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright 2005-2010 Analog Devices Inc.
*
* Licensed under the ADI BSD license or the GPL-2 (or later)
* Licensed under the Clear BSD license or the GPL-2 (or later)
*/

#include <linux/linkage.h>
Expand Down
2 changes: 1 addition & 1 deletion arch/blackfin/lib/strncmp.S
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright 2005-2010 Analog Devices Inc.
*
* Licensed under the ADI BSD license or the GPL-2 (or later)
* Licensed under the Clear BSD license or the GPL-2 (or later)
*/

#include <linux/linkage.h>
Expand Down
2 changes: 1 addition & 1 deletion arch/blackfin/lib/strncpy.S
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright 2005-2010 Analog Devices Inc.
*
* Licensed under the ADI BSD license or the GPL-2 (or later)
* Licensed under the Clear BSD license or the GPL-2 (or later)
*/

#include <linux/linkage.h>
Expand Down
2 changes: 1 addition & 1 deletion arch/blackfin/lib/udivsi3.S
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright 2004-2009 Analog Devices Inc.
*
* Licensed under the ADI BSD license or the GPL-2 (or later)
* Licensed under the Clear BSD license or the GPL-2 (or later)
*/

#include <linux/linkage.h>
Expand Down
2 changes: 1 addition & 1 deletion arch/blackfin/lib/umodsi3.S
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Copyright 2004-2009 Analog Devices Inc.
*
* Licensed under the ADI BSD license or the GPL-2 (or later)
* Licensed under the Clear BSD license or the GPL-2 (or later)
*/

#ifdef CONFIG_ARITHMETIC_OPS_L1
Expand Down
2 changes: 1 addition & 1 deletion arch/blackfin/lib/umulsi3_highpart.S
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright 2007 Analog Devices Inc.
*
* Licensed under the ADI BSD license or the GPL-2 (or later)
* Licensed under the Clear BSD license or the GPL-2 (or later)
*/

.align 2
Expand Down
3 changes: 1 addition & 2 deletions arch/blackfin/mach-bf518/include/mach/anomaly.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
* DO NOT EDIT THIS FILE
*
* Copyright 2004-2011 Analog Devices Inc.
* Licensed under the ADI BSD license.
* https://docs.blackfin.uclinux.org/doku.php?id=adi_bsd
* Licensed under the Clear BSD license.
*/

/* This file should be up to date with:
Expand Down
2 changes: 1 addition & 1 deletion arch/blackfin/mach-bf518/include/mach/cdefBF512.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright 2008-2010 Analog Devices Inc.
*
* Licensed under the ADI BSD license or the GPL-2 (or later)
* Licensed under the Clear BSD license or the GPL-2 (or later)
*/

#ifndef _CDEF_BF512_H
Expand Down
2 changes: 1 addition & 1 deletion arch/blackfin/mach-bf518/include/mach/cdefBF514.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright 2008-2010 Analog Devices Inc.
*
* Licensed under the ADI BSD license or the GPL-2 (or later)
* Licensed under the Clear BSD license or the GPL-2 (or later)
*/

#ifndef _CDEF_BF514_H
Expand Down
2 changes: 1 addition & 1 deletion arch/blackfin/mach-bf518/include/mach/cdefBF516.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright 2008-2010 Analog Devices Inc.
*
* Licensed under the ADI BSD license or the GPL-2 (or later)
* Licensed under the Clear BSD license or the GPL-2 (or later)
*/

#ifndef _CDEF_BF516_H
Expand Down
2 changes: 1 addition & 1 deletion arch/blackfin/mach-bf518/include/mach/cdefBF518.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright 2008-2010 Analog Devices Inc.
*
* Licensed under the ADI BSD license or the GPL-2 (or later)
* Licensed under the Clear BSD license or the GPL-2 (or later)
*/

#ifndef _CDEF_BF518_H
Expand Down
2 changes: 1 addition & 1 deletion arch/blackfin/mach-bf518/include/mach/defBF512.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright 2008-2010 Analog Devices Inc.
*
* Licensed under the ADI BSD license or the GPL-2 (or later)
* Licensed under the Clear BSD license or the GPL-2 (or later)
*/

#ifndef _DEF_BF512_H
Expand Down
2 changes: 1 addition & 1 deletion arch/blackfin/mach-bf518/include/mach/defBF514.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright 2008-2009 Analog Devices Inc.
*
* Licensed under the ADI BSD license or the GPL-2 (or later)
* Licensed under the Clear BSD license or the GPL-2 (or later)
*/

#ifndef _DEF_BF514_H
Expand Down
2 changes: 1 addition & 1 deletion arch/blackfin/mach-bf518/include/mach/defBF516.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright 2008-2009 Analog Devices Inc.
*
* Licensed under the ADI BSD license or the GPL-2 (or later)
* Licensed under the Clear BSD license or the GPL-2 (or later)
*/

#ifndef _DEF_BF516_H
Expand Down
2 changes: 1 addition & 1 deletion arch/blackfin/mach-bf518/include/mach/defBF518.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright 2008-2009 Analog Devices Inc.
*
* Licensed under the ADI BSD license or the GPL-2 (or later)
* Licensed under the Clear BSD license or the GPL-2 (or later)
*/

#ifndef _DEF_BF518_H
Expand Down
3 changes: 1 addition & 2 deletions arch/blackfin/mach-bf527/include/mach/anomaly.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
* DO NOT EDIT THIS FILE
*
* Copyright 2004-2011 Analog Devices Inc.
* Licensed under the ADI BSD license.
* https://docs.blackfin.uclinux.org/doku.php?id=adi_bsd
* Licensed under the Clear BSD license.
*/

/* This file should be up to date with:
Expand Down
2 changes: 1 addition & 1 deletion arch/blackfin/mach-bf527/include/mach/defBF522.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright 2007-2010 Analog Devices Inc.
*
* Licensed under the ADI BSD license or the GPL-2 (or later)
* Licensed under the Clear BSD license or the GPL-2 (or later)
*/

#ifndef _DEF_BF522_H
Expand Down
2 changes: 1 addition & 1 deletion arch/blackfin/mach-bf527/include/mach/defBF525.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright 2007-2010 Analog Devices Inc.
*
* Licensed under the ADI BSD license or the GPL-2 (or later)
* Licensed under the Clear BSD license or the GPL-2 (or later)
*/

#ifndef _DEF_BF525_H
Expand Down
2 changes: 1 addition & 1 deletion arch/blackfin/mach-bf527/include/mach/defBF527.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright 2007-2010 Analog Devices Inc.
*
* Licensed under the ADI BSD license or the GPL-2 (or later)
* Licensed under the Clear BSD license or the GPL-2 (or later)
*/

#ifndef _DEF_BF527_H
Expand Down
3 changes: 1 addition & 2 deletions arch/blackfin/mach-bf533/include/mach/anomaly.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
* DO NOT EDIT THIS FILE
*
* Copyright 2004-2011 Analog Devices Inc.
* Licensed under the ADI BSD license.
* https://docs.blackfin.uclinux.org/doku.php?id=adi_bsd
* Licensed under the Clear BSD license.
*/

/* This file should be up to date with:
Expand Down
2 changes: 1 addition & 1 deletion arch/blackfin/mach-bf533/include/mach/defBF532.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Copyright 2005-2010 Analog Devices Inc.
*
* Licensed under the ADI BSD license or the GPL-2 (or later)
* Licensed under the Clear BSD license or the GPL-2 (or later)
*/

#ifndef _DEF_BF532_H
Expand Down
3 changes: 1 addition & 2 deletions arch/blackfin/mach-bf537/include/mach/anomaly.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
* DO NOT EDIT THIS FILE
*
* Copyright 2004-2011 Analog Devices Inc.
* Licensed under the ADI BSD license.
* https://docs.blackfin.uclinux.org/doku.php?id=adi_bsd
* Licensed under the Clear BSD license.
*/

/* This file should be up to date with:
Expand Down
2 changes: 1 addition & 1 deletion arch/blackfin/mach-bf537/include/mach/defBF534.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Copyright 2005-2010 Analog Devices Inc.
*
* Licensed under the ADI BSD license or the GPL-2 (or later)
* Licensed under the Clear BSD license or the GPL-2 (or later)
*/

#ifndef _DEF_BF534_H
Expand Down
Loading

0 comments on commit de45083

Please sign in to comment.