pixman: add licensing info

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
Gerd Hoffmann 2012-11-13 09:38:06 +01:00
parent b776eca138
commit daa8e5a077
2 changed files with 10 additions and 0 deletions

View File

@ -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)

View File

@ -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.
*/
#ifndef QEMU_PIXMAN_H
#define QEMU_PIXMAN_H