From: Tien Fong Chee Date: Fri, 10 Jun 2022 11:18:00 +0000 (+0800) Subject: intel: n5x: ddr: update license X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=166e5b82a3f49239f67ac5f0d6df8abeb6ca0bdd;p=u-boot.git 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 --- 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 + * Copyright (C) 2020-2022 Intel Corporation * */