diff options
author | malc | 2012-11-19 19:26:13 +0100 |
---|---|---|
committer | malc | 2012-11-19 19:26:13 +0100 |
commit | 72bc6f1bf710e205f175af9b1fc8bbd83e8da71f (patch) | |
tree | 3cc0bd8a55a50bbf9ea3f74a29f8796e94fcea7f | |
parent | audio/wavcapture: Clarify licensing (diff) | |
download | qemu-72bc6f1bf710e205f175af9b1fc8bbd83e8da71f.tar.gz qemu-72bc6f1bf710e205f175af9b1fc8bbd83e8da71f.tar.xz qemu-72bc6f1bf710e205f175af9b1fc8bbd83e8da71f.zip |
audio/audio_pt_int: Clarify licensing
Signed-off-by: malc <av1474@comtv.ru>
-rw-r--r-- | audio/audio_pt_int.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/audio_pt_int.c b/audio/audio_pt_int.c index 9a9c306a9c..e3ccb11944 100644 --- a/audio/audio_pt_int.c +++ b/audio/audio_pt_int.c @@ -1,3 +1,4 @@ +/* public domain */ #include "qemu-common.h" #include "audio.h" |