diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2012-11-13 09:38:06 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2012-11-14 13:29:25 +0100 |
commit | daa8e5a077e9d8ca2615f5590fa98b3fcc4c9f47 (patch) | |
tree | 13a230654a8a558e011e91bafae3adeb924e02a1 /qemu-pixman.c | |
parent | b776eca138b641a0234a957a9ff5c2ca4c6772d5 (diff) | |
download | qemu-daa8e5a077e9d8ca2615f5590fa98b3fcc4c9f47.zip qemu-daa8e5a077e9d8ca2615f5590fa98b3fcc4c9f47.tar.gz qemu-daa8e5a077e9d8ca2615f5590fa98b3fcc4c9f47.tar.bz2 |
pixman: add licensing info
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'qemu-pixman.c')
-rw-r--r-- | qemu-pixman.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/qemu-pixman.c b/qemu-pixman.c index 7547ed7..063b52d 100644 --- a/qemu-pixman.c +++ b/qemu-pixman.c @@ -1,3 +1,8 @@ +/* + * This work is licensed under the terms of the GNU GPL, version 2 or later. + * See the COPYING file in the top-level directory. + */ + #include "qemu-pixman.h" int qemu_pixman_get_type(int rshift, int gshift, int bshift) |