summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLokanathan, Raaj <raaj.lokanathan@intel.com>2022-11-14 20:54:33 +0800
committerLokanathan, Raaj <raaj.lokanathan@intel.com>2023-01-06 15:50:22 +0800
commit3c21bfbf3be6320772aabd51bebeb166a3ca89e6 (patch)
treed60e3c34899b79b4e0508ecb2f3784f628806390
parent9357894a21f4125f14db4e28910b371a4031a818 (diff)
downloadu-boot-socfpga-3c21bfbf3be6320772aabd51bebeb166a3ca89e6.tar.gz
HSD #18025336902: intel: n5x: ddr: update license for secure_vab
All the source code of secure_vab.c and secure_vab.h are from Intel. Update the license to use both GPL2.0 and BSD-3 Clause because this copy of code may used for open source and internal project. Signed-off-by: Lokanathan, Raaj <raaj.lokanathan@intel.com>
-rw-r--r--arch/arm/mach-socfpga/include/mach/secure_vab.h4
-rw-r--r--arch/arm/mach-socfpga/secure_vab.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-socfpga/include/mach/secure_vab.h b/arch/arm/mach-socfpga/include/mach/secure_vab.h
index 42588588e8..b808b495f7 100644
--- a/arch/arm/mach-socfpga/include/mach/secure_vab.h
+++ b/arch/arm/mach-socfpga/include/mach/secure_vab.h
@@ -1,6 +1,6 @@
-/* SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
*
- * Copyright (C) 2020 Intel Corporation <www.intel.com>
+ * Copyright (C) 2020- 2022 Intel Corporation <www.intel.com>
*
*/
diff --git a/arch/arm/mach-socfpga/secure_vab.c b/arch/arm/mach-socfpga/secure_vab.c
index 797e60d12f..4b23002c6c 100644
--- a/arch/arm/mach-socfpga/secure_vab.c
+++ b/arch/arm/mach-socfpga/secure_vab.c
@@ -1,6 +1,6 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
/*
- * Copyright (C) 2020-2021 Intel Corporation <www.intel.com>
+ * Copyright (C) 2020-2022 Intel Corporation <www.intel.com>
*
*/