summaryrefslogtreecommitdiff
path: root/qemu-pixman.c
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2012-11-14 08:53:03 -0600
committerAnthony Liguori <aliguori@us.ibm.com>2012-11-14 08:53:03 -0600
commit662d263f280f6cfc82263a687b8322b69d2ed7db (patch)
tree189f3f201abe57962cb40bba2ce2638ce82eb9f0 /qemu-pixman.c
parentde148eb79c7894178a1c2da6f2320b9ce6b0daee (diff)
parentfeb33ea728a72730389bc5d4bf52d33f09c7868b (diff)
downloadqemu-662d263f280f6cfc82263a687b8322b69d2ed7db.tar.gz
Merge remote-tracking branch 'kraxel/pixman.v5' into staging
* kraxel/pixman.v5: pixman: cleanup properly on make distclean pixman: add licensing info pixman: build internal version early pixman: pass cflags, add -fPIC pixman: disable gtk pixman: set --host for cross builds pixman: add output dir to include path Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'qemu-pixman.c')
-rw-r--r--qemu-pixman.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/qemu-pixman.c b/qemu-pixman.c
index 71a9ea43a6..ac7bc018ec 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)