diff options
author | Kever Yang <kever.yang@rock-chips.com> | 2018-12-20 11:33:42 +0800 |
---|---|---|
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | 2019-01-02 22:37:10 +0100 |
commit | c43acfdc24a13882200b3bdc81c0ecd1329a1212 (patch) | |
tree | f90834e22f73a8a9d6ef40d589a75e2f3420096a /drivers/ram/rockchip/sdram_rk3288.c | |
parent | 7ff025561dadb1b561b29398009b91264ed0083c (diff) |
rockchip: ram: update license for sdram driver
Rockchip may use this sdram copy of source code for both open source
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>
Diffstat (limited to 'drivers/ram/rockchip/sdram_rk3288.c')
-rw-r--r-- | drivers/ram/rockchip/sdram_rk3288.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ram/rockchip/sdram_rk3288.c b/drivers/ram/rockchip/sdram_rk3288.c index bb3cf48788..d1e52d84e7 100644 --- a/drivers/ram/rockchip/sdram_rk3288.c +++ b/drivers/ram/rockchip/sdram_rk3288.c @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0 +// SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause /* * (C) Copyright 2015 Google, Inc * Copyright 2014 Rockchip Inc. |