diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2012-11-30 09:04:47 -0600 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2012-11-30 09:04:47 -0600 |
commit | 46ee77b357dde619db30d835f73a9001b9c75a03 (patch) | |
tree | a892a78808b3022fef13e72fd93badbcf1b8c4e1 /audio | |
parent | d76aa45bf1f226d2c4e28f6dacbdbbefd51a37ca (diff) | |
download | qemu-46ee77b357dde619db30d835f73a9001b9c75a03.tar.gz qemu-46ee77b357dde619db30d835f73a9001b9c75a03.tar.bz2 qemu-46ee77b357dde619db30d835f73a9001b9c75a03.zip |
Revert "audio/wavcapture: Clarify licensing"
This reverts commit 456a84d156a7c42f18b1da176dd6219e2dffd043.
This patch wasn't submitted to the list and did not get Acked by other
copyright holders in the file.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/wavcapture.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/wavcapture.c b/audio/wavcapture.c index f73691cc9b..4f785f5f49 100644 --- a/audio/wavcapture.c +++ b/audio/wavcapture.c @@ -1,4 +1,3 @@ -/* public domain */ #include "hw/hw.h" #include "monitor.h" #include "audio.h" |