diff options
author | Leah Rowe <leah@libreboot.org> | 2023-10-17 13:35:01 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-10-17 13:55:20 +0100 |
commit | 4cdf60e60a3ebb9b42ac21a106660b5285700722 (patch) | |
tree | e5f9627006105d4aa3bd0696e82502c9f3a7870d /util/spkmodem_recv | |
parent | fc2cab312439b9512df6834bfef9d0e3b41cdc84 (diff) |
util/spkmodem-recv: detailed copyright history
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/spkmodem_recv')
-rw-r--r-- | util/spkmodem_recv/spkmodem-recv.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/util/spkmodem_recv/spkmodem-recv.c b/util/spkmodem_recv/spkmodem-recv.c index be91c836..4467282d 100644 --- a/util/spkmodem_recv/spkmodem-recv.c +++ b/util/spkmodem_recv/spkmodem-recv.c @@ -2,6 +2,11 @@ /* SPDX-FileCopyrightText: 2013 Free Software Foundation, Inc. */ /* Usage: parec --channels=1 --rate=48000 --format=s16le | ./spkmodem-recv */ +/* Forked from coreboot's version, at util/spkmodem_recv/ in coreboot.git, + * revision 5c2b5fcf2f9c9259938fd03cfa3ea06b36a007f0 as of 3 January 2022. + * This version is heavily modified, re-written based on OpenBSD Kernel Source + * File Style Guide (KNF); this change is Copyright 2023 Leah Rowe. */ + #include <err.h> #include <errno.h> #include <stdio.h> |