[PATCH] arch: arm: socfpga: Include BSD-3-Clause as license identifier

Chee, Tien Fong tien.fong.chee at altera.com
Tue Jul 22 10:40:19 CEST 2025



> -----Original Message-----
> From: Ravulapalli, Naresh Kumar <naresh.kumar.ravulapalli at altera.com>
> Sent: Tuesday, July 1, 2025 12:57 PM
> To: u-boot at lists.denx.de
> Cc: Marek Vasut <marex at denx.de>; Simon Goldschmidt
> <simon.k.r.goldschmidt at gmail.com>; Chee, Tien Fong
> <tien.fong.chee at altera.com>; Tom Rini <trini at konsulko.com>; Ravulapalli,
> Naresh Kumar <naresh.kumar.ravulapalli at altera.com>
> Subject: [PATCH] arch: arm: socfpga: Include BSD-3-Clause as license
> identifier
> 
> All the source code of secure_vab.c and secure_vab.h are from Intel and
> Altera. Updating the license to use either GPL-2.0 or BSD-3-Clause because
> this copy of code may be used for open source and internal project.
> 
> Signed-off-by: Naresh Kumar Ravulapalli
> <nareshkumar.ravulapalli at altera.com>
> ---
>  arch/arm/mach-socfpga/include/mach/secure_vab.h | 4 ++--
>  arch/arm/mach-socfpga/secure_vab.c              | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/arch/arm/mach-socfpga/include/mach/secure_vab.h
> b/arch/arm/mach-socfpga/include/mach/secure_vab.h
> index 42588588e87..1be0cb61e7a 100644
> --- a/arch/arm/mach-socfpga/include/mach/secure_vab.h
> +++ b/arch/arm/mach-socfpga/include/mach/secure_vab.h
> @@ -1,7 +1,7 @@
> -/* 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) 2025 Altera Corporation <www.altera.com>
>   */
> 
>  #ifndef	_SECURE_VAB_H_
> diff --git a/arch/arm/mach-socfpga/secure_vab.c b/arch/arm/mach-
> socfpga/secure_vab.c
> index 9bad2873a49..d5ff47a142c 100644
> --- a/arch/arm/mach-socfpga/secure_vab.c
> +++ b/arch/arm/mach-socfpga/secure_vab.c
> @@ -1,4 +1,4 @@
> -// 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) 2025 Altera Corporation <www.altera.com>
> --
> 2.35.3

Reviewed-by: Tien Fong Chee <tien.fong.chee at altera.com>

Best regards,
Tien Fong



More information about the U-Boot mailing list