]> git.proxmox.com Git - mirror_qemu.git/commitdiff
pixman: add licensing info
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 13 Nov 2012 08:38:06 +0000 (09:38 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 14 Nov 2012 12:29:25 +0000 (13:29 +0100)
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
qemu-pixman.c
qemu-pixman.h

index 7547ed74c11769b6c3944065588becfa7c1a761d..063b52dbb10f5a7768906febb6fb26a93668d0d1 100644 (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)
index 7652c412778dbdc3d27d11adfb7afd22e6f2f46a..783a39252e98f5e6ebd0772747c481af29620ad0 100644 (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