diff mbox series

[U-Boot,1/2] rockchip: rk3036: ram: update license

Message ID 20181220033342.8525-1-kever.yang@rock-chips.com
State Accepted
Commit 7ff025561dadb1b561b29398009b91264ed0083c
Delegated to: Philipp Tomsich
Headers show
Series [U-Boot,1/2] rockchip: rk3036: ram: update license | expand

Commit Message

Kever Yang Dec. 20, 2018, 3:33 a.m. UTC
All the source code of sdram_rk3036.c are from Rockchip, update the
copyright to owned by Rockchip.

Because rockchip may use this copy of code both for open source
project and internal project, update the license to use both
GPL2.0+ and BSD-3 Clause.

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
---

 arch/arm/mach-rockchip/rk3036/sdram_rk3036.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Philipp Tomsich Jan. 2, 2019, 8:18 p.m. UTC | #1
> All the source code of sdram_rk3036.c are from Rockchip, update the
> copyright to owned by Rockchip.
> 
> Because rockchip may use this copy of code both for open source
> project and internal project, update the license to use both
> GPL2.0+ and BSD-3 Clause.
> 
> Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
> ---
> 
>  arch/arm/mach-rockchip/rk3036/sdram_rk3036.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 

Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Philipp Tomsich Jan. 4, 2019, 6:23 p.m. UTC | #2
> All the source code of sdram_rk3036.c are from Rockchip, update the
> copyright to owned by Rockchip.
> 
> Because rockchip may use this copy of code both for open source
> project and internal project, update the license to use both
> GPL2.0+ and BSD-3 Clause.
> 
> Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
> ---
> 
>  arch/arm/mach-rockchip/rk3036/sdram_rk3036.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 

Applied to u-boot-rockchip, thanks!
diff mbox series

Patch

diff --git a/arch/arm/mach-rockchip/rk3036/sdram_rk3036.c b/arch/arm/mach-rockchip/rk3036/sdram_rk3036.c
index 4e5690eae3..2012d9fe04 100644
--- a/arch/arm/mach-rockchip/rk3036/sdram_rk3036.c
+++ b/arch/arm/mach-rockchip/rk3036/sdram_rk3036.c
@@ -1,6 +1,6 @@ 
-// SPDX-License-Identifier: GPL-2.0+
+// SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
 /*
- * (C) Copyright 2015 Google, Inc
+ * (C) Copyright 2015 Rockchip Electronics Co., Ltd
  */
 #include <common.h>
 #include <asm/io.h>