Commit daa8e5a0 authored by Gerd Hoffmann's avatar Gerd Hoffmann
Browse files

pixman: add licensing info



Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
parent b776eca1
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
/*
 * 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)
+5 −0
Original line number Diff line number Diff line
/*
 * 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