diff options
-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> |