[PATCH] intel: n5x: ddr: update license

From: Tien Fong Chee tien.fong.chee@intel.com
All the source code of sdram_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: Tien Fong Chee tien.fong.chee@intel.com --- drivers/ddr/altera/sdram_n5x.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/ddr/altera/sdram_n5x.c b/drivers/ddr/altera/sdram_n5x.c index ac13ac4319..737a4e2ff1 100644 --- a/drivers/ddr/altera/sdram_n5x.c +++ b/drivers/ddr/altera/sdram_n5x.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> * */

On 6/10/22 13:23, tien.fong.chee@intel.com wrote:
From: Tien Fong Chee tien.fong.chee@intel.com
All the source code of sdram_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: Tien Fong Chee tien.fong.chee@intel.com
That's still fine, since nobody did any other changes to this driver yet.
Do you plan to collect those socfpga patches yourself and send a PR for next ?

-----Original Message----- From: Marek Vasut marex@denx.de Sent: Saturday, 11 June, 2022 6:08 PM To: Chee, Tien Fong tien.fong.chee@intel.com; u-boot@lists.denx.de Cc: Simon Goldschmidt simon.k.r.goldschmidt@gmail.com; Chaplin, Kris kris.chaplin@intel.com; Hea, Kok Kiang kok.kiang.hea@intel.com; Kho, Sin Hui sin.hui.kho@intel.com; Lokanathan, Raaj raaj.lokanathan@intel.com; Maniyam, Dinesh dinesh.maniyam@intel.com Subject: Re: [PATCH] intel: n5x: ddr: update license
On 6/10/22 13:23, tien.fong.chee@intel.com wrote:
From: Tien Fong Chee tien.fong.chee@intel.com
All the source code of sdram_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: Tien Fong Chee tien.fong.chee@intel.com
That's still fine, since nobody did any other changes to this driver yet.
Do you plan to collect those socfpga patches yourself and send a PR for next ?
Yes, that's my next plan after submitting this patch for review.

On 6/13/22 03:35, Chee, Tien Fong wrote: [...]
On 6/10/22 13:23, tien.fong.chee@intel.com wrote:
From: Tien Fong Chee tien.fong.chee@intel.com
All the source code of sdram_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: Tien Fong Chee tien.fong.chee@intel.com
That's still fine, since nobody did any other changes to this driver yet.
Do you plan to collect those socfpga patches yourself and send a PR for next ?
Yes, that's my next plan after submitting this patch for review.
Excellent, thanks!
participants (3)
-
Chee, Tien Fong
-
Marek Vasut
-
tien.fong.chee@intel.com