diff options
Diffstat (limited to 'tools/iio/iio_event_monitor.c')
-rw-r--r-- | tools/iio/iio_event_monitor.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/iio/iio_event_monitor.c b/tools/iio/iio_event_monitor.c index 7bf9bde28bcc..f115d166c985 100644 --- a/tools/iio/iio_event_monitor.c +++ b/tools/iio/iio_event_monitor.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* Industrialio event test code. | 2 | /* Industrialio event test code. |
2 | * | 3 | * |
3 | * Copyright (c) 2011-2012 Lars-Peter Clausen <lars@metafoo.de> | 4 | * Copyright (c) 2011-2012 Lars-Peter Clausen <lars@metafoo.de> |
4 | * | 5 | * |
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License version 2 as published by | ||
7 | * the Free Software Foundation. | ||
8 | * | ||
9 | * This program is primarily intended as an example application. | 6 | * This program is primarily intended as an example application. |
10 | * Reads the current buffer setup from sysfs and starts a short capture | 7 | * Reads the current buffer setup from sysfs and starts a short capture |
11 | * from the specified device, pretty printing the result after appropriate | 8 | * from the specified device, pretty printing the result after appropriate |