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