diff options
| author | Panagiotis Peristerakis <[email protected]> | 2020-03-12 15:56:24 +0200 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2020-03-13 10:09:53 +0530 |
| commit | ffdc858f7277b5fca3bca8f19961c9ccfeb42c16 (patch) | |
| tree | 089cd429af21dbcb1b013c7237ab8d386037c238 | |
| parent | 86d37bbd7ddf44430eb63ac521261f2fa11733b0 (diff) | |
platform: ariane-fpga: Change license for ariane-fpga from GPL-2.0 to BSD-2
Signed-off-by: Panagiotis Peristerakis <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Reviewed-by: Anup Patel <[email protected]>
| -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 f9f0c0d6..3556461a 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 <[email protected]> diff --git a/platform/ariane-fpga/objects.mk b/platform/ariane-fpga/objects.mk index 520b00af..814e6da6 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 <[email protected]> diff --git a/platform/ariane-fpga/platform.c b/platform/ariane-fpga/platform.c index 1975eb2d..d5d0fbcf 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 <[email protected]> |
