aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/lib/strcpy.S
diff options
context:
space:
mode:
authorSonic Zhang <sonic.zhang@analog.com>2012-05-17 02:45:27 -0400
committerBob Liu <lliubbo@gmail.com>2012-05-21 02:54:30 -0400
commitde450838314cd96033b2d2c88b11323efb500fc9 (patch)
treeaa2472e84b4f60ef9610c4a93c310e473ebf0352 /arch/blackfin/lib/strcpy.S
parent8c998b2a15d076fb6157d6b9429a5eea13bc58c2 (diff)
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>
Diffstat (limited to 'arch/blackfin/lib/strcpy.S')
-rw-r--r--arch/blackfin/lib/strcpy.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/lib/strcpy.S b/arch/blackfin/lib/strcpy.S
index a6a0c6363806..9495aa77cc40 100644
--- a/arch/blackfin/lib/strcpy.S
+++ b/arch/blackfin/lib/strcpy.S
@@ -1,7 +1,7 @@
1/* 1/*
2 * Copyright 2005-2010 Analog Devices Inc. 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#include <linux/linkage.h> 7#include <linux/linkage.h>