diff options
author | malc <av1474@comtv.ru> | 2012-11-19 22:26:13 +0400 |
---|---|---|
committer | malc <av1474@comtv.ru> | 2012-11-19 22:26:13 +0400 |
commit | 72bc6f1bf710e205f175af9b1fc8bbd83e8da71f (patch) | |
tree | 3cc0bd8a55a50bbf9ea3f74a29f8796e94fcea7f | |
parent | 456a84d156a7c42f18b1da176dd6219e2dffd043 (diff) | |
download | qemu-72bc6f1bf710e205f175af9b1fc8bbd83e8da71f.zip qemu-72bc6f1bf710e205f175af9b1fc8bbd83e8da71f.tar.gz qemu-72bc6f1bf710e205f175af9b1fc8bbd83e8da71f.tar.bz2 |
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 9a9c306..e3ccb11 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" |