diff options
author | Panagiotis Peristerakis <perister@ics.forth.gr> | 2020-03-12 15:56:24 +0200 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2020-03-13 10:09:53 +0530 |
commit | ffdc858f7277b5fca3bca8f19961c9ccfeb42c16 (patch) | |
tree | 089cd429af21dbcb1b013c7237ab8d386037c238 /platform | |
parent | 86d37bbd7ddf44430eb63ac521261f2fa11733b0 (diff) |
platform: ariane-fpga: Change license for ariane-fpga from GPL-2.0 to BSD-2
Signed-off-by: Panagiotis Peristerakis <perister@ics.forth.gr>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Anup Patel <anup.patel@wdc.com>
Diffstat (limited to 'platform')
-rw-r--r-- | platform/ariane-fpga/config.mk | 2 | ||||
-rw-r--r-- | platform/ariane-fpga/objects.mk | 2 | ||||
-rw-r--r-- | platform/ariane-fpga/platform.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/platform/ariane-fpga/config.mk b/platform/ariane-fpga/config.mk index f9f0c0d..3556461 100644 --- a/platform/ariane-fpga/config.mk +++ b/platform/ariane-fpga/config.mk @@ -1,5 +1,5 @@ # -# SPDX-License-Identifier: GPL-2.0 +# SPDX-License-Identifier: BSD-2-Clause # # Copyright (C) 2019 FORTH-ICS/CARV # Panagiotis Peristerakis <perister@ics.forth.gr> diff --git a/platform/ariane-fpga/objects.mk b/platform/ariane-fpga/objects.mk index 520b00a..814e6da 100644 --- a/platform/ariane-fpga/objects.mk +++ b/platform/ariane-fpga/objects.mk @@ -1,5 +1,5 @@ # -# SPDX-License-Identifier: GPL-2.0 +# SPDX-License-Identifier: BSD-2-Clause # # Copyright (C) 2019 FORTH-ICS/CARV # Panagiotis Peristerakis <perister@ics.forth.gr> diff --git a/platform/ariane-fpga/platform.c b/platform/ariane-fpga/platform.c index 1975eb2..d5d0fbc 100644 --- a/platform/ariane-fpga/platform.c +++ b/platform/ariane-fpga/platform.c @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-2.0 */ +/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (C) 2019 FORTH-ICS/CARV * Panagiotis Peristerakis <perister@ics.forth.gr> |