]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arch: arm: socfpga: Include BSD-3-Clause as license identifier
authorNaresh Kumar Ravulapalli <nareshkumar.ravulapalli@altera.com>
Tue, 1 Jul 2025 04:56:44 +0000 (21:56 -0700)
committerTien Fong Chee <tien.fong.chee@intel.com>
Wed, 30 Jul 2025 09:45:28 +0000 (17:45 +0800)
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@altera.com>
Reviewed-by: Tien Fong Chee <tien.fong.chee@altera.com>
arch/arm/mach-socfpga/include/mach/secure_vab.h
arch/arm/mach-socfpga/secure_vab.c

index 42588588e8720609102141166761aaf234117dc7..1be0cb61e7ab761b3310a6f59fd63fe333f130d3 100644 (file)
@@ -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_
index 9bad2873a497b233e4d33ff28d6133d142f1b747..d5ff47a142ca3c4764f1a5ee93ca1e8cd5d4c512 100644 (file)
@@ -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>