diff options
author | Tien Fong Chee <tien.fong.chee@intel.com> | 2022-06-10 19:18:00 +0800 |
---|---|---|
committer | Tien Fong Chee <tien.fong.chee@intel.com> | 2022-06-15 17:48:22 +0800 |
commit | 166e5b82a3f49239f67ac5f0d6df8abeb6ca0bdd (patch) | |
tree | fb487469601bb35d3f1f3f1a1becb731b6a679ee | |
parent | c18e5fb055ab789f58434e3cb432582adee0134c (diff) |
intel: n5x: ddr: update license
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>
-rw-r--r-- | drivers/ddr/altera/sdram_n5x.c | 4 |
1 files 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> * */ |