Skip to content

Commit

Permalink
backends: update license headers
Browse files Browse the repository at this point in the history
Signed-off-by: Cristina Suteu <[email protected]>
  • Loading branch information
cristina-suteu committed Oct 9, 2024
1 parent 2b4fd8b commit b7e84c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend.c
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
2 changes: 1 addition & 1 deletion serial.c
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
2 changes: 1 addition & 1 deletion usb.c
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down

0 comments on commit b7e84c0

Please sign in to comment.