diff options
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 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) |