]> git.baikalelectronics.ru Git - uboot.git/commitdiff
drivers: clk: Update license for Intel N5X device
authorTeik Heng Chong <teik.heng.chong@intel.com>
Wed, 29 Jun 2022 05:51:50 +0000 (13:51 +0800)
committerTien Fong Chee <tien.fong.chee@intel.com>
Fri, 1 Jul 2022 07:00:39 +0000 (15:00 +0800)
All the source code of clk-mem-n5x.c and clk-n5x.c 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: Teik Heng Chong <teik.heng.chong@intel.com>
Reviewed-by: Tien Fong Chee <tien.fong.chee@intel.com>
drivers/clk/altera/clk-mem-n5x.c
drivers/clk/altera/clk-mem-n5x.h
drivers/clk/altera/clk-n5x.c
drivers/clk/altera/clk-n5x.h

index ca4499864189fb64c6cabcbd3535d8ec041497f6..9bbe2cd0ca70751cd2682e7d844b17406536fd84 100644 (file)
@@ -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>
  */
 
 #include <common.h>
index d000ae260c18e19f499cd862811f72ee17e24d8c..7b687012e8f5830bf3aade281207b45d1591f8b6 100644 (file)
@@ -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>
  */
 
 #ifndef        _CLK_MEM_N5X_
index bdcbbaae91098efb28a9d9c4c360d4c71d5e94d6..3fa19e05c47ef91c183e2034f620100138283030 100644 (file)
@@ -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>
  */
 
 #include <common.h>
index 8c00e90f894a3e482be6629714892104d0f9b711..f6a9f0a7947451d0fb96e8310956c2ea71c7c3a7 100644 (file)
@@ -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>
  */
 
 #ifndef        _CLK_N5X_