From 012b95a3416d0ccabd48452f7b6d7409c2e46b9c Mon Sep 17 00:00:00 2001 From: Cristina Suteu Date: Thu, 10 Oct 2024 15:24:27 +0300 Subject: [PATCH] update license headers for remainder req. library source files Signed-off-by: Cristina Suteu --- attr.c | 2 +- attr.h | 2 +- block.c | 2 +- buffer.c | 2 +- channel.c | 2 +- context.c | 2 +- device.c | 2 +- events.c | 2 +- mask.c | 2 +- scan.c | 2 +- sort.c | 2 +- sort.h | 2 +- stream.c | 2 +- task.c | 2 +- utilities.c | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/attr.c b/attr.c index f561dfe9f..eb15e4167 100644 --- a/attr.c +++ b/attr.c @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: LGPL-2.1-or-later +// SPDX-License-Identifier: LGPL-2.1-or-later OR MIT /* * libiio - Library for interfacing industrial I/O (IIO) devices * diff --git a/attr.h b/attr.h index 305104f13..aca67a00d 100644 --- a/attr.h +++ b/attr.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: LGPL-2.1-or-later */ +/* SPDX-License-Identifier: LGPL-2.1-or-later OR MIT */ /* * libiio - Library for interfacing industrial I/O (IIO) devices * diff --git a/block.c b/block.c index fe19e0608..fb58c844a 100644 --- a/block.c +++ b/block.c @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: LGPL-2.1-or-later +// SPDX-License-Identifier: LGPL-2.1-or-later OR MIT /* * libiio - Library for interfacing industrial I/O (IIO) devices * diff --git a/buffer.c b/buffer.c index 6fb407be7..c9e397b3b 100644 --- a/buffer.c +++ b/buffer.c @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: LGPL-2.1-or-later +// SPDX-License-Identifier: LGPL-2.1-or-later OR MIT /* * libiio - Library for interfacing industrial I/O (IIO) devices * diff --git a/channel.c b/channel.c index c35454570..e85fc3b52 100644 --- a/channel.c +++ b/channel.c @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: LGPL-2.1-or-later +// SPDX-License-Identifier: LGPL-2.1-or-later OR MIT /* * libiio - Library for interfacing industrial I/O (IIO) devices * diff --git a/context.c b/context.c index a202e80e9..db7637daf 100644 --- a/context.c +++ b/context.c @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: LGPL-2.1-or-later +// SPDX-License-Identifier: LGPL-2.1-or-later OR MIT /* * libiio - Library for interfacing industrial I/O (IIO) devices * diff --git a/device.c b/device.c index 0a0d90d55..d3a1e9686 100644 --- a/device.c +++ b/device.c @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: LGPL-2.1-or-later +// SPDX-License-Identifier: LGPL-2.1-or-later OR MIT /* * libiio - Library for interfacing industrial I/O (IIO) devices * diff --git a/events.c b/events.c index 4b130eb74..a0e245c68 100644 --- a/events.c +++ b/events.c @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: LGPL-2.1-or-later +// SPDX-License-Identifier: LGPL-2.1-or-later OR MIT /* * libiio - Library for interfacing industrial I/O (IIO) devices * diff --git a/mask.c b/mask.c index c7be62d92..5c3089ca2 100644 --- a/mask.c +++ b/mask.c @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: LGPL-2.1-or-later +// SPDX-License-Identifier: LGPL-2.1-or-later OR MIT /* * libiio - Library for interfacing industrial I/O (IIO) devices * diff --git a/scan.c b/scan.c index ed4b888a8..71cba796e 100644 --- a/scan.c +++ b/scan.c @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: LGPL-2.1-or-later +// SPDX-License-Identifier: LGPL-2.1-or-later OR MIT /* * libiio - Library for interfacing industrial I/O (IIO) devices * diff --git a/sort.c b/sort.c index 805cd1de2..2fc948018 100644 --- a/sort.c +++ b/sort.c @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: LGPL-2.1-or-later +// SPDX-License-Identifier: LGPL-2.1-or-later OR MIT /* * libiio - Library for interfacing industrial I/O (IIO) devices * diff --git a/sort.h b/sort.h index c771d51ef..22acd3830 100644 --- a/sort.h +++ b/sort.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: LGPL-2.1-or-later */ +/* SPDX-License-Identifier: LGPL-2.1-or-later OR MIT */ /* * libiio - Library for interfacing industrial I/O (IIO) devices * diff --git a/stream.c b/stream.c index 711c736d8..7d173d00f 100644 --- a/stream.c +++ b/stream.c @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: LGPL-2.1-or-later +// SPDX-License-Identifier: LGPL-2.1-or-later OR MIT /* * libiio - Library for interfacing industrial I/O (IIO) devices * diff --git a/task.c b/task.c index b08a8eafb..ee58dc299 100644 --- a/task.c +++ b/task.c @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: LGPL-2.1-or-later +// SPDX-License-Identifier: LGPL-2.1-or-later OR MIT /* * libiio - Library for interfacing industrial I/O (IIO) devices * diff --git a/utilities.c b/utilities.c index 040798d1c..02e05c7db 100644 --- a/utilities.c +++ b/utilities.c @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: LGPL-2.1-or-later +// SPDX-License-Identifier: LGPL-2.1-or-later OR MIT /* * libiio - Library for interfacing industrial I/O (IIO) devices *